{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js", "ssg:https://framerusercontent.com/modules/2XBvFUXLlTXfS0aSZVEJ/GPytedea80nEB4v2F9O0/cXOzdGn2_.js", "ssg:https://framerusercontent.com/modules/Gfh8qOGq9TklDAkfHXPL/NrnIx4mTwTl3dYdWQxPe/Q5r8FHhwa.js", "ssg:https://framerusercontent.com/modules/vHnZJjXVlZ3KcLSc68ie/nAlyFJSVtswk4AGyrGOz/wtgGper69.js", "ssg:https://framerusercontent.com/modules/dFPhpoSSPpYqjDs15EiW/sbYBWh5AHTRD2rFLNHfj/IlgSnVPez.js", "ssg:https://framerusercontent.com/modules/0A2Z1uWl0GKElRePm0rV/7oK3kYgGW4lw5AMz3M5q/WGiP4v5ef.js", "ssg:https://framerusercontent.com/modules/cd29rWXrIZf35F62Q8EQ/NFUc3DvD34NGbwD99NUY/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-QZaTG .framer-styles-preset-14552cn:not(.rich-text-wrapper), .framer-QZaTG .framer-styles-preset-14552cn.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 38px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-3a1f8dda-3372-4a9f-802a-353d41caaf50, #3a7c0e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-QZaTG .framer-styles-preset-14552cn:not(.rich-text-wrapper), .framer-QZaTG .framer-styles-preset-14552cn.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 38px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-3a1f8dda-3372-4a9f-802a-353d41caaf50, #3a7c0e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-QZaTG .framer-styles-preset-14552cn:not(.rich-text-wrapper), .framer-QZaTG .framer-styles-preset-14552cn.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 38px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-3a1f8dda-3372-4a9f-802a-353d41caaf50, #3a7c0e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-QZaTG\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/2XBvFUXLlTXfS0aSZVEJ/GPytedea80nEB4v2F9O0/cXOzdGn2_.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8k185gptKiYJkLybNIYi/LjHBeYUHhxuajPceusdt/XLbJebUkd.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2EdhkOVVEyYBpQWDYdSN/pAHmQ8B56bkXOhgg4t3E/zw9n0qByQ.js\";const cycleOrder=[\"MlJ2Qerac\",\"S3Mqi_VQW\",\"SMlsTmThX\"];const serializationHash=\"framer-ik1j6\";const variantClassNames={MlJ2Qerac:\"framer-v-1pwbye8\",S3Mqi_VQW:\"framer-v-ruwovy\",SMlsTmThX:\"framer-v-1qdv0wo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Mobile:\"S3Mqi_VQW\",Tablet:\"SMlsTmThX\",Web:\"MlJ2Qerac\"};const getProps=({height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,rXPpoyj0R:(_ref=text!==null&&text!==void 0?text:props.rXPpoyj0R)!==null&&_ref!==void 0?_ref:'\"Spheneagric has transformed our farming operations. Their innovative solutions have improved our crop yield and efficiency, and their support team is always helpful. We\u2019re now better equipped to meet demand while staying sustainable. Highly recommend!\"',variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"MlJ2Qerac\"};};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,rXPpoyj0R,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MlJ2Qerac\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pwbye8\",className,classNames),\"data-framer-name\":\"Web\",layoutDependency:layoutDependency,layoutId:\"MlJ2Qerac\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(248, 249, 251)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({S3Mqi_VQW:{\"data-framer-name\":\"Mobile\"},SMlsTmThX:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rxqua9\",\"data-framer-name\":\"Quote and subheading\",layoutDependency:layoutDependency,layoutId:\"sAFbF5UJJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-14552cn\",\"data-styles-preset\":\"cXOzdGn2_\",children:\"Testimonials\"})}),className:\"framer-rz5jxd\",\"data-framer-name\":\"Subheading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dMgI8pa0n\",style:{\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09c54f1-d7dd-4461-a43c-699dc3c83ecc, rgb(26, 26, 26)))\"},children:'\"Spheneagric has transformed our farming operations. Their innovative solutions have improved our crop yield and efficiency, and their support team is always helpful. We\u2019re now better equipped to meet demand while staying sustainable. Highly recommend!\"'})}),className:\"framer-qcfsyr\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V34j1GPtf\",style:{\"--extracted-r6o4lv\":\"var(--token-c09c54f1-d7dd-4461-a43c-699dc3c83ecc, rgb(26, 26, 26))\",\"--framer-paragraph-spacing\":\"36px\"},text:rXPpoyj0R,variants:{S3Mqi_VQW:{\"--extracted-r6o4lv\":\"rgb(15, 23, 40)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({S3Mqi_VQW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 23, 40))\"},children:'\"Spheneagric has transformed our farming operations. Their innovative solutions have improved our crop yield and efficiency, and their support team is always helpful. We\u2019re now better equipped to meet demand while staying sustainable. Highly recommend!\"'})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xtirav\",\"data-framer-name\":\"Attribution\",layoutDependency:layoutDependency,layoutId:\"wUNzVqjpV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qmjorl\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"bh2e3J1cp\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+202+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/AYIpiymfWKQhxkCSp3RzPiNwl14.png\"},className:\"framer-1qm33hh\",\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"i4GuuyhF5\",style:{borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},...addPropertyOverrides({S3Mqi_VQW:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+202+0+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/AYIpiymfWKQhxkCSp3RzPiNwl14.png\"}},SMlsTmThX:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+186+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/AYIpiymfWKQhxkCSp3RzPiNwl14.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nhf19b\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"tx_fxH2lO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vkf3z0\",\"data-styles-preset\":\"XLbJebUkd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:\"Mollie Hall\"})}),className:\"framer-1cgsfll\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZfCttKumu\",style:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",children:\"C.E.O Splinemedia\"})}),className:\"framer-cy0ces\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pIz_YXxCf\",style:{\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ik1j6.framer-w7f6zj, .framer-ik1j6 .framer-w7f6zj { display: block; }\",\".framer-ik1j6.framer-1pwbye8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 100px 40px 100px; position: relative; width: 880px; }\",\".framer-ik1j6 .framer-rxqua9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ik1j6 .framer-rz5jxd, .framer-ik1j6 .framer-qcfsyr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ik1j6 .framer-xtirav { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ik1j6 .framer-qmjorl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ik1j6 .framer-1qm33hh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 56px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 56px; }\",\".framer-ik1j6 .framer-nhf19b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ik1j6 .framer-1cgsfll, .framer-ik1j6 .framer-cy0ces { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ik1j6.framer-1pwbye8, .framer-ik1j6 .framer-rxqua9, .framer-ik1j6 .framer-xtirav, .framer-ik1j6 .framer-qmjorl, .framer-ik1j6 .framer-1qm33hh, .framer-ik1j6 .framer-nhf19b { gap: 0px; } .framer-ik1j6.framer-1pwbye8 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ik1j6.framer-1pwbye8 > :first-child, .framer-ik1j6 .framer-rxqua9 > :first-child, .framer-ik1j6 .framer-xtirav > :first-child, .framer-ik1j6 .framer-1qm33hh > :first-child, .framer-ik1j6 .framer-nhf19b > :first-child { margin-top: 0px; } .framer-ik1j6.framer-1pwbye8 > :last-child, .framer-ik1j6 .framer-rxqua9 > :last-child, .framer-ik1j6 .framer-xtirav > :last-child, .framer-ik1j6 .framer-1qm33hh > :last-child, .framer-ik1j6 .framer-nhf19b > :last-child { margin-bottom: 0px; } .framer-ik1j6 .framer-rxqua9 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-ik1j6 .framer-xtirav > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ik1j6 .framer-qmjorl > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ik1j6 .framer-qmjorl > :first-child { margin-left: 0px; } .framer-ik1j6 .framer-qmjorl > :last-child { margin-right: 0px; } .framer-ik1j6 .framer-1qm33hh > *, .framer-ik1j6 .framer-nhf19b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-ik1j6.framer-v-ruwovy.framer-1pwbye8 { padding: 40px 20px 40px 20px; width: 360px; }\",\".framer-ik1j6.framer-v-ruwovy .framer-qmjorl { flex-direction: column; gap: 8px; width: 100%; }\",\".framer-ik1j6.framer-v-ruwovy .framer-1qm33hh { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }\",\".framer-ik1j6.framer-v-ruwovy .framer-nhf19b { align-content: center; align-items: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ik1j6.framer-v-ruwovy .framer-qmjorl { gap: 0px; } .framer-ik1j6.framer-v-ruwovy .framer-qmjorl > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ik1j6.framer-v-ruwovy .framer-qmjorl > :first-child { margin-top: 0px; } .framer-ik1j6.framer-v-ruwovy .framer-qmjorl > :last-child { margin-bottom: 0px; } }\",\".framer-ik1j6.framer-v-1qdv0wo.framer-1pwbye8 { gap: 16px; padding: 40px; width: 720px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ik1j6.framer-v-1qdv0wo.framer-1pwbye8 { gap: 0px; } .framer-ik1j6.framer-v-1qdv0wo.framer-1pwbye8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ik1j6.framer-v-1qdv0wo.framer-1pwbye8 > :first-child { margin-top: 0px; } .framer-ik1j6.framer-v-1qdv0wo.framer-1pwbye8 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 290\n * @framerIntrinsicWidth 880\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"S3Mqi_VQW\":{\"layout\":[\"fixed\",\"auto\"]},\"SMlsTmThX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rXPpoyj0R\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQ5r8FHhwa=withCSS(Component,css,\"framer-ik1j6\");export default FramerQ5r8FHhwa;FramerQ5r8FHhwa.displayName=\"Testimonial card\";FramerQ5r8FHhwa.defaultProps={height:290,width:880};addPropertyControls(FramerQ5r8FHhwa,{variant:{options:[\"MlJ2Qerac\",\"S3Mqi_VQW\",\"SMlsTmThX\"],optionTitles:[\"Web\",\"Mobile\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},rXPpoyj0R:{defaultValue:'\"Spheneagric has transformed our farming operations. Their innovative solutions have improved our crop yield and efficiency, and their support team is always helpful. We\u2019re now better equipped to meet demand while staying sustainable. Highly recommend!\"',description:\"Enter Testimonial\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(FramerQ5r8FHhwa,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQ5r8FHhwa\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"290\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"rXPpoyj0R\\\":\\\"text\\\"}\",\"framerIntrinsicWidth\":\"880\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S3Mqi_VQW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SMlsTmThX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Q5r8FHhwa.map", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/2EdhkOVVEyYBpQWDYdSN/pAHmQ8B56bkXOhgg4t3E/zw9n0qByQ.js\";const cycleOrder=[\"FP7sjzbQv\",\"pZUXjsBEn\"];const serializationHash=\"framer-5PMxB\";const variantClassNames={FP7sjzbQv:\"framer-v-8dyvz\",pZUXjsBEn:\"framer-v-tbjvbk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"FP7sjzbQv\",Open:\"pZUXjsBEn\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"FP7sjzbQv\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};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,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FP7sjzbQv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapp0c1v3=activeVariantCallback(async(...args)=>{setVariant(\"pZUXjsBEn\");});const onTapaterm8=activeVariantCallback(async(...args)=>{setVariant(\"FP7sjzbQv\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"pZUXjsBEn\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-8dyvz\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"FP7sjzbQv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({pZUXjsBEn:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ap7rp0\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kE90g3tjs\",onTap:onTapp0c1v3,...addPropertyOverrides({pZUXjsBEn:{onTap:onTapaterm8}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1544rsz\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"VTATMHPiT\",style:{opacity:.3,rotate:0},variants:{pZUXjsBEn:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-146xgee\",layoutDependency:layoutDependency,layoutId:\"FSVBy3eZf\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tibfzk\",layoutDependency:layoutDependency,layoutId:\"wyhdkG5Gt\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1k6mxzp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G4_yGBVhM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19oj5ym\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"G_oaH80BC\",style:{opacity:0},variants:{pZUXjsBEn:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-n114wu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"akN8cb7LE\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{pZUXjsBEn:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5PMxB.framer-sisfij, .framer-5PMxB .framer-sisfij { display: block; }\",\".framer-5PMxB.framer-8dyvz { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-5PMxB .framer-1ap7rp0 { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 40px; position: relative; user-select: none; width: 100%; }\",\".framer-5PMxB .framer-1544rsz { flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; top: 25px; width: 16px; z-index: 1; }\",\".framer-5PMxB .framer-146xgee { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-5PMxB .framer-1tibfzk { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-5PMxB .framer-1k6mxzp { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-5PMxB .framer-19oj5ym { 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: visible; padding: 0px 20px 20px 40px; position: relative; width: 100%; }\",\".framer-5PMxB .framer-n114wu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5PMxB.framer-8dyvz, .framer-5PMxB .framer-1ap7rp0, .framer-5PMxB .framer-19oj5ym { gap: 0px; } .framer-5PMxB.framer-8dyvz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5PMxB.framer-8dyvz > :first-child, .framer-5PMxB .framer-19oj5ym > :first-child { margin-top: 0px; } .framer-5PMxB.framer-8dyvz > :last-child, .framer-5PMxB .framer-19oj5ym > :last-child { margin-bottom: 0px; } .framer-5PMxB .framer-1ap7rp0 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-5PMxB .framer-1ap7rp0 > :first-child { margin-left: 0px; } .framer-5PMxB .framer-1ap7rp0 > :last-child { margin-right: 0px; } .framer-5PMxB .framer-19oj5ym > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 88\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pZUXjsBEn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwtgGper69=withCSS(Component,css,\"framer-5PMxB\");export default FramerwtgGper69;FramerwtgGper69.displayName=\"Accordion Dropdown Component\";FramerwtgGper69.defaultProps={height:88,width:400};addPropertyControls(FramerwtgGper69,{variant:{options:[\"FP7sjzbQv\",\"pZUXjsBEn\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerwtgGper69,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwtgGper69\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"88\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pZUXjsBEn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wtgGper69.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-dtkiE .framer-styles-preset-flditl:not(.rich-text-wrapper), .framer-dtkiE .framer-styles-preset-flditl.rich-text-wrapper h5 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 32px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #0f1728; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-dtkiE\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Agbalumo-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Agbalumo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZcMAirl08KDJ.woff2\",weight:\"400\"}]}];export const css=['.framer-qWTdR .framer-styles-preset-vkly93:not(.rich-text-wrapper), .framer-qWTdR .framer-styles-preset-vkly93.rich-text-wrapper h1 { --framer-font-family: \"Agbalumo\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-qWTdR .framer-styles-preset-vkly93:not(.rich-text-wrapper), .framer-qWTdR .framer-styles-preset-vkly93.rich-text-wrapper h1 { --framer-font-family: \"Agbalumo\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 58px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qWTdR .framer-styles-preset-vkly93:not(.rich-text-wrapper), .framer-qWTdR .framer-styles-preset-vkly93.rich-text-wrapper h1 { --framer-font-family: \"Agbalumo\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-qWTdR\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import WebFooter from\"#framer/local/canvasComponent/EV1pxFhLS/EV1pxFhLS.js\";import TestimonialCard from\"#framer/local/canvasComponent/Q5r8FHhwa/Q5r8FHhwa.js\";import ContactUsSectionCard from\"#framer/local/canvasComponent/sZc4bn7js/sZc4bn7js.js\";import TopNavigation from\"#framer/local/canvasComponent/TVDSJbby2/TVDSJbby2.js\";import Button from\"#framer/local/canvasComponent/vCzPhu97_/vCzPhu97_.js\";import AccordionDropdownComponent from\"#framer/local/canvasComponent/wtgGper69/wtgGper69.js\";import*as sharedStyle2 from\"#framer/local/css/Bsc14NMgG/Bsc14NMgG.js\";import*as sharedStyle4 from\"#framer/local/css/BZjgororm/BZjgororm.js\";import*as sharedStyle1 from\"#framer/local/css/ieU_EPCwB/ieU_EPCwB.js\";import*as sharedStyle7 from\"#framer/local/css/IlgSnVPez/IlgSnVPez.js\";import*as sharedStyle3 from\"#framer/local/css/uPH6juw5P/uPH6juw5P.js\";import*as sharedStyle from\"#framer/local/css/WGiP4v5ef/WGiP4v5ef.js\";import*as sharedStyle6 from\"#framer/local/css/XLbJebUkd/XLbJebUkd.js\";import*as sharedStyle5 from\"#framer/local/css/zw9n0qByQ/zw9n0qByQ.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const TopNavigationFonts=getFonts(TopNavigation);const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const AccordionDropdownComponentFonts=getFonts(AccordionDropdownComponent);const ContactUsSectionCardFonts=getFonts(ContactUsSectionCard);const TestimonialCardFonts=getFonts(TestimonialCard);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const WebFooterFonts=getFonts(WebFooter);const breakpoints={QruIcEs31:\"(max-width: 809px)\",tb7iMZPI2:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-B7TDp\";const variantClassNames={QruIcEs31:\"framer-v-1c9tm3b\",tb7iMZPI2:\"framer-v-1i1k99x\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-150,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:150,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"QruIcEs31\",Tablet:\"tb7iMZPI2\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-B7TDp`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-B7TDp`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"tb7iMZPI2\",\"QruIcEs31\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"r3LUzg_SW\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"QruIcEs31\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"tb7iMZPI2\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12g9whg-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{style:{width:\"100%\"},variant:\"OE6egr_dg\"},tb7iMZPI2:{style:{width:\"100%\"},variant:\"uMNW0ASr4\"}},children:/*#__PURE__*/_jsx(TopNavigation,{a8N9PUOzg:\"K8h_FiWtR\",aNcPA0rzG:\"LDulllLJ8\",c2k85aR52:\"LDulllLJ8\",height:\"100%\",id:\"ZjIPBmv1x\",layoutId:\"ZjIPBmv1x\",quXtsn4TE:\"LDulllLJ8\",style:{height:\"100%\",width:\"100%\"},variant:\"uu43tgVIn\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ximuzw\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png\",srcSet:\"https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png?scale-down-to=512 512w,https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png 2880w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(0),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png\",srcSet:\"https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png?scale-down-to=512 512w,https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X8nP2XIcK4QnGN5EMRz6RnSxOZU.png 2880w\"},className:\"framer-1tyqqrb\",\"data-framer-name\":\"image\",name:\"image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kfh6f2\",\"data-framer-name\":\"Image\",name:\"Image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8w8lf\",\"data-framer-name\":\"Frame 6356697\",name:\"Frame 6356697\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dw7jce\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-n13u3e\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tdanm4\",\"data-framer-name\":\"Heading and supporting text\",name:\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g2exqk\",\"data-framer-name\":\"Heading and subheading\",name:\"Heading and subheading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWdiYWx1bW8tcmVndWxhcg==\",\"--framer-font-family\":'\"Agbalumo\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Welcome to our  Farm\"})}),fonts:[\"GF;Agbalumo-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-vkly93\",\"data-styles-preset\":\"WGiP4v5ef\",children:\"Welcome to our Farm\"})}),className:\"framer-14vx1t9\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u5blun\",\"data-styles-preset\":\"ieU_EPCwB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Embark on your Path to Financial Success with SpheneAgric Farms. We're dedicated to eco-friendly agriculture. Embark on your Path to Financial Success with SpheneAgric Farms. We're dedicated to eco-friendly agriculture.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u5blun\",\"data-styles-preset\":\"ieU_EPCwB\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Embark on your Path to Financial Success with SpheneAgric Farms. We're dedicated to eco-friendly agriculture. Embark on your Path to Financial Success with SpheneAgric Farms. We're dedicated to eco-friendly agriculture.\"})}),className:\"framer-4phx1v\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-au6onl\",\"data-framer-name\":\"_Navigation actions\",name:\"_Navigation actions\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{width:\"126px\",y:408.5111111111113},tb7iMZPI2:{y:287.99999999999994}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:408.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-100tkr7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"MmUbgAjPa\",layoutId:\"MmUbgAjPa\",Q6ccOxQRp:\"Learn more\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fsm1fi\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"300+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"300+\"})})}),className:\"framer-10bkfna\",\"data-framer-name\":\"300+\",fonts:[\"Inter-Bold\"],name:\"300+\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Daily fresh farm produce\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Daily fresh farm produce\"})})}),className:\"framer-19xrlmi\",\"data-framer-name\":\"Daily fresh farm produce\",fonts:[\"Inter\"],name:\"Daily fresh farm produce\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-48xcmc\",\"data-framer-name\":\"Image\",name:\"Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w177c9\",\"data-framer-name\":\"Rectangle 7\",name:\"Rectangle 7\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition(557.5111111111113),pixelHeight:4032,pixelWidth:3024,sizes:\"245px\",src:\"https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg\",srcSet:\"https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg 3024w\"}},tb7iMZPI2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition(407.3096446700508),pixelHeight:4032,pixelWidth:3024,sizes:\"730px\",src:\"https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg\",srcSet:\"https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg 3024w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition(141.35416666666677),pixelHeight:4032,pixelWidth:3024,sizes:\"353.3201px\",src:\"https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg\",srcSet:\"https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/nrpT3Wwa4Z0Xh3gPNPskeD2aQ.jpg 3024w\"},className:\"framer-mrjc45\",\"data-framer-name\":\"Rectangle 5\",name:\"Rectangle 5\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tb7iMZPI2:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1x6981f\",\"data-framer-name\":\"Frame 1\",name:\"Frame 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2500+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"2500+\"})})}),className:\"framer-1sp94ia\",\"data-framer-name\":\"2500+\",fonts:[\"Inter-Bold\"],name:\"2500+\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"farmers network\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"farmers network\"})})}),className:\"framer-j8cdjt\",\"data-framer-name\":\"farmers network\",fonts:[\"Inter\"],name:\"farmers network\",verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bgswrl\",\"data-framer-name\":\"Social proof section\",name:\"Social proof section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2bnsvq\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qqoegn\",\"data-styles-preset\":\"Bsc14NMgG\",children:\"Trusted partners and sponsors\"})}),className:\"framer-1yye0e0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wjow1i\",\"data-framer-name\":\"Logos\",name:\"Logos\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1px9tew\",\"data-framer-name\":\"Fictional company logo\",name:\"Fictional company logo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-18xh2pg\",\"data-framer-name\":\"Logomark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:39,name:\"Logomark\",svg:'<svg width=\"39\" height=\"44\" viewBox=\"0 0 39 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9657 1.44802C19.4606 1.34415 18.9398 1.34415 18.4347 1.44802C17.8509 1.56809 17.3291 1.86035 16.9143 2.0927L16.8012 2.15587L2.74173 9.96669C2.70286 9.98829 2.6628 10.0103 2.62176 10.033C2.18263 10.2748 1.63048 10.5789 1.20646 11.0391C0.83987 11.4369 0.562441 11.9084 0.392731 12.422C0.196435 13.0161 0.198732 13.6465 0.200558 14.1478C0.200729 14.1947 0.200896 14.2404 0.200896 14.2849V29.7068C0.200896 29.7513 0.200729 29.797 0.200558 29.8438C0.198732 30.3452 0.196435 30.9755 0.392731 31.5697C0.562443 32.0833 0.839872 32.5548 1.20646 32.9526C1.63048 33.4127 2.18263 33.7168 2.62176 33.9587C2.66281 33.9813 2.70286 34.0034 2.74173 34.025L16.8012 41.8358L16.9143 41.899C17.3291 42.1313 17.8509 42.4236 18.4347 42.5436C18.9398 42.6475 19.4606 42.6475 19.9657 42.5436C20.5495 42.4236 21.0713 42.1313 21.4861 41.899L21.5992 41.8358L35.6587 34.025C35.6758 34.0154 35.6933 34.0058 35.7109 33.9961C35.7331 33.9838 35.7557 33.9713 35.7786 33.9587C36.2178 33.7169 36.7699 33.4127 37.1939 32.9526C37.5605 32.5548 37.838 32.0833 38.0077 31.5697C38.204 30.9755 38.2017 30.3452 38.1998 29.8438C38.1997 29.797 38.1995 29.7513 38.1995 29.7068V14.2849C38.1995 14.2404 38.1997 14.1947 38.1998 14.1478C38.2017 13.6465 38.204 13.0161 38.0077 12.422C37.838 11.9084 37.5605 11.4369 37.1939 11.0391C36.7699 10.5789 36.2178 10.2748 35.7786 10.0329L35.7771 10.0321C35.7366 10.0098 35.697 9.98801 35.6587 9.96669L21.5992 2.15586L21.4861 2.09269C21.0713 1.86035 20.5495 1.56809 19.9657 1.44802ZM18.6466 5.47754C18.9345 5.31759 19.0815 5.23676 19.1911 5.18388L19.2002 5.17953L19.2093 5.18388C19.3189 5.23676 19.4659 5.31758 19.7538 5.47754L32.3873 12.4961L19.2001 19.8223L6.01304 12.4962L18.6466 5.47754ZM4.00076 15.7251L17.3002 23.1137L17.3003 37.7662L4.5871 30.7033C4.2832 30.5345 4.12804 30.4474 4.01919 30.378L4.00999 30.3721L4.00931 30.3612C4.00155 30.2324 4.00076 30.0545 4.00076 29.7068V15.7251Z\" fill=\"#101828\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8o0iit\",\"data-framer-name\":\"Logotype\",layout:\"position\",name:\"Logotype\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 119 32\"><path d=\"M 6.491 19.345 L 12.539 19.345 L 12.539 22.909 L 1.874 22.909 L 1.874 3.955 L 6.491 3.955 Z\" fill=\"rgb(16,24,40)\"></path><path d=\"M 16.793 6.277 C 15.983 6.277 15.317 6.043 14.795 5.575 C 14.291 5.089 14.039 4.495 14.039 3.793 C 14.039 3.073 14.291 2.479 14.795 2.011 C 15.317 1.525 15.983 1.282 16.793 1.282 C 17.585 1.282 18.233 1.525 18.737 2.011 C 19.259 2.479 19.52 3.073 19.52 3.793 C 19.52 4.495 19.259 5.089 18.737 5.575 C 18.233 6.043 17.585 6.277 16.793 6.277 Z M 19.088 7.843 L 19.088 22.909 L 14.471 22.909 L 14.471 7.843 Z\" fill=\"rgb(16,24,40)\"></path><path d=\"M 27.888 7.627 C 28.95 7.627 29.877 7.843 30.669 8.275 C 31.479 8.707 32.1 9.274 32.532 9.976 L 32.532 7.843 L 37.149 7.843 L 37.149 22.882 C 37.149 24.268 36.87 25.519 36.312 26.635 C 35.772 27.769 34.935 28.669 33.801 29.335 C 32.685 30.001 31.29 30.334 29.616 30.334 C 27.384 30.334 25.575 29.803 24.189 28.741 C 22.803 27.697 22.011 26.275 21.813 24.475 L 26.376 24.475 C 26.52 25.051 26.862 25.501 27.402 25.825 C 27.942 26.167 28.608 26.338 29.4 26.338 C 30.354 26.338 31.11 26.059 31.668 25.501 C 32.244 24.961 32.532 24.088 32.532 22.882 L 32.532 20.749 C 32.082 21.451 31.461 22.027 30.669 22.477 C 29.877 22.909 28.95 23.125 27.888 23.125 C 26.646 23.125 25.521 22.81 24.513 22.18 C 23.505 21.532 22.704 20.623 22.11 19.453 C 21.534 18.265 21.246 16.897 21.246 15.349 C 21.246 13.801 21.534 12.442 22.11 11.272 C 22.704 10.102 23.505 9.202 24.513 8.572 C 25.521 7.942 26.646 7.627 27.888 7.627 Z M 32.532 15.376 C 32.532 14.224 32.208 13.315 31.56 12.649 C 30.93 11.983 30.156 11.65 29.238 11.65 C 28.32 11.65 27.537 11.983 26.889 12.649 C 26.259 13.297 25.944 14.197 25.944 15.349 C 25.944 16.501 26.259 17.419 26.889 18.103 C 27.537 18.769 28.32 19.102 29.238 19.102 C 30.156 19.102 30.93 18.769 31.56 18.103 C 32.208 17.437 32.532 16.528 32.532 15.376 Z\" fill=\"rgb(16,24,40)\"></path><path d=\"M 49.48 7.681 C 51.208 7.681 52.594 8.257 53.638 9.409 C 54.682 10.543 55.204 12.109 55.204 14.107 L 55.204 22.909 L 50.614 22.909 L 50.614 14.728 C 50.614 13.72 50.353 12.937 49.831 12.379 C 49.309 11.821 48.607 11.542 47.725 11.542 C 46.843 11.542 46.141 11.821 45.619 12.379 C 45.097 12.937 44.836 13.72 44.836 14.728 L 44.836 22.909 L 40.219 22.909 L 40.219 2.929 L 44.836 2.929 L 44.836 9.868 C 45.304 9.202 45.943 8.671 46.753 8.275 C 47.563 7.879 48.472 7.681 49.48 7.681 Z\" fill=\"rgb(16,24,40)\"></path><path d=\"M 66.54 18.994 L 66.54 22.909 L 64.191 22.909 C 62.517 22.909 61.212 22.504 60.276 21.694 C 59.34 20.866 58.872 19.525 58.872 17.671 L 58.872 11.677 L 57.036 11.677 L 57.036 7.843 L 58.872 7.843 L 58.872 4.171 L 63.489 4.171 L 63.489 7.843 L 66.513 7.843 L 66.513 11.677 L 63.489 11.677 L 63.489 17.725 C 63.489 18.175 63.597 18.499 63.813 18.697 C 64.029 18.895 64.389 18.994 64.893 18.994 Z\" fill=\"rgb(16,24,40)\"></path><path d=\"M 73.458 9.976 C 73.89 9.274 74.511 8.707 75.321 8.275 C 76.131 7.843 77.058 7.627 78.102 7.627 C 79.344 7.627 80.469 7.942 81.477 8.572 C 82.485 9.202 83.277 10.102 83.853 11.272 C 84.447 12.442 84.744 13.801 84.744 15.349 C 84.744 16.897 84.447 18.265 83.853 19.453 C 83.277 20.623 82.485 21.532 81.477 22.18 C 80.469 22.81 79.344 23.125 78.102 23.125 C 77.04 23.125 76.113 22.918 75.321 22.504 C 74.529 22.072 73.908 21.505 73.458 20.803 L 73.458 22.909 L 68.841 22.909 L 68.841 2.929 L 73.458 2.929 Z M 80.046 15.349 C 80.046 14.197 79.722 13.297 79.074 12.649 C 78.444 11.983 77.661 11.65 76.725 11.65 C 75.807 11.65 75.024 11.983 74.376 12.649 C 73.746 13.315 73.431 14.224 73.431 15.376 C 73.431 16.528 73.746 17.437 74.376 18.103 C 75.024 18.769 75.807 19.102 76.725 19.102 C 77.643 19.102 78.426 18.769 79.074 18.103 C 79.722 17.419 80.046 16.501 80.046 15.349 Z\" fill=\"rgb(16,24,40)\"></path><path d=\"M 93.755 23.125 C 92.279 23.125 90.947 22.81 89.759 22.18 C 88.589 21.55 87.662 20.65 86.978 19.48 C 86.312 18.31 85.979 16.942 85.979 15.376 C 85.979 13.828 86.321 12.469 87.005 11.299 C 87.689 10.111 88.625 9.202 89.813 8.572 C 91.001 7.942 92.333 7.627 93.809 7.627 C 95.285 7.627 96.617 7.942 97.805 8.572 C 98.993 9.202 99.929 10.111 100.613 11.299 C 101.297 12.469 101.639 13.828 101.639 15.376 C 101.639 16.924 101.288 18.292 100.586 19.48 C 99.902 20.65 98.957 21.55 97.751 22.18 C 96.563 22.81 95.231 23.125 93.755 23.125 Z M 93.755 19.129 C 94.637 19.129 95.384 18.805 95.996 18.157 C 96.626 17.509 96.941 16.582 96.941 15.376 C 96.941 14.17 96.635 13.243 96.023 12.595 C 95.429 11.947 94.691 11.623 93.809 11.623 C 92.909 11.623 92.162 11.947 91.568 12.595 C 90.974 13.225 90.677 14.152 90.677 15.376 C 90.677 16.582 90.965 17.509 91.541 18.157 C 92.135 18.805 92.873 19.129 93.755 19.129 Z\" fill=\"rgb(16,24,40)\"></path><path d=\"M 112.728 22.909 L 109.839 18.724 L 107.409 22.909 L 102.414 22.909 L 107.382 15.214 L 102.279 7.843 L 107.463 7.843 L 110.352 12.001 L 112.782 7.843 L 117.777 7.843 L 112.728 15.43 L 117.912 22.909 Z\" fill=\"rgb(16,24,40)\"></path></svg>',svgContentId:9943889489,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ne7gex\",\"data-framer-name\":\"Fictional company logo\",name:\"Fictional company logo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-wpvbr3\",\"data-framer-name\":\"Logomark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:45,name:\"Logomark\",svg:'<svg width=\"45\" height=\"44\" viewBox=\"0 0 45 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M36.7072 9.16308C36.2749 8.73086 35.8427 8.29864 35.4105 7.86642C34.1138 6.48331 32.7307 5.10021 31.0018 4.23577C29.0136 3.19844 26.8525 3.45777 24.6914 3.45777C21.4066 3.45777 13.1944 3.45777 8.35352 3.45777L11.6384 7.86642C17.603 7.86642 26.939 7.86642 31.2612 7.86642C33.0765 7.86642 34.6325 8.21219 36.1021 9.16308C36.3614 9.24952 36.6207 9.24952 36.7072 9.16308Z\" fill=\"#66C61C\"/>\\n<path d=\"M40.3371 16.2517C39.9049 15.8195 39.4727 15.3873 39.0405 14.955C37.7438 13.5719 36.3607 12.1888 34.6318 11.3244C32.6436 10.2871 30.4825 10.5464 28.3214 10.5464C25.4688 10.5464 18.6397 10.5464 13.7988 10.5464L17.0837 14.955C22.9619 14.955 31.0012 14.955 34.9776 14.955C36.7929 14.955 38.3489 15.3008 39.8185 16.2517C39.9914 16.3381 40.1643 16.3381 40.3371 16.2517Z\" fill=\"#4CA30D\"/>\\n<path d=\"M44.4004 23.167C43.9681 22.7348 43.5359 22.3025 43.1037 21.8703C41.807 20.4872 40.4239 19.1041 38.6951 18.2397C36.7068 17.2023 34.5457 17.4617 32.3846 17.4617C29.7049 17.4617 23.8267 17.4617 19.0723 17.4617L22.3571 21.8703C28.0624 21.8703 35.3237 21.8703 38.9544 21.8703C40.7697 21.8703 42.3257 22.2161 43.7952 23.167C44.0546 23.2534 44.2275 23.3399 44.4004 23.167Z\" fill=\"#3B7C0F\"/>\\n<path d=\"M8.00781 34.8368C8.44003 35.269 8.87225 35.7012 9.30447 36.1335C10.6011 37.5166 11.9842 38.8997 13.7131 39.7641C15.7013 40.8014 17.8624 40.5421 20.0235 40.5421H36.3615L33.0766 36.1335C27.1119 36.1335 17.776 36.1335 13.4538 36.1335C11.6385 36.1335 10.0825 35.7877 8.61292 34.8368C8.35359 34.7504 8.1807 34.7504 8.00781 34.8368Z\" fill=\"#66C61C\"/>\\n<path d=\"M4.37695 27.7487C4.80917 28.1809 5.24139 28.6131 5.67361 29.0453C6.97027 30.4284 8.35337 31.8116 10.0823 32.676C12.0705 33.7133 14.2316 33.454 16.3927 33.454H30.9153L27.6304 29.0453C21.7522 29.0453 13.7129 29.0453 9.73648 29.0453C7.92116 29.0453 6.36516 28.6996 4.89561 27.7487C4.72272 27.6622 4.54984 27.6622 4.37695 27.7487Z\" fill=\"#4CA30D\"/>\\n<path d=\"M0.400391 20.7465C0.832611 21.1787 1.26483 21.6109 1.69705 22.0431C2.99371 23.4262 4.37682 24.8094 6.1057 25.6738C8.09391 26.7111 10.255 26.4518 12.4161 26.4518H25.7285L22.4436 22.0431C16.7383 22.0431 9.47702 22.0431 5.84637 22.0431C4.03104 22.0431 2.47504 21.6974 1.0055 20.7465C0.746164 20.66 0.573279 20.66 0.400391 20.7465Z\" fill=\"#3B7C0F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4ol3wt\",\"data-framer-name\":\"Logotype\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:147,name:\"Logotype\",svg:'<svg width=\"147\" height=\"23\" viewBox=\"-1 -1 147 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.332031 0.00805664V20.0001H4.72803V11.7401H13.1V8.32406H4.72803V3.70406H14.388V0.00805664H0.332031Z\" fill=\"#101828\"/>\\n<path d=\"M25.4137 11.2081H18.9457C18.9644 10.9281 19.0204 10.6107 19.1137 10.2561C19.2257 9.90139 19.403 9.56539 19.6457 9.24806C19.907 8.93073 20.243 8.66939 20.6537 8.46406C21.083 8.24006 21.615 8.12806 22.2497 8.12806C23.2204 8.12806 23.939 8.38939 24.4057 8.91206C24.891 9.43472 25.227 10.2001 25.4137 11.2081ZM18.9457 13.7281H29.3897C29.4644 12.6081 29.371 11.5347 29.1097 10.5081C28.8484 9.48139 28.419 8.56672 27.8217 7.76406C27.243 6.96139 26.4964 6.32673 25.5817 5.86006C24.667 5.37472 23.5937 5.13206 22.3617 5.13206C21.2604 5.13206 20.2524 5.32806 19.3377 5.72006C18.4417 6.11206 17.667 6.65339 17.0137 7.34406C16.3604 8.01606 15.8564 8.81872 15.5017 9.75206C15.147 10.6854 14.9697 11.6934 14.9697 12.7761C14.9697 13.8961 15.1377 14.9227 15.4737 15.8561C15.8284 16.7894 16.323 17.5921 16.9577 18.2641C17.5924 18.9361 18.367 19.4587 19.2817 19.8321C20.1964 20.1867 21.223 20.3641 22.3617 20.3641C24.0044 20.3641 25.4044 19.9907 26.5617 19.2441C27.719 18.4974 28.5777 17.2561 29.1377 15.5201H25.6377C25.507 15.9681 25.1524 16.3974 24.5737 16.8081C23.995 17.2001 23.3044 17.3961 22.5017 17.3961C21.3817 17.3961 20.523 17.1067 19.9257 16.5281C19.3284 15.9494 19.0017 15.0161 18.9457 13.7281Z\" fill=\"#101828\"/>\\n<path d=\"M30.7398 9.97606C30.7958 9.04272 31.0291 8.26806 31.4398 7.65206C31.8505 7.03606 32.3731 6.54139 33.0078 6.16806C33.6425 5.79472 34.3518 5.53339 35.1358 5.38406C35.9385 5.21606 36.7411 5.13206 37.5438 5.13206C38.2718 5.13206 39.0091 5.18806 39.7558 5.30006C40.5025 5.39339 41.1838 5.58939 41.7998 5.88806C42.4158 6.18672 42.9198 6.60672 43.3118 7.14806C43.7038 7.67072 43.8998 8.37072 43.8998 9.24806V16.7801C43.8998 17.4334 43.9371 18.0587 44.0118 18.6561C44.0865 19.2534 44.2171 19.7014 44.4038 20.0001H40.3718C40.2971 19.7761 40.2318 19.5521 40.1758 19.3281C40.1385 19.0854 40.1105 18.8427 40.0918 18.6001C39.4571 19.2534 38.7105 19.7107 37.8518 19.9721C36.9931 20.2334 36.1158 20.3641 35.2198 20.3641C34.5291 20.3641 33.8851 20.2801 33.2878 20.1121C32.6905 19.9441 32.1678 19.6827 31.7198 19.3281C31.2718 18.9734 30.9171 18.5254 30.6558 17.9841C30.4131 17.4427 30.2918 16.7987 30.2918 16.0521C30.2918 15.2307 30.4318 14.5587 30.7118 14.0361C31.0105 13.4947 31.3838 13.0654 31.8318 12.7481C32.2985 12.4307 32.8211 12.1974 33.3998 12.0481C33.9971 11.8801 34.5945 11.7494 35.1918 11.6561C35.7891 11.5627 36.3771 11.4881 36.9558 11.4321C37.5345 11.3761 38.0478 11.2921 38.4958 11.1801C38.9438 11.0681 39.2985 10.9094 39.5598 10.7041C39.8211 10.4801 39.9425 10.1627 39.9238 9.75206C39.9238 9.32272 39.8491 8.98672 39.6998 8.74406C39.5691 8.48272 39.3825 8.28673 39.1398 8.15606C38.9158 8.00672 38.6451 7.91339 38.3278 7.87606C38.0291 7.82006 37.7025 7.79206 37.3478 7.79206C36.5638 7.79206 35.9478 7.96006 35.4998 8.29606C35.0518 8.63206 34.7905 9.19206 34.7158 9.97606H30.7398ZM39.9238 12.9161C39.7558 13.0654 39.5411 13.1867 39.2798 13.2801C39.0371 13.3547 38.7665 13.4201 38.4678 13.4761C38.1878 13.5321 37.8891 13.5787 37.5718 13.6161C37.2545 13.6534 36.9371 13.7001 36.6198 13.7561C36.3211 13.8121 36.0225 13.8867 35.7238 13.9801C35.4438 14.0734 35.1918 14.2041 34.9678 14.3721C34.7625 14.5214 34.5945 14.7174 34.4638 14.9601C34.3331 15.2027 34.2678 15.5107 34.2678 15.8841C34.2678 16.2387 34.3331 16.5374 34.4638 16.7801C34.5945 17.0227 34.7718 17.2187 34.9958 17.3681C35.2198 17.4987 35.4811 17.5921 35.7798 17.6481C36.0785 17.7041 36.3865 17.7321 36.7038 17.7321C37.4878 17.7321 38.0945 17.6014 38.5238 17.3401C38.9531 17.0787 39.2705 16.7707 39.4758 16.4161C39.6811 16.0427 39.8025 15.6694 39.8398 15.2961C39.8958 14.9227 39.9238 14.6241 39.9238 14.4001V12.9161Z\" fill=\"#101828\"/>\\n<path d=\"M51.1859 5.52406V1.18406H47.2099V5.52406H44.8019V8.18406H47.2099V16.7241C47.2099 17.4521 47.3313 18.0401 47.5739 18.4881C47.8166 18.9361 48.1433 19.2814 48.5539 19.5241C48.9833 19.7667 49.4686 19.9254 50.0099 20.0001C50.5699 20.0934 51.1579 20.1401 51.7739 20.1401C52.1659 20.1401 52.5673 20.1307 52.9779 20.1121C53.3886 20.0934 53.7619 20.0561 54.0979 20.0001V16.9201C53.9113 16.9574 53.7153 16.9854 53.5099 17.0041C53.3046 17.0227 53.0899 17.0321 52.8659 17.0321C52.1939 17.0321 51.7459 16.9201 51.5219 16.6961C51.2979 16.4721 51.1859 16.0241 51.1859 15.3521V8.18406H54.0979V5.52406H51.1859Z\" fill=\"#101828\"/>\\n<path d=\"M55.1497 0.00805664V20.0001H59.1257V12.4121C59.1257 10.9374 59.3684 9.88272 59.8537 9.24806C60.339 8.59472 61.123 8.26806 62.2057 8.26806C63.1577 8.26806 63.8204 8.56672 64.1937 9.16406C64.567 9.74272 64.7537 10.6294 64.7537 11.8241V20.0001H68.7297V11.0961C68.7297 10.2001 68.6457 9.38806 68.4777 8.66006C68.3284 7.91339 68.0577 7.28806 67.6657 6.78406C67.2737 6.26139 66.7324 5.86006 66.0417 5.58006C65.3697 5.28139 64.5017 5.13206 63.4377 5.13206C62.691 5.13206 61.9257 5.32806 61.1417 5.72006C60.3577 6.09339 59.7137 6.70006 59.2097 7.54006H59.1257V0.00805664H55.1497Z\" fill=\"#101828\"/>\\n<path d=\"M80.6513 11.2081H74.1833C74.202 10.9281 74.258 10.6107 74.3513 10.2561C74.4633 9.90139 74.6407 9.56539 74.8833 9.24806C75.1447 8.93073 75.4807 8.66939 75.8913 8.46406C76.3207 8.24006 76.8527 8.12806 77.4874 8.12806C78.458 8.12806 79.1767 8.38939 79.6433 8.91206C80.1287 9.43472 80.4647 10.2001 80.6513 11.2081ZM74.1833 13.7281H84.6273C84.702 12.6081 84.6087 11.5347 84.3474 10.5081C84.086 9.48139 83.6567 8.56672 83.0593 7.76406C82.4807 6.96139 81.734 6.32673 80.8194 5.86006C79.9047 5.37472 78.8314 5.13206 77.5993 5.13206C76.498 5.13206 75.49 5.32806 74.5753 5.72006C73.6794 6.11206 72.9047 6.65339 72.2514 7.34406C71.598 8.01606 71.094 8.81872 70.7393 9.75206C70.3847 10.6854 70.2073 11.6934 70.2073 12.7761C70.2073 13.8961 70.3754 14.9227 70.7113 15.8561C71.066 16.7894 71.5607 17.5921 72.1954 18.2641C72.83 18.9361 73.6047 19.4587 74.5193 19.8321C75.434 20.1867 76.4607 20.3641 77.5993 20.3641C79.242 20.3641 80.642 19.9907 81.7993 19.2441C82.9567 18.4974 83.8154 17.2561 84.3754 15.5201H80.8754C80.7447 15.9681 80.39 16.3974 79.8113 16.8081C79.2327 17.2001 78.542 17.3961 77.7393 17.3961C76.6193 17.3961 75.7607 17.1067 75.1633 16.5281C74.566 15.9494 74.2393 15.0161 74.1833 13.7281Z\" fill=\"#101828\"/>\\n<path d=\"M86.1455 5.52406V20.0001H90.1215V13.4761C90.1215 12.8227 90.1868 12.2161 90.3175 11.6561C90.4481 11.0961 90.6628 10.6107 90.9615 10.2001C91.2788 9.77072 91.6895 9.43472 92.1935 9.19206C92.6975 8.94939 93.3135 8.82806 94.0415 8.82806C94.2841 8.82806 94.5361 8.84672 94.7975 8.88406C95.0588 8.90272 95.2828 8.93072 95.4695 8.96806V5.27206C95.1521 5.17872 94.8628 5.13206 94.6015 5.13206C94.0975 5.13206 93.6121 5.20672 93.1455 5.35606C92.6788 5.50539 92.2401 5.72006 91.8295 6.00006C91.4188 6.26139 91.0548 6.58806 90.7375 6.98006C90.4201 7.35339 90.1681 7.76406 89.9815 8.21206H89.9255V5.52406H86.1455Z\" fill=\"#101828\"/>\\n<path d=\"M101.004 16.3041V3.70406H104.14C105.223 3.70406 106.128 3.86272 106.856 4.18006C107.603 4.47872 108.2 4.91739 108.648 5.49606C109.096 6.07473 109.414 6.77472 109.6 7.59606C109.806 8.39872 109.908 9.30406 109.908 10.3121C109.908 11.4134 109.768 12.3467 109.488 13.1121C109.208 13.8774 108.835 14.5027 108.368 14.9881C107.902 15.4547 107.37 15.7907 106.772 15.9961C106.175 16.2014 105.559 16.3041 104.924 16.3041H101.004ZM96.6083 0.00805664V20.0001H105.232C106.763 20.0001 108.088 19.7481 109.208 19.2441C110.347 18.7214 111.29 18.0121 112.036 17.1161C112.802 16.2201 113.371 15.1561 113.744 13.9241C114.118 12.6921 114.304 11.3481 114.304 9.89206C114.304 8.23072 114.071 6.78406 113.604 5.55206C113.156 4.32006 112.522 3.29339 111.7 2.47206C110.898 1.65072 109.936 1.03472 108.816 0.624057C107.715 0.21339 106.52 0.00805664 105.232 0.00805664H96.6083Z\" fill=\"#101828\"/>\\n<path d=\"M125.846 11.2081H119.378C119.397 10.9281 119.453 10.6107 119.546 10.2561C119.658 9.90139 119.836 9.56539 120.078 9.24806C120.34 8.93073 120.676 8.66939 121.086 8.46406C121.516 8.24006 122.048 8.12806 122.682 8.12806C123.653 8.12806 124.372 8.38939 124.838 8.91206C125.324 9.43472 125.66 10.2001 125.846 11.2081ZM119.378 13.7281H129.822C129.897 12.6081 129.804 11.5347 129.542 10.5081C129.281 9.48139 128.852 8.56672 128.254 7.76406C127.676 6.96139 126.929 6.32673 126.014 5.86006C125.1 5.37472 124.026 5.13206 122.794 5.13206C121.693 5.13206 120.685 5.32806 119.77 5.72006C118.874 6.11206 118.1 6.65339 117.446 7.34406C116.793 8.01606 116.289 8.81872 115.934 9.75206C115.58 10.6854 115.402 11.6934 115.402 12.7761C115.402 13.8961 115.57 14.9227 115.906 15.8561C116.261 16.7894 116.756 17.5921 117.39 18.2641C118.025 18.9361 118.8 19.4587 119.714 19.8321C120.629 20.1867 121.656 20.3641 122.794 20.3641C124.437 20.3641 125.837 19.9907 126.994 19.2441C128.152 18.4974 129.01 17.2561 129.57 15.5201H126.07C125.94 15.9681 125.585 16.3974 125.006 16.8081C124.428 17.2001 123.737 17.3961 122.934 17.3961C121.814 17.3961 120.956 17.1067 120.358 16.5281C119.761 15.9494 119.434 15.0161 119.378 13.7281Z\" fill=\"#101828\"/>\\n<path d=\"M139.348 20.0001L144.248 5.52406H140.3L137.248 15.4081H137.192L134.14 5.52406H129.968L134.924 20.0001H139.348Z\" fill=\"#101828\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lz7nph\",\"data-framer-name\":\"Fictional company logo\",name:\"Fictional company logo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kyn4\",\"data-framer-name\":\"Logomark\",name:\"Logomark\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b92szt\",\"data-border\":true,\"data-framer-name\":\"Shape\",name:\"Shape\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mb39oe\",\"data-border\":true,\"data-framer-name\":\"Shape\",name:\"Shape\",style:{rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15g0104\",\"data-border\":true,\"data-framer-name\":\"Shape\",name:\"Shape\",style:{rotate:-45}})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hnrkm7\",\"data-framer-name\":\"Logotype\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:114,name:\"Logotype\",svg:'<svg width=\"114\" height=\"31\" viewBox=\"-1 -1 114 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.44934 22.2401C13.1593 22.2401 16.3393 19.7801 16.3393 15.8501C16.3393 7.54006 5.29934 11.0801 5.29934 6.70006C5.29934 5.47006 6.40934 4.63006 8.17934 4.63006C10.1893 4.63006 11.4493 5.71006 11.5993 7.36006H15.8893C15.7693 3.37006 12.7093 0.76006 8.17934 0.76006C3.91934 0.76006 0.919336 3.22006 0.919336 6.70006C0.919336 14.9501 11.8093 11.8001 11.8093 15.9101C11.8093 17.5001 10.4593 18.3401 8.44934 18.3401C6.22934 18.3401 4.81934 16.9901 4.63934 14.8601H0.319336C0.499336 19.3301 3.67934 22.2401 8.44934 22.2401Z\" fill=\"#101828\"/>\\n<path d=\"M17.3596 28.1201H21.5296V20.6501C22.3396 21.6701 23.8096 22.2401 25.5196 22.2401C29.8696 22.2401 32.8096 19.1501 32.8096 14.4401C32.8096 9.73006 30.1096 6.64006 25.8796 6.64006C23.9296 6.64006 22.4296 7.36006 21.5296 8.53006V6.88006H17.3596V28.1201ZM25.0096 18.6401C22.7596 18.6401 21.2896 16.9601 21.2896 14.4401C21.2896 11.8901 22.7596 10.2101 25.0096 10.2101C27.1996 10.2101 28.6996 11.8901 28.6996 14.4401C28.6996 16.9601 27.1996 18.6401 25.0096 18.6401Z\" fill=\"#101828\"/>\\n<path d=\"M33.8186 22.0001H37.9886V13.7201C37.9886 11.7701 39.2786 10.3601 41.1086 10.3601C42.8486 10.3601 44.0486 11.6801 44.0486 13.5101V22.0001H48.2186V12.5801C48.2186 9.10006 45.9986 6.64006 42.6086 6.64006C40.5086 6.64006 38.8586 7.51006 37.9886 8.98006V0.310059H33.8186V22.0001Z\" fill=\"#101828\"/>\\n<path d=\"M59.8839 16.8701C59.5539 18.1601 58.4439 18.8201 56.7639 18.8201C54.6639 18.8201 53.3139 17.5001 53.0139 15.3701H63.8739C63.9039 15.0401 63.9339 14.5901 63.9339 14.0201C63.9339 10.5701 61.8039 6.64006 56.4639 6.64006C51.3339 6.64006 48.9939 10.5701 48.9939 14.4101C48.9939 18.2201 51.6339 22.2401 56.7639 22.2401C60.4839 22.2401 63.3639 20.1401 63.9639 16.8701H59.8839ZM56.4639 9.70006C58.4739 9.70006 59.6439 11.0501 59.7639 12.7301H53.0739C53.4339 10.6301 54.5739 9.70006 56.4639 9.70006Z\" fill=\"#101828\"/>\\n<path d=\"M74.8703 10.3601V6.88006H72.7187C70.8887 6.88006 69.7487 7.51006 68.9387 9.40006V6.88006H64.7387V22.0001H68.9387V14.6501C68.9387 12.0701 69.8687 10.3601 71.9387 10.3601H74.8703Z\" fill=\"#101828\"/>\\n<path d=\"M89.2703 6.88006H85.0703V15.1601C85.0703 17.0801 83.7803 18.5201 81.9503 18.5201C80.2403 18.5201 79.0403 17.2001 79.0403 15.3701V6.88006H74.8703V16.3001C74.8703 19.7501 77.0903 22.2401 80.4803 22.2401C82.5503 22.2401 84.2303 21.3401 85.0703 19.9001V22.0001H89.2703V6.88006Z\" fill=\"#101828\"/>\\n<path d=\"M91.0705 22.0001H95.2405V0.310059H91.0705V22.0001Z\" fill=\"#101828\"/>\\n<path d=\"M107.146 16.8701C106.816 18.1601 105.706 18.8201 104.026 18.8201C101.926 18.8201 100.576 17.5001 100.276 15.3701H111.136C111.166 15.0401 111.196 14.5901 111.196 14.0201C111.196 10.5701 109.066 6.64006 103.726 6.64006C98.5956 6.64006 96.2556 10.5701 96.2556 14.4101C96.2556 18.2201 98.8956 22.2401 104.026 22.2401C107.746 22.2401 110.626 20.1401 111.226 16.8701H107.146ZM103.726 9.70006C105.736 9.70006 106.906 11.0501 107.026 12.7301H100.336C100.696 10.6301 101.836 9.70006 103.726 9.70006Z\" fill=\"#101828\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yijbw\",\"data-framer-name\":\"Fictional company logo\",name:\"Fictional company logo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ozcvpv\",\"data-framer-name\":\"Logomark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:45,name:\"Logomark\",svg:'<svg width=\"45\" height=\"44\" viewBox=\"0 0 45 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M31.2287 0H14.3709L0.799805 13.5711V30.4289L14.3709 44H31.2287L44.7998 30.4289V13.5711L31.2287 0ZM16.7034 30.641L8.00946 21.947L16.7034 13.253C19.9902 9.96627 25.3974 9.96627 28.6842 13.253L37.3781 21.947L28.6842 30.641C25.3974 33.9277 20.0962 33.9277 16.7034 30.641Z\" fill=\"#444CE7\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tj3rug\",\"data-framer-name\":\"Logotype\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:147,name:\"Logotype\",svg:'<svg width=\"147\" height=\"25\" viewBox=\"-1 -1 147 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.1393 22.2401C13.8393 22.2401 16.0593 20.8601 16.7493 18.7901V22.0001H20.7393V13.9001C20.7393 12.0701 19.2993 10.5101 17.3493 10.5101H11.6493V13.9001H15.6993C16.2093 13.9001 16.5393 14.2301 16.5393 14.7401C16.5393 16.6901 13.9593 18.5801 11.3493 18.5801C7.86934 18.5801 5.10934 15.8501 5.10934 11.5001C5.10934 7.15006 7.86934 4.63006 11.4393 4.63006C14.1393 4.63006 15.9993 6.10006 16.3293 8.35006H20.7993C20.5293 3.85006 16.7493 0.76006 11.4693 0.76006C5.91934 0.76006 0.819336 4.33006 0.819336 11.5001C0.819336 18.6701 5.76934 22.2401 11.1393 22.2401Z\" fill=\"#101828\"/>\\n<path d=\"M22.4521 22.0001H26.6221V0.310059H22.4521V22.0001Z\" fill=\"#101828\"/>\\n<path d=\"M35.6172 22.2401C40.2672 22.2401 43.5972 18.9401 43.5972 14.4401C43.5972 9.94006 40.2672 6.64006 35.6172 6.64006C30.9672 6.64006 27.6372 9.94006 27.6372 14.4401C27.6372 18.9401 30.9672 22.2401 35.6172 22.2401ZM35.6172 18.6401C33.3672 18.6401 31.8372 16.9301 31.8372 14.4401C31.8372 11.9201 33.3672 10.2101 35.6172 10.2101C37.8672 10.2101 39.3972 11.9201 39.3972 14.4401C39.3972 16.9301 37.8672 18.6401 35.6172 18.6401Z\" fill=\"#101828\"/>\\n<path d=\"M52.9282 22.2401C57.3982 22.2401 60.0682 19.1501 60.0682 14.4401C60.0682 9.73006 57.3982 6.64006 52.9882 6.64006C51.0982 6.64006 49.6282 7.36006 48.7882 8.47006V0.310059H44.6182V22.0001H48.7882V20.3501C49.6282 21.5201 51.1882 22.2401 52.9282 22.2401ZM52.2682 18.6401C50.0182 18.6401 48.5482 16.9601 48.5482 14.4401C48.5482 11.8901 50.0182 10.2101 52.2682 10.2101C54.4582 10.2101 55.9582 11.8901 55.9582 14.4401C55.9582 16.9601 54.4582 18.6401 52.2682 18.6401Z\" fill=\"#101828\"/>\\n<path d=\"M67.0486 6.64006C62.9086 6.64006 60.4486 9.07006 60.2686 12.1001H63.9886C64.0486 10.8401 64.9786 9.70006 66.8086 9.70006C68.5186 9.70006 69.5086 10.5701 69.5086 11.8301C69.5086 12.4601 69.1186 12.9401 68.3686 12.9401H65.8186C62.5186 12.9401 60.2986 14.7401 60.2986 17.7101C60.2986 20.2901 62.3086 22.2401 65.2486 22.2401C67.3186 22.2401 68.9986 21.3101 69.5086 19.9001V22.0001H73.6486V12.2801C73.6486 8.86006 70.8586 6.64006 67.0486 6.64006ZM66.2986 19.2101C65.1286 19.2101 64.2886 18.5201 64.2886 17.5301C64.2886 16.3601 65.1886 15.5801 66.4486 15.5801H69.5086V15.7901C69.5086 17.7101 68.3386 19.2101 66.2986 19.2101Z\" fill=\"#101828\"/>\\n<path d=\"M75.251 22.0001H79.421V0.310059H75.251V22.0001Z\" fill=\"#101828\"/>\\n<path d=\"M81.6361 22.0001H90.2161C94.6561 22.0001 97.7161 19.7201 97.7161 15.7301C97.7161 12.9701 96.0961 11.2901 94.1761 10.5401C95.4061 9.88006 96.6361 8.38006 96.6361 6.40006C96.6361 2.89006 93.7861 1.00006 89.9761 1.00006H81.6361V22.0001ZM86.0761 9.01006V4.57006H89.5561C91.5661 4.57006 92.4661 5.38006 92.4661 6.79006C92.4661 8.20006 91.5661 9.01006 89.6461 9.01006H86.0761ZM86.0761 18.1001V12.8201H89.8261C92.3161 12.8201 93.4261 13.7801 93.4261 15.4901C93.4261 17.2001 92.3161 18.1001 89.8261 18.1001H86.0761Z\" fill=\"#101828\"/>\\n<path d=\"M104.97 6.64006C100.83 6.64006 98.3704 9.07006 98.1904 12.1001H101.91C101.97 10.8401 102.9 9.70006 104.73 9.70006C106.44 9.70006 107.43 10.5701 107.43 11.8301C107.43 12.4601 107.04 12.9401 106.29 12.9401H103.74C100.44 12.9401 98.2204 14.7401 98.2204 17.7101C98.2204 20.2901 100.23 22.2401 103.17 22.2401C105.24 22.2401 106.92 21.3101 107.43 19.9001V22.0001H111.57V12.2801C111.57 8.86006 108.78 6.64006 104.97 6.64006ZM104.22 19.2101C103.05 19.2101 102.21 18.5201 102.21 17.5301C102.21 16.3601 103.11 15.5801 104.37 15.5801H107.43V15.7901C107.43 17.7101 106.26 19.2101 104.22 19.2101Z\" fill=\"#101828\"/>\\n<path d=\"M112.933 22.0001H117.133V13.7201C117.133 11.7701 118.423 10.3601 120.253 10.3601C121.993 10.3601 123.163 11.6801 123.163 13.5101V22.0001H127.363V12.5801C127.363 9.10006 125.143 6.64006 121.723 6.64006C119.653 6.64006 117.973 7.51006 117.133 8.98006V6.88006H112.933V22.0001Z\" fill=\"#101828\"/>\\n<path d=\"M139.333 22.0001H144.373L137.863 12.8201L143.893 6.88006H138.613L133.363 12.0401V0.310059H129.163V22.0001H133.363V17.2601L135.043 15.6101L139.333 22.0001Z\" fill=\"#101828\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cpnunv hidden-1i1k99x hidden-1c9tm3b\",\"data-framer-name\":\"Fictional company logo\",name:\"Fictional company logo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1fyrlgw\",\"data-framer-name\":\"Logomark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:44,name:\"Logomark\",svg:'<svg width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_286_651)\">\\n<path d=\"M27.2694 2.12169L23.0486 0.990723L19.4917 14.2654L16.2804 2.28093L12.0595 3.4119L15.5291 16.3602L6.88724 7.71841L3.79738 10.8083L13.2764 20.2874L1.47179 17.1243L0.34082 21.3451L13.2388 24.8011C13.0912 24.1642 13.0131 23.5006 13.0131 22.8187C13.0131 17.992 16.9258 14.0792 21.7525 14.0792C26.5792 14.0792 30.492 17.992 30.492 22.8187C30.492 23.4962 30.4148 24.1557 30.269 24.7889L41.9909 27.9297L43.1218 23.709L30.1725 20.2392L41.9779 17.0759L40.8469 12.8551L27.8981 16.3247L36.54 7.68293L33.4501 4.59307L24.1026 13.9406L27.2694 2.12169Z\" fill=\"#FF4405\"/>\\n<path d=\"M30.2567 24.838C29.8948 26.368 29.1308 27.7424 28.0825 28.8435L36.5745 37.3357L39.6644 34.2458L30.2567 24.838Z\" fill=\"#FF4405\"/>\\n<path d=\"M27.9968 28.9323C26.9359 30.0159 25.5951 30.8245 24.0916 31.2413L27.1817 42.7735L31.4025 41.6425L27.9968 28.9323Z\" fill=\"#FF4405\"/>\\n<path d=\"M23.934 31.2835C23.2364 31.4628 22.5053 31.5581 21.7518 31.5581C20.9446 31.5581 20.1629 31.4486 19.4208 31.2437L16.3279 42.7866L20.5487 43.9175L23.934 31.2835Z\" fill=\"#FF4405\"/>\\n<path d=\"M19.2715 31.2012C17.791 30.7638 16.4741 29.9448 15.4348 28.8581L6.92192 37.3711L10.0118 40.4609L19.2715 31.2012Z\" fill=\"#FF4405\"/>\\n<path d=\"M15.3647 28.7829C14.3432 27.6893 13.5992 26.3333 13.2451 24.827L1.48486 27.9781L2.61582 32.1989L15.3647 28.7829Z\" fill=\"#FF4405\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_286_651\">\\n<rect width=\"44\" height=\"44\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13dgeb7\",\"data-framer-name\":\"Logotype\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:130,name:\"Logotype\",svg:'<svg width=\"130\" height=\"25\" viewBox=\"-1 -1 130 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.5201 0.90918V16.1192L4.77012 0.90918H0.870117V21.9092H4.77012V6.81918L14.5201 21.9092H18.4201V0.90918H14.5201Z\" fill=\"#101828\"/>\\n<path d=\"M20.1775 4.83918H24.1975V0.90918H20.1775V4.83918ZM20.2375 21.9092V6.90918H24.1375V21.9092H20.2375Z\" fill=\"#101828\"/>\\n<path d=\"M40.9175 14.4092C40.9175 9.21918 37.2275 6.75918 33.3275 6.72918C29.3975 6.69918 25.7675 9.21918 25.7675 14.4092C25.7675 19.5992 29.3975 22.1192 33.3275 22.0892C36.8975 22.0592 39.3575 20.4092 40.4975 17.6792L37.4675 16.4192C36.5375 18.2792 35.0675 18.9392 33.3275 18.9692C31.8275 18.9992 30.1175 18.2792 29.7575 15.6092H40.8275C40.8875 15.2192 40.9175 14.8292 40.9175 14.4092ZM33.3275 9.81918C34.8275 9.84918 36.3575 10.6592 36.8375 12.8192H29.8175C30.3275 10.6292 31.8575 9.78918 33.3275 9.81918Z\" fill=\"#101828\"/>\\n<path d=\"M49.9307 9.69918V6.72918H47.4707V2.70918L43.5707 3.90918V6.72918H41.1107V9.69918H43.5707V17.4692C43.5707 20.4092 43.8107 21.9092 48.3707 21.9092H49.4207V18.4892H48.3707C47.6507 18.4892 47.4707 18.3692 47.4707 17.4692V9.69918H49.9307Z\" fill=\"#101828\"/>\\n<path d=\"M55.7258 18.6392L64.0058 10.1792V6.90918H51.5858V10.1792H59.6258L51.3458 18.6392V21.9092H64.0958V18.6392H55.7258Z\" fill=\"#101828\"/>\\n<path d=\"M65.4941 17.6792L69.4241 17.0792C69.6941 18.5792 71.4641 19.1492 72.5441 19.1492C73.6541 19.1492 75.5741 18.9092 75.5741 17.1092C75.5741 13.5992 65.9441 17.9792 65.9441 11.2592C65.9441 6.93918 70.9541 6.69918 72.5441 6.69918C74.0441 6.69918 78.3941 6.93918 79.2941 10.4192L75.5741 11.1992C75.2441 9.60918 73.5641 9.30918 72.6641 9.30918C71.7641 9.30918 69.8441 9.51918 69.8441 11.2592C69.8441 14.7392 79.4741 10.2992 79.4741 17.1092C79.4741 21.6992 74.1941 22.0892 72.5441 22.0892C71.0441 22.0892 66.2741 21.6992 65.4941 17.6792Z\" fill=\"#101828\"/>\\n<path d=\"M84.5406 14.4092C84.5406 18.0692 86.4906 19.1792 88.5306 19.1492C90.3606 19.1192 91.6206 18.3692 92.3706 16.2692L95.5806 17.8292C94.4106 20.8892 91.5606 22.0592 88.5306 22.0892C84.6006 22.1192 80.6406 19.5992 80.6406 14.4092C80.6406 9.21918 84.6006 6.69918 88.5306 6.72918C91.5606 6.75918 94.4106 7.92918 95.5806 10.9892L92.3706 12.5492C91.6206 10.4492 90.3606 9.69918 88.5306 9.66918C86.4906 9.63918 84.5406 10.7492 84.5406 14.4092Z\" fill=\"#101828\"/>\\n<path d=\"M106.05 6.66918C104.04 6.66918 102.21 7.71918 101.04 9.96918V0.90918H97.1404V21.9092H101.04V16.5992C101.04 9.72918 103.89 9.15918 104.94 9.15918C106.62 9.15918 106.86 10.8992 106.86 13.4492V21.9092H110.76V13.4492C110.76 10.2692 110.25 6.66918 106.05 6.66918Z\" fill=\"#101828\"/>\\n<path d=\"M127.226 14.4092C127.226 9.21918 123.536 6.75918 119.636 6.72918C115.706 6.69918 112.076 9.21918 112.076 14.4092C112.076 19.5992 115.706 22.1192 119.636 22.0892C123.206 22.0592 125.666 20.4092 126.806 17.6792L123.776 16.4192C122.846 18.2792 121.376 18.9392 119.636 18.9692C118.136 18.9992 116.426 18.2792 116.066 15.6092H127.136C127.196 15.2192 127.226 14.8292 127.226 14.4092ZM119.636 9.81918C121.136 9.84918 122.666 10.6592 123.146 12.8192H116.126C116.636 10.6292 118.166 9.78918 119.636 9.81918Z\" fill=\"#101828\"/>\\n</svg>\\n',withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j7ehhr\",\"data-framer-name\":\"abbout\",id:elementId,name:\"abbout\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12h6s1l\",\"data-framer-name\":\"Frame 6356712\",name:\"Frame 6356712\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1pvn30z\",\"data-styles-preset\":\"uPH6juw5P\",children:[\"We\u2019re a trusted partner \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"across the supply chain.\"})]})}),className:\"framer-r76xnq\",\"data-framer-name\":\"We\u2019re a trusted partner across the supply chain.\",fonts:[\"Inter\"],name:\"We\u2019re a trusted partner across the supply chain.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u5blun\",\"data-styles-preset\":\"ieU_EPCwB\",children:\"We unlock value for customers, enable farming communities to prosper sustainably and strive for a food-secure future.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u5blun\",\"data-styles-preset\":\"ieU_EPCwB\",children:\"We\u2019re a market leading and differentiated agri-business, focused on high-growth markets with a global origination footprint, processing capabilities and deep understanding of market needs built over 33 years.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u5blun\",\"data-styles-preset\":\"ieU_EPCwB\",children:\"We unlock value for customers, enable farming communities to prosper sustainably and strive for a food-secure future.\"})]}),className:\"framer-78f6zx\",\"data-framer-name\":\"We unlock value for customers, enable farming communities to prosper sustainably and strive for a food-secure future. We\u2019re a market leading and differentiated agri-business, focused on high-growth markets with a global origination footprint, processing capabilities and deep understanding of market needs built over 33 years.\",fonts:[\"Inter\"],name:\"We unlock value for customers, enable farming communities to prosper sustainably and strive for a food-secure future. We\u2019re a market leading and differentiated agri-business, focused on high-growth markets with a global origination footprint, processing capabilities and deep understanding of market needs built over 33 years.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:29,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:264,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-r56t31\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bny72o\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1povddl\",\"data-border\":true,\"data-framer-name\":\"_Feature tab\",name:\"_Feature tab\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sj22yi\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1lztsij\",\"data-styles-preset\":\"BZjgororm\",children:\"We grow & source\"})}),className:\"framer-ylh1ph\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",children:\"Through our own growing operations and partnerships with both large- and small-scale producers, our global sourcing capabilities enable us to reliably source and deliver high-quality products to customers around the world.\"})}),className:\"framer-149pcrp\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yp3thn\",\"data-border\":true,\"data-framer-name\":\"_Feature tab\",name:\"_Feature tab\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17vqfzw\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1lztsij\",\"data-styles-preset\":\"BZjgororm\",children:\"We process & manufacture\"})}),className:\"framer-avhan0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",children:\"An all-in-one customer service platform that helps you balance everything your customers need to be happy.\"})}),className:\"framer-hokxzb\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mlbxev\",\"data-border\":true,\"data-framer-name\":\"_Feature tab\",name:\"_Feature tab\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t8a59l\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1lztsij\",\"data-styles-preset\":\"BZjgororm\",children:\"We transport & distribute\"})}),className:\"framer-1ejaaag\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",children:\"Measure what matters with Untitled\u2019s easy-to-use reports. You can filter, export, and drilldown on the data in a couple clicks.\"})}),className:\"framer-1qqyi8u\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2594),sizes:\"calc(min(100vw - 40px, 1200px) - 40px)\",src:\"https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg\",srcSet:\"https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg 1090w\"}},tb7iMZPI2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2270),sizes:\"calc(min(100vw - 160px, 1200px) - 80px)\",src:\"https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg\",srcSet:\"https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg 1090w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1599),sizes:\"406px\",src:\"https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg\",srcSet:\"https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/c4MY89A9S1W2pabb6bS0lHJxnEk.jpg 1090w\"},className:\"framer-v8krzx\",\"data-framer-name\":\"Rectangle 1188\",name:\"Rectangle 1188\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gdz2zi\",\"data-framer-name\":\"Services\",name:\"Services\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-19g243h\",\"data-framer-name\":\"Frame 6356701\",name:\"Frame 6356701\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pvn30z\",\"data-styles-preset\":\"uPH6juw5P\",children:\"Our Services\"})}),className:\"framer-45ii0l\",\"data-framer-name\":\"Our Services\",fonts:[\"Inter\"],name:\"Our Services\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ed4lu0\",\"data-framer-name\":\"Frame 6356700\",name:\"Frame 6356700\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vkf3z0\",\"data-styles-preset\":\"XLbJebUkd\",children:\"Whether it's working with rice farmers in Asia or producing value-added products in Africa, we help our customers around the world meet the increasing demand for food, feed and fibre.\"})}),className:\"framer-1b2ag5a\",\"data-framer-name\":\"Whether it's working with rice farmers in Asia or producing value-added products in Africa, we help our customers around the world meet the increasing demand for food, feed and fibre.\",fonts:[\"Inter\"],name:\"Whether it's working with rice farmers in Asia or producing value-added products in Africa, we help our customers around the world meet the increasing demand for food, feed and fibre.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ilny3w\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:514,name:\"Line 1\",svg:'<svg width=\"514\" height=\"3\" viewBox=\"-1 -1 514 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"0.5\" x2=\"511.5\" y2=\"0.5\" stroke=\"#09B010\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-117cfh7\",\"data-framer-name\":\"Frame 6356703\",name:\"Frame 6356703\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-48kpkc\",\"data-framer-name\":\"our services\",name:\"our services\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3282),sizes:\"calc(min(100vw - 40px, 1200px) - 48px)\",src:\"https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg\",srcSet:\"https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg 728w\"}},tb7iMZPI2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3230),sizes:\"calc(min(100vw - 128px, 1200px) - 48px)\",src:\"https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg\",srcSet:\"https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg 728w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2634),sizes:\"calc(max((min(100vw, 1200px) - 208px) / 3, 1px) - 48px)\",src:\"https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg\",srcSet:\"https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DYXh7E9l9llsxvtE5wuCoOsRYA.jpg 728w\"},className:\"framer-14hz87i\",\"data-framer-name\":\"Rectangle 12\",name:\"Rectangle 12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7vyq9f\",\"data-framer-name\":\"Frame 6356702\",name:\"Frame 6356702\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-flditl\",\"data-styles-preset\":\"IlgSnVPez\",children:\"Crop Planting\"})}),className:\"framer-1gags8m\",\"data-framer-name\":\"Crop planting\",fonts:[\"Inter\"],name:\"Crop planting\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\"})}),className:\"framer-fdu230\",\"data-framer-name\":\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\",fonts:[\"Inter\"],name:\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nj0cjg\",\"data-framer-name\":\"Card 2\",name:\"Card 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3784),sizes:\"calc(min(100vw - 40px, 1200px) - 48px)\",src:\"https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg\",srcSet:\"https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg 728w\"}},tb7iMZPI2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3732),sizes:\"calc(min(100vw - 128px, 1200px) - 48px)\",src:\"https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg\",srcSet:\"https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg 728w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2634),sizes:\"calc(max((min(100vw, 1200px) - 208px) / 3, 1px) - 48px)\",src:\"https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg\",srcSet:\"https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dW8QWSbWuqVMjcVduCKSXrQJo.jpg 728w\"},className:\"framer-lubsaz\",\"data-framer-name\":\"Rectangle 12\",name:\"Rectangle 12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2t3pl9\",\"data-framer-name\":\"Frame 6356702\",name:\"Frame 6356702\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-flditl\",\"data-styles-preset\":\"IlgSnVPez\",children:\"Animal Husbandry\"})}),className:\"framer-f6wkn1\",\"data-framer-name\":\"Crop planting\",fonts:[\"Inter\"],name:\"Crop planting\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\"})}),className:\"framer-12qw7ei\",\"data-framer-name\":\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\",fonts:[\"Inter\"],name:\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4f1ht1\",\"data-framer-name\":\"Card 3\",name:\"Card 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4286),sizes:\"calc(min(100vw - 40px, 1200px) - 48px)\",src:\"https://framerusercontent.com/images/bn2DTzme9HG8F0ChBLLqSCraKmE.jpg\",srcSet:\"https://framerusercontent.com/images/bn2DTzme9HG8F0ChBLLqSCraKmE.jpg 484w\"}},tb7iMZPI2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4234),sizes:\"calc(min(100vw - 128px, 1200px) - 48px)\",src:\"https://framerusercontent.com/images/bn2DTzme9HG8F0ChBLLqSCraKmE.jpg\",srcSet:\"https://framerusercontent.com/images/bn2DTzme9HG8F0ChBLLqSCraKmE.jpg 484w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2634),sizes:\"calc(max((min(100vw, 1200px) - 208px) / 3, 1px) - 48px)\",src:\"https://framerusercontent.com/images/bn2DTzme9HG8F0ChBLLqSCraKmE.jpg\",srcSet:\"https://framerusercontent.com/images/bn2DTzme9HG8F0ChBLLqSCraKmE.jpg 484w\"},className:\"framer-12jq9ve\",\"data-framer-name\":\"Rectangle 12\",name:\"Rectangle 12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i5pv66\",\"data-framer-name\":\"Frame 6356702\",name:\"Frame 6356702\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-flditl\",\"data-styles-preset\":\"IlgSnVPez\",children:\"Food Crops Retails\"})}),className:\"framer-2avtto\",\"data-framer-name\":\"Crop planting\",fonts:[\"Inter\"],name:\"Crop planting\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jz6tye\",\"data-styles-preset\":\"zw9n0qByQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\"})}),className:\"framer-1b7hazy\",\"data-framer-name\":\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\",fonts:[\"Inter\"],name:\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id es\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x8q7xb\",\"data-framer-name\":\"FAQ\",name:\"FAQ\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-30twsi\",\"data-framer-name\":\"Heading and supporting text\",name:\"Heading and supporting text\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qqoegn\",\"data-styles-preset\":\"Bsc14NMgG\",children:\"Frequently asked questions\"})}),className:\"framer-x418ny\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2babsm\",\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11yijio\",\"data-framer-name\":\"Accordion\",name:\"Accordion\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{width:\"calc(min(100vw - 48px, 1200px) - 40px)\",y:4904},tb7iMZPI2:{width:\"calc(min(100vw - 128px, 1200px) - 40px)\",y:4952}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"960px\",y:3372,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q98ssc-container\",children:/*#__PURE__*/_jsx(AccordionDropdownComponent,{height:\"100%\",id:\"ZKvAOg2Rk\",layoutId:\"ZKvAOg2Rk\",style:{width:\"100%\"},T8rQFvSBR:\"We provide a wide range of services, including crop advisory, farm management solutions, supply chain optimization, and access to agricultural inputs such as seeds, fertilizers, and equipment. Additionally, we offer digital platforms to connect farmers with markets and buyers to enhance their business operations.\",variant:\"pZUXjsBEn\",W88zB8mIG:\"1. What services do you offer to farmers and agribusinesses?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h7cjcs\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t5fj2e\",\"data-framer-name\":\"Line\",name:\"Line\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yf8tah\",\"data-framer-name\":\"Accordion\",name:\"Accordion\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{width:\"calc(min(100vw - 48px, 1200px) - 40px)\",y:5004},tb7iMZPI2:{width:\"calc(min(100vw - 128px, 1200px) - 40px)\",y:5052}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"960px\",y:3472,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a0kqwo-container\",children:/*#__PURE__*/_jsx(AccordionDropdownComponent,{height:\"100%\",id:\"i97CIhf07\",layoutId:\"i97CIhf07\",style:{width:\"100%\"},T8rQFvSBR:\"Our farm management solutions help farmers streamline operations by providing real-time data on crop health, soil conditions, weather forecasts, and yield predictions. This enables more informed decision-making, reduces waste, and improves productivity, ultimately leading to higher profits.\",variant:\"FP7sjzbQv\",W88zB8mIG:\"2. How can I benefit from your farm management solutions?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3pw7ky\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1371ij4\",\"data-framer-name\":\"Line\",name:\"Line\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wq9tec\",\"data-framer-name\":\"Accordion\",name:\"Accordion\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{width:\"calc(min(100vw - 48px, 1200px) - 40px)\",y:5104},tb7iMZPI2:{width:\"calc(min(100vw - 128px, 1200px) - 40px)\",y:5152}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"960px\",y:3572,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17y1qox-container\",children:/*#__PURE__*/_jsx(AccordionDropdownComponent,{height:\"100%\",id:\"gEysy1_0v\",layoutId:\"gEysy1_0v\",style:{width:\"100%\"},T8rQFvSBR:\"Yes, sustainability is at the core of our operations. We offer solutions that promote soil conservation, water management, and the use of eco-friendly fertilizers and pesticides. Our practices are designed to help farmers increase yields while protecting the environment for future generations.\",variant:\"FP7sjzbQv\",W88zB8mIG:\"3. Do you offer sustainable farming solutions?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b0vwyd\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c2m5wq\",\"data-framer-name\":\"Line\",name:\"Line\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s06teb\",\"data-framer-name\":\"Accordion\",name:\"Accordion\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{width:\"calc(min(100vw - 48px, 1200px) - 40px)\",y:5204},tb7iMZPI2:{width:\"calc(min(100vw - 128px, 1200px) - 40px)\",y:5252}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"960px\",y:3672,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kbzn0b-container\",children:/*#__PURE__*/_jsx(AccordionDropdownComponent,{height:\"100%\",id:\"ieuuJUS87\",layoutId:\"ieuuJUS87\",style:{width:\"100%\"},T8rQFvSBR:\"We collaborate with financial institutions to offer affordable credit and financing solutions to farmers. Through our platform, you can access funding options tailored to your needs, whether you are starting a new project or expanding existing operations.\",variant:\"FP7sjzbQv\",W88zB8mIG:\"4. How can I access financing or funding for my agricultural projects?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12b0s2o\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x7cqhm\",\"data-framer-name\":\"Line\",name:\"Line\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ppkgq\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{height:320,width:\"100vw\",y:5374}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-grvlz6-container hidden-72rtr7 hidden-1i1k99x\",children:/*#__PURE__*/_jsx(ContactUsSectionCard,{height:\"100%\",id:\"ZGIiFG9_C\",layoutId:\"ZGIiFG9_C\",style:{width:\"100%\"},variant:\"BGz4wWiQb\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tb7iMZPI2:{height:320,width:\"100vw\",y:5462}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10jifgo-container hidden-72rtr7 hidden-1c9tm3b\",children:/*#__PURE__*/_jsx(ContactUsSectionCard,{height:\"100%\",id:\"xi6zCEJOE\",layoutId:\"xi6zCEJOE\",style:{width:\"100%\"},variant:\"XawL1o8pG\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:\"100vw\",y:3902,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ojcu3o-container hidden-1i1k99x hidden-1c9tm3b\",children:/*#__PURE__*/_jsx(ContactUsSectionCard,{height:\"100%\",id:\"dlM2xG7Im\",layoutId:\"dlM2xG7Im\",style:{width:\"100%\"},variant:\"HVatg9tDF\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qv0m5b\",\"data-framer-name\":\"Testimonial section\",name:\"Testimonial section\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:26,delay:0,duration:.3,ease:[.44,0,.56,1],mass:.5,stiffness:148,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.9,rotate:-11,rotateX:0,rotateY:0,scale:.7,skewX:9,skewY:0,x:-29,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-q1phva-container hidden-72rtr7 hidden-1c9tm3b\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"DPfHTiqSo\",layoutId:\"DPfHTiqSo\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-164u40u\",\"data-framer-name\":\"Tablet Testimonial Cards\",name:\"Tablet Testimonial Cards\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lznlc6-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"dD4JjKgnV\",layoutId:\"dD4JjKgnV\",rXPpoyj0R:\"\\\"AgriFuture's precision farming technology transformed our crop management process, leading to an impressive increase in both yield and quality. Their commitment to understanding our unique challenges made all the difference. Exceptional innovation and support; we're eager to expand our partnership.\\\"\\n\",variant:\"SMlsTmThX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wl89qe-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"MoKbc37uc\",layoutId:\"MoKbc37uc\",rXPpoyj0R:'\"Working with FarmTech Solutions has streamlined our agricultural operations, thanks to their reliable machinery and responsive service team. Their attention to detail and proactive maintenance advice have been invaluable. They\\'re a trusted partner for growth in agribusiness.\"',variant:\"SMlsTmThX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-22pmye-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"QyVXcwQ6_\",layoutId:\"QyVXcwQ6_\",rXPpoyj0R:'\"The seed varieties from TerraSeed Co. have consistently yielded robust crops, even in challenging conditions. Their dedication to quality and genetic innovation stands out in a crowded marketplace. Looking forward to another bountiful harvest with TerraSeed on our side.\"',variant:\"SMlsTmThX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cager0-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"rHyfgM3Or\",layoutId:\"rHyfgM3Or\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',style:{height:\"100%\"},variant:\"SMlsTmThX\",width:\"100%\"})})})]})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hjc9h7-container hidden-1i1k99x hidden-1c9tm3b\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"jMqYqp3Hv\",layoutId:\"jMqYqp3Hv\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uzgs4q\",\"data-framer-name\":\"Web Testimonial Cards\",name:\"Web Testimonial Cards\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ogh2g-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"gmEMDsxN7\",layoutId:\"gmEMDsxN7\",rXPpoyj0R:\"\\\"AgriFuture's precision farming technology transformed our crop management process, leading to an impressive increase in both yield and quality. Their commitment to understanding our unique challenges made all the difference. Exceptional innovation and support; we're eager to expand our partnership.\\\"\\n\",variant:\"MlJ2Qerac\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-poxq8v-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"bBVbOkIjv\",layoutId:\"bBVbOkIjv\",rXPpoyj0R:'\"Working with FarmTech Solutions has streamlined our agricultural operations, thanks to their reliable machinery and responsive service team. Their attention to detail and proactive maintenance advice have been invaluable. They\\'re a trusted partner for growth in agribusiness.\"',variant:\"MlJ2Qerac\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8zgd8u-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"VtUJUMNpN\",layoutId:\"VtUJUMNpN\",rXPpoyj0R:'\"The seed varieties from TerraSeed Co. have consistently yielded robust crops, even in challenging conditions. Their dedication to quality and genetic innovation stands out in a crowded marketplace. Looking forward to another bountiful harvest with TerraSeed on our side.\"',variant:\"MlJ2Qerac\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-132icqh-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"ke2AUTaXh\",layoutId:\"ke2AUTaXh\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',style:{height:\"100%\"},variant:\"MlJ2Qerac\",width:\"100%\"})})})]})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1le7wz8-container hidden-72rtr7 hidden-1i1k99x\",\"data-framer-name\":\"ticker mobile\",name:\"ticker mobile\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"k83MOBK1u\",layoutId:\"k83MOBK1u\",name:\"ticker mobile\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ja8lps\",\"data-framer-name\":\"Mobile Testimonial Cards\",name:\"Mobile Testimonial Cards\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bnrud3-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"F6ZYWD0Ol\",layoutId:\"F6ZYWD0Ol\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',variant:\"S3Mqi_VQW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4ck3p2-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"W4LosmhFE\",layoutId:\"W4LosmhFE\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',variant:\"S3Mqi_VQW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-od4t2u-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"QhR2B422l\",layoutId:\"QhR2B422l\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',variant:\"S3Mqi_VQW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10oe61r-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"lSbeUeW77\",layoutId:\"lSbeUeW77\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',variant:\"S3Mqi_VQW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j5sbn5-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"DIbSTmyjc\",layoutId:\"DIbSTmyjc\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',variant:\"S3Mqi_VQW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ra7tae-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",id:\"j7gK0WKVq\",layoutId:\"j7gK0WKVq\",rXPpoyj0R:'\"GreenGrow\\'s organic fertilizers have not only boosted our soil health but also supported our mission for sustainable agriculture. Their eco-friendly approach and exceptional product quality resonate with our values. They are true partners in sustainability.\"',variant:\"S3Mqi_VQW\",width:\"100%\"})})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{y:6308},tb7iMZPI2:{y:6272}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:368,width:\"100vw\",y:4744,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aowtw8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QruIcEs31:{variant:\"IFiPeLlhc\"},tb7iMZPI2:{variant:\"hf9Zs9k_z\"}},children:/*#__PURE__*/_jsx(WebFooter,{height:\"100%\",id:\"C6kqlKXvq\",layoutId:\"C6kqlKXvq\",style:{width:\"100%\"},variant:\"ErpAO_37Q\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-B7TDp { background: white; }`,\".framer-B7TDp.framer-lux5qc, .framer-B7TDp .framer-lux5qc { display: block; }\",\".framer-B7TDp.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-B7TDp .framer-12g9whg-container { flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-B7TDp .framer-ximuzw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-1tyqqrb { flex: none; height: 720px; overflow: visible; position: relative; width: 100%; }\",\".framer-B7TDp .framer-kfh6f2 { background-color: rgba(0, 73, 2, 0.65); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; left: calc(50.00000000000002% - 100% / 2); opacity: 0.9; position: absolute; top: 0px; width: 100%; }\",\".framer-B7TDp .framer-8w8lf { align-content: flex-start; align-items: flex-start; bottom: 61px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: center; left: 50%; max-width: 1200px; overflow: visible; padding: 0px; position: absolute; transform: translateX(-50%); width: 86%; }\",\".framer-B7TDp .framer-1dw7jce { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 480px; }\",\".framer-B7TDp .framer-n13u3e, .framer-B7TDp .framer-1tdanm4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-1g2exqk, .framer-B7TDp .framer-7vyq9f, .framer-B7TDp .framer-2t3pl9, .framer-B7TDp .framer-i5pv66 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-14vx1t9 { --framer-paragraph-spacing: 72px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-4phx1v, .framer-B7TDp .framer-149pcrp, .framer-B7TDp .framer-hokxzb, .framer-B7TDp .framer-1qqyi8u, .framer-B7TDp .framer-fdu230, .framer-B7TDp .framer-12qw7ei, .framer-B7TDp .framer-1b7hazy { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-au6onl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-B7TDp .framer-100tkr7-container, .framer-B7TDp .framer-1lznlc6-container, .framer-B7TDp .framer-wl89qe-container, .framer-B7TDp .framer-22pmye-container, .framer-B7TDp .framer-ogh2g-container, .framer-B7TDp .framer-poxq8v-container, .framer-B7TDp .framer-8zgd8u-container, .framer-B7TDp .framer-1bnrud3-container, .framer-B7TDp .framer-4ck3p2-container, .framer-B7TDp .framer-od4t2u-container, .framer-B7TDp .framer-10oe61r-container, .framer-B7TDp .framer-j5sbn5-container, .framer-B7TDp .framer-1ra7tae-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-B7TDp .framer-fsm1fi { align-content: center; align-items: center; background-color: rgba(243, 186, 0, 0.9); border-bottom-left-radius: 168px; border-bottom-right-radius: 168px; border-top-left-radius: 168px; border-top-right-radius: 168px; bottom: 58px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 624px; overflow: hidden; padding: 16px 36px 16px 36px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-B7TDp .framer-10bkfna { --framer-paragraph-spacing: 24px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 186px; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-19xrlmi { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-B7TDp .framer-48xcmc { flex: none; height: 498px; overflow: visible; position: relative; width: 392px; }\",\".framer-B7TDp .framer-w177c9 { background-color: rgba(212, 192, 8, 0.42); border-bottom-left-radius: 57px; border-bottom-right-radius: 57px; border-top-left-radius: 57px; border-top-right-radius: 57px; flex: none; height: 499px; left: -36px; position: absolute; top: 0px; width: 346px; }\",\".framer-B7TDp .framer-mrjc45 { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 494px; left: -10px; position: absolute; top: calc(45.65972222222224% - 494.0625px / 2); width: 353px; }\",\".framer-B7TDp .framer-1x6981f { align-content: center; align-items: center; background-color: rgba(96, 202, 100, 0.84); border-bottom-left-radius: 168px; border-bottom-right-radius: 168px; border-top-left-radius: 168px; border-top-right-radius: 168px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 48px 16px 48px; position: absolute; right: -25px; top: 32px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-B7TDp .framer-1sp94ia { --framer-paragraph-spacing: 24px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 124px; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-j8cdjt { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 124px; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-bgswrl { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-2bnsvq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 1px; }\",\".framer-B7TDp .framer-1yye0e0 { --framer-paragraph-spacing: 36px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-1wjow1i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-1px9tew { aspect-ratio: 3.4791666666666665 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 167px; }\",\".framer-B7TDp .framer-18xh2pg { bottom: 2px; flex: none; left: 0px; position: absolute; right: 130px; top: 2px; }\",\".framer-B7TDp .framer-8o0iit { flex: none; height: 32px; left: 49px; position: absolute; top: 11px; width: 119px; }\",\".framer-B7TDp .framer-1ne7gex { aspect-ratio: 4.125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 198px; }\",\".framer-B7TDp .framer-wpvbr3 { bottom: 2px; flex: none; left: 0px; position: absolute; right: 155px; top: 2px; }\",\".framer-B7TDp .framer-4ol3wt { bottom: 15px; flex: none; left: 52px; position: absolute; right: 2px; top: 13px; }\",\".framer-B7TDp .framer-1lz7nph { aspect-ratio: 3.4583333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 166px; }\",\".framer-B7TDp .framer-1kyn4 { bottom: 2px; flex: none; left: 0px; overflow: visible; position: absolute; right: 122px; top: 2px; }\",\".framer-B7TDp .framer-b92szt { --border-bottom-width: 3px; --border-color: #6826da; --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-B7TDp .framer-mb39oe, .framer-B7TDp .framer-15g0104 { --border-bottom-width: 3px; --border-color: #6826da; --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; flex: none; left: 9px; position: absolute; right: 9px; top: 0px; }\",\".framer-B7TDp .framer-1hnrkm7 { bottom: 9px; flex: none; left: 53px; position: absolute; right: 2px; top: 11px; }\",\".framer-B7TDp .framer-yijbw { aspect-ratio: 4.104166666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 197px; }\",\".framer-B7TDp .framer-1ozcvpv { bottom: 2px; flex: none; left: 0px; position: absolute; right: 154px; top: 2px; }\",\".framer-B7TDp .framer-tj3rug { bottom: 15px; flex: none; left: 51px; position: absolute; right: 2px; top: 11px; }\",\".framer-B7TDp .framer-cpnunv { aspect-ratio: 3.7916666666666665 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 182px; }\",\".framer-B7TDp .framer-1fyrlgw { bottom: 2px; flex: none; left: 0px; position: absolute; right: 138px; top: 2px; }\",\".framer-B7TDp .framer-13dgeb7 { bottom: 16px; flex: none; left: 53px; position: absolute; right: 3px; top: 11px; }\",\".framer-B7TDp .framer-1j7ehhr { align-content: flex-start; align-items: flex-start; background-color: #17171b; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 80px 96px 80px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-12h6s1l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-r76xnq { --framer-paragraph-spacing: 48px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 552px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-B7TDp .framer-78f6zx { --framer-paragraph-spacing: 18px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-r56t31 { align-content: center; align-items: center; background-color: #fafef5; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-1bny72o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-B7TDp .framer-1povddl { --border-bottom-width: 0px; --border-color: #4ba30c; --border-left-width: 4px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; 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: visible; padding: 16px 0px 16px 24px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-sj22yi, .framer-B7TDp .framer-17vqfzw, .framer-B7TDp .framer-t8a59l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-ylh1ph, .framer-B7TDp .framer-avhan0, .framer-B7TDp .framer-1ejaaag { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-yp3thn, .framer-B7TDp .framer-1mlbxev { --border-bottom-width: 0px; --border-color: #f2f3f6; --border-left-width: 4px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; 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: visible; padding: 16px 0px 16px 24px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-v8krzx { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 420px; position: relative; width: 406px; }\",\".framer-B7TDp .framer-gdz2zi { align-content: center; align-items: center; background-color: #edffed; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 51px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-19g243h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-B7TDp .framer-45ii0l { --framer-paragraph-spacing: 60px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-B7TDp .framer-ed4lu0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-1b2ag5a { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 800px; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-1ilny3w { flex: none; height: 3px; position: relative; width: 514px; }\",\".framer-B7TDp .framer-117cfh7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-48kpkc, .framer-B7TDp .framer-nj0cjg, .framer-B7TDp .framer-4f1ht1 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-B7TDp .framer-14hz87i, .framer-B7TDp .framer-lubsaz, .framer-B7TDp .framer-12jq9ve { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 240px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-1gags8m, .framer-B7TDp .framer-f6wkn1, .framer-B7TDp .framer-2avtto { --framer-paragraph-spacing: 24px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-x8q7xb { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 200px 100px 200px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-30twsi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 768px; }\",\".framer-B7TDp .framer-x418ny { --framer-paragraph-spacing: 36px; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 768px; word-break: break-word; word-wrap: break-word; }\",\".framer-B7TDp .framer-2babsm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-B7TDp .framer-11yijio, .framer-B7TDp .framer-1yf8tah, .framer-B7TDp .framer-wq9tec, .framer-B7TDp .framer-s06teb { align-content: flex-start; align-items: flex-start; background-color: var(--token-40c03004-286a-43c1-b36f-58b60663152c, #f2f2f2); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-B7TDp .framer-1q98ssc-container, .framer-B7TDp .framer-1a0kqwo-container, .framer-B7TDp .framer-17y1qox-container, .framer-B7TDp .framer-1kbzn0b-container, .framer-B7TDp .framer-grvlz6-container, .framer-B7TDp .framer-10jifgo-container, .framer-B7TDp .framer-ojcu3o-container, .framer-B7TDp .framer-aowtw8-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-B7TDp .framer-h7cjcs, .framer-B7TDp .framer-t5fj2e, .framer-B7TDp .framer-3pw7ky, .framer-B7TDp .framer-1371ij4, .framer-B7TDp .framer-1b0vwyd, .framer-B7TDp .framer-1c2m5wq, .framer-B7TDp .framer-12b0s2o, .framer-B7TDp .framer-x7cqhm { background-color: rgba(0, 0, 0, 0.05); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-B7TDp .framer-12ppkgq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-qv0m5b { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-q1phva-container, .framer-B7TDp .framer-hjc9h7-container { flex: none; height: 402px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-164u40u, .framer-B7TDp .framer-1uzgs4q { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-B7TDp .framer-cager0-container, .framer-B7TDp .framer-132icqh-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-B7TDp .framer-1le7wz8-container { flex: none; height: 534px; position: relative; width: 100%; }\",\".framer-B7TDp .framer-ja8lps { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-B7TDp.framer-72rtr7, .framer-B7TDp .framer-ximuzw, .framer-B7TDp .framer-8w8lf, .framer-B7TDp .framer-1dw7jce, .framer-B7TDp .framer-n13u3e, .framer-B7TDp .framer-1tdanm4, .framer-B7TDp .framer-1g2exqk, .framer-B7TDp .framer-au6onl, .framer-B7TDp .framer-fsm1fi, .framer-B7TDp .framer-1x6981f, .framer-B7TDp .framer-bgswrl, .framer-B7TDp .framer-2bnsvq, .framer-B7TDp .framer-1j7ehhr, .framer-B7TDp .framer-12h6s1l, .framer-B7TDp .framer-r56t31, .framer-B7TDp .framer-1bny72o, .framer-B7TDp .framer-1povddl, .framer-B7TDp .framer-sj22yi, .framer-B7TDp .framer-yp3thn, .framer-B7TDp .framer-17vqfzw, .framer-B7TDp .framer-1mlbxev, .framer-B7TDp .framer-t8a59l, .framer-B7TDp .framer-gdz2zi, .framer-B7TDp .framer-19g243h, .framer-B7TDp .framer-ed4lu0, .framer-B7TDp .framer-117cfh7, .framer-B7TDp .framer-48kpkc, .framer-B7TDp .framer-7vyq9f, .framer-B7TDp .framer-nj0cjg, .framer-B7TDp .framer-2t3pl9, .framer-B7TDp .framer-4f1ht1, .framer-B7TDp .framer-i5pv66, .framer-B7TDp .framer-x8q7xb, .framer-B7TDp .framer-30twsi, .framer-B7TDp .framer-2babsm, .framer-B7TDp .framer-11yijio, .framer-B7TDp .framer-1yf8tah, .framer-B7TDp .framer-wq9tec, .framer-B7TDp .framer-s06teb, .framer-B7TDp .framer-12ppkgq, .framer-B7TDp .framer-qv0m5b, .framer-B7TDp .framer-164u40u, .framer-B7TDp .framer-1uzgs4q, .framer-B7TDp .framer-ja8lps { gap: 0px; } .framer-B7TDp.framer-72rtr7 > *, .framer-B7TDp .framer-ximuzw > *, .framer-B7TDp .framer-fsm1fi > *, .framer-B7TDp .framer-1x6981f > *, .framer-B7TDp .framer-1bny72o > *, .framer-B7TDp .framer-11yijio > *, .framer-B7TDp .framer-1yf8tah > *, .framer-B7TDp .framer-wq9tec > *, .framer-B7TDp .framer-s06teb > *, .framer-B7TDp .framer-qv0m5b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-B7TDp.framer-72rtr7 > :first-child, .framer-B7TDp .framer-ximuzw > :first-child, .framer-B7TDp .framer-1dw7jce > :first-child, .framer-B7TDp .framer-n13u3e > :first-child, .framer-B7TDp .framer-1tdanm4 > :first-child, .framer-B7TDp .framer-1g2exqk > :first-child, .framer-B7TDp .framer-fsm1fi > :first-child, .framer-B7TDp .framer-1x6981f > :first-child, .framer-B7TDp .framer-2bnsvq > :first-child, .framer-B7TDp .framer-1j7ehhr > :first-child, .framer-B7TDp .framer-1bny72o > :first-child, .framer-B7TDp .framer-1povddl > :first-child, .framer-B7TDp .framer-sj22yi > :first-child, .framer-B7TDp .framer-yp3thn > :first-child, .framer-B7TDp .framer-17vqfzw > :first-child, .framer-B7TDp .framer-1mlbxev > :first-child, .framer-B7TDp .framer-t8a59l > :first-child, .framer-B7TDp .framer-gdz2zi > :first-child, .framer-B7TDp .framer-19g243h > :first-child, .framer-B7TDp .framer-ed4lu0 > :first-child, .framer-B7TDp .framer-48kpkc > :first-child, .framer-B7TDp .framer-7vyq9f > :first-child, .framer-B7TDp .framer-nj0cjg > :first-child, .framer-B7TDp .framer-2t3pl9 > :first-child, .framer-B7TDp .framer-4f1ht1 > :first-child, .framer-B7TDp .framer-i5pv66 > :first-child, .framer-B7TDp .framer-x8q7xb > :first-child, .framer-B7TDp .framer-30twsi > :first-child, .framer-B7TDp .framer-2babsm > :first-child, .framer-B7TDp .framer-11yijio > :first-child, .framer-B7TDp .framer-1yf8tah > :first-child, .framer-B7TDp .framer-wq9tec > :first-child, .framer-B7TDp .framer-s06teb > :first-child, .framer-B7TDp .framer-qv0m5b > :first-child { margin-top: 0px; } .framer-B7TDp.framer-72rtr7 > :last-child, .framer-B7TDp .framer-ximuzw > :last-child, .framer-B7TDp .framer-1dw7jce > :last-child, .framer-B7TDp .framer-n13u3e > :last-child, .framer-B7TDp .framer-1tdanm4 > :last-child, .framer-B7TDp .framer-1g2exqk > :last-child, .framer-B7TDp .framer-fsm1fi > :last-child, .framer-B7TDp .framer-1x6981f > :last-child, .framer-B7TDp .framer-2bnsvq > :last-child, .framer-B7TDp .framer-1j7ehhr > :last-child, .framer-B7TDp .framer-1bny72o > :last-child, .framer-B7TDp .framer-1povddl > :last-child, .framer-B7TDp .framer-sj22yi > :last-child, .framer-B7TDp .framer-yp3thn > :last-child, .framer-B7TDp .framer-17vqfzw > :last-child, .framer-B7TDp .framer-1mlbxev > :last-child, .framer-B7TDp .framer-t8a59l > :last-child, .framer-B7TDp .framer-gdz2zi > :last-child, .framer-B7TDp .framer-19g243h > :last-child, .framer-B7TDp .framer-ed4lu0 > :last-child, .framer-B7TDp .framer-48kpkc > :last-child, .framer-B7TDp .framer-7vyq9f > :last-child, .framer-B7TDp .framer-nj0cjg > :last-child, .framer-B7TDp .framer-2t3pl9 > :last-child, .framer-B7TDp .framer-4f1ht1 > :last-child, .framer-B7TDp .framer-i5pv66 > :last-child, .framer-B7TDp .framer-x8q7xb > :last-child, .framer-B7TDp .framer-30twsi > :last-child, .framer-B7TDp .framer-2babsm > :last-child, .framer-B7TDp .framer-11yijio > :last-child, .framer-B7TDp .framer-1yf8tah > :last-child, .framer-B7TDp .framer-wq9tec > :last-child, .framer-B7TDp .framer-s06teb > :last-child, .framer-B7TDp .framer-qv0m5b > :last-child { margin-bottom: 0px; } .framer-B7TDp .framer-8w8lf > * { margin: 0px; margin-left: calc(160px / 2); margin-right: calc(160px / 2); } .framer-B7TDp .framer-8w8lf > :first-child, .framer-B7TDp .framer-au6onl > :first-child, .framer-B7TDp .framer-bgswrl > :first-child, .framer-B7TDp .framer-12h6s1l > :first-child, .framer-B7TDp .framer-r56t31 > :first-child, .framer-B7TDp .framer-117cfh7 > :first-child, .framer-B7TDp .framer-12ppkgq > :first-child, .framer-B7TDp .framer-164u40u > :first-child, .framer-B7TDp .framer-1uzgs4q > :first-child, .framer-B7TDp .framer-ja8lps > :first-child { margin-left: 0px; } .framer-B7TDp .framer-8w8lf > :last-child, .framer-B7TDp .framer-au6onl > :last-child, .framer-B7TDp .framer-bgswrl > :last-child, .framer-B7TDp .framer-12h6s1l > :last-child, .framer-B7TDp .framer-r56t31 > :last-child, .framer-B7TDp .framer-117cfh7 > :last-child, .framer-B7TDp .framer-12ppkgq > :last-child, .framer-B7TDp .framer-164u40u > :last-child, .framer-B7TDp .framer-1uzgs4q > :last-child, .framer-B7TDp .framer-ja8lps > :last-child { margin-right: 0px; } .framer-B7TDp .framer-1dw7jce > *, .framer-B7TDp .framer-2bnsvq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-B7TDp .framer-n13u3e > *, .framer-B7TDp .framer-1tdanm4 > *, .framer-B7TDp .framer-ed4lu0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-B7TDp .framer-1g2exqk > *, .framer-B7TDp .framer-7vyq9f > *, .framer-B7TDp .framer-2t3pl9 > *, .framer-B7TDp .framer-i5pv66 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-B7TDp .framer-au6onl > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-B7TDp .framer-bgswrl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-B7TDp .framer-1j7ehhr > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-B7TDp .framer-12h6s1l > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-B7TDp .framer-r56t31 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-B7TDp .framer-1povddl > *, .framer-B7TDp .framer-yp3thn > *, .framer-B7TDp .framer-1mlbxev > *, .framer-B7TDp .framer-30twsi > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-B7TDp .framer-sj22yi > *, .framer-B7TDp .framer-17vqfzw > *, .framer-B7TDp .framer-t8a59l > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-B7TDp .framer-gdz2zi > * { margin: 0px; margin-bottom: calc(51px / 2); margin-top: calc(51px / 2); } .framer-B7TDp .framer-19g243h > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-B7TDp .framer-117cfh7 > *, .framer-B7TDp .framer-164u40u > *, .framer-B7TDp .framer-1uzgs4q > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-B7TDp .framer-48kpkc > *, .framer-B7TDp .framer-nj0cjg > *, .framer-B7TDp .framer-4f1ht1 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-B7TDp .framer-x8q7xb > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-B7TDp .framer-2babsm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-B7TDp .framer-12ppkgq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-B7TDp .framer-ja8lps > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-B7TDp { background: white; } .framer-B7TDp.framer-72rtr7 { width: 810px; } .framer-B7TDp .framer-12g9whg-container { height: auto; left: 50%; order: 0; transform: translateX(-50%); } .framer-B7TDp .framer-ximuzw { order: 1; } .framer-B7TDp .framer-8w8lf { bottom: 52px; flex-direction: column; gap: 60px; padding: 0px 64px 0px 0px; width: 722px; } .framer-B7TDp .framer-1dw7jce { width: min-content; } .framer-B7TDp .framer-n13u3e { order: 0; width: 732px; } .framer-B7TDp .framer-fsm1fi { bottom: 10px; left: 10px; padding: 16px; } .framer-B7TDp .framer-48xcmc { height: 272px; width: 728px; } .framer-B7TDp .framer-w177c9 { height: 281px; left: -10px; right: -1px; top: calc(50.00000000000002% - 281px / 2); width: unset; } .framer-B7TDp .framer-mrjc45 { height: 248px; left: unset; right: -11px; top: calc(49.74619289340104% - 248px / 2); width: 730px; } .framer-B7TDp .framer-1x6981f { left: 477px; right: unset; top: 51%; transform: translateY(-50%); } .framer-B7TDp .framer-bgswrl { order: 2; } .framer-B7TDp .framer-1j7ehhr { order: 3; } .framer-B7TDp .framer-12h6s1l, .framer-B7TDp .framer-r56t31 { flex-direction: column; } .framer-B7TDp .framer-78f6zx, .framer-B7TDp .framer-1bny72o, .framer-B7TDp .framer-48kpkc, .framer-B7TDp .framer-nj0cjg, .framer-B7TDp .framer-4f1ht1 { flex: none; width: 100%; } .framer-B7TDp .framer-v8krzx, .framer-B7TDp .framer-19g243h, .framer-B7TDp .framer-1b2ag5a, .framer-B7TDp .framer-2babsm { width: 100%; } .framer-B7TDp .framer-gdz2zi { order: 4; padding: 80px 64px 80px 64px; } .framer-B7TDp .framer-117cfh7 { flex-direction: column; padding: 0px; } .framer-B7TDp .framer-x8q7xb { order: 5; padding: 80px 64px 80px 64px; } .framer-B7TDp .framer-12ppkgq { order: 6; } .framer-B7TDp .framer-qv0m5b { order: 7; padding: 24px; } .framer-B7TDp .framer-aowtw8-container { order: 8; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-B7TDp .framer-8w8lf, .framer-B7TDp .framer-12h6s1l, .framer-B7TDp .framer-r56t31, .framer-B7TDp .framer-117cfh7 { gap: 0px; } .framer-B7TDp .framer-8w8lf > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-B7TDp .framer-8w8lf > :first-child, .framer-B7TDp .framer-12h6s1l > :first-child, .framer-B7TDp .framer-r56t31 > :first-child, .framer-B7TDp .framer-117cfh7 > :first-child { margin-top: 0px; } .framer-B7TDp .framer-8w8lf > :last-child, .framer-B7TDp .framer-12h6s1l > :last-child, .framer-B7TDp .framer-r56t31 > :last-child, .framer-B7TDp .framer-117cfh7 > :last-child { margin-bottom: 0px; } .framer-B7TDp .framer-12h6s1l > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-B7TDp .framer-r56t31 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-B7TDp .framer-117cfh7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-B7TDp { background: white; } .framer-B7TDp.framer-72rtr7 { width: 390px; } .framer-B7TDp .framer-12g9whg-container { height: auto; left: 0px; } .framer-B7TDp .framer-ximuzw { height: 952px; } .framer-B7TDp .framer-1tyqqrb { height: 946px; } .framer-B7TDp .framer-8w8lf { align-content: center; align-items: center; bottom: unset; flex-direction: column; gap: 40px; top: 51%; transform: translate(-50%, -50%); width: 350px; } .framer-B7TDp .framer-1dw7jce { order: 0; width: 100%; } .framer-B7TDp .framer-n13u3e { align-content: center; align-items: center; order: 0; } .framer-B7TDp .framer-au6onl { width: 126px; } .framer-B7TDp .framer-100tkr7-container { flex: 1 0 0px; width: 1px; } .framer-B7TDp .framer-fsm1fi { bottom: -2px; left: unset; order: 1; padding: 16px 24px 16px 24px; right: 0px; } .framer-B7TDp .framer-10bkfna, .framer-B7TDp .framer-1sp94ia { white-space: pre; width: auto; } .framer-B7TDp .framer-48xcmc { height: 396px; order: 2; width: 244px; } .framer-B7TDp .framer-w177c9 { bottom: -2px; height: 375px; left: -2px; right: -13px; top: unset; width: unset; } .framer-B7TDp .framer-mrjc45 { bottom: -8px; height: 343px; left: unset; right: -20px; top: unset; width: 245px; } .framer-B7TDp .framer-1x6981f { bottom: 285px; left: 10px; order: 3; padding: 16px 24px 16px 24px; right: unset; top: unset; } .framer-B7TDp .framer-bgswrl, .framer-B7TDp .framer-12ppkgq { flex-direction: column; } .framer-B7TDp .framer-2bnsvq { flex: none; padding: 0px 20px 0px 20px; width: 100%; } .framer-B7TDp .framer-1wjow1i { flex-direction: column; gap: 16px; justify-content: center; } .framer-B7TDp .framer-1j7ehhr { padding: 64px 20px 64px 20px; } .framer-B7TDp .framer-12h6s1l { flex-direction: column; gap: 32px; } .framer-B7TDp .framer-r76xnq, .framer-B7TDp .framer-19g243h, .framer-B7TDp .framer-1b2ag5a, .framer-B7TDp .framer-1ilny3w, .framer-B7TDp .framer-30twsi, .framer-B7TDp .framer-x418ny, .framer-B7TDp .framer-2babsm { width: 100%; } .framer-B7TDp .framer-78f6zx, .framer-B7TDp .framer-1bny72o, .framer-B7TDp .framer-48kpkc, .framer-B7TDp .framer-nj0cjg, .framer-B7TDp .framer-4f1ht1 { flex: none; width: 100%; } .framer-B7TDp .framer-r56t31 { flex-direction: column; gap: 40px; padding: 20px; } .framer-B7TDp .framer-v8krzx { height: 240px; width: 100%; } .framer-B7TDp .framer-gdz2zi { padding: 40px 20px 40px 20px; } .framer-B7TDp .framer-117cfh7 { flex-direction: column; padding: 0px; } .framer-B7TDp .framer-x8q7xb { gap: 40px; padding: 40px 24px 40px 24px; } .framer-B7TDp .framer-grvlz6-container { order: 0; } .framer-B7TDp .framer-qv0m5b { padding: 20px; } .framer-B7TDp .framer-1le7wz8-container { order: 4; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-B7TDp .framer-8w8lf, .framer-B7TDp .framer-bgswrl, .framer-B7TDp .framer-1wjow1i, .framer-B7TDp .framer-12h6s1l, .framer-B7TDp .framer-r56t31, .framer-B7TDp .framer-117cfh7, .framer-B7TDp .framer-x8q7xb, .framer-B7TDp .framer-12ppkgq { gap: 0px; } .framer-B7TDp .framer-8w8lf > *, .framer-B7TDp .framer-r56t31 > *, .framer-B7TDp .framer-x8q7xb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-B7TDp .framer-8w8lf > :first-child, .framer-B7TDp .framer-bgswrl > :first-child, .framer-B7TDp .framer-1wjow1i > :first-child, .framer-B7TDp .framer-12h6s1l > :first-child, .framer-B7TDp .framer-r56t31 > :first-child, .framer-B7TDp .framer-117cfh7 > :first-child, .framer-B7TDp .framer-x8q7xb > :first-child, .framer-B7TDp .framer-12ppkgq > :first-child { margin-top: 0px; } .framer-B7TDp .framer-8w8lf > :last-child, .framer-B7TDp .framer-bgswrl > :last-child, .framer-B7TDp .framer-1wjow1i > :last-child, .framer-B7TDp .framer-12h6s1l > :last-child, .framer-B7TDp .framer-r56t31 > :last-child, .framer-B7TDp .framer-117cfh7 > :last-child, .framer-B7TDp .framer-x8q7xb > :last-child, .framer-B7TDp .framer-12ppkgq > :last-child { margin-bottom: 0px; } .framer-B7TDp .framer-bgswrl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-B7TDp .framer-1wjow1i > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-B7TDp .framer-12h6s1l > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-B7TDp .framer-117cfh7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-B7TDp .framer-12ppkgq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-B7TDp[data-border=\"true\"]::after, .framer-B7TDp [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4706\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tb7iMZPI2\":{\"layout\":[\"fixed\",\"auto\"]},\"QruIcEs31\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-B7TDp\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4706,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Agbalumo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZcMAirl08KDJ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...TopNavigationFonts,...ButtonFonts,...AccordionDropdownComponentFonts,...ContactUsSectionCardFonts,...TestimonialCardFonts,...TickerFonts,...WebFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tb7iMZPI2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QruIcEs31\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"4706\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "se", "o", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rXPpoyj0R", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerQ5r8FHhwa", "withCSS", "Q5r8FHhwa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapp0c1v3", "args", "onTapaterm8", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerwtgGper69", "withCSS", "wtgGper69_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "TopNavigationFonts", "getFonts", "TVDSJbby2_default", "ButtonFonts", "vCzPhu97_default", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "RichTextWithFX", "RichText2", "AccordionDropdownComponentFonts", "wtgGper69_default", "ContactUsSectionCardFonts", "sZc4bn7js_default", "TestimonialCardFonts", "Q5r8FHhwa_default", "TickerFonts", "Ticker", "ContainerWithFX", "Container", "WebFooterFonts", "EV1pxFhLS_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "animation3", "animation4", "animation5", "transformTemplate1", "_", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "elementId", "useRouteElementId", "ref2", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "x", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
