{
  "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/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/4PaRiJfkVkiIYGzV3DK2/k0GWxT8KBzVGxbTNZVWa/BQkVZ_hOq.js", "ssg:https://framerusercontent.com/modules/sbNKc4FAGEbyB1I8BLvk/PWglU1mnauaApf0szZmO/dnyiZ17NG.js", "ssg:https://framerusercontent.com/modules/zCkqiGazhJxubSSTeVCt/sEpVwwlvlYzkyYp6TMuU/RhtXnGGmc.js", "ssg:https://framerusercontent.com/modules/aPUZ6Typa5m7qjdo47jp/hLH5lczQOInGysyEwd0v/X0u5XwITN.js", "ssg:https://framerusercontent.com/modules/zJCKyXsQ9xZDiOp8ZtKl/RcLPXYoa0QW4CjomzBq7/EB5fC3BlO.js", "ssg:https://framerusercontent.com/modules/fB0er9adql8Zvi9GlIID/tVEvZ93yq5bvx0UX2psy/wNLkno5XS.js", "ssg:https://framerusercontent.com/modules/5HomidqeisZlgvRSeFvc/ZIGDk18RqGJnU0S08VXM/GTefjQUtI.js", "ssg:https://framerusercontent.com/modules/3Gjjwh6w9n3F8cOhNX8d/RUbzbpk7nCF3IMgPJ9d8/Sod0wzyyg.js", "ssg:https://framerusercontent.com/modules/u98ApGM9YcHUfO2LykcR/qgCuAqEJdjwzrpTnJrNv/zlYJnWf4A.js", "ssg:https://framerusercontent.com/modules/dtNKQBOf67q1SVUV6TtC/jQG6Vld4nNn94SNrrXmT/k0nHFqBQl.js", "ssg:https://framerusercontent.com/modules/qK8iHF86V0CaSz0nymnH/Ay3P1HwSwJmldFBlOEmq/QoV3AyURB.js", "ssg:https://framerusercontent.com/modules/6WClEadjZJgm3JcLbrcJ/dKj6mbAZN3IO0tOcBUvN/ktIPlf8WG.js", "ssg:https://framerusercontent.com/modules/bU2l3bKVHHiF9GUDbhfD/MVLwRPAquoQSD8gnyk1l/opzIuOBjT.js", "ssg:https://framerusercontent.com/modules/t0GjzFT5k2P8RFTyNyhZ/3scZ0W7HRNUFZKR3ceRK/RgNLJAoAR.js", "ssg:https://framerusercontent.com/modules/5b0Wm3eXah171hAq2G20/g42tM6W5e001OZFBQjov/uuYHSTvfE.js", "ssg:https://framerusercontent.com/modules/xPXqap2hSJDCL42c6SmV/MwRBudAW2AwRgEN2zyys/ZFXOSgmtk.js", "ssg:https://framerusercontent.com/modules/zFFIDoXSWouvGC8b7sfP/OS24AiSv79voa4N4HeBi/zjuHNmB3R.js", "ssg:https://framerusercontent.com/modules/unZwhzol3j1I6HXtJAMf/NHdnYjzVWAGv7kcI4t05/ZYNfzk9tR.js", "ssg:https://framerusercontent.com/modules/UyeTMv9wwUbn9YhvdziT/Vsy7c3bDLweHmDugmnIm/Counter.js", "ssg:https://framerusercontent.com/modules/iPFZ3HHrkOpT5Al43jXb/BjlFGSC7QluSHF8qtBgi/UqXq7EKrc.js", "ssg:https://framerusercontent.com/modules/6BLvugFJB0g6qKU7NdTf/HMlcQQlTH7FKeeYqp35s/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;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (b742ddc)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"S_qcbCG75\",\"Dh4qIx6tD\"];const serializationHash=\"framer-e42XR\";const variantClassNames={Dh4qIx6tD:\"framer-v-j7kn51\",S_qcbCG75:\"framer-v-qk5q0d\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Active:\"S_qcbCG75\",Inactive:\"Dh4qIx6tD\"};const getProps=({click,height,id,image,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DAQFG8lyB:click!==null&&click!==void 0?click:props.DAQFG8lyB,ehyGwppl6:(_ref=image!==null&&image!==void 0?image:props.ehyGwppl6)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/soEhh3Q492LPteBJO7cmkJsU.png\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"S_qcbCG75\"};};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,ehyGwppl6,DAQFG8lyB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"S_qcbCG75\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1k3a1wz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(DAQFG8lyB){const res=await DAQFG8lyB(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:64,pixelWidth:64,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(ehyGwppl6),...{positionX:\"center\",positionY:\"center\"}},className:cx(serializationHash,...sharedStyleClassNames,\"framer-qk5q0d\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"S_qcbCG75\",onTap:onTap1k3a1wz,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(146, 60, 246)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1,...style},variants:{Dh4qIx6tD:{\"--border-color\":\"rgba(146, 60, 246, 0)\",opacity:.5}},...addPropertyOverrides({Dh4qIx6tD:{\"data-framer-name\":\"Inactive\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-e42XR.framer-1r3mdmy, .framer-e42XR .framer-1r3mdmy { display: block; }\",\".framer-e42XR.framer-qk5q0d { cursor: pointer; height: 64px; overflow: hidden; position: relative; width: 64px; will-change: var(--framer-will-change-override, transform); }\",\".framer-e42XR.framer-v-j7kn51.framer-qk5q0d { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 64px); }\",'.framer-e42XR[data-border=\"true\"]::after, .framer-e42XR [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 64\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Dh4qIx6tD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ehyGwppl6\":\"image\",\"DAQFG8lyB\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBQkVZ_hOq=withCSS(Component,css,\"framer-e42XR\");export default FramerBQkVZ_hOq;FramerBQkVZ_hOq.displayName=\"Helper/ Profile Image\";FramerBQkVZ_hOq.defaultProps={height:64,width:64};addPropertyControls(FramerBQkVZ_hOq,{variant:{options:[\"S_qcbCG75\",\"Dh4qIx6tD\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:ControlType.Enum},ehyGwppl6:{__defaultAssetReference:\"data:framer/asset-reference,soEhh3Q492LPteBJO7cmkJsU.png?originalFilename=Frame+1707479257.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},DAQFG8lyB:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerBQkVZ_hOq,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBQkVZ_hOq\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"64\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Dh4qIx6tD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ehyGwppl6\\\":\\\"image\\\",\\\"DAQFG8lyB\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BQkVZ_hOq.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import HelperProfileImage from\"https://framerusercontent.com/modules/4PaRiJfkVkiIYGzV3DK2/k0GWxT8KBzVGxbTNZVWa/BQkVZ_hOq.js\";const HelperProfileImageFonts=getFonts(HelperProfileImage);const cycleOrder=[\"eWr44XveR\",\"F7S_UKI4L\",\"OmCUm4SrD\",\"Iv5AKuHdI\",\"PZWGZ4a43\",\"UK70Guc4E\",\"wZhApxbOs\",\"BJvqvfJj0\",\"LGaYottpV\",\"EXafsjJLx\",\"RTbtlcpue\"];const serializationHash=\"framer-8CpkI\";const variantClassNames={BJvqvfJj0:\"framer-v-79qm3z\",eWr44XveR:\"framer-v-1hre7l1\",EXafsjJLx:\"framer-v-1af01lp\",F7S_UKI4L:\"framer-v-nh34cw\",Iv5AKuHdI:\"framer-v-1en2ce8\",LGaYottpV:\"framer-v-1ikzxsr\",OmCUm4SrD:\"framer-v-vz37bk\",PZWGZ4a43:\"framer-v-1r1eb4f\",RTbtlcpue:\"framer-v-vnucq5\",UK70Guc4E:\"framer-v-1ymuwqm\",wZhApxbOs:\"framer-v-109mblc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Big Card 1\":\"F7S_UKI4L\",\"Big Card 2\":\"OmCUm4SrD\",\"Big Card 3\":\"Iv5AKuHdI\",\"Big Card 4\":\"PZWGZ4a43\",\"Big Card 5\":\"UK70Guc4E\",\"Edit This\":\"eWr44XveR\",\"Small Card 1\":\"wZhApxbOs\",\"Small Card 2\":\"BJvqvfJj0\",\"Small Card 3\":\"LGaYottpV\",\"Small Card 4\":\"EXafsjJLx\",\"Small Card 5\":\"RTbtlcpue\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"eWr44XveR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eWr44XveR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1szz8h2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OmCUm4SrD\"),3e3);});const onAppear161xv8n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Iv5AKuHdI\"),3e3);});const onAppeardlzjy6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"PZWGZ4a43\"),3e3);});const onAppeara1uw1s=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"UK70Guc4E\"),3e3);});const onAppear1feyspp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"F7S_UKI4L\"),3e3);});const onAppear1ddgu5q=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BJvqvfJj0\"),3e3);});const onAppearrtdmd8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"LGaYottpV\"),3e3);});const onAppearh1n5r4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"EXafsjJLx\"),3e3);});const onAppear9ri291=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"RTbtlcpue\"),3e3);});const onAppear1okkb8o=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"wZhApxbOs\"),3e3);});const DAQFG8lyBhak8e=activeVariantCallback(async(...args)=>{setVariant(\"F7S_UKI4L\");});const DAQFG8lyBufx3n4=activeVariantCallback(async(...args)=>{setVariant(\"wZhApxbOs\");});const DAQFG8lyB11xqb4n=activeVariantCallback(async(...args)=>{setVariant(\"OmCUm4SrD\");});const DAQFG8lyBa1hg2j=activeVariantCallback(async(...args)=>{setVariant(\"BJvqvfJj0\");});const DAQFG8lyB1u6b7mq=activeVariantCallback(async(...args)=>{setVariant(\"Iv5AKuHdI\");});const DAQFG8lyBysjqwt=activeVariantCallback(async(...args)=>{setVariant(\"LGaYottpV\");});const DAQFG8lyBv0142s=activeVariantCallback(async(...args)=>{setVariant(\"PZWGZ4a43\");});const DAQFG8lyBq7kqp8=activeVariantCallback(async(...args)=>{setVariant(\"EXafsjJLx\");});const DAQFG8lyB1409rje=activeVariantCallback(async(...args)=>{setVariant(\"UK70Guc4E\");});const DAQFG8lyB10tqnt=activeVariantCallback(async(...args)=>{setVariant(\"RTbtlcpue\");});useOnVariantChange(baseVariant,{BJvqvfJj0:onAppearrtdmd8,EXafsjJLx:onAppear9ri291,F7S_UKI4L:onAppear1szz8h2,Iv5AKuHdI:onAppeardlzjy6,LGaYottpV:onAppearh1n5r4,OmCUm4SrD:onAppear161xv8n,PZWGZ4a43:onAppeara1uw1s,RTbtlcpue:onAppear1okkb8o,UK70Guc4E:onAppear1feyspp,wZhApxbOs:onAppear1ddgu5q});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"OmCUm4SrD\",\"Iv5AKuHdI\",\"PZWGZ4a43\",\"UK70Guc4E\",\"BJvqvfJj0\",\"LGaYottpV\",\"EXafsjJLx\",\"RTbtlcpue\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"F7S_UKI4L\",\"Iv5AKuHdI\",\"PZWGZ4a43\",\"UK70Guc4E\",\"wZhApxbOs\",\"LGaYottpV\",\"EXafsjJLx\",\"RTbtlcpue\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"F7S_UKI4L\",\"OmCUm4SrD\",\"PZWGZ4a43\",\"UK70Guc4E\",\"wZhApxbOs\",\"BJvqvfJj0\",\"EXafsjJLx\",\"RTbtlcpue\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"F7S_UKI4L\",\"OmCUm4SrD\",\"Iv5AKuHdI\",\"UK70Guc4E\",\"wZhApxbOs\",\"BJvqvfJj0\",\"LGaYottpV\",\"RTbtlcpue\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"F7S_UKI4L\",\"OmCUm4SrD\",\"Iv5AKuHdI\",\"PZWGZ4a43\",\"wZhApxbOs\",\"BJvqvfJj0\",\"LGaYottpV\",\"EXafsjJLx\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:509,pixelWidth:570,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/1HMbMo0IMs55i3UXd6CGnRiqZjc.svg\",srcSet:\"https://framerusercontent.com/images/1HMbMo0IMs55i3UXd6CGnRiqZjc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/1HMbMo0IMs55i3UXd6CGnRiqZjc.svg 570w\"},className:cx(scopingClassNames,\"framer-1hre7l1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Edit This\",layoutDependency:layoutDependency,layoutId:\"eWr44XveR\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({BJvqvfJj0:{\"data-framer-name\":\"Small Card 2\",\"data-highlight\":true},EXafsjJLx:{\"data-framer-name\":\"Small Card 4\",\"data-highlight\":true},F7S_UKI4L:{\"data-framer-name\":\"Big Card 1\",\"data-highlight\":true},Iv5AKuHdI:{\"data-framer-name\":\"Big Card 3\",\"data-highlight\":true},LGaYottpV:{\"data-framer-name\":\"Small Card 3\",\"data-highlight\":true},OmCUm4SrD:{\"data-framer-name\":\"Big Card 2\",\"data-highlight\":true},PZWGZ4a43:{\"data-framer-name\":\"Big Card 4\",\"data-highlight\":true},RTbtlcpue:{\"data-framer-name\":\"Small Card 5\",\"data-highlight\":true},UK70Guc4E:{\"data-framer-name\":\"Big Card 5\",\"data-highlight\":true},wZhApxbOs:{\"data-framer-name\":\"Small Card 1\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1besaoe\",\"data-framer-name\":\"Ui Card Container\",layoutDependency:layoutDependency,layoutId:\"uelijqssI\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Hand Image\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+103),pixelHeight:87,pixelWidth:88,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TBCwILpxd0HCsDYmOE0BVL1pw.svg\"},className:\"framer-19sedib\",\"data-framer-name\":\"Hand\",layoutDependency:layoutDependency,layoutId:\"Lt8WPslFK\",...addPropertyOverrides({BJvqvfJj0:{background:{alt:\"Hand Image\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+84),pixelHeight:87,pixelWidth:88,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TBCwILpxd0HCsDYmOE0BVL1pw.svg\"}},EXafsjJLx:{background:{alt:\"Hand Image\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+84),pixelHeight:87,pixelWidth:88,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TBCwILpxd0HCsDYmOE0BVL1pw.svg\"}},LGaYottpV:{background:{alt:\"Hand Image\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+84),pixelHeight:87,pixelWidth:88,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TBCwILpxd0HCsDYmOE0BVL1pw.svg\"}},RTbtlcpue:{background:{alt:\"Hand Image\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+84),pixelHeight:87,pixelWidth:88,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TBCwILpxd0HCsDYmOE0BVL1pw.svg\"}},wZhApxbOs:{background:{alt:\"Hand Image\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+84),pixelHeight:87,pixelWidth:88,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TBCwILpxd0HCsDYmOE0BVL1pw.svg\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/ZFStsyZenB4rzKAiFyMaiG3e1cc.png\"},className:\"framer-1qobo63\",\"data-border\":true,\"data-framer-name\":\"UI Card 1\",layoutDependency:layoutDependency,layoutId:\"MCcClAn31\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 1), 0px -9px 26.399999618530273px 0px rgba(146, 151, 167, 0.11999999731779099)\"},variants:{wZhApxbOs:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:27,borderTopRightRadius:27}},...addPropertyOverrides({F7S_UKI4L:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0),pixelHeight:896,pixelWidth:414,positionX:\"center\",positionY:\"bottom\",sizes:\"433px\",src:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png\",srcSet:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png 414w\"},transformTemplate:transformTemplate1},wZhApxbOs:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/ZFStsyZenB4rzKAiFyMaiG3e1cc.png\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0+434),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/Razj1YCz0wEKiDFUZwA5ieP2tT0.png\"},className:\"framer-nes3kq\",\"data-border\":true,\"data-framer-name\":\"UI Card 2\",layoutDependency:layoutDependency,layoutId:\"O0mwrR5wv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 1), 0px -9px 26.399999618530273px 0px rgba(146, 151, 167, 0.11999999731779099)\"},variants:{BJvqvfJj0:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:27,borderTopRightRadius:27}},...addPropertyOverrides({BJvqvfJj0:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/Razj1YCz0wEKiDFUZwA5ieP2tT0.png\"},transformTemplate:transformTemplate1},OmCUm4SrD:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/Razj1YCz0wEKiDFUZwA5ieP2tT0.png\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0+868),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/gyIB6jYqstL16dwVOklQFPA5U.png\"},className:\"framer-tq5kjv\",\"data-border\":true,\"data-framer-name\":\"UI Card 3\",layoutDependency:layoutDependency,layoutId:\"OEgqwEhUb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 1), 0px -9px 26.399999618530273px 0px rgba(146, 151, 167, 0.11999999731779099)\"},variants:{LGaYottpV:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:27,borderTopRightRadius:27}},...addPropertyOverrides({Iv5AKuHdI:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/gyIB6jYqstL16dwVOklQFPA5U.png\"},transformTemplate:transformTemplate1},LGaYottpV:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/gyIB6jYqstL16dwVOklQFPA5U.png\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0+1302),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/OBsHfomcUv70hcPlEsMV80B5RP4.png\"},className:\"framer-1s5of9d\",\"data-border\":true,\"data-framer-name\":\"UI Card 4\",layoutDependency:layoutDependency,layoutId:\"xxhqc8NsR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 1), 0px -9px 26.399999618530273px 0px rgba(146, 151, 167, 0.11999999731779099)\"},variants:{EXafsjJLx:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:27,borderTopRightRadius:27}},...addPropertyOverrides({EXafsjJLx:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/OBsHfomcUv70hcPlEsMV80B5RP4.png\"},transformTemplate:transformTemplate1},PZWGZ4a43:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/OBsHfomcUv70hcPlEsMV80B5RP4.png\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0+1736),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/eKHcB9iaAicIA6WevRI3mon2o3Q.png\"},className:\"framer-16yhyu4\",\"data-border\":true,\"data-framer-name\":\"UI Card 5\",layoutDependency:layoutDependency,layoutId:\"qQ1dOc_Wl\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 1), 0px -9px 26.399999618530273px 0px rgba(146, 151, 167, 0.11999999731779099)\"},variants:{RTbtlcpue:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:27,borderTopRightRadius:27}},...addPropertyOverrides({RTbtlcpue:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+108+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/eKHcB9iaAicIA6WevRI3mon2o3Q.png\"},transformTemplate:transformTemplate1},UK70Guc4E:{background:{alt:\"Ui Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+166+0),pixelHeight:414,pixelWidth:433,src:\"https://framerusercontent.com/images/eKHcB9iaAicIA6WevRI3mon2o3Q.png\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dg388r\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"DkFo12Wer\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-86940d48-67de-43e2-b492-06b7170ae465, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 1), 0px 11px 34px 0px rgba(118, 125, 165, 0.11999999731779099)\"},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"64px\",y:(componentViewport?.y||0)+50+6,...addPropertyOverrides({BJvqvfJj0:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},EXafsjJLx:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},LGaYottpV:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},RTbtlcpue:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},wZhApxbOs:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ibv3ux-container\",layoutDependency:layoutDependency,layoutId:\"wctVkAZOS-container\",children:/*#__PURE__*/_jsx(HelperProfileImage,{DAQFG8lyB:DAQFG8lyBhak8e,height:\"100%\",id:\"wctVkAZOS\",layoutId:\"wctVkAZOS\",style:{height:\"100%\",width:\"100%\"},variant:\"S_qcbCG75\",width:\"100%\",...addPropertyOverrides({BJvqvfJj0:{DAQFG8lyB:DAQFG8lyBufx3n4,variant:\"Dh4qIx6tD\"},EXafsjJLx:{DAQFG8lyB:DAQFG8lyBufx3n4,variant:\"Dh4qIx6tD\"},Iv5AKuHdI:{variant:\"Dh4qIx6tD\"},LGaYottpV:{DAQFG8lyB:DAQFG8lyBufx3n4,variant:\"Dh4qIx6tD\"},OmCUm4SrD:{variant:\"Dh4qIx6tD\"},PZWGZ4a43:{variant:\"Dh4qIx6tD\"},RTbtlcpue:{DAQFG8lyB:DAQFG8lyBufx3n4,variant:\"Dh4qIx6tD\"},UK70Guc4E:{variant:\"Dh4qIx6tD\"},wZhApxbOs:{DAQFG8lyB:DAQFG8lyBufx3n4}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"64px\",y:(componentViewport?.y||0)+50+6,...addPropertyOverrides({BJvqvfJj0:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},EXafsjJLx:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},LGaYottpV:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},RTbtlcpue:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},wZhApxbOs:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12y3onr-container\",layoutDependency:layoutDependency,layoutId:\"c6MzEjea1-container\",children:/*#__PURE__*/_jsx(HelperProfileImage,{DAQFG8lyB:DAQFG8lyB11xqb4n,ehyGwppl6:addImageAlt({src:\"https://framerusercontent.com/images/nVKhOkz9msjDa9ETGetjnEK4tc.png\"},\"Profile Image\"),height:\"100%\",id:\"c6MzEjea1\",layoutId:\"c6MzEjea1\",style:{height:\"100%\",width:\"100%\"},variant:\"S_qcbCG75\",width:\"100%\",...addPropertyOverrides({BJvqvfJj0:{DAQFG8lyB:DAQFG8lyBa1hg2j},EXafsjJLx:{DAQFG8lyB:DAQFG8lyBa1hg2j,variant:\"Dh4qIx6tD\"},F7S_UKI4L:{variant:\"Dh4qIx6tD\"},Iv5AKuHdI:{variant:\"Dh4qIx6tD\"},LGaYottpV:{DAQFG8lyB:DAQFG8lyBa1hg2j,variant:\"Dh4qIx6tD\"},PZWGZ4a43:{variant:\"Dh4qIx6tD\"},RTbtlcpue:{DAQFG8lyB:DAQFG8lyBa1hg2j,variant:\"Dh4qIx6tD\"},UK70Guc4E:{variant:\"Dh4qIx6tD\"},wZhApxbOs:{DAQFG8lyB:DAQFG8lyBa1hg2j,variant:\"Dh4qIx6tD\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"64px\",y:(componentViewport?.y||0)+50+6,...addPropertyOverrides({BJvqvfJj0:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},EXafsjJLx:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},LGaYottpV:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},RTbtlcpue:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},wZhApxbOs:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lnllzi-container\",layoutDependency:layoutDependency,layoutId:\"H8GcH4mp_-container\",children:/*#__PURE__*/_jsx(HelperProfileImage,{DAQFG8lyB:DAQFG8lyB1u6b7mq,ehyGwppl6:addImageAlt({src:\"https://framerusercontent.com/images/t6g55SRYofcJ2BpxcRB3ykLdGY.png\"},\"Profile Image\"),height:\"100%\",id:\"H8GcH4mp_\",layoutId:\"H8GcH4mp_\",style:{height:\"100%\",width:\"100%\"},variant:\"S_qcbCG75\",width:\"100%\",...addPropertyOverrides({BJvqvfJj0:{DAQFG8lyB:DAQFG8lyBysjqwt,variant:\"Dh4qIx6tD\"},EXafsjJLx:{DAQFG8lyB:DAQFG8lyBysjqwt,variant:\"Dh4qIx6tD\"},F7S_UKI4L:{variant:\"Dh4qIx6tD\"},LGaYottpV:{DAQFG8lyB:DAQFG8lyBysjqwt},OmCUm4SrD:{variant:\"Dh4qIx6tD\"},PZWGZ4a43:{variant:\"Dh4qIx6tD\"},RTbtlcpue:{DAQFG8lyB:DAQFG8lyBysjqwt,variant:\"Dh4qIx6tD\"},UK70Guc4E:{variant:\"Dh4qIx6tD\"},wZhApxbOs:{DAQFG8lyB:DAQFG8lyBysjqwt,variant:\"Dh4qIx6tD\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"64px\",y:(componentViewport?.y||0)+50+6,...addPropertyOverrides({BJvqvfJj0:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},EXafsjJLx:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},LGaYottpV:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},RTbtlcpue:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},wZhApxbOs:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-196kwfg-container\",layoutDependency:layoutDependency,layoutId:\"sUjcX92C_-container\",children:/*#__PURE__*/_jsx(HelperProfileImage,{DAQFG8lyB:DAQFG8lyBv0142s,ehyGwppl6:addImageAlt({src:\"https://framerusercontent.com/images/sIRlnXQfkncPRZhsHMuGwUJXMFQ.png\"},\"Profile Image\"),height:\"100%\",id:\"sUjcX92C_\",layoutId:\"sUjcX92C_\",style:{height:\"100%\",width:\"100%\"},variant:\"S_qcbCG75\",width:\"100%\",...addPropertyOverrides({BJvqvfJj0:{DAQFG8lyB:DAQFG8lyBq7kqp8,variant:\"Dh4qIx6tD\"},EXafsjJLx:{DAQFG8lyB:DAQFG8lyBq7kqp8},F7S_UKI4L:{variant:\"Dh4qIx6tD\"},Iv5AKuHdI:{variant:\"Dh4qIx6tD\"},LGaYottpV:{DAQFG8lyB:DAQFG8lyBq7kqp8,variant:\"Dh4qIx6tD\"},OmCUm4SrD:{variant:\"Dh4qIx6tD\"},RTbtlcpue:{DAQFG8lyB:DAQFG8lyBq7kqp8,variant:\"Dh4qIx6tD\"},UK70Guc4E:{variant:\"Dh4qIx6tD\"},wZhApxbOs:{DAQFG8lyB:DAQFG8lyBq7kqp8,variant:\"Dh4qIx6tD\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"64px\",y:(componentViewport?.y||0)+50+6,...addPropertyOverrides({BJvqvfJj0:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},EXafsjJLx:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},LGaYottpV:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},RTbtlcpue:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4},wZhApxbOs:{height:43,width:\"43px\",y:(componentViewport?.y||0)+30+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b2xw3d-container\",layoutDependency:layoutDependency,layoutId:\"tQsGQ7esX-container\",children:/*#__PURE__*/_jsx(HelperProfileImage,{DAQFG8lyB:DAQFG8lyB1409rje,ehyGwppl6:addImageAlt({src:\"https://framerusercontent.com/images/KLzKOipZGTtGfkcYPJBdpvdDlVs.png\"},\"Profile Image\"),height:\"100%\",id:\"tQsGQ7esX\",layoutId:\"tQsGQ7esX\",style:{height:\"100%\",width:\"100%\"},variant:\"S_qcbCG75\",width:\"100%\",...addPropertyOverrides({BJvqvfJj0:{DAQFG8lyB:DAQFG8lyB10tqnt,variant:\"Dh4qIx6tD\"},EXafsjJLx:{DAQFG8lyB:DAQFG8lyB10tqnt,variant:\"Dh4qIx6tD\"},F7S_UKI4L:{variant:\"Dh4qIx6tD\"},Iv5AKuHdI:{variant:\"Dh4qIx6tD\"},LGaYottpV:{DAQFG8lyB:DAQFG8lyB10tqnt,variant:\"Dh4qIx6tD\"},OmCUm4SrD:{variant:\"Dh4qIx6tD\"},PZWGZ4a43:{variant:\"Dh4qIx6tD\"},RTbtlcpue:{DAQFG8lyB:DAQFG8lyB10tqnt},wZhApxbOs:{DAQFG8lyB:DAQFG8lyB10tqnt,variant:\"Dh4qIx6tD\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||2345)-86),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"},className:\"framer-finhvs\",\"data-framer-name\":\"Bottom Tab\",layoutDependency:layoutDependency,layoutId:\"Mrcdymk3j\",style:{backdropFilter:\"blur(12px)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 4px 17.100000381469727px 0px rgba(0, 0, 0, 0.25)\",WebkitBackdropFilter:\"blur(12px)\"},...addPropertyOverrides({BJvqvfJj0:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||347)-54.175141242937855),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"},transformTemplate:transformTemplate1},EXafsjJLx:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||347)-54.175141242937855),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"},transformTemplate:transformTemplate1},F7S_UKI4L:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||509)-86),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"}},Iv5AKuHdI:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||509)-86),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"}},LGaYottpV:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||347)-54.175141242937855),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"},transformTemplate:transformTemplate1},OmCUm4SrD:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||509)-86),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"}},PZWGZ4a43:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||509)-86),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"}},RTbtlcpue:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||347)-54.175141242937855),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"},transformTemplate:transformTemplate1},UK70Guc4E:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||509)-86),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"}},wZhApxbOs:{background:{alt:\"Bottom Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||347)-54.175141242937855),pixelHeight:56,pixelWidth:354,src:\"https://framerusercontent.com/images/wMNtTO2WB33jvlRZqzGkh2jHspk.svg\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Smiley Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20),pixelHeight:39,pixelWidth:44,src:\"https://framerusercontent.com/images/diulis2zHgOBpZG1LUAHEgAnRU.svg\"},className:\"framer-fsilzm\",\"data-framer-name\":\"Smile\",layoutDependency:layoutDependency,layoutId:\"TeykKn7fx\",...addPropertyOverrides({BJvqvfJj0:{background:{alt:\"Smiley Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+13),pixelHeight:39,pixelWidth:44,src:\"https://framerusercontent.com/images/diulis2zHgOBpZG1LUAHEgAnRU.svg\"}},EXafsjJLx:{background:{alt:\"Smiley Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+13),pixelHeight:39,pixelWidth:44,src:\"https://framerusercontent.com/images/diulis2zHgOBpZG1LUAHEgAnRU.svg\"}},LGaYottpV:{background:{alt:\"Smiley Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+13),pixelHeight:39,pixelWidth:44,src:\"https://framerusercontent.com/images/diulis2zHgOBpZG1LUAHEgAnRU.svg\"}},RTbtlcpue:{background:{alt:\"Smiley Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+13),pixelHeight:39,pixelWidth:44,src:\"https://framerusercontent.com/images/diulis2zHgOBpZG1LUAHEgAnRU.svg\"}},wZhApxbOs:{background:{alt:\"Smiley Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+13),pixelHeight:39,pixelWidth:44,src:\"https://framerusercontent.com/images/diulis2zHgOBpZG1LUAHEgAnRU.svg\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8CpkI.framer-1necqhi, .framer-8CpkI .framer-1necqhi { display: block; }\",\".framer-8CpkI.framer-1hre7l1 { height: 2345px; overflow: hidden; position: relative; width: 570px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8CpkI .framer-1besaoe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 166px; width: min-content; }\",\".framer-8CpkI .framer-19sedib { flex: none; height: 87px; overflow: visible; position: absolute; right: -50px; top: 103px; width: 88px; z-index: 2; }\",\".framer-8CpkI .framer-1qobo63, .framer-8CpkI .framer-nes3kq, .framer-8CpkI .framer-tq5kjv, .framer-8CpkI .framer-1s5of9d, .framer-8CpkI .framer-16yhyu4 { aspect-ratio: 1.0458937198067633 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 414px); overflow: hidden; position: relative; width: 433px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8CpkI .framer-1dg388r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 6px 10px 6px 10px; position: absolute; top: 50px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-8CpkI .framer-1ibv3ux-container, .framer-8CpkI .framer-12y3onr-container, .framer-8CpkI .framer-1lnllzi-container, .framer-8CpkI .framer-196kwfg-container, .framer-8CpkI .framer-1b2xw3d-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 64px; }\",\".framer-8CpkI .framer-finhvs { bottom: 30px; flex: none; height: 56px; left: calc(50.00000000000002% - 354px / 2); overflow: visible; position: absolute; width: 354px; }\",\".framer-8CpkI .framer-fsilzm { flex: none; height: 39px; left: 20px; overflow: visible; position: absolute; top: 20px; width: 44px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8CpkI .framer-1besaoe, .framer-8CpkI .framer-1dg388r { gap: 0px; } .framer-8CpkI .framer-1besaoe > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-8CpkI .framer-1besaoe > :first-child { margin-top: 0px; } .framer-8CpkI .framer-1besaoe > :last-child { margin-bottom: 0px; } .framer-8CpkI .framer-1dg388r > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8CpkI .framer-1dg388r > :first-child { margin-left: 0px; } .framer-8CpkI .framer-1dg388r > :last-child { margin-right: 0px; } }\",\".framer-8CpkI.framer-v-nh34cw.framer-1hre7l1, .framer-8CpkI.framer-v-vz37bk.framer-1hre7l1, .framer-8CpkI.framer-v-1en2ce8.framer-1hre7l1, .framer-8CpkI.framer-v-1r1eb4f.framer-1hre7l1, .framer-8CpkI.framer-v-1ymuwqm.framer-1hre7l1 { height: 509px; }\",\".framer-8CpkI.framer-v-nh34cw .framer-1besaoe, .framer-8CpkI.framer-v-vz37bk .framer-1besaoe, .framer-8CpkI.framer-v-1en2ce8 .framer-1besaoe, .framer-8CpkI.framer-v-1r1eb4f .framer-1besaoe, .framer-8CpkI.framer-v-1ymuwqm .framer-1besaoe { min-height: 414px; min-width: 433px; }\",\".framer-8CpkI.framer-v-nh34cw .framer-1qobo63, .framer-8CpkI.framer-v-vz37bk .framer-nes3kq, .framer-8CpkI.framer-v-1en2ce8 .framer-tq5kjv, .framer-8CpkI.framer-v-1r1eb4f .framer-1s5of9d, .framer-8CpkI.framer-v-1ymuwqm .framer-16yhyu4 { left: 50%; position: absolute; top: 0px; z-index: 1; }\",\".framer-8CpkI.framer-v-109mblc.framer-1hre7l1, .framer-8CpkI.framer-v-79qm3z.framer-1hre7l1, .framer-8CpkI.framer-v-1ikzxsr.framer-1hre7l1, .framer-8CpkI.framer-v-1af01lp.framer-1hre7l1, .framer-8CpkI.framer-v-vnucq5.framer-1hre7l1 { height: 347px; width: 358px; }\",\".framer-8CpkI.framer-v-109mblc .framer-1besaoe, .framer-8CpkI.framer-v-79qm3z .framer-1besaoe, .framer-8CpkI.framer-v-1ikzxsr .framer-1besaoe, .framer-8CpkI.framer-v-1af01lp .framer-1besaoe, .framer-8CpkI.framer-v-vnucq5 .framer-1besaoe { min-height: 414px; top: 108px; width: 295px; }\",\".framer-8CpkI.framer-v-109mblc .framer-19sedib, .framer-8CpkI.framer-v-79qm3z .framer-19sedib, .framer-8CpkI.framer-v-1ikzxsr .framer-19sedib, .framer-8CpkI.framer-v-1af01lp .framer-19sedib, .framer-8CpkI.framer-v-vnucq5 .framer-19sedib { aspect-ratio: 1.0114942528735633 / 1; height: var(--framer-aspect-ratio-supported, 49px); right: -26px; top: 84px; width: 50px; }\",\".framer-8CpkI.framer-v-109mblc .framer-1qobo63, .framer-8CpkI.framer-v-79qm3z .framer-nes3kq, .framer-8CpkI.framer-v-1ikzxsr .framer-tq5kjv, .framer-8CpkI.framer-v-1af01lp .framer-1s5of9d, .framer-8CpkI.framer-v-vnucq5 .framer-16yhyu4 { height: var(--framer-aspect-ratio-supported, 279px); left: 50%; position: absolute; top: 0px; width: 292px; z-index: 1; }\",\".framer-8CpkI.framer-v-109mblc .framer-1dg388r, .framer-8CpkI.framer-v-79qm3z .framer-1dg388r, .framer-8CpkI.framer-v-1ikzxsr .framer-1dg388r, .framer-8CpkI.framer-v-1af01lp .framer-1dg388r, .framer-8CpkI.framer-v-vnucq5 .framer-1dg388r { gap: 7px; padding: 4px 6px 4px 6px; top: 30px; }\",\".framer-8CpkI.framer-v-109mblc .framer-1ibv3ux-container, .framer-8CpkI.framer-v-109mblc .framer-12y3onr-container, .framer-8CpkI.framer-v-109mblc .framer-1lnllzi-container, .framer-8CpkI.framer-v-109mblc .framer-196kwfg-container, .framer-8CpkI.framer-v-109mblc .framer-1b2xw3d-container, .framer-8CpkI.framer-v-79qm3z .framer-1ibv3ux-container, .framer-8CpkI.framer-v-79qm3z .framer-12y3onr-container, .framer-8CpkI.framer-v-79qm3z .framer-1lnllzi-container, .framer-8CpkI.framer-v-79qm3z .framer-196kwfg-container, .framer-8CpkI.framer-v-79qm3z .framer-1b2xw3d-container, .framer-8CpkI.framer-v-1ikzxsr .framer-1ibv3ux-container, .framer-8CpkI.framer-v-1ikzxsr .framer-12y3onr-container, .framer-8CpkI.framer-v-1ikzxsr .framer-1lnllzi-container, .framer-8CpkI.framer-v-1ikzxsr .framer-196kwfg-container, .framer-8CpkI.framer-v-1ikzxsr .framer-1b2xw3d-container, .framer-8CpkI.framer-v-1af01lp .framer-1ibv3ux-container, .framer-8CpkI.framer-v-1af01lp .framer-12y3onr-container, .framer-8CpkI.framer-v-1af01lp .framer-1lnllzi-container, .framer-8CpkI.framer-v-1af01lp .framer-196kwfg-container, .framer-8CpkI.framer-v-1af01lp .framer-1b2xw3d-container, .framer-8CpkI.framer-v-vnucq5 .framer-1ibv3ux-container, .framer-8CpkI.framer-v-vnucq5 .framer-12y3onr-container, .framer-8CpkI.framer-v-vnucq5 .framer-1lnllzi-container, .framer-8CpkI.framer-v-vnucq5 .framer-196kwfg-container, .framer-8CpkI.framer-v-vnucq5 .framer-1b2xw3d-container { height: var(--framer-aspect-ratio-supported, 43px); width: 43px; }\",\".framer-8CpkI.framer-v-109mblc .framer-finhvs, .framer-8CpkI.framer-v-79qm3z .framer-finhvs, .framer-8CpkI.framer-v-1ikzxsr .framer-finhvs, .framer-8CpkI.framer-v-1af01lp .framer-finhvs, .framer-8CpkI.framer-v-vnucq5 .framer-finhvs { aspect-ratio: 6.321428571428571 / 1; bottom: 17px; height: var(--framer-aspect-ratio-supported, 37px); left: 50%; width: 235px; }\",\".framer-8CpkI.framer-v-109mblc .framer-fsilzm, .framer-8CpkI.framer-v-79qm3z .framer-fsilzm, .framer-8CpkI.framer-v-1ikzxsr .framer-fsilzm, .framer-8CpkI.framer-v-1af01lp .framer-fsilzm, .framer-8CpkI.framer-v-vnucq5 .framer-fsilzm { aspect-ratio: 1.1282051282051282 / 1; height: var(--framer-aspect-ratio-supported, 26px); left: 13px; top: 13px; width: 29px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8CpkI.framer-v-109mblc .framer-1dg388r { gap: 0px; } .framer-8CpkI.framer-v-109mblc .framer-1dg388r > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-8CpkI.framer-v-109mblc .framer-1dg388r > :first-child { margin-left: 0px; } .framer-8CpkI.framer-v-109mblc .framer-1dg388r > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8CpkI.framer-v-79qm3z .framer-1dg388r { gap: 0px; } .framer-8CpkI.framer-v-79qm3z .framer-1dg388r > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-8CpkI.framer-v-79qm3z .framer-1dg388r > :first-child { margin-left: 0px; } .framer-8CpkI.framer-v-79qm3z .framer-1dg388r > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8CpkI.framer-v-1ikzxsr .framer-1dg388r { gap: 0px; } .framer-8CpkI.framer-v-1ikzxsr .framer-1dg388r > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-8CpkI.framer-v-1ikzxsr .framer-1dg388r > :first-child { margin-left: 0px; } .framer-8CpkI.framer-v-1ikzxsr .framer-1dg388r > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8CpkI.framer-v-1af01lp .framer-1dg388r { gap: 0px; } .framer-8CpkI.framer-v-1af01lp .framer-1dg388r > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-8CpkI.framer-v-1af01lp .framer-1dg388r > :first-child { margin-left: 0px; } .framer-8CpkI.framer-v-1af01lp .framer-1dg388r > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8CpkI.framer-v-vnucq5 .framer-1dg388r { gap: 0px; } .framer-8CpkI.framer-v-vnucq5 .framer-1dg388r > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-8CpkI.framer-v-vnucq5 .framer-1dg388r > :first-child { margin-left: 0px; } .framer-8CpkI.framer-v-vnucq5 .framer-1dg388r > :last-child { margin-right: 0px; } }\",'.framer-8CpkI[data-border=\"true\"]::after, .framer-8CpkI [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 2345\n * @framerIntrinsicWidth 570\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"F7S_UKI4L\":{\"layout\":[\"fixed\",\"fixed\"]},\"OmCUm4SrD\":{\"layout\":[\"fixed\",\"fixed\"]},\"Iv5AKuHdI\":{\"layout\":[\"fixed\",\"fixed\"]},\"PZWGZ4a43\":{\"layout\":[\"fixed\",\"fixed\"]},\"UK70Guc4E\":{\"layout\":[\"fixed\",\"fixed\"]},\"wZhApxbOs\":{\"layout\":[\"fixed\",\"fixed\"]},\"BJvqvfJj0\":{\"layout\":[\"fixed\",\"fixed\"]},\"LGaYottpV\":{\"layout\":[\"fixed\",\"fixed\"]},\"EXafsjJLx\":{\"layout\":[\"fixed\",\"fixed\"]},\"RTbtlcpue\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdnyiZ17NG=withCSS(Component,css,\"framer-8CpkI\");export default FramerdnyiZ17NG;FramerdnyiZ17NG.displayName=\"Feature Card Animation\";FramerdnyiZ17NG.defaultProps={height:2345,width:570};addPropertyControls(FramerdnyiZ17NG,{variant:{options:[\"eWr44XveR\",\"F7S_UKI4L\",\"OmCUm4SrD\",\"Iv5AKuHdI\",\"PZWGZ4a43\",\"UK70Guc4E\",\"wZhApxbOs\",\"BJvqvfJj0\",\"LGaYottpV\",\"EXafsjJLx\",\"RTbtlcpue\"],optionTitles:[\"Edit This\",\"Big Card 1\",\"Big Card 2\",\"Big Card 3\",\"Big Card 4\",\"Big Card 5\",\"Small Card 1\",\"Small Card 2\",\"Small Card 3\",\"Small Card 4\",\"Small Card 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdnyiZ17NG,[{explicitInter:true,fonts:[]},...HelperProfileImageFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdnyiZ17NG\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"F7S_UKI4L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OmCUm4SrD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Iv5AKuHdI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PZWGZ4a43\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UK70Guc4E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wZhApxbOs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BJvqvfJj0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LGaYottpV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EXafsjJLx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RTbtlcpue\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"570\",\"framerIntrinsicHeight\":\"2345\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dnyiZ17NG.map", "// Generated by Framer (34ce60b)\nimport{jsx as _jsx}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/VIU2fsGebNmxG6vEguOI/AI4hPJckaks44HBCeR12/h8CzwBybC.js\";const cycleOrder=[\"ho8TDHdbY\",\"OiVhOf2MZ\"];const serializationHash=\"framer-VRwhy\";const variantClassNames={ho8TDHdbY:\"framer-v-1nju3w7\",OiVhOf2MZ:\"framer-v-1235jtt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Active:\"ho8TDHdbY\",Inactive:\"OiVhOf2MZ\"};const getProps=({click,height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Nhx8alzsp:(_ref=text!==null&&text!==void 0?text:props.Nhx8alzsp)!==null&&_ref!==void 0?_ref:\"Monthly\",qy_meom7n:click!==null&&click!==void 0?click:props.qy_meom7n,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"ho8TDHdbY\"};};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,Nhx8alzsp,qy_meom7n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ho8TDHdbY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapn5v3z9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qy_meom7n){const res=await qy_meom7n(...args);if(res===false)return false;}});const ref1=React.useRef(null);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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1nju3w7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ho8TDHdbY\",onTap:onTapn5v3z9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(228, 235, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 1px 1px 0px rgba(180, 185, 199, 0.5), 0px 1px 0px 0px rgba(180, 185, 198, 0.25), 0px 2px 4.099999904632568px 0px rgba(148, 154, 170, 0.10000000149011612)\",...style},variants:{OiVhOf2MZ:{\"--border-color\":\"rgba(228, 235, 240, 0)\",backgroundColor:\"rgba(255, 255, 255, 0)\",boxShadow:\"0px 1px 1px 0px rgba(180, 185, 199, 0), 0px 1px 0px 0px rgba(180, 185, 198, 0), 0px 2px 4.099999904632568px 0px rgba(148, 154, 170, 0)\"}},...addPropertyOverrides({OiVhOf2MZ:{\"data-framer-name\":\"Inactive\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83cd1cd8-4d1e-4c0d-ae74-4864dd5a4460, rgb(12, 12, 12)))\"},children:\"Monthly\"})}),className:\"framer-3it66i\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uLw0dn2Ai\",style:{\"--extracted-r6o4lv\":\"var(--token-83cd1cd8-4d1e-4c0d-ae74-4864dd5a4460, rgb(12, 12, 12))\",\"--framer-paragraph-spacing\":\"0px\"},text:Nhx8alzsp,variants:{OiVhOf2MZ:{\"--extracted-r6o4lv\":\"var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({OiVhOf2MZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"Monthly\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VRwhy.framer-m7yvqu, .framer-VRwhy .framer-m7yvqu { display: block; }\",\".framer-VRwhy.framer-1nju3w7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-VRwhy .framer-3it66i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VRwhy.framer-1nju3w7 { gap: 0px; } .framer-VRwhy.framer-1nju3w7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VRwhy.framer-1nju3w7 > :first-child { margin-left: 0px; } .framer-VRwhy.framer-1nju3w7 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-VRwhy[data-border=\"true\"]::after, .framer-VRwhy [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 51\n * @framerIntrinsicWidth 118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"OiVhOf2MZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Nhx8alzsp\":\"text\",\"qy_meom7n\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRhtXnGGmc=withCSS(Component,css,\"framer-VRwhy\");export default FramerRhtXnGGmc;FramerRhtXnGGmc.displayName=\"Buttons/ Toggle button\";FramerRhtXnGGmc.defaultProps={height:51,width:118};addPropertyControls(FramerRhtXnGGmc,{variant:{options:[\"ho8TDHdbY\",\"OiVhOf2MZ\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:ControlType.Enum},Nhx8alzsp:{defaultValue:\"Monthly\",displayTextArea:false,title:\"Text\",type:ControlType.String},qy_meom7n:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerRhtXnGGmc,[{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRhtXnGGmc\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OiVhOf2MZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"118\",\"framerIntrinsicHeight\":\"51\",\"framerVariables\":\"{\\\"Nhx8alzsp\\\":\\\"text\\\",\\\"qy_meom7n\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RhtXnGGmc.map", "// Generated by Framer (bd0055f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"q1_gyM_zD\",\"QwWasq3yJ\"];const serializationHash=\"framer-nxDKg\";const variantClassNames={q1_gyM_zD:\"framer-v-1616hvk\",QwWasq3yJ:\"framer-v-rv2hxo\"};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={Active:\"q1_gyM_zD\",Inactive:\"QwWasq3yJ\"};const getProps=({height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,J1iWfURMd:(_ref=text!==null&&text!==void 0?text:props.J1iWfURMd)!==null&&_ref!==void 0?_ref:\"Connect with localized map feature\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"q1_gyM_zD\"};};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,J1iWfURMd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"q1_gyM_zD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1616hvk\",className,classNames),\"data-framer-name\":\"Active\",layoutDependency:layoutDependency,layoutId:\"q1_gyM_zD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({QwWasq3yJ:{\"data-framer-name\":\"Inactive\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||24)-0-22)/2)),pixelHeight:22,pixelWidth:23,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vmWkUepK8XZg6ZVVTyGEIhc4eAU.svg\"},className:\"framer-z2vc5y\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"h94B8sbLI\",...addPropertyOverrides({QwWasq3yJ:{background:{alt:\"Icon\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||24)-0-22)/2)),pixelHeight:22,pixelWidth:22,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/iWfFjlWNDcgb5d0BPu41vfaFI4.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 28, 28))\"},children:\"Create and customize profile\"})}),className:\"framer-1v7huab\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-500\"],layoutDependency:layoutDependency,layoutId:\"rdBjRgloU\",style:{\"--extracted-r6o4lv\":\"rgb(28, 28, 28)\",\"--framer-paragraph-spacing\":\"0px\"},text:J1iWfURMd,variants:{QwWasq3yJ:{\"--extracted-r6o4lv\":\"rgb(115, 115, 115)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QwWasq3yJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(115, 115, 115))\",\"--framer-text-decoration\":\"line-through\"},children:\"Create and customize profile\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nxDKg.framer-7mskef, .framer-nxDKg .framer-7mskef { display: block; }\",\".framer-nxDKg.framer-1616hvk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 339px; }\",\".framer-nxDKg .framer-z2vc5y { flex: none; height: 22px; overflow: hidden; position: relative; width: 22px; }\",\".framer-nxDKg .framer-1v7huab { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nxDKg.framer-1616hvk { gap: 0px; } .framer-nxDKg.framer-1616hvk > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-nxDKg.framer-1616hvk > :first-child { margin-left: 0px; } .framer-nxDKg.framer-1616hvk > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 339\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QwWasq3yJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"J1iWfURMd\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerX0u5XwITN=withCSS(Component,css,\"framer-nxDKg\");export default FramerX0u5XwITN;FramerX0u5XwITN.displayName=\"Helper/ Pointer\";FramerX0u5XwITN.defaultProps={height:24,width:339};addPropertyControls(FramerX0u5XwITN,{variant:{options:[\"q1_gyM_zD\",\"QwWasq3yJ\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:ControlType.Enum},J1iWfURMd:{defaultValue:\"Connect with localized map feature\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(FramerX0u5XwITN,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX0u5XwITN\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QwWasq3yJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"339\",\"framerVariables\":\"{\\\"J1iWfURMd\\\":\\\"text\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X0u5XwITN.map", "// Generated by Framer (e4e7123)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ag1EI5VrgnhMK9zDnRh8/zHPElKU80LHA2OXRF1CO/h8CzwBybC.js\";import ButtonsToggleButton from\"https://framerusercontent.com/modules/zCkqiGazhJxubSSTeVCt/sEpVwwlvlYzkyYp6TMuU/RhtXnGGmc.js\";import ButtonsPrimaryButton from\"https://framerusercontent.com/modules/hxhbBIlPfTFktEYH29FB/QtUKPjnbKGR3f26Rj3pD/ujtaHrifm.js\";import HelperPointer from\"https://framerusercontent.com/modules/aPUZ6Typa5m7qjdo47jp/hLH5lczQOInGysyEwd0v/X0u5XwITN.js\";const ButtonsToggleButtonFonts=getFonts(ButtonsToggleButton);const ButtonsPrimaryButtonFonts=getFonts(ButtonsPrimaryButton);const HelperPointerFonts=getFonts(HelperPointer);const cycleOrder=[\"tIRvSinLY\",\"tKHyECH8L\",\"er7PevEZB\",\"qPBjHt08u\"];const serializationHash=\"framer-ZlUy6\";const variantClassNames={er7PevEZB:\"framer-v-1ebvm6q\",qPBjHt08u:\"framer-v-s7525e\",tIRvSinLY:\"framer-v-g578jb\",tKHyECH8L:\"framer-v-z6pptq\"};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={duration:0,type:\"tween\"};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={\"Big 1\":\"tIRvSinLY\",\"Big 2\":\"tKHyECH8L\",\"Small 1\":\"er7PevEZB\",\"Small 2\":\"qPBjHt08u\"};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:\"tIRvSinLY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tIRvSinLY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const qy_meom7nijljts=activeVariantCallback(async(...args)=>{setVariant(\"tIRvSinLY\");});const qy_meom7ni5kv1x=activeVariantCallback(async(...args)=>{setVariant(\"er7PevEZB\");});const qy_meom7n9sygw5=activeVariantCallback(async(...args)=>{setVariant(\"tKHyECH8L\");});const qy_meom7npxxfi4=activeVariantCallback(async(...args)=>{setVariant(\"qPBjHt08u\");});const ref1=React.useRef(null);const router=useRouter();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-g578jb\",className,classNames),\"data-framer-name\":\"Big 1\",layoutDependency:layoutDependency,layoutId:\"tIRvSinLY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({er7PevEZB:{\"data-framer-name\":\"Small 1\"},qPBjHt08u:{\"data-framer-name\":\"Small 2\"},tKHyECH8L:{\"data-framer-name\":\"Big 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b8mfr\",\"data-border\":true,\"data-framer-name\":\"Buttons Container\",layoutDependency:layoutDependency,layoutId:\"NHN4v7Ira\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d4a016e4-fc9c-4b27-bade-c0fbf4227f4f, rgb(244, 247, 249))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,boxShadow:\"inset 1px 1px 4px 0px rgba(255, 255, 255, 0.07999999821186066)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+8,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zhplv4-container\",layoutDependency:layoutDependency,layoutId:\"jwZhrJbxa-container\",children:/*#__PURE__*/_jsx(ButtonsToggleButton,{height:\"100%\",id:\"jwZhrJbxa\",layoutId:\"jwZhrJbxa\",Nhx8alzsp:\"Monthly\",qy_meom7n:qy_meom7nijljts,variant:\"ho8TDHdbY\",width:\"100%\",...addPropertyOverrides({er7PevEZB:{qy_meom7n:qy_meom7ni5kv1x},qPBjHt08u:{qy_meom7n:qy_meom7ni5kv1x},tKHyECH8L:{variant:\"OiVhOf2MZ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+8,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vj4bdt-container\",layoutDependency:layoutDependency,layoutId:\"iNfrDwI94-container\",children:/*#__PURE__*/_jsx(ButtonsToggleButton,{height:\"100%\",id:\"iNfrDwI94\",layoutId:\"iNfrDwI94\",Nhx8alzsp:\"Yearly\",qy_meom7n:qy_meom7n9sygw5,variant:\"OiVhOf2MZ\",width:\"100%\",...addPropertyOverrides({er7PevEZB:{qy_meom7n:qy_meom7npxxfi4},qPBjHt08u:{qy_meom7n:qy_meom7npxxfi4},tKHyECH8L:{variant:\"ho8TDHdbY\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13vycoa\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"I43EJBZhf\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0),pixelHeight:566,pixelWidth:408,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px)`,src:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg\",srcSet:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg 408w\"},className:\"framer-1io5jr0\",\"data-border\":true,\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"h8nXxHPTJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({er7PevEZB:{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0),pixelHeight:566,pixelWidth:408,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg\",srcSet:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg 408w\"}},qPBjHt08u:{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0),pixelHeight:566,pixelWidth:408,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg\",srcSet:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg 408w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11p2f49\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"eNYhMPTYv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ss5sis\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"B63cFynnu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-83cd1cd8-4d1e-4c0d-ae74-4864dd5a4460, rgb(12, 12, 12)))\"},children:\"Free Plan\"})}),className:\"framer-6irmnv\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Urbanist-700\"],layoutDependency:layoutDependency,layoutId:\"rUUAcicGE\",style:{\"--extracted-a0htzi\":\"var(--token-83cd1cd8-4d1e-4c0d-ae74-4864dd5a4460, rgb(12, 12, 12))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jyxiwv\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"OITuk5B4h\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-83xekk\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"HVmczRB0o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28)))\"},children:\"$0\"})}),className:\"framer-4zf179\",\"data-framer-name\":\"$0\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"jBVZFFnml\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"/per month\"})}),className:\"framer-pv83bh\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ob425OHz6\",style:{\"--extracted-r6o4lv\":\"var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qPBjHt08u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"/per year\"})})},tKHyECH8L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"/per year\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"Basic access with essential features.\"})}),className:\"framer-dst1xa\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ihv4fafcE\",style:{\"--extracted-r6o4lv\":\"var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined},{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined},{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined},{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 60px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+0+20+278,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+0+16+278},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+0+16+278}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1klxaea-container\",layoutDependency:layoutDependency,layoutId:\"VdH3JDvWQ-container\",children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{CoDRs75yJ:resolvedLinks[0],edtBHek3N:\"rgb(138, 40, 250)\",gpQ8b9nko:\"Get Started\",height:\"100%\",id:\"VdH3JDvWQ\",layoutId:\"VdH3JDvWQ\",N6myLbLsH:\"rgb(146, 60, 246)\",style:{width:\"100%\"},VPG3pHB8w:\"14px 24px 14px 24px\",width:\"100%\",...addPropertyOverrides({er7PevEZB:{CoDRs75yJ:resolvedLinks[2]},qPBjHt08u:{CoDRs75yJ:resolvedLinks[3]},tKHyECH8L:{CoDRs75yJ:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cul9vm\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"ENXHUkzBy\",style:{backgroundColor:\"var(--token-86940d48-67de-43e2-b492-06b7170ae465, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.11999999731779099)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28)))\"},children:\"What\u2019s Included\"})}),className:\"framer-1poilg1\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Urbanist-700\"],layoutDependency:layoutDependency,layoutId:\"WYWojsSix\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pn2xmz\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"qSyRpFjnZ\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+0,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+0},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-48pibk-container\",layoutDependency:layoutDependency,layoutId:\"ffhYSaY3R-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"ffhYSaY3R\",J1iWfURMd:\"Connect with localized map feature\",layoutId:\"ffhYSaY3R\",style:{width:\"100%\"},variant:\"QwWasq3yJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+36,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+36},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kjjn3w-container\",layoutDependency:layoutDependency,layoutId:\"t14e0qjXs-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"t14e0qjXs\",J1iWfURMd:\"Connect with other users\",layoutId:\"t14e0qjXs\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+72,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+72},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+72}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14cwgf2-container\",layoutDependency:layoutDependency,layoutId:\"B3YUAC3cj-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"B3YUAC3cj\",J1iWfURMd:\"Send and receive messages\",layoutId:\"B3YUAC3cj\",style:{width:\"100%\"},variant:\"QwWasq3yJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+108,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+108},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mvva21-container\",layoutDependency:layoutDependency,layoutId:\"unuAmjrAo-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"unuAmjrAo\",J1iWfURMd:\"Access to basic features\",layoutId:\"unuAmjrAo\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+144,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+144},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u1a5kx-container\",layoutDependency:layoutDependency,layoutId:\"hTB6LeCG5-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"hTB6LeCG5\",J1iWfURMd:\"View and share content\",layoutId:\"hTB6LeCG5\",style:{width:\"100%\"},variant:\"QwWasq3yJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+180,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+180},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+0+10+369+16+151+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kn6hn6-container\",layoutDependency:layoutDependency,layoutId:\"CWxv_RCAu-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"CWxv_RCAu\",J1iWfURMd:\"Receive notifications and updates\",layoutId:\"CWxv_RCAu\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0),pixelHeight:566,pixelWidth:408,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px)`,src:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg\",srcSet:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg 408w\"},className:\"framer-109lj2o\",\"data-border\":true,\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"QGz1QF0LZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({er7PevEZB:{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796),pixelHeight:566,pixelWidth:408,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg\",srcSet:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg 408w\"}},qPBjHt08u:{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796),pixelHeight:566,pixelWidth:408,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg\",srcSet:\"https://framerusercontent.com/images/BLriVz5kRgfbmb03ooMVbXdRHxs.svg 408w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xv5lg3\",\"data-border\":true,\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"hpr5gKaoc\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-263adf11-1005-4f8b-8ecb-3498f5cccd87, rgb(248, 250, 252))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 8px 19.600000381469727px 0px rgba(95, 119, 179, 0.10000000149011612), 0px 2px 2px 0px rgba(95, 119, 179, 0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Save 20% on Yearly\"})}),className:\"framer-1gb8vp2\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-500\"],layoutDependency:layoutDependency,layoutId:\"CPDsSKTRw\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({er7PevEZB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Save 20% on Yearly\"})})},qPBjHt08u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Save 20% on Yearly\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-39acwr\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"MU2OWgkEh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-127bflr\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"t7jjAeCKg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ggva3\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"fAaxRUZix\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-83cd1cd8-4d1e-4c0d-ae74-4864dd5a4460, rgb(12, 12, 12)))\"},children:\"Premium Plan\"})}),className:\"framer-mr63dr\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Urbanist-700\"],layoutDependency:layoutDependency,layoutId:\"D6jpuZXyT\",style:{\"--extracted-a0htzi\":\"var(--token-83cd1cd8-4d1e-4c0d-ae74-4864dd5a4460, rgb(12, 12, 12))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h524db\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"s1jl0okwv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mtvvnt\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"QddTeqAKj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28)))\"},children:\"$10\"})}),className:\"framer-1j84mjq\",\"data-framer-name\":\"$10\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"zzLPcQHwt\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qPBjHt08u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28)))\"},children:\"$99\"})})},tKHyECH8L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28)))\"},children:\"$99\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"/per month\"})}),className:\"framer-d7mi9c\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qy62AZfg7\",style:{\"--extracted-r6o4lv\":\"var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qPBjHt08u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"/per year\"})})},tKHyECH8L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"/per year\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76)))\"},children:\"Enhanced features for new experience.\"})}),className:\"framer-6bkgsb\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DM88gChx1\",style:{\"--extracted-r6o4lv\":\"var(--token-5c37b9b7-d2c0-41b6-9df0-99c50e987df2, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined},{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined},{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined},{href:{webPageId:\"ka8SakLIZ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 60px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+0+20+278,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+0+16+278},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+0+16+278}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j1llg5-container\",layoutDependency:layoutDependency,layoutId:\"QAw6FXF4W-container\",children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{CoDRs75yJ:resolvedLinks1[0],edtBHek3N:\"rgb(138, 40, 250)\",gpQ8b9nko:\"Get Started\",height:\"100%\",id:\"QAw6FXF4W\",layoutId:\"QAw6FXF4W\",N6myLbLsH:\"rgb(146, 60, 246)\",style:{width:\"100%\"},VPG3pHB8w:\"14px 24px 14px 24px\",width:\"100%\",...addPropertyOverrides({er7PevEZB:{CoDRs75yJ:resolvedLinks1[2]},qPBjHt08u:{CoDRs75yJ:resolvedLinks1[3]},tKHyECH8L:{CoDRs75yJ:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jf8ol3\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"hDcCPtnpF\",style:{backgroundColor:\"var(--token-86940d48-67de-43e2-b492-06b7170ae465, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.11999999731779099)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28)))\"},children:\"What\u2019s Included\"})}),className:\"framer-mtbbbt\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Urbanist-700\"],layoutDependency:layoutDependency,layoutId:\"SAkPArW8_\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iryy9m\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"ygMqh_D0N\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+0,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+0},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wcfvhr-container\",layoutDependency:layoutDependency,layoutId:\"D6AZ5UnaM-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"D6AZ5UnaM\",J1iWfURMd:\"Connect with localized map feature\",layoutId:\"D6AZ5UnaM\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+36,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+36},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-65s2bh-container\",layoutDependency:layoutDependency,layoutId:\"lKjn6OKsN-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"lKjn6OKsN\",J1iWfURMd:\"Connect with other users\",layoutId:\"lKjn6OKsN\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+72,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+72},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+72}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15e20sz-container\",layoutDependency:layoutDependency,layoutId:\"n6bs7wiTN-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"n6bs7wiTN\",J1iWfURMd:\"Send and receive messages\",layoutId:\"n6bs7wiTN\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+108,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+108},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-69dxb5-container\",layoutDependency:layoutDependency,layoutId:\"LEdIqLcAx-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"LEdIqLcAx\",J1iWfURMd:\"Access to basic features\",layoutId:\"LEdIqLcAx\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+144,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+144},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5nl0kx-container\",layoutDependency:layoutDependency,layoutId:\"FEeXk1d9N-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"FEeXk1d9N\",J1iWfURMd:\"View and share content\",layoutId:\"FEeXk1d9N\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px) / 2, 1px) - 68px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+10+377+24+151+0+180,...addPropertyOverrides({er7PevEZB:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+180},qPBjHt08u:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 52px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+107+0+796+10+369+16+151+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xvl431-container\",layoutDependency:layoutDependency,layoutId:\"Eiau6MYGD-container\",children:/*#__PURE__*/_jsx(HelperPointer,{height:\"100%\",id:\"Eiau6MYGD\",J1iWfURMd:\"Receive notifications and updates\",layoutId:\"Eiau6MYGD\",style:{width:\"100%\"},variant:\"q1_gyM_zD\",width:\"100%\"})})})]})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZlUy6.framer-1qrlshq, .framer-ZlUy6 .framer-1qrlshq { display: block; }\",\".framer-ZlUy6.framer-g578jb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 835px; }\",\".framer-ZlUy6 .framer-b8mfr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZlUy6 .framer-zhplv4-container, .framer-ZlUy6 .framer-1vj4bdt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZlUy6 .framer-13vycoa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZlUy6 .framer-1io5jr0, .framer-ZlUy6 .framer-109lj2o { 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: hidden; padding: 10px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZlUy6 .framer-11p2f49, .framer-ZlUy6 .framer-39acwr { 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: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-ZlUy6 .framer-ss5sis, .framer-ZlUy6 .framer-1pn2xmz, .framer-ZlUy6 .framer-127bflr, .framer-ZlUy6 .framer-1iryy9m { 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-ZlUy6 .framer-6irmnv, .framer-ZlUy6 .framer-dst1xa, .framer-ZlUy6 .framer-1poilg1, .framer-ZlUy6 .framer-6bkgsb, .framer-ZlUy6 .framer-mtbbbt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZlUy6 .framer-1jyxiwv, .framer-ZlUy6 .framer-h524db { align-content: flex-start; align-items: flex-start; 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-ZlUy6 .framer-83xekk, .framer-ZlUy6 .framer-mtvvnt { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZlUy6 .framer-4zf179, .framer-ZlUy6 .framer-pv83bh, .framer-ZlUy6 .framer-1gb8vp2, .framer-ZlUy6 .framer-1j84mjq, .framer-ZlUy6 .framer-d7mi9c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZlUy6 .framer-1klxaea-container, .framer-ZlUy6 .framer-48pibk-container, .framer-ZlUy6 .framer-kjjn3w-container, .framer-ZlUy6 .framer-14cwgf2-container, .framer-ZlUy6 .framer-1mvva21-container, .framer-ZlUy6 .framer-1u1a5kx-container, .framer-ZlUy6 .framer-1kn6hn6-container, .framer-ZlUy6 .framer-1j1llg5-container, .framer-ZlUy6 .framer-wcfvhr-container, .framer-ZlUy6 .framer-65s2bh-container, .framer-ZlUy6 .framer-15e20sz-container, .framer-ZlUy6 .framer-69dxb5-container, .framer-ZlUy6 .framer-5nl0kx-container, .framer-ZlUy6 .framer-xvl431-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ZlUy6 .framer-cul9vm, .framer-ZlUy6 .framer-jf8ol3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-ZlUy6 .framer-1xv5lg3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5px 12px 5px 12px; position: absolute; right: 20px; top: 20px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZlUy6 .framer-17ggva3 { align-content: flex-start; align-items: flex-start; 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-ZlUy6 .framer-mr63dr { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZlUy6.framer-g578jb, .framer-ZlUy6 .framer-b8mfr, .framer-ZlUy6 .framer-13vycoa, .framer-ZlUy6 .framer-1io5jr0, .framer-ZlUy6 .framer-11p2f49, .framer-ZlUy6 .framer-ss5sis, .framer-ZlUy6 .framer-1jyxiwv, .framer-ZlUy6 .framer-83xekk, .framer-ZlUy6 .framer-cul9vm, .framer-ZlUy6 .framer-1pn2xmz, .framer-ZlUy6 .framer-109lj2o, .framer-ZlUy6 .framer-1xv5lg3, .framer-ZlUy6 .framer-39acwr, .framer-ZlUy6 .framer-127bflr, .framer-ZlUy6 .framer-h524db, .framer-ZlUy6 .framer-mtvvnt, .framer-ZlUy6 .framer-jf8ol3, .framer-ZlUy6 .framer-1iryy9m { gap: 0px; } .framer-ZlUy6.framer-g578jb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ZlUy6.framer-g578jb > :first-child, .framer-ZlUy6 .framer-1io5jr0 > :first-child, .framer-ZlUy6 .framer-11p2f49 > :first-child, .framer-ZlUy6 .framer-ss5sis > :first-child, .framer-ZlUy6 .framer-1jyxiwv > :first-child, .framer-ZlUy6 .framer-cul9vm > :first-child, .framer-ZlUy6 .framer-1pn2xmz > :first-child, .framer-ZlUy6 .framer-109lj2o > :first-child, .framer-ZlUy6 .framer-39acwr > :first-child, .framer-ZlUy6 .framer-127bflr > :first-child, .framer-ZlUy6 .framer-h524db > :first-child, .framer-ZlUy6 .framer-jf8ol3 > :first-child, .framer-ZlUy6 .framer-1iryy9m > :first-child { margin-top: 0px; } .framer-ZlUy6.framer-g578jb > :last-child, .framer-ZlUy6 .framer-1io5jr0 > :last-child, .framer-ZlUy6 .framer-11p2f49 > :last-child, .framer-ZlUy6 .framer-ss5sis > :last-child, .framer-ZlUy6 .framer-1jyxiwv > :last-child, .framer-ZlUy6 .framer-cul9vm > :last-child, .framer-ZlUy6 .framer-1pn2xmz > :last-child, .framer-ZlUy6 .framer-109lj2o > :last-child, .framer-ZlUy6 .framer-39acwr > :last-child, .framer-ZlUy6 .framer-127bflr > :last-child, .framer-ZlUy6 .framer-h524db > :last-child, .framer-ZlUy6 .framer-jf8ol3 > :last-child, .framer-ZlUy6 .framer-1iryy9m > :last-child { margin-bottom: 0px; } .framer-ZlUy6 .framer-b8mfr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ZlUy6 .framer-b8mfr > :first-child, .framer-ZlUy6 .framer-13vycoa > :first-child, .framer-ZlUy6 .framer-83xekk > :first-child, .framer-ZlUy6 .framer-1xv5lg3 > :first-child, .framer-ZlUy6 .framer-mtvvnt > :first-child { margin-left: 0px; } .framer-ZlUy6 .framer-b8mfr > :last-child, .framer-ZlUy6 .framer-13vycoa > :last-child, .framer-ZlUy6 .framer-83xekk > :last-child, .framer-ZlUy6 .framer-1xv5lg3 > :last-child, .framer-ZlUy6 .framer-mtvvnt > :last-child { margin-right: 0px; } .framer-ZlUy6 .framer-13vycoa > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ZlUy6 .framer-1io5jr0 > *, .framer-ZlUy6 .framer-109lj2o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZlUy6 .framer-11p2f49 > *, .framer-ZlUy6 .framer-39acwr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZlUy6 .framer-ss5sis > *, .framer-ZlUy6 .framer-1pn2xmz > *, .framer-ZlUy6 .framer-127bflr > *, .framer-ZlUy6 .framer-1iryy9m > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-ZlUy6 .framer-1jyxiwv > *, .framer-ZlUy6 .framer-cul9vm > *, .framer-ZlUy6 .framer-h524db > *, .framer-ZlUy6 .framer-jf8ol3 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZlUy6 .framer-83xekk > *, .framer-ZlUy6 .framer-mtvvnt > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-ZlUy6 .framer-1xv5lg3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-ZlUy6.framer-v-1ebvm6q.framer-g578jb, .framer-ZlUy6.framer-v-s7525e.framer-g578jb { width: 390px; }\",\".framer-ZlUy6.framer-v-1ebvm6q .framer-13vycoa, .framer-ZlUy6.framer-v-s7525e .framer-13vycoa { flex-direction: column; }\",\".framer-ZlUy6.framer-v-1ebvm6q .framer-1io5jr0, .framer-ZlUy6.framer-v-1ebvm6q .framer-109lj2o, .framer-ZlUy6.framer-v-s7525e .framer-1io5jr0, .framer-ZlUy6.framer-v-s7525e .framer-109lj2o { flex: none; width: 100%; }\",\".framer-ZlUy6.framer-v-1ebvm6q .framer-11p2f49, .framer-ZlUy6.framer-v-1ebvm6q .framer-cul9vm, .framer-ZlUy6.framer-v-1ebvm6q .framer-39acwr, .framer-ZlUy6.framer-v-1ebvm6q .framer-jf8ol3, .framer-ZlUy6.framer-v-s7525e .framer-11p2f49, .framer-ZlUy6.framer-v-s7525e .framer-cul9vm, .framer-ZlUy6.framer-v-s7525e .framer-39acwr, .framer-ZlUy6.framer-v-s7525e .framer-jf8ol3 { padding: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZlUy6.framer-v-1ebvm6q .framer-13vycoa { gap: 0px; } .framer-ZlUy6.framer-v-1ebvm6q .framer-13vycoa > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZlUy6.framer-v-1ebvm6q .framer-13vycoa > :first-child { margin-top: 0px; } .framer-ZlUy6.framer-v-1ebvm6q .framer-13vycoa > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZlUy6.framer-v-s7525e .framer-13vycoa { gap: 0px; } .framer-ZlUy6.framer-v-s7525e .framer-13vycoa > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZlUy6.framer-v-s7525e .framer-13vycoa > :first-child { margin-top: 0px; } .framer-ZlUy6.framer-v-s7525e .framer-13vycoa > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-ZlUy6[data-border=\"true\"]::after, .framer-ZlUy6 [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 687\n * @framerIntrinsicWidth 835\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tKHyECH8L\":{\"layout\":[\"fixed\",\"auto\"]},\"er7PevEZB\":{\"layout\":[\"fixed\",\"auto\"]},\"qPBjHt08u\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEB5fC3BlO=withCSS(Component,css,\"framer-ZlUy6\");export default FramerEB5fC3BlO;FramerEB5fC3BlO.displayName=\"Pricing Component\";FramerEB5fC3BlO.defaultProps={height:687,width:835};addPropertyControls(FramerEB5fC3BlO,{variant:{options:[\"tIRvSinLY\",\"tKHyECH8L\",\"er7PevEZB\",\"qPBjHt08u\"],optionTitles:[\"Big 1\",\"Big 2\",\"Small 1\",\"Small 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerEB5fC3BlO,[{explicitInter:true,fonts:[{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfE5OrS8SlKw.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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\",weight:\"500\"}]},...ButtonsToggleButtonFonts,...ButtonsPrimaryButtonFonts,...HelperPointerFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEB5fC3BlO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"687\",\"framerIntrinsicWidth\":\"835\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tKHyECH8L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"er7PevEZB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qPBjHt08u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EB5fC3BlO.map", "// Generated by Framer (bd0055f)\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/ag1EI5VrgnhMK9zDnRh8/zHPElKU80LHA2OXRF1CO/h8CzwBybC.js\";const cycleOrder=[\"ng4YJ58Vx\",\"lewPNcsmI\",\"IzgC5hcQi\",\"tFF1b7V3Q\"];const serializationHash=\"framer-i7Gvt\";const variantClassNames={IzgC5hcQi:\"framer-v-arn1sx\",lewPNcsmI:\"framer-v-1r68onh\",ng4YJ58Vx:\"framer-v-a0uynm\",tFF1b7V3Q:\"framer-v-gdwrtt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"IzgC5hcQi\",\"Variant 4\":\"tFF1b7V3Q\",Big:\"ng4YJ58Vx\",Small:\"lewPNcsmI\"};const getProps=({height,id,image,name1,testimonial,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,F8Lk_AjjQ:(_ref=name1!==null&&name1!==void 0?name1:props.F8Lk_AjjQ)!==null&&_ref!==void 0?_ref:\"David Wilson\",k3Jq6e0AC:(_ref1=testimonial!==null&&testimonial!==void 0?testimonial:props.k3Jq6e0AC)!==null&&_ref1!==void 0?_ref1:\"Pairy helped me connect with three creators in my city, and we\u2019re now collaborating on a project I never thought possible.\",rXkZ3w0BY:(_ref2=image!==null&&image!==void 0?image:props.rXkZ3w0BY)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/bC6ojUGj5LnolSS1FXzLbM7rpM.png\"},variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"ng4YJ58Vx\"};};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,rXkZ3w0BY,F8Lk_AjjQ,k3Jq6e0AC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ng4YJ58Vx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(Image,{...restProps,...gestureHandlers,background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:280,pixelWidth:345,src:\"https://framerusercontent.com/images/c0yTLzyhaVmay17uVWkZIxl9zWk.svg\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-a0uynm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Big\",layoutDependency:layoutDependency,layoutId:\"ng4YJ58Vx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(221, 229, 237)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({IzgC5hcQi:{\"data-framer-name\":\"Variant 3\"},lewPNcsmI:{\"data-framer-name\":\"Small\"},tFF1b7V3Q:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Comma Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16),pixelHeight:16,pixelWidth:22,src:\"https://framerusercontent.com/images/cd4JqXSCWYEomNLiZfc2xDexIjk.svg\"},className:\"framer-zm7lx6\",\"data-framer-name\":\"Comma\",layoutDependency:layoutDependency,layoutId:\"zSXkzyiiR\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m86im2\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"A_sQoM92j\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+0+54),pixelHeight:50,pixelWidth:50,sizes:\"50px\",...toResponsiveImage(rXkZ3w0BY),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-4crne8\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"PKKxHYl5_\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bngjj5\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"VZ_10b1EZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNjAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28)))\"},children:\"David Wilson\"})}),className:\"framer-116gsb6\",\"data-framer-name\":\"Name\",fonts:[\"GF;Urbanist-600\"],layoutDependency:layoutDependency,layoutId:\"eoHkta_YH\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28))\",\"--framer-paragraph-spacing\":\"0px\"},text:F8Lk_AjjQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Star Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+0+0+0+139),pixelHeight:19,pixelWidth:98,src:\"https://framerusercontent.com/images/sHo9Ae9vzf31stTljXmrQBuHnw.svg\"},className:\"framer-1kmslmm\",\"data-framer-name\":\"Stars\",layoutDependency:layoutDependency,layoutId:\"IIfqp1Mzj\"})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12mp8bu\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"D29kOPlG_\",style:{backgroundColor:\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Capable\u2019s features are fantastic for both meeting new people and staying connected with existing friends. It\u2019s a must-have app.\"})}),className:\"framer-dc7mys\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Nm8SBRhmc\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:k3Jq6e0AC,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-i7Gvt.framer-16ouzxi, .framer-i7Gvt .framer-16ouzxi { display: block; }\",\".framer-i7Gvt.framer-a0uynm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 280px; justify-content: flex-start; overflow: visible; padding: 30px; position: relative; width: 345px; }\",\".framer-i7Gvt .framer-zm7lx6 { flex: none; height: 16px; overflow: visible; position: absolute; right: 16px; top: 16px; width: 22px; z-index: 1; }\",\".framer-i7Gvt .framer-1m86im2 { 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: 100%; }\",\".framer-i7Gvt .framer-4crne8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 50px; }\",\".framer-i7Gvt .framer-1bngjj5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-i7Gvt .framer-116gsb6, .framer-i7Gvt .framer-dc7mys { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-i7Gvt .framer-1kmslmm { flex: none; height: 19px; overflow: visible; position: relative; width: 98px; }\",\".framer-i7Gvt .framer-12mp8bu { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-i7Gvt.framer-a0uynm, .framer-i7Gvt .framer-1m86im2, .framer-i7Gvt .framer-1bngjj5 { gap: 0px; } .framer-i7Gvt.framer-a0uynm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-i7Gvt.framer-a0uynm > :first-child, .framer-i7Gvt .framer-1bngjj5 > :first-child { margin-top: 0px; } .framer-i7Gvt.framer-a0uynm > :last-child, .framer-i7Gvt .framer-1bngjj5 > :last-child { margin-bottom: 0px; } .framer-i7Gvt .framer-1m86im2 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-i7Gvt .framer-1m86im2 > :first-child { margin-left: 0px; } .framer-i7Gvt .framer-1m86im2 > :last-child { margin-right: 0px; } .framer-i7Gvt .framer-1bngjj5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-i7Gvt.framer-v-1r68onh.framer-a0uynm { height: min-content; }\",...sharedStyle.css,'.framer-i7Gvt[data-border=\"true\"]::after, .framer-i7Gvt [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 280\n * @framerIntrinsicWidth 345\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lewPNcsmI\":{\"layout\":[\"fixed\",\"auto\"]},\"IzgC5hcQi\":{\"layout\":[\"fixed\",\"fixed\"]},\"tFF1b7V3Q\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"rXkZ3w0BY\":\"image\",\"F8Lk_AjjQ\":\"name1\",\"k3Jq6e0AC\":\"testimonial\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwNLkno5XS=withCSS(Component,css,\"framer-i7Gvt\");export default FramerwNLkno5XS;FramerwNLkno5XS.displayName=\"Cards/ Testimonial Card\";FramerwNLkno5XS.defaultProps={height:280,width:345};addPropertyControls(FramerwNLkno5XS,{variant:{options:[\"ng4YJ58Vx\",\"lewPNcsmI\",\"IzgC5hcQi\",\"tFF1b7V3Q\"],optionTitles:[\"Big\",\"Small\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},rXkZ3w0BY:{__defaultAssetReference:\"data:framer/asset-reference,bC6ojUGj5LnolSS1FXzLbM7rpM.png?originalFilename=Image+-+2024-09-06T221543.695.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},F8Lk_AjjQ:{defaultValue:\"David Wilson\",displayTextArea:false,title:\"Name\",type:ControlType.String},k3Jq6e0AC:{defaultValue:\"Pairy helped me connect with three creators in my city, and we\u2019re now collaborating on a project I never thought possible.\",displayTextArea:true,title:\"Testimonial\",type:ControlType.String}});addFonts(FramerwNLkno5XS,[{explicitInter:true,fonts:[{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDFRkfE5OrS8SlKw.woff2\",weight:\"600\"},{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwNLkno5XS\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"280\",\"framerIntrinsicWidth\":\"345\",\"framerVariables\":\"{\\\"rXkZ3w0BY\\\":\\\"image\\\",\\\"F8Lk_AjjQ\\\":\\\"name1\\\",\\\"k3Jq6e0AC\\\":\\\"testimonial\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lewPNcsmI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IzgC5hcQi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tFF1b7V3Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wNLkno5XS.map", "// Generated by Framer (b742ddc)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CardsTestimonialCard from\"https://framerusercontent.com/modules/fB0er9adql8Zvi9GlIID/tVEvZ93yq5bvx0UX2psy/wNLkno5XS.js\";const CardsTestimonialCardFonts=getFonts(CardsTestimonialCard);const cycleOrder=[\"NepfT8_fi\",\"Bia5H_9o8\"];const serializationHash=\"framer-Apg34\";const variantClassNames={Bia5H_9o8:\"framer-v-ipdv3u\",NepfT8_fi:\"framer-v-7dnskj\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Expanded:\"Bia5H_9o8\",Unexpanded:\"NepfT8_fi\"};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:\"NepfT8_fi\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NepfT8_fi\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17jrnk=activeVariantCallback(async(...args)=>{setVariant(\"Bia5H_9o8\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Bia5H_9o8\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"Bia5H_9o8\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7dnskj\",className,classNames),\"data-framer-name\":\"Unexpanded\",layoutDependency:layoutDependency,layoutId:\"NepfT8_fi\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Bia5H_9o8:{\"data-framer-name\":\"Expanded\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1229)-0-1259)/2+0+0),...addPropertyOverrides({Bia5H_9o8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1csxnpu-container\",layoutDependency:layoutDependency,layoutId:\"QvrLOpCO1-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Emma Johnson\",height:\"100%\",id:\"QvrLOpCO1\",k3Jq6e0AC:\"Capable has truly transformed my social life. I've connected with amazing people and discovered new interests. Highly recommended!\",layoutId:\"QvrLOpCO1\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/WWuix6eqiZUPz9MahKFSXCO6bw.png\"},\"Profile Image\"),style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1229)-0-1259)/2+280+20),...addPropertyOverrides({Bia5H_9o8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+280+20)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-90v43-container\",layoutDependency:layoutDependency,layoutId:\"y34d_drNO-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"David Wilson\",height:\"100%\",id:\"y34d_drNO\",k3Jq6e0AC:\"Capable\u2019s features are fantastic for both meeting new people and staying connected with existing friends. It\u2019s a must-have app.\",layoutId:\"y34d_drNO\",style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1229)-0-1259)/2+560+40),...addPropertyOverrides({Bia5H_9o8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+560+40)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ttpvu2-container\",layoutDependency:layoutDependency,layoutId:\"cmgTXjry_-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"John Doe\",height:\"100%\",id:\"cmgTXjry_\",k3Jq6e0AC:\"The intuitive design and smart features of Capable made it easy to find meaningful connections. It's become my go-to app.\",layoutId:\"cmgTXjry_\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/ncSY0XrjdZNp64EmAQw9HSrk.png\"},\"Profile Image\"),style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1229)-0-1259)/2+840+60),...addPropertyOverrides({Bia5H_9o8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+840+60)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mmi0y4-container\",layoutDependency:layoutDependency,layoutId:\"pCFWbtDPM-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Laura Martinez\",height:\"100%\",id:\"pCFWbtDPM\",k3Jq6e0AC:\"I\u2019m amazed at how Capable\u2019s advanced privacy controls and customizable features have enhanced my online social experience. Truly innovative.\",layoutId:\"pCFWbtDPM\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/NAHfheoklYlzK5s32SMUdrOJfE.png\"},\"Profile Image\"),style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Bia5H_9o8:{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+1120+80)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16pw7jo-container\",layoutDependency:layoutDependency,layoutId:\"tWpIJcJxf-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Emily Johnson\",height:\"100%\",id:\"tWpIJcJxf\",k3Jq6e0AC:\"Capable\u2019s features are fantastic for both meeting new people and staying connected with existing friends. It\u2019s a must-have app.\",layoutId:\"tWpIJcJxf\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/CJ3oDDuNiywhQQIxUDMXuoB3OE.png\"},\"Profile Image\"),style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Bia5H_9o8:{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+1400+100)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-92g9cf-container\",layoutDependency:layoutDependency,layoutId:\"Tl_n9Fwlu-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"James Taylor\",height:\"100%\",id:\"Tl_n9Fwlu\",k3Jq6e0AC:\"The community support and engaging multimedia sharing on Capable have made it my favorite platform for connecting and sharing.\",layoutId:\"Tl_n9Fwlu\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/BNlX2RE6wTLxUwoLsbtP5iJ6qw.png\"},\"Profile Image\"),style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Bia5H_9o8:{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+1680+120)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-274gnp-container\",layoutDependency:layoutDependency,layoutId:\"RdujEXMlo-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Michael Brown\",height:\"100%\",id:\"RdujEXMlo\",k3Jq6e0AC:\"With Capable, I've expanded my network and found genuine connections. The seamless interface makes socializing so much easier.\",layoutId:\"RdujEXMlo\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/oCikd0D435iTXsMrhKxheng6KY.png\"},\"Profile Image\"),style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Bia5H_9o8:{height:280,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2347)-0-2380)/2+1960+140)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1avtpyr-container\",layoutDependency:layoutDependency,layoutId:\"enPlgDOPe-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Olivia Anderson\",height:\"100%\",id:\"enPlgDOPe\",k3Jq6e0AC:\"Capable has made socializing more enjoyable and efficient. The personalized experience helps me connect with others who share my interests.\",layoutId:\"enPlgDOPe\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/Kk5gebSJFGahpmHjtGcecbLBj10.png\"},\"Profile Image\"),style:{width:\"100%\"},variant:\"lewPNcsmI\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nxarp1\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RsfHR6w2w\",onTap:onTap17jrnk,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-263adf11-1005-4f8b-8ecb-3498f5cccd87, rgb(248, 250, 252))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"View All Testimonials\"})}),className:\"framer-oe1f8k\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],layoutDependency:layoutDependency,layoutId:\"mrydCR2DN\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1229)-0-1259)/2+1120+80)+19.5),pixelHeight:21,pixelWidth:21,src:\"https://framerusercontent.com/images/kjHKd6x2waUpNLhL7DSIzawYv0.svg\"},className:\"framer-8qher3\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"qSQyoCGea\"})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Apg34.framer-10aa8kx, .framer-Apg34 .framer-10aa8kx { display: block; }\",\".framer-Apg34.framer-7dnskj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 358px; }\",\".framer-Apg34 .framer-1csxnpu-container, .framer-Apg34 .framer-90v43-container, .framer-Apg34 .framer-ttpvu2-container, .framer-Apg34 .framer-mmi0y4-container, .framer-Apg34 .framer-16pw7jo-container, .framer-Apg34 .framer-92g9cf-container, .framer-Apg34 .framer-274gnp-container, .framer-Apg34 .framer-1avtpyr-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Apg34 .framer-1nxarp1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: min-content; }\",\".framer-Apg34 .framer-oe1f8k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Apg34 .framer-8qher3 { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Apg34.framer-7dnskj, .framer-Apg34 .framer-1nxarp1 { gap: 0px; } .framer-Apg34.framer-7dnskj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Apg34.framer-7dnskj > :first-child { margin-top: 0px; } .framer-Apg34.framer-7dnskj > :last-child { margin-bottom: 0px; } .framer-Apg34 .framer-1nxarp1 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Apg34 .framer-1nxarp1 > :first-child { margin-left: 0px; } .framer-Apg34 .framer-1nxarp1 > :last-child { margin-right: 0px; } }\",'.framer-Apg34[data-border=\"true\"]::after, .framer-Apg34 [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 1229\n * @framerIntrinsicWidth 358\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Bia5H_9o8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGTefjQUtI=withCSS(Component,css,\"framer-Apg34\");export default FramerGTefjQUtI;FramerGTefjQUtI.displayName=\"Mobile Testimonial\";FramerGTefjQUtI.defaultProps={height:1229,width:358};addPropertyControls(FramerGTefjQUtI,{variant:{options:[\"NepfT8_fi\",\"Bia5H_9o8\"],optionTitles:[\"Unexpanded\",\"Expanded\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGTefjQUtI,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"}]},...CardsTestimonialCardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGTefjQUtI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1229\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bia5H_9o8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"358\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b742ddc)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Urbanist-700\",\"GF;Urbanist-900\",\"GF;Urbanist-900italic\",\"GF;Urbanist-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfE5OrS8SlKw.woff2\",weight:\"700\"},{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkfE5OrS8SlKw.woff2\",weight:\"900\"},{family:\"Urbanist\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA11eUpmqacG1K4S1.woff2\",weight:\"900\"},{family:\"Urbanist\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10QUpmqacG1K4S1.woff2\",weight:\"700\"}]}];export const css=['.framer-T8t5R .framer-styles-preset-3j37cu:not(.rich-text-wrapper), .framer-T8t5R .framer-styles-preset-3j37cu.rich-text-wrapper h4 { --framer-font-family: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-family-bold: \"Urbanist\", sans-serif; --framer-font-family-bold-italic: \"Urbanist\", sans-serif; --framer-font-family-italic: \"Urbanist\", \"Urbanist 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: 150%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, #1c1c1c); --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-T8t5R .framer-styles-preset-3j37cu:not(.rich-text-wrapper), .framer-T8t5R .framer-styles-preset-3j37cu.rich-text-wrapper h4 { --framer-font-family: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-family-bold: \"Urbanist\", sans-serif; --framer-font-family-bold-italic: \"Urbanist\", sans-serif; --framer-font-family-italic: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, #1c1c1c); --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-T8t5R .framer-styles-preset-3j37cu:not(.rich-text-wrapper), .framer-T8t5R .framer-styles-preset-3j37cu.rich-text-wrapper h4 { --framer-font-family: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-family-bold: \"Urbanist\", sans-serif; --framer-font-family-bold-italic: \"Urbanist\", sans-serif; --framer-font-family-italic: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, #1c1c1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-T8t5R\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ReQxTnDpm\",\"V3E89PoHJ\",\"Ni1B_287C\"];const serializationHash=\"framer-HFqAW\";const variantClassNames={Ni1B_287C:\"framer-v-4nzkbz\",ReQxTnDpm:\"framer-v-x0r3bf\",V3E89PoHJ:\"framer-v-1x0bvw0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Big:\"ReQxTnDpm\",Medium:\"V3E89PoHJ\",Small:\"Ni1B_287C\"};const getProps=({height,id,image,width,...props})=>{return{...props,Err0qg3bW:image??props.Err0qg3bW??{src:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png\",srcSet:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png 414w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"ReQxTnDpm\"};};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,Err0qg3bW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ReQxTnDpm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"V3E89PoHJ\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"V3E89PoHJ\")return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(scopingClassNames,\"framer-x0r3bf\",className,classNames),\"data-framer-name\":\"Big\",layoutDependency:layoutDependency,layoutId:\"ReQxTnDpm\",ref:ref??ref1,style:{...style},...addPropertyOverrides({Ni1B_287C:{\"data-framer-name\":\"Small\"},V3E89PoHJ:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Mobile Image\",fit:\"fill\",pixelHeight:735,pixelWidth:364,src:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg\",srcSet:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg 364w\"},className:\"framer-jaolun\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"EWTLfHYnw\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},...addPropertyOverrides({V3E89PoHJ:{background:{alt:\"Mobile Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||550)-0-550)/2+0+0)),pixelHeight:735,pixelWidth:364,sizes:\"272.0109px\",src:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg\",srcSet:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg 364w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1052,pixelWidth:485,...toResponsiveImage(Err0qg3bW),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-asylq6\",\"data-framer-name\":\"UI Image\",layoutDependency:layoutDependency,layoutId:\"a0K3xQ1T2\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},...addPropertyOverrides({V3E89PoHJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||550)-0-550)/2+0+0)+8),pixelHeight:1052,pixelWidth:485,sizes:\"252.0109px\",...toResponsiveImage(Err0qg3bW),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Mobile Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||736)-0-736)/2+0+0)),pixelHeight:735,pixelWidth:364,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg\",srcSet:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg 364w\"},className:\"framer-rtr1fp\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"lloa3lYnI\",style:{borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45},variants:{Ni1B_287C:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}},...addPropertyOverrides({Ni1B_287C:{background:{alt:\"Mobile Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||473)-0-736)/2+0+0)),pixelHeight:735,pixelWidth:364,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg\",srcSet:\"https://framerusercontent.com/images/xoCgMLQBsDzil9WOdSesidVWGM.svg 364w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||736)-0-736)/2+0+0)+14),pixelHeight:1052,pixelWidth:485,sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,...toResponsiveImage(Err0qg3bW),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-cxd0c2\",\"data-framer-name\":\"UI Image\",layoutDependency:layoutDependency,layoutId:\"DEdeAUIKK\",style:{borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45},variants:{Ni1B_287C:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}},...addPropertyOverrides({Ni1B_287C:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||473)-0-736)/2+0+0)+8),pixelHeight:1052,pixelWidth:485,sizes:`max(${componentViewport?.width||\"100vw\"} - 20px, 1px)`,...toResponsiveImage(Err0qg3bW),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HFqAW.framer-1p315jo, .framer-HFqAW .framer-1p315jo { display: block; }\",\".framer-HFqAW.framer-x0r3bf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 364px; }\",\".framer-HFqAW .framer-jaolun { align-content: center; align-items: center; aspect-ratio: 0.4945652173913043 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 550px; justify-content: center; overflow: visible; padding: 8px 10px 8px 10px; position: relative; width: var(--framer-aspect-ratio-supported, 234px); }\",\".framer-HFqAW .framer-asylq6, .framer-HFqAW .framer-cxd0c2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-HFqAW .framer-rtr1fp { align-content: center; align-items: center; aspect-ratio: 0.4945652173913043 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 736px); justify-content: center; overflow: visible; padding: 14px 16px 14px 16px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HFqAW.framer-x0r3bf, .framer-HFqAW .framer-jaolun, .framer-HFqAW .framer-asylq6, .framer-HFqAW .framer-rtr1fp, .framer-HFqAW .framer-cxd0c2 { gap: 0px; } .framer-HFqAW.framer-x0r3bf > *, .framer-HFqAW .framer-asylq6 > *, .framer-HFqAW .framer-cxd0c2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HFqAW.framer-x0r3bf > :first-child, .framer-HFqAW .framer-asylq6 > :first-child, .framer-HFqAW .framer-cxd0c2 > :first-child { margin-top: 0px; } .framer-HFqAW.framer-x0r3bf > :last-child, .framer-HFqAW .framer-asylq6 > :last-child, .framer-HFqAW .framer-cxd0c2 > :last-child { margin-bottom: 0px; } .framer-HFqAW .framer-jaolun > *, .framer-HFqAW .framer-rtr1fp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HFqAW .framer-jaolun > :first-child, .framer-HFqAW .framer-rtr1fp > :first-child { margin-left: 0px; } .framer-HFqAW .framer-jaolun > :last-child, .framer-HFqAW .framer-rtr1fp > :last-child { margin-right: 0px; } }\",\".framer-HFqAW.framer-v-1x0bvw0.framer-x0r3bf { width: 273px; }\",\".framer-HFqAW.framer-v-1x0bvw0 .framer-jaolun { order: 0; width: var(--framer-aspect-ratio-supported, 273px); }\",\".framer-HFqAW.framer-v-4nzkbz.framer-x0r3bf { width: 234px; }\",\".framer-HFqAW.framer-v-4nzkbz .framer-rtr1fp { height: var(--framer-aspect-ratio-supported, 473px); padding: 8px 10px 8px 10px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 736\n * @framerIntrinsicWidth 364\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"V3E89PoHJ\":{\"layout\":[\"fixed\",\"auto\"]},\"Ni1B_287C\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Err0qg3bW\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzlYJnWf4A=withCSS(Component,css,\"framer-HFqAW\");export default FramerzlYJnWf4A;FramerzlYJnWf4A.displayName=\"Mobile UI\";FramerzlYJnWf4A.defaultProps={height:736,width:364};addPropertyControls(FramerzlYJnWf4A,{variant:{options:[\"ReQxTnDpm\",\"V3E89PoHJ\",\"Ni1B_287C\"],optionTitles:[\"Big\",\"Medium\",\"Small\"],title:\"Variant\",type:ControlType.Enum},Err0qg3bW:{__defaultAssetReference:\"data:framer/asset-reference,VQcH8X7qEg9LHf196rEte68XAok.png?originalFilename=Copy+of+Untitled+Design+%28414+x+896+px%29.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerzlYJnWf4A,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzlYJnWf4A\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"736\",\"framerIntrinsicWidth\":\"364\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V3E89PoHJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ni1B_287C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"Err0qg3bW\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zlYJnWf4A.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/3Gjjwh6w9n3F8cOhNX8d/RUbzbpk7nCF3IMgPJ9d8/Sod0wzyyg.js\";import MobileUI from\"https://framerusercontent.com/modules/u98ApGM9YcHUfO2LykcR/qgCuAqEJdjwzrpTnJrNv/zlYJnWf4A.js\";const MotionDivWithFX=withFX(motion.div);const MobileUIFonts=getFonts(MobileUI);const cycleOrder=[\"CCfCcqBE6\",\"VAIaBdsLz\"];const serializationHash=\"framer-YuI7A\";const variantClassNames={CCfCcqBE6:\"framer-v-6a0vvv\",VAIaBdsLz:\"framer-v-1rec3x9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:.2,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"How To Use Card\":\"CCfCcqBE6\",\"Variant 2\":\"VAIaBdsLz\"};const getProps=({height,id,mobileUI,text,width,...props})=>{return{...props,LXe2OrwPv:text??props.LXe2OrwPv??\"Sign up and personalize your profile details.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CCfCcqBE6\",Y9c2rwX01:mobileUI??props.Y9c2rwX01??{src:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png?scale-down-to=1024 576w,https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png 1080w\"}};};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,LXe2OrwPv,Y9c2rwX01,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CCfCcqBE6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6a0vvv\",className,classNames),\"data-border\":true,\"data-framer-name\":\"How To Use Card\",layoutDependency:layoutDependency,layoutId:\"CCfCcqBE6\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({VAIaBdsLz:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-izg0ee\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"ho4Se9f5C\",style:{background:\"linear-gradient(180deg, rgba(146, 60, 246, 0) 0%, rgba(146, 60, 246, 0.2) 100%)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tpyx23\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"mMbXQn5Wk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-3j37cu\",\"data-styles-preset\":\"Sod0wzyyg\",children:\"Sign up and personalize your profile details.\"})}),className:\"framer-w0h5wv\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CZc_tYlNm\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:LXe2OrwPv,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-cepapf\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"dk0ilsT1o\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:736,width:\"279px\",y:(componentViewport?.y||0)+0+98+10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-abi95v-container\",layoutDependency:layoutDependency,layoutId:\"kVvJjZqfL-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MobileUI,{Err0qg3bW:toResponsiveImage(Y9c2rwX01),height:\"100%\",id:\"kVvJjZqfL\",layoutId:\"kVvJjZqfL\",style:{width:\"100%\"},variant:\"V3E89PoHJ\",width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YuI7A.framer-pjdfqq, .framer-YuI7A .framer-pjdfqq { display: block; }\",\".framer-YuI7A.framer-6a0vvv { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 386px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YuI7A .framer-izg0ee { -webkit-user-select: none; bottom: 0px; flex: none; height: 305px; left: 0px; overflow: visible; pointer-events: none; position: absolute; right: 0px; user-select: none; z-index: 0; }\",\".framer-YuI7A .framer-tpyx23 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 30px 20px 30px; position: relative; width: 100%; }\",\".framer-YuI7A .framer-w0h5wv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YuI7A .framer-cepapf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 305px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-YuI7A .framer-abi95v-container { flex: none; height: auto; left: 50%; position: absolute; top: 10px; width: 279px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YuI7A.framer-6a0vvv, .framer-YuI7A .framer-tpyx23, .framer-YuI7A .framer-cepapf { gap: 0px; } .framer-YuI7A.framer-6a0vvv > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-YuI7A.framer-6a0vvv > :first-child, .framer-YuI7A .framer-tpyx23 > :first-child, .framer-YuI7A .framer-cepapf > :first-child { margin-top: 0px; } .framer-YuI7A.framer-6a0vvv > :last-child, .framer-YuI7A .framer-tpyx23 > :last-child, .framer-YuI7A .framer-cepapf > :last-child { margin-bottom: 0px; } .framer-YuI7A .framer-tpyx23 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-YuI7A .framer-cepapf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-YuI7A[data-border=\"true\"]::after, .framer-YuI7A [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 439\n * @framerIntrinsicWidth 386\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VAIaBdsLz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LXe2OrwPv\":\"text\",\"Y9c2rwX01\":\"mobileUI\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerk0nHFqBQl=withCSS(Component,css,\"framer-YuI7A\");export default Framerk0nHFqBQl;Framerk0nHFqBQl.displayName=\"Cards/ How To Use Card\";Framerk0nHFqBQl.defaultProps={height:439,width:386};addPropertyControls(Framerk0nHFqBQl,{variant:{options:[\"CCfCcqBE6\",\"VAIaBdsLz\"],optionTitles:[\"How To Use Card\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},LXe2OrwPv:{defaultValue:\"Sign up and personalize your profile details.\",displayTextArea:true,title:\"Text\",type:ControlType.String},Y9c2rwX01:{__defaultAssetReference:\"data:framer/asset-reference,Jcx13rV00bLkWGsvKmU9y466EE.png?originalFilename=Untitled+design+%2810%29.png&preferredSize=auto\",description:\"\",title:\"Mobile UI\",type:ControlType.ResponsiveImage}});addFonts(Framerk0nHFqBQl,[{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\"}]},...MobileUIFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk0nHFqBQl\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"386\",\"framerIntrinsicHeight\":\"439\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"LXe2OrwPv\\\":\\\"text\\\",\\\"Y9c2rwX01\\\":\\\"mobileUI\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VAIaBdsLz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b742ddc)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Instrument Sans-500\",\"GF;Instrument Sans-700\",\"GF;Instrument Sans-700italic\",\"GF;Instrument Sans-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\",weight:\"500\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22kywN2u7YUwU.woff2\",weight:\"500\"}]}];export const css=['.framer-uZsKr .framer-styles-preset-wykwih:not(.rich-text-wrapper), .framer-uZsKr .framer-styles-preset-wykwih.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, #333333); --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-uZsKr .framer-styles-preset-wykwih:not(.rich-text-wrapper), .framer-uZsKr .framer-styles-preset-wykwih.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, #333333); --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-uZsKr .framer-styles-preset-wykwih:not(.rich-text-wrapper), .framer-uZsKr .framer-styles-preset-wykwih.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-uZsKr\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b742ddc)\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/qK8iHF86V0CaSz0nymnH/Ay3P1HwSwJmldFBlOEmq/QoV3AyURB.js\";const cycleOrder=[\"lXtzNd6Tv\"];const serializationHash=\"framer-do5H3\";const variantClassNames={lXtzNd6Tv:\"framer-v-hbh0ho\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,icon,id,text,width,...props})=>{var _ref,_ref1;return{...props,JZYCm6uKz:(_ref=icon!==null&&icon!==void 0?icon:props.JZYCm6uKz)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/vVOTqdRhbXu977sBDMVu3CEhax4.svg\"},RiQt8GUeK:(_ref1=text!==null&&text!==void 0?text:props.RiQt8GUeK)!==null&&_ref1!==void 0?_ref1:\"Seamless cross-platform access on all devices.\"};};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,JZYCm6uKz,RiQt8GUeK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lXtzNd6Tv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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-hbh0ho\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Capabilities Card\",layoutDependency:layoutDependency,layoutId:\"lXtzNd6Tv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-263adf11-1005-4f8b-8ecb-3498f5cccd87, rgb(248, 250, 252))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-uhvx4\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"yMPl12sRQ\",style:{backgroundColor:\"var(--token-f9a552ee-b4d1-4939-a68e-2796198caf0c, rgb(146, 60, 246))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(14+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-28-44)/2)+10),pixelHeight:26,pixelWidth:27,sizes:\"24px\",...toResponsiveImage(JZYCm6uKz),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-jufexm\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"obAYB8BTM\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wykwih\",\"data-styles-preset\":\"QoV3AyURB\",children:\"Seamless cross-platform access on all devices.\"})}),className:\"framer-t8fpu7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kZGn0VBoT\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:RiQt8GUeK,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-do5H3.framer-1gluev2, .framer-do5H3 .framer-1gluev2 { display: block; }\",\".framer-do5H3.framer-hbh0ho { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px; position: relative; width: 278px; }\",\".framer-do5H3 .framer-uhvx4 { 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: visible; padding: 10px; position: relative; width: min-content; }\",\".framer-do5H3 .framer-jufexm { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-do5H3 .framer-t8fpu7 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-do5H3.framer-hbh0ho, .framer-do5H3 .framer-uhvx4 { gap: 0px; } .framer-do5H3.framer-hbh0ho > *, .framer-do5H3 .framer-uhvx4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-do5H3.framer-hbh0ho > :first-child, .framer-do5H3 .framer-uhvx4 > :first-child { margin-left: 0px; } .framer-do5H3.framer-hbh0ho > :last-child, .framer-do5H3 .framer-uhvx4 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-do5H3[data-border=\"true\"]::after, .framer-do5H3 [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 76\n * @framerIntrinsicWidth 278\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"JZYCm6uKz\":\"icon\",\"RiQt8GUeK\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerktIPlf8WG=withCSS(Component,css,\"framer-do5H3\");export default FramerktIPlf8WG;FramerktIPlf8WG.displayName=\"Cards/ Capabilities Card\";FramerktIPlf8WG.defaultProps={height:76,width:278};addPropertyControls(FramerktIPlf8WG,{JZYCm6uKz:{__defaultAssetReference:\"data:framer/asset-reference,vVOTqdRhbXu977sBDMVu3CEhax4.svg?originalFilename=Devices+%285%29.svg&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage},RiQt8GUeK:{defaultValue:\"Seamless cross-platform access on all devices.\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(FramerktIPlf8WG,[{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerktIPlf8WG\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"278\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"76\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"JZYCm6uKz\\\":\\\"icon\\\",\\\"RiQt8GUeK\\\":\\\"text\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ktIPlf8WG.map", "// Generated by Framer (ddd30d5)\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 sharedStyle2 from\"https://framerusercontent.com/modules/ag1EI5VrgnhMK9zDnRh8/zHPElKU80LHA2OXRF1CO/h8CzwBybC.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4zqiwPgTMH6Jq9kBPpDN/dvuj4RxddU62KwZGKBsS/QoV3AyURB.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/hXPglfRgakN8FpUboiUO/vSKFwXmv8AMwdOF3O1ja/Qxst9ljrj.js\";const cycleOrder=[\"Vd9_my5JM\",\"HhH78Ka_n\",\"BNtNDwVBM\"];const serializationHash=\"framer-phz6C\";const variantClassNames={BNtNDwVBM:\"framer-v-1izej61\",HhH78Ka_n:\"framer-v-sdr7sd\",Vd9_my5JM:\"framer-v-15845k2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Big:\"Vd9_my5JM\",Medium:\"HhH78Ka_n\",Small:\"BNtNDwVBM\"};const getProps=({heading,height,id,subHeading,tagIcon,tagText,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3,_ref4;return{...props,Mr6WUB_8D:(_ref=heading!==null&&heading!==void 0?heading:props.Mr6WUB_8D)!==null&&_ref!==void 0?_ref:\"Discover The Power Of Pairy\",N7yRULWRM:(_ref1=tagText!==null&&tagText!==void 0?tagText:props.N7yRULWRM)!==null&&_ref1!==void 0?_ref1:\"Our Benefits\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Vd9_my5JM\",XCgoQEghM:(_ref3=tagIcon!==null&&tagIcon!==void 0?tagIcon:props.XCgoQEghM)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/vldwMQTYpIhBBEQYVAfsZ99PFI.svg\"},ZBF2bGGX3:(_ref4=subHeading!==null&&subHeading!==void 0?subHeading:props.ZBF2bGGX3)!==null&&_ref4!==void 0?_ref4:\"Step into a world where meaningful connections, seamless networking, and authentic collaborations fuel your growth.\"};};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,XCgoQEghM,N7yRULWRM,Mr6WUB_8D,ZBF2bGGX3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Vd9_my5JM\",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-15845k2\",className,classNames),\"data-framer-name\":\"Big\",layoutDependency:layoutDependency,layoutId:\"Vd9_my5JM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BNtNDwVBM:{\"data-framer-name\":\"Small\"},HhH78Ka_n:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17q49m5\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"AtFS9tEbo\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d4a016e4-fc9c-4b27-bade-c0fbf4227f4f, rgb(244, 247, 249))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+10),pixelHeight:20,pixelWidth:21,sizes:\"20px\",...toResponsiveImage(XCgoQEghM),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1evow33\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"bgTL2FRjZ\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wykwih\",\"data-styles-preset\":\"QoV3AyURB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Our Benefits\"})}),className:\"framer-14dhkoj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a3OTjY8cN\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:N7yRULWRM,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hueyix\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"H9SdL4Ifv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",children:\"Discover Capable Benefits\"})}),className:\"framer-1o05b7p\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J8YXVX71C\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Mr6WUB_8D,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10przcg\",\"data-framer-name\":\"Paragrapgh\",layoutDependency:layoutDependency,layoutId:\"ZvKfbT5zS\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102)))\"},children:\"Unlock a world of meaningful connections, tailored experiences, and seamless social interaction.\"})}),className:\"framer-1oimut3\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QjSeLNglg\",style:{\"--extracted-r6o4lv\":\"var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102))\",\"--framer-paragraph-spacing\":\"0px\"},text:ZBF2bGGX3,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-phz6C.framer-klz0b8, .framer-phz6C .framer-klz0b8 { display: block; }\",\".framer-phz6C.framer-15845k2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1199px; }\",\".framer-phz6C .framer-17q49m5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 12px 8px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-phz6C .framer-1evow33 { flex: none; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-phz6C .framer-14dhkoj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-phz6C .framer-1hueyix { 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: 0px; position: relative; width: 100%; }\",\".framer-phz6C .framer-1o05b7p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-phz6C .framer-10przcg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 320px 0px 320px; position: relative; width: 100%; }\",\".framer-phz6C .framer-1oimut3 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-phz6C.framer-15845k2, .framer-phz6C .framer-17q49m5, .framer-phz6C .framer-1hueyix, .framer-phz6C .framer-10przcg { gap: 0px; } .framer-phz6C.framer-15845k2 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-phz6C.framer-15845k2 > :first-child, .framer-phz6C .framer-1hueyix > :first-child { margin-top: 0px; } .framer-phz6C.framer-15845k2 > :last-child, .framer-phz6C .framer-1hueyix > :last-child { margin-bottom: 0px; } .framer-phz6C .framer-17q49m5 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-phz6C .framer-17q49m5 > :first-child, .framer-phz6C .framer-10przcg > :first-child { margin-left: 0px; } .framer-phz6C .framer-17q49m5 > :last-child, .framer-phz6C .framer-10przcg > :last-child { margin-right: 0px; } .framer-phz6C .framer-1hueyix > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-phz6C .framer-10przcg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-phz6C.framer-v-sdr7sd.framer-15845k2 { width: 810px; }\",\".framer-phz6C.framer-v-sdr7sd .framer-10przcg { padding: 0px 180px 0px 180px; }\",\".framer-phz6C.framer-v-1izej61.framer-15845k2 { gap: 12px; width: 390px; }\",\".framer-phz6C.framer-v-1izej61 .framer-1hueyix { gap: 14px; }\",\".framer-phz6C.framer-v-1izej61 .framer-10przcg { padding: 0px 16px 0px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-phz6C.framer-v-1izej61.framer-15845k2, .framer-phz6C.framer-v-1izej61 .framer-1hueyix { gap: 0px; } .framer-phz6C.framer-v-1izej61.framer-15845k2 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-phz6C.framer-v-1izej61.framer-15845k2 > :first-child, .framer-phz6C.framer-v-1izej61 .framer-1hueyix > :first-child { margin-top: 0px; } .framer-phz6C.framer-v-1izej61.framer-15845k2 > :last-child, .framer-phz6C.framer-v-1izej61 .framer-1hueyix > :last-child { margin-bottom: 0px; } .framer-phz6C.framer-v-1izej61 .framer-1hueyix > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-phz6C[data-border=\"true\"]::after, .framer-phz6C [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 198\n * @framerIntrinsicWidth 1199\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HhH78Ka_n\":{\"layout\":[\"fixed\",\"auto\"]},\"BNtNDwVBM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"XCgoQEghM\":\"tagIcon\",\"N7yRULWRM\":\"tagText\",\"Mr6WUB_8D\":\"heading\",\"ZBF2bGGX3\":\"subHeading\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameropzIuOBjT=withCSS(Component,css,\"framer-phz6C\");export default FrameropzIuOBjT;FrameropzIuOBjT.displayName=\"Helper/ Section Header\";FrameropzIuOBjT.defaultProps={height:198,width:1199};addPropertyControls(FrameropzIuOBjT,{variant:{options:[\"Vd9_my5JM\",\"HhH78Ka_n\",\"BNtNDwVBM\"],optionTitles:[\"Big\",\"Medium\",\"Small\"],title:\"Variant\",type:ControlType.Enum},XCgoQEghM:{__defaultAssetReference:\"data:framer/asset-reference,vldwMQTYpIhBBEQYVAfsZ99PFI.svg?originalFilename=Star+%2810%29.svg&preferredSize=auto\",title:\"Tag Icon\",type:ControlType.ResponsiveImage},N7yRULWRM:{defaultValue:\"Our Benefits\",displayTextArea:false,title:\"Tag Text\",type:ControlType.String},Mr6WUB_8D:{defaultValue:\"Discover The Power Of Pairy\",displayTextArea:true,title:\"Heading\",type:ControlType.String},ZBF2bGGX3:{defaultValue:\"Step into a world where meaningful connections, seamless networking, and authentic collaborations fuel your growth.\",displayTextArea:true,title:\"Sub Heading\",type:ControlType.String}});addFonts(FrameropzIuOBjT,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameropzIuOBjT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"198\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"XCgoQEghM\\\":\\\"tagIcon\\\",\\\"N7yRULWRM\\\":\\\"tagText\\\",\\\"Mr6WUB_8D\\\":\\\"heading\\\",\\\"ZBF2bGGX3\\\":\\\"subHeading\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HhH78Ka_n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BNtNDwVBM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1199\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./opzIuOBjT.map", "// Generated by Framer (34ce60b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,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/VIU2fsGebNmxG6vEguOI/AI4hPJckaks44HBCeR12/h8CzwBybC.js\";const enabledGestures={rQ5s9EtmH:{hover:true}};const serializationHash=\"framer-u0fKD\";const variantClassNames={rQ5s9EtmH:\"framer-v-lbeyik\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,helperText,icon,id,link,text,width,...props})=>{var _ref,_ref1,_ref2;return{...props,G2XSd7k7I:(_ref=icon!==null&&icon!==void 0?icon:props.G2XSd7k7I)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/lJ0Bc8PG0lmxJt6UUghhfSV1c.svg\"},KGpdlBNVJ:(_ref1=helperText!==null&&helperText!==void 0?helperText:props.KGpdlBNVJ)!==null&&_ref1!==void 0?_ref1:\"Get It On\",QZ4eEeyx0:(_ref2=text!==null&&text!==void 0?text:props.QZ4eEeyx0)!==null&&_ref2!==void 0?_ref2:\"Google Play\",wqBG29hVL:link!==null&&link!==void 0?link:props.wqBG29hVL};};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,wqBG29hVL,G2XSd7k7I,KGpdlBNVJ,QZ4eEeyx0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"rQ5s9EtmH\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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__*/_jsx(Link,{href:wqBG29hVL,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-lbeyik\",className,classNames)} framer-1q8lym5`,\"data-border\":true,\"data-framer-name\":\"Download Button\",layoutDependency:layoutDependency,layoutId:\"rQ5s9EtmH\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d4a016e4-fc9c-4b27-bade-c0fbf4227f4f, rgb(244, 247, 249))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"rQ5s9EtmH-hover\":{backgroundColor:\"var(--token-a472470e-9869-4232-abc7-388dd856cc79, rgb(238, 241, 246))\"}},...addPropertyOverrides({\"rQ5s9EtmH-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-24-32)/2)),pixelHeight:33,pixelWidth:32,sizes:\"32px\",...toResponsiveImage(G2XSd7k7I),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1sgm6h1\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"F6gA_LImP\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-axc1xr\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"GXqj5fd4o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4a47d71-3fee-4027-9af4-e581c21ef1a0, rgb(38, 38, 38)))\"},children:\"Get It On\"})}),className:\"framer-1hb889n\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"o1MNjzQHy\",style:{\"--extracted-r6o4lv\":\"var(--token-a4a47d71-3fee-4027-9af4-e581c21ef1a0, rgb(38, 38, 38))\",\"--framer-paragraph-spacing\":\"0px\"},text:KGpdlBNVJ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",children:\"Google Play\"})}),className:\"framer-6z1onb\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RmlJSXtw3\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:QZ4eEeyx0,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-u0fKD.framer-1q8lym5, .framer-u0fKD .framer-1q8lym5 { display: block; }\",\".framer-u0fKD.framer-lbeyik { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-u0fKD .framer-1sgm6h1 { flex: none; height: 32px; overflow: visible; position: relative; width: 32px; }\",\".framer-u0fKD .framer-axc1xr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-u0fKD .framer-1hb889n, .framer-u0fKD .framer-6z1onb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-u0fKD.framer-lbeyik, .framer-u0fKD .framer-axc1xr { gap: 0px; } .framer-u0fKD.framer-lbeyik > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-u0fKD.framer-lbeyik > :first-child { margin-left: 0px; } .framer-u0fKD.framer-lbeyik > :last-child { margin-right: 0px; } .framer-u0fKD .framer-axc1xr > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-u0fKD .framer-axc1xr > :first-child { margin-top: 0px; } .framer-u0fKD .framer-axc1xr > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-u0fKD[data-border=\"true\"]::after, .framer-u0fKD [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 68\n * @framerIntrinsicWidth 193\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rnS35xNfQ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"wqBG29hVL\":\"link\",\"G2XSd7k7I\":\"icon\",\"KGpdlBNVJ\":\"helperText\",\"QZ4eEeyx0\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRgNLJAoAR=withCSS(Component,css,\"framer-u0fKD\");export default FramerRgNLJAoAR;FramerRgNLJAoAR.displayName=\"Buttons/ Download Button\";FramerRgNLJAoAR.defaultProps={height:68,width:193};addPropertyControls(FramerRgNLJAoAR,{wqBG29hVL:{title:\"Link\",type:ControlType.Link},G2XSd7k7I:{__defaultAssetReference:\"data:framer/asset-reference,lJ0Bc8PG0lmxJt6UUghhfSV1c.svg?originalFilename=playstore-svgrepo-com.svg&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage},KGpdlBNVJ:{defaultValue:\"Get It On\",displayTextArea:false,title:\"Helper Text\",type:ControlType.String},QZ4eEeyx0:{defaultValue:\"Google Play\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerRgNLJAoAR,[{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/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\"},{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\":\"FramerRgNLJAoAR\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"193\",\"framerIntrinsicHeight\":\"68\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"wqBG29hVL\\\":\\\"link\\\",\\\"G2XSd7k7I\\\":\\\"icon\\\",\\\"KGpdlBNVJ\\\":\\\"helperText\\\",\\\"QZ4eEeyx0\\\":\\\"text\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rnS35xNfQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RgNLJAoAR.map", "// Generated by Framer (bd0055f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={dyIUVa_bY:{hover:true}};const serializationHash=\"framer-3sBYW\";const variantClassNames={dyIUVa_bY:\"framer-v-rfksek\"};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={bounce:.2,delay:0,duration:.4,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 getProps=({height,id,link,width,...props})=>{return{...props,qlE34ZEf9:link!==null&&link!==void 0?link:props.qlE34ZEf9};};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,qlE34ZEf9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"dyIUVa_bY\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:qlE34ZEf9,nodeId:\"dyIUVa_bY\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-rfksek\",className,classNames)} framer-zkijc8`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"dyIUVa_bY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 2px 5px 0px rgba(0, 0, 0, 0.1)\",...style},variants:{\"dyIUVa_bY-hover\":{boxShadow:\"0px 2px 5px 0px rgba(0, 0, 0, 0.15)\"}},...addPropertyOverrides({\"dyIUVa_bY-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||34)-0-19)/2)),pixelHeight:600,pixelWidth:400,positionX:\"center\",positionY:\"center\",sizes:\"14.25px\",src:\"https://framerusercontent.com/images/2KXPF7hBaZ2eKxfAdmJe4Ty8aM.png\",srcSet:\"https://framerusercontent.com/images/2KXPF7hBaZ2eKxfAdmJe4Ty8aM.png 400w\"},className:\"framer-qgzxgw\",layoutDependency:layoutDependency,layoutId:\"I_z7wBNud\"})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3sBYW.framer-zkijc8, .framer-3sBYW .framer-zkijc8 { display: block; }\",\".framer-3sBYW.framer-rfksek { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 34px; justify-content: center; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sBYW .framer-qgzxgw { aspect-ratio: 0.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); overflow: visible; position: relative; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3sBYW.framer-rfksek { gap: 0px; } .framer-3sBYW.framer-rfksek > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-3sBYW.framer-rfksek > :first-child { margin-left: 0px; } .framer-3sBYW.framer-rfksek > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 34\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"lcKkIafwW\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"qlE34ZEf9\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruuYHSTvfE=withCSS(Component,css,\"framer-3sBYW\");export default FrameruuYHSTvfE;FrameruuYHSTvfE.displayName=\"Helper/Figma Button\";FrameruuYHSTvfE.defaultProps={height:34,width:34};addPropertyControls(FrameruuYHSTvfE,{qlE34ZEf9:{title:\"Link\",type:ControlType.Link}});addFonts(FrameruuYHSTvfE,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruuYHSTvfE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"qlE34ZEf9\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"34\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"lcKkIafwW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"34\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uuYHSTvfE.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={N2cu4ghLX:{hover:true}};const serializationHash=\"framer-rom3u\";const variantClassNames={N2cu4ghLX:\"framer-v-txbaho\"};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 getProps=({height,iconVisible,id,link,text,width,...props})=>{var _ref,_ref1;return{...props,M_wSxRpAA:(_ref=text!==null&&text!==void 0?text:props.M_wSxRpAA)!==null&&_ref!==void 0?_ref:\"Build your creator network now\",SxKMP_yhI:link!==null&&link!==void 0?link:props.SxKMP_yhI,WvHNUK7an:(_ref1=iconVisible!==null&&iconVisible!==void 0?iconVisible:props.WvHNUK7an)!==null&&_ref1!==void 0?_ref1:true};};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,SxKMP_yhI,M_wSxRpAA,WvHNUK7an,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"N2cu4ghLX\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:SxKMP_yhI,nodeId:\"N2cu4ghLX\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-txbaho\",className,classNames)} framer-18p8exk`,\"data-border\":true,\"data-framer-name\":\"Tag Button\",layoutDependency:layoutDependency,layoutId:\"N2cu4ghLX\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, rgb(221, 229, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-3d3e29d6-51b4-4316-8a7a-53d54e8aa729, rgb(241, 244, 248))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 0px 0px 3px rgba(255, 255, 255, 1), 0px 8px 17.200000762939453px 0px rgba(140, 150, 169, 0.10000000149011612), 0px 4px 2px 0px rgba(140, 150, 169, 0.25)\",...style},variants:{\"N2cu4ghLX-hover\":{backgroundColor:\"var(--token-263adf11-1005-4f8b-8ecb-3498f5cccd87, rgb(248, 250, 252))\"}},...addPropertyOverrides({\"N2cu4ghLX-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u5c6fz\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"dAAeZRffJ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4imevd\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"S36DXLfls\",style:{backgroundColor:\"var(--token-f9a552ee-b4d1-4939-a68e-2796198caf0c, rgb(146, 60, 246))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86940d48-67de-43e2-b492-06b7170ae465, rgb(255, 255, 255)))\"},children:\"New\"})}),className:\"framer-1upt5ne\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"yp52rOIxA\",style:{\"--extracted-r6o4lv\":\"var(--token-86940d48-67de-43e2-b492-06b7170ae465, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4a47d71-3fee-4027-9af4-e581c21ef1a0, rgb(38, 38, 38)))\"},children:\"Build your connections now\"})}),className:\"framer-edmude\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"fKId9bPzy\",style:{\"--extracted-r6o4lv\":\"var(--token-a4a47d71-3fee-4027-9af4-e581c21ef1a0, rgb(38, 38, 38))\",\"--framer-paragraph-spacing\":\"0px\"},text:M_wSxRpAA,verticalAlignment:\"top\",withExternalLayout:true})]}),WvHNUK7an&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(6+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||46)-12-18)/2)),pixelHeight:19,pixelWidth:19,src:\"https://framerusercontent.com/images/PrGkaAHGoLbzo7ddLNncMbOjZg.svg\"},className:\"framer-jnhix1\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"G0Q0k0HWv\"})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rom3u.framer-18p8exk, .framer-rom3u .framer-18p8exk { display: block; }\",\".framer-rom3u.framer-txbaho { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 6px 12px 6px 6px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-rom3u .framer-1u5c6fz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rom3u .framer-4imevd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 12px 5px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-rom3u .framer-1upt5ne, .framer-rom3u .framer-edmude { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rom3u .framer-jnhix1 { flex: none; height: 18px; overflow: visible; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rom3u.framer-txbaho, .framer-rom3u .framer-1u5c6fz, .framer-rom3u .framer-4imevd { gap: 0px; } .framer-rom3u.framer-txbaho > *, .framer-rom3u .framer-4imevd > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-rom3u.framer-txbaho > :first-child, .framer-rom3u .framer-1u5c6fz > :first-child, .framer-rom3u .framer-4imevd > :first-child { margin-left: 0px; } .framer-rom3u.framer-txbaho > :last-child, .framer-rom3u .framer-1u5c6fz > :last-child, .framer-rom3u .framer-4imevd > :last-child { margin-right: 0px; } .framer-rom3u .framer-1u5c6fz > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-rom3u.framer-v-txbaho.hover.framer-txbaho { gap: 6px; padding: 6px 10px 6px 6px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rom3u.framer-v-txbaho.hover.framer-txbaho { gap: 0px; } .framer-rom3u.framer-v-txbaho.hover.framer-txbaho > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-rom3u.framer-v-txbaho.hover.framer-txbaho > :first-child { margin-left: 0px; } .framer-rom3u.framer-v-txbaho.hover.framer-txbaho > :last-child { margin-right: 0px; } }\",'.framer-rom3u[data-border=\"true\"]::after, .framer-rom3u [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 46\n * @framerIntrinsicWidth 361\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TD17l_ReJ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"SxKMP_yhI\":\"link\",\"M_wSxRpAA\":\"text\",\"WvHNUK7an\":\"iconVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZFXOSgmtk=withCSS(Component,css,\"framer-rom3u\");export default FramerZFXOSgmtk;FramerZFXOSgmtk.displayName=\"Buttons/ Tag Button\";FramerZFXOSgmtk.defaultProps={height:46,width:361};addPropertyControls(FramerZFXOSgmtk,{SxKMP_yhI:{title:\"Link\",type:ControlType.Link},M_wSxRpAA:{defaultValue:\"Build your creator network now\",displayTextArea:true,title:\"Text\",type:ControlType.String},WvHNUK7an:{defaultValue:true,title:\"Icon Visible\",type:ControlType.Boolean}});addFonts(FramerZFXOSgmtk,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZFXOSgmtk\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"SxKMP_yhI\\\":\\\"link\\\",\\\"M_wSxRpAA\\\":\\\"text\\\",\\\"WvHNUK7an\\\":\\\"iconVisible\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TD17l_ReJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"46\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"361\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZFXOSgmtk.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={X5psi4eaE:{hover:true}};const cycleOrder=[\"X5psi4eaE\",\"SSmCEUGU6\"];const serializationHash=\"framer-CouoI\";const variantClassNames={SSmCEUGU6:\"framer-v-1dycl3r\",X5psi4eaE:\"framer-v-5bmxtw\"};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={Desktop:\"X5psi4eaE\",Mobile:\"SSmCEUGU6\"};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:\"X5psi4eaE\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"X5psi4eaE\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-5bmxtw\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"X5psi4eaE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"X5psi4eaE-hover\":{\"data-framer-name\":undefined},SSmCEUGU6:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CouoI.framer-dyepyj, .framer-CouoI .framer-dyepyj { display: block; }\",\".framer-CouoI.framer-5bmxtw { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 62px; min-width: 230px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CouoI.framer-5bmxtw { gap: 0px; } .framer-CouoI.framer-5bmxtw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-CouoI.framer-5bmxtw > :first-child { margin-top: 0px; } .framer-CouoI.framer-5bmxtw > :last-child { margin-bottom: 0px; } }\",\".framer-CouoI.framer-v-1dycl3r.framer-5bmxtw { cursor: unset; min-height: 54px; min-width: 222px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 230\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"SSmCEUGU6\":{\"layout\":[\"auto\",\"auto\"]},\"isZ3W8W4x\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzjuHNmB3R=withCSS(Component,css,\"framer-CouoI\");export default FramerzjuHNmB3R;FramerzjuHNmB3R.displayName=\"Helper/Floating Button\";FramerzjuHNmB3R.defaultProps={height:62,width:230};addPropertyControls(FramerzjuHNmB3R,{variant:{options:[\"X5psi4eaE\",\"SSmCEUGU6\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerzjuHNmB3R,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzjuHNmB3R\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SSmCEUGU6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"isZ3W8W4x\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"62\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"230\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zjuHNmB3R.map", "// Generated by Framer (ddd30d5)\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 sharedStyle1 from\"https://framerusercontent.com/modules/ag1EI5VrgnhMK9zDnRh8/zHPElKU80LHA2OXRF1CO/h8CzwBybC.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/3Gjjwh6w9n3F8cOhNX8d/RUbzbpk7nCF3IMgPJ9d8/Sod0wzyyg.js\";const cycleOrder=[\"kwpqKEhxx\",\"QEn5mKTcI\"];const serializationHash=\"framer-MDU5v\";const variantClassNames={kwpqKEhxx:\"framer-v-14beh05\",QEn5mKTcI:\"framer-v-1lrn2md\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Big:\"kwpqKEhxx\",Small:\"QEn5mKTcI\"};const getProps=({heading,height,icon,id,subHeading,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,mhRixQaba:(_ref=icon!==null&&icon!==void 0?icon:props.mhRixQaba)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/qxIIFuvBPyYc7YjRFkKAXFK4lJE.svg\"},UHFoqcqlt:(_ref1=subHeading!==null&&subHeading!==void 0?subHeading:props.UHFoqcqlt)!==null&&_ref1!==void 0?_ref1:\"Forge genuine relationships with creators, brands, and entrepreneurs aligned with your goals\",uP_z6HvXp:(_ref2=heading!==null&&heading!==void 0?heading:props.uP_z6HvXp)!==null&&_ref2!==void 0?_ref2:\"Smart Matchmaking\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"kwpqKEhxx\"};};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,mhRixQaba,uP_z6HvXp,UHFoqcqlt,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kwpqKEhxx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:266,pixelWidth:387,src:\"https://framerusercontent.com/images/c72a21MFp9DiUtHc7FXcklOeCE.svg\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-14beh05\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Big\",layoutDependency:layoutDependency,layoutId:\"kwpqKEhxx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(221, 229, 237)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({QEn5mKTcI:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+0),pixelHeight:62,pixelWidth:63,src:\"https://framerusercontent.com/images/qU3pswK4EW02iBLtWgYpoitgGpg.svg\"},className:\"framer-11tpmh6\",\"data-border\":true,\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"UtqfuSOxc\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 12px 33.79999923706055px 0px rgba(109, 125, 166, 0.11999999731779099), 0px 2px 2px 0px rgba(109, 125, 166, 0.20000000298023224), inset 0px 4px 4px 0px rgba(255, 255, 255, 0.25)\"},...addPropertyOverrides({QEn5mKTcI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+0),pixelHeight:62,pixelWidth:63,src:\"https://framerusercontent.com/images/qU3pswK4EW02iBLtWgYpoitgGpg.svg\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+0+14),pixelHeight:34,pixelWidth:39,sizes:\"34px\",...toResponsiveImage(mhRixQaba),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-ru4yk3\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"pN7XjQ4CH\",...addPropertyOverrides({QEn5mKTcI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+0+14),pixelHeight:34,pixelWidth:39,sizes:\"34px\",...toResponsiveImage(mhRixQaba),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kuvbnv\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"OQ1qF3ZUF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-3j37cu\",\"data-styles-preset\":\"Sod0wzyyg\",children:\"Authentic Connections\"})}),className:\"framer-56sogp\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BGW65bg08\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:uP_z6HvXp,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102)))\"},children:\"Build genuine relationships with like-minded individuals.\"})}),className:\"framer-va4fyh\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FlRxgDpr4\",style:{\"--extracted-r6o4lv\":\"var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102))\",\"--framer-paragraph-spacing\":\"0px\"},text:UHFoqcqlt,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MDU5v.framer-gakk5w, .framer-MDU5v .framer-gakk5w { display: block; }\",\".framer-MDU5v.framer-14beh05 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 30px 40px 30px; position: relative; width: 386px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MDU5v .framer-11tpmh6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 14px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MDU5v .framer-ru4yk3 { flex: none; height: 34px; overflow: visible; position: relative; width: 34px; }\",\".framer-MDU5v .framer-1kuvbnv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MDU5v .framer-56sogp, .framer-MDU5v .framer-va4fyh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MDU5v.framer-14beh05, .framer-MDU5v .framer-11tpmh6, .framer-MDU5v .framer-1kuvbnv { gap: 0px; } .framer-MDU5v.framer-14beh05 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-MDU5v.framer-14beh05 > :first-child, .framer-MDU5v .framer-1kuvbnv > :first-child { margin-top: 0px; } .framer-MDU5v.framer-14beh05 > :last-child, .framer-MDU5v .framer-1kuvbnv > :last-child { margin-bottom: 0px; } .framer-MDU5v .framer-11tpmh6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MDU5v .framer-11tpmh6 > :first-child { margin-left: 0px; } .framer-MDU5v .framer-11tpmh6 > :last-child { margin-right: 0px; } .framer-MDU5v .framer-1kuvbnv > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",\".framer-MDU5v.framer-v-1lrn2md.framer-14beh05 { gap: 24px; padding: 30px 24px 30px 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MDU5v.framer-v-1lrn2md.framer-14beh05 { gap: 0px; } .framer-MDU5v.framer-v-1lrn2md.framer-14beh05 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MDU5v.framer-v-1lrn2md.framer-14beh05 > :first-child { margin-top: 0px; } .framer-MDU5v.framer-v-1lrn2md.framer-14beh05 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-MDU5v[data-border=\"true\"]::after, .framer-MDU5v [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 295\n * @framerIntrinsicWidth 386\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QEn5mKTcI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"mhRixQaba\":\"icon\",\"uP_z6HvXp\":\"heading\",\"UHFoqcqlt\":\"subHeading\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZYNfzk9tR=withCSS(Component,css,\"framer-MDU5v\");export default FramerZYNfzk9tR;FramerZYNfzk9tR.displayName=\"Cards/ Benefits Card\";FramerZYNfzk9tR.defaultProps={height:295,width:386};addPropertyControls(FramerZYNfzk9tR,{variant:{options:[\"kwpqKEhxx\",\"QEn5mKTcI\"],optionTitles:[\"Big\",\"Small\"],title:\"Variant\",type:ControlType.Enum},mhRixQaba:{__defaultAssetReference:\"data:framer/asset-reference,qxIIFuvBPyYc7YjRFkKAXFK4lJE.svg?originalFilename=Users.svg&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage},uP_z6HvXp:{defaultValue:\"Smart Matchmaking\",displayTextArea:false,placeholder:\"Our AI-powered technology connects you with the right people at the right time, locally and globally.\",title:\"Heading\",type:ControlType.String},UHFoqcqlt:{defaultValue:\"Forge genuine relationships with creators, brands, and entrepreneurs aligned with your goals\",displayTextArea:true,title:\"Sub Heading\",type:ControlType.String}});addFonts(FramerZYNfzk9tR,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZYNfzk9tR\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"295\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QEn5mKTcI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"mhRixQaba\\\":\\\"icon\\\",\\\"uP_z6HvXp\\\":\\\"heading\\\",\\\"UHFoqcqlt\\\":\\\"subHeading\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"386\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZYNfzk9tR.map", "import{jsxs as _jsxs}from\"react/jsx-runtime\";import React,{useState,useEffect}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const NumberCounterStyles={display:\"flex\",justifyContent:\"left\",alignItems:\"left\"};export function NumberCounter(props){const{startNumber,endNumber,speed,prefix,suffix,loop,decimalSeparator,fontSize,font,fontColor}=props;const[count,setCount]=useState(startNumber);const[isVisible,setIsVisible]=useState(false);const ref=React.useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(ref.current){observer.observe(ref.current);}return()=>{if(ref.current){observer.unobserve(ref.current);}};},[]);useEffect(()=>{if(isVisible&&startNumber!==endNumber){const intervalId=setInterval(()=>{if(count<endNumber){setCount(prevCount=>prevCount+1);}else if(loop){setCount(startNumber);}},speed);return()=>{clearInterval(intervalId);};}},[count,startNumber,endNumber,loop,isVisible]);const formatCount=number=>{if(decimalSeparator===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparator===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(0);}};return /*#__PURE__*/_jsxs(motion.div,{ref:ref,style:{...NumberCounterStyles,gap:`${fontSize/2}px`,flexDirection:\"row\",alignItems:\"left\",fontSize:`${fontSize}px`,fontFamily:font.fontFamily,fontWeight:font.fontWeight,color:fontColor},children:[prefix,formatCount(count),suffix]});}NumberCounter.defaultProps={startNumber:0,endNumber:10,speed:100,prefix:\"\",suffix:\"\",loop:false,decimalSeparator:\"comma\",fontSize:16,font:{fontFamily:\"Arial\",fontWeight:400,systemFont:true},fontColor:\"#707070\"};addPropertyControls(NumberCounter,{font:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Arial\",fontWeight:400,systemFont:true}},fontSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:200,step:1},fontColor:{type:ControlType.Color,title:\"Font Color\"},startNumber:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},endNumber:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparator:{type:ControlType.Enum,title:\"Decimal Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Period (1.000)\",\"None\"]},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:1e3,step:10},prefix:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},suffix:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"NumberCounter\":{\"type\":\"reactComponent\",\"name\":\"NumberCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-bOoPo .framer-styles-preset-1nufa4k:not(.rich-text-wrapper), .framer-bOoPo .framer-styles-preset-1nufa4k.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-86940d48-67de-43e2-b492-06b7170ae465, #ffffff); --framer-link-text-decoration: none; }\"];export const className=\"framer-bOoPo\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Footer from\"#framer/local/canvasComponent/caKBr4SIH/caKBr4SIH.js\";import FeatureCardAnimation from\"#framer/local/canvasComponent/dnyiZ17NG/dnyiZ17NG.js\";import PricingComponent from\"#framer/local/canvasComponent/EB5fC3BlO/EB5fC3BlO.js\";import MobileTestimonial from\"#framer/local/canvasComponent/GTefjQUtI/GTefjQUtI.js\";import CardsHowToUseCard from\"#framer/local/canvasComponent/k0nHFqBQl/k0nHFqBQl.js\";import CardsCapabilitiesCard from\"#framer/local/canvasComponent/ktIPlf8WG/ktIPlf8WG.js\";import HelperSectionHeader from\"#framer/local/canvasComponent/opzIuOBjT/opzIuOBjT.js\";import ButtonsDownloadButton from\"#framer/local/canvasComponent/RgNLJAoAR/RgNLJAoAR.js\";import FAQContainer from\"#framer/local/canvasComponent/SzoVQa8EZ/SzoVQa8EZ.js\";import ButtonsPrimaryButton from\"#framer/local/canvasComponent/ujtaHrifm/ujtaHrifm.js\";import HelperFigmaButton from\"#framer/local/canvasComponent/uuYHSTvfE/uuYHSTvfE.js\";import Navbar from\"#framer/local/canvasComponent/WkH0ZbXcF/WkH0ZbXcF.js\";import CardsTestimonialCard from\"#framer/local/canvasComponent/wNLkno5XS/wNLkno5XS.js\";import ButtonsTagButton from\"#framer/local/canvasComponent/ZFXOSgmtk/ZFXOSgmtk.js\";import HelperFloatingButton from\"#framer/local/canvasComponent/zjuHNmB3R/zjuHNmB3R.js\";import MobileUI from\"#framer/local/canvasComponent/zlYJnWf4A/zlYJnWf4A.js\";import CardsBenefitsCard from\"#framer/local/canvasComponent/ZYNfzk9tR/ZYNfzk9tR.js\";import{NumberCounter}from\"#framer/local/codeFile/XAjL24V/Counter.js\";import*as sharedStyle1 from\"#framer/local/css/BHsr5VyWX/BHsr5VyWX.js\";import*as sharedStyle2 from\"#framer/local/css/h8CzwBybC/h8CzwBybC.js\";import*as sharedStyle4 from\"#framer/local/css/QoV3AyURB/QoV3AyURB.js\";import*as sharedStyle3 from\"#framer/local/css/Qxst9ljrj/Qxst9ljrj.js\";import*as sharedStyle from\"#framer/local/css/ScpPhoa4B/ScpPhoa4B.js\";import*as sharedStyle5 from\"#framer/local/css/UqXq7EKrc/UqXq7EKrc.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const ButtonsTagButtonFonts=getFonts(ButtonsTagButton);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonsPrimaryButtonFonts=getFonts(ButtonsPrimaryButton);const MobileUIFonts=getFonts(MobileUI);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const TickerFonts=getFonts(Ticker);const NumberCounterFonts=getFonts(NumberCounter);const HelperSectionHeaderFonts=getFonts(HelperSectionHeader);const CardsBenefitsCardFonts=getFonts(CardsBenefitsCard);const ButtonsDownloadButtonFonts=getFonts(ButtonsDownloadButton);const FeatureCardAnimationFonts=getFonts(FeatureCardAnimation);const ImageWithFX=withFX(Image);const CardsCapabilitiesCardFonts=getFonts(CardsCapabilitiesCard);const CardsHowToUseCardFonts=getFonts(CardsHowToUseCard);const PricingComponentFonts=getFonts(PricingComponent);const MobileTestimonialFonts=getFonts(MobileTestimonial);const CardsTestimonialCardFonts=getFonts(CardsTestimonialCard);const FAQContainerFonts=getFonts(FAQContainer);const FooterFonts=getFonts(Footer);const HelperFloatingButtonFonts=getFonts(HelperFloatingButton);const HelperFigmaButtonFonts=getFonts(HelperFigmaButton);const breakpoints={EiVUoeCZe:\"(min-width: 810px) and (max-width: 1319px)\",kMc51L6d_:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1320px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-21bvc\";const variantClassNames={EiVUoeCZe:\"framer-v-vn6ea5\",kMc51L6d_:\"framer-v-1wyrg7p\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:.1,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0};const transition3={delay:.2,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const transition4={bounce:.2,delay:.5,duration:.7,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:30};const transition5={bounce:.2,delay:.7,duration:.7,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.03,skewX:0,skewY:0,transition:transition6};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.96,skewX:0,skewY:0,transition:transition6};const transition7={bounce:.2,delay:.8,duration:.7,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation12={opacity:1,rotate:-18,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation13={opacity:1,rotate:18,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition8={bounce:.2,delay:.9,duration:.7,type:\"spring\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition9={damping:50,delay:.9,mass:1,stiffness:150,type:\"spring\"};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transition10={bounce:.2,delay:1.1,duration:.7,type:\"spring\"};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:100};const transition11={damping:50,delay:.3,mass:1,stiffness:150,type:\"spring\"};const transition12={damping:50,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation18={opacity:0,rotate:-15,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const animation19={opacity:0,rotate:15,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"kMc51L6d_\",Tablet:\"EiVUoeCZe\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"WxmkZFShf\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"kMc51L6d_\")return false;return true;};const elementId1=useRouteElementId(\"CaSGd9mc9\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"QN3MFHdP3\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"aCdxDy0TI\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"Q2Ki6wQj0\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"oGY893MXo\");const ref7=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"kMc51L6d_\")return true;return false;};const elementId6=useRouteElementId(\"xkcOxptEC\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"OgXgG4C_7\");const ref9=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-86940d48-67de-43e2-b492-06b7170ae465, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:116,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uuy31r-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"nEN_DRXcd\"},kMc51L6d_:{variant:\"OYk6TYsNa\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"OQUZcz0ja\",layoutId:\"OQUZcz0ja\",style:{width:\"100%\"},variant:\"l5JSxsOwO\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1x98nhj\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d5gnzt\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2jr22u\",\"data-framer-name\":\"Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u5swd\",\"data-framer-name\":\"Fill\"}),/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0),pixelHeight:1024,pixelWidth:1440,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/NtDQ7xRTTIh8LLf7EnzsLwjHQ.svg\",srcSet:\"https://framerusercontent.com/images/NtDQ7xRTTIh8LLf7EnzsLwjHQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/NtDQ7xRTTIh8LLf7EnzsLwjHQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NtDQ7xRTTIh8LLf7EnzsLwjHQ.svg 1440w\"},className:\"framer-p1cgoe\",\"data-framer-appear-id\":\"p1cgoe\",\"data-framer-name\":\"Dots\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4rt7wb\",\"data-framer-name\":\"Radial Gradient\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dy8z2n\",\"data-framer-name\":\"Gradient\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4nrphb\",\"data-framer-name\":\"Gradient\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n3v9mv\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17s50ac\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-denqnb\",\"data-framer-appear-id\":\"denqnb\",\"data-framer-name\":\"Container\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+0+0+175+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vic0c6-container\",children:/*#__PURE__*/_jsx(ButtonsTagButton,{height:\"100%\",id:\"QOwfmix5Z\",layoutId:\"QOwfmix5Z\",M_wSxRpAA:\"Build your creator network now\",width:\"100%\",WvHNUK7an:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10gqsxm\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-ajduaq\",\"data-styles-preset\":\"ScpPhoa4B\",children:[\"Your Creator Network.\",/*#__PURE__*/_jsx(\"br\",{}),\"Reimagined.\"]})}),className:\"framer-rkzu6q\",\"data-framer-appear-id\":\"rkzu6q\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1ykniu3\",\"data-framer-appear-id\":\"1ykniu3\",\"data-framer-name\":\"Paragraph Container\",initial:animation7,optimized:true,children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hpoe3a\",\"data-styles-preset\":\"BHsr5VyWX\",children:\"The revolutionary app transforming creators into unstoppable connectors. Build powerful partnerships, grow authentically, and unlock opportunities that last a lifetime.\"})}),className:\"framer-kzeog5\",\"data-framer-appear-id\":\"kzeog5\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i6tgkt\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation8,className:\"framer-4b57sm\",\"data-framer-appear-id\":\"4b57sm\",\"data-framer-name\":\"Button Container\",initial:animation7,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{y:(componentViewport?.y||0)+0+0+0+0+175+0+0+343.6+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+0+0+0+175+0+0+353.6+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-on7qxw-container\",whileHover:animation9,whileTap:animation10,children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{CoDRs75yJ:\"https://apps.apple.com/in/app/pairy-influencer-marketing/id1529273514\",edtBHek3N:\"rgb(138, 40, 250)\",gpQ8b9nko:\"iOS\",height:\"100%\",id:\"xWytpFJc2\",layoutId:\"xWytpFJc2\",N6myLbLsH:\"rgb(146, 60, 246)\",VPG3pHB8w:\"16px 24px 16px 24px\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{y:(componentViewport?.y||0)+0+0+0+0+175+0+0+343.6+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+0+0+0+175+0+0+353.6+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qc8lod-container\",whileHover:animation9,whileTap:animation10,children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{CoDRs75yJ:\"https://play.google.com/store/apps/details?id=com.greydeskstudio.pairy&pli=1\",edtBHek3N:\"rgb(138, 40, 250)\",gpQ8b9nko:\"Android\",height:\"100%\",id:\"bwGJu7dvP\",layoutId:\"bwGJu7dvP\",N6myLbLsH:\"rgb(146, 60, 246)\",VPG3pHB8w:\"16px 24px 16px 24px\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation11,className:\"framer-1y7t8ac\",\"data-framer-appear-id\":\"1y7t8ac\",\"data-framer-name\":\"Sub Container\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+0+0+343.6+0+79+0),pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/CYsRbwZBJFDVnePJbwSAQzzuo.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+0+0+353.6+0+83+0),pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/CYsRbwZBJFDVnePJbwSAQzzuo.svg\"},className:\"framer-32b7i4\",\"data-framer-name\":\"Icon\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-174e0i6\",\"data-framer-name\":\"Image Container\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+0+0+0+175+496.6+100}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:736,y:(componentViewport?.y||0)+0+0+0+0+175+511.6+68,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation12,className:\"framer-kiky8p-container hidden-1wyrg7p\",\"data-framer-appear-id\":\"kiky8p\",initial:animation7,optimized:true,style:{rotate:-18},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"Ni1B_287C\"}},children:/*#__PURE__*/_jsx(MobileUI,{Err0qg3bW:addImageAlt({src:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png\",srcSet:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png?scale-down-to=1024 576w,https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png 1080w\"},\"\"),height:\"100%\",id:\"I9Mb1r87L\",layoutId:\"I9Mb1r87L\",variant:\"V3E89PoHJ\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+0+0+0+175+496.6+100}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:736,y:(componentViewport?.y||0)+0+0+0+0+175+511.6+68,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation13,className:\"framer-1x7knwi-container hidden-1wyrg7p\",\"data-framer-appear-id\":\"1x7knwi\",initial:animation7,optimized:true,style:{rotate:18},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"Ni1B_287C\"}},children:/*#__PURE__*/_jsx(MobileUI,{Err0qg3bW:addImageAlt({src:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png\",srcSet:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png 414w\"},\"\"),height:\"100%\",id:\"QJsQD5gpb\",layoutId:\"QJsQD5gpb\",variant:\"V3E89PoHJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+0+0+0+175+496.6+17},kMc51L6d_:{y:(componentViewport?.y||0)+0+0+0+0+175+472.6+17}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:736,y:(componentViewport?.y||0)+0+0+0+0+175+511.6+17,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation8,className:\"framer-vbzmxd-container\",\"data-framer-appear-id\":\"vbzmxd\",initial:animation7,optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"V3E89PoHJ\"},kMc51L6d_:{variant:\"Ni1B_287C\"}},children:/*#__PURE__*/_jsx(MobileUI,{Err0qg3bW:addImageAlt({positionX:\"49%\",positionY:\"71.8%\",src:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png\",srcSet:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png 414w\"},\"\"),height:\"100%\",id:\"ijJ32f4JS\",layoutId:\"ijJ32f4JS\",variant:\"ReQxTnDpm\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+496.6+89.00000000000009),pixelHeight:44,pixelWidth:157,src:\"https://framerusercontent.com/images/JMz6Dga7LMgPH2p3C22Ycrs6Zw.svg\"}},kMc51L6d_:{animate:animation15,background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+472.6+70.00000000000007),pixelHeight:44,pixelWidth:157,src:\"https://framerusercontent.com/images/JMz6Dga7LMgPH2p3C22Ycrs6Zw.svg\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation14,background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+511.6+89.00000000000009),pixelHeight:44,pixelWidth:157,src:\"https://framerusercontent.com/images/JMz6Dga7LMgPH2p3C22Ycrs6Zw.svg\"},className:\"framer-1du3w0v\",\"data-border\":true,\"data-framer-appear-id\":\"1du3w0v\",\"data-framer-name\":\"Image\",initial:animation7,optimized:true})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+496.6+187.50000000000009),pixelHeight:111,pixelWidth:279,src:\"https://framerusercontent.com/images/umKEFdRZ4WtMMn6rk8C32gLpDzM.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation16,background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+511.6+187.50000000000009),pixelHeight:111,pixelWidth:279,src:\"https://framerusercontent.com/images/umKEFdRZ4WtMMn6rk8C32gLpDzM.svg\"},className:\"framer-1242qhi hidden-1wyrg7p\",\"data-framer-appear-id\":\"1242qhi\",\"data-framer-name\":\"Image\",initial:animation7,optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+496.6+219.50000000000009),pixelHeight:65,pixelWidth:216,src:\"https://framerusercontent.com/images/8J3TyMlsuoR1AzdpOhx5aHOsc.svg\"}},kMc51L6d_:{animate:animation15,background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+472.6+193.00000000000009),pixelHeight:65,pixelWidth:216,src:\"https://framerusercontent.com/images/8J3TyMlsuoR1AzdpOhx5aHOsc.svg\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation16,background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+511.6+219.50000000000009),pixelHeight:65,pixelWidth:216,src:\"https://framerusercontent.com/images/8J3TyMlsuoR1AzdpOhx5aHOsc.svg\"},className:\"framer-1uz281m\",\"data-border\":true,\"data-framer-appear-id\":\"1uz281m\",\"data-framer-name\":\"Image\",initial:animation7,optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+496.6+67.00000000000009),pixelHeight:44,pixelWidth:236,src:\"https://framerusercontent.com/images/3y7b6azAR7GCRDFB0fxkJzL5SiQ.svg\"}},kMc51L6d_:{animate:animation15,background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+472.6+122.00000000000006),pixelHeight:44,pixelWidth:236,src:\"https://framerusercontent.com/images/3y7b6azAR7GCRDFB0fxkJzL5SiQ.svg\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation14,background:{alt:\"Tab Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+175+511.6+67.00000000000009),pixelHeight:44,pixelWidth:236,src:\"https://framerusercontent.com/images/3y7b6azAR7GCRDFB0fxkJzL5SiQ.svg\"},className:\"framer-h9exxp\",\"data-framer-appear-id\":\"h9exxp\",\"data-framer-name\":\"Image\",initial:animation7,optimized:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bvhtvr\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3e250d9-8323-4b94-afce-90daeac5969d, rgb(28, 28, 28))\"},children:\"Trusted by 10,000+ creators and brands across the world\"})}),className:\"framer-1pprtmv\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b473u6-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:14,height:\"100%\",hoverFactor:1,id:\"wPFZ7xZ9s\",layoutId:\"wPFZ7xZ9s\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo\",fit:\"fill\",pixelHeight:42,pixelWidth:126,src:\"https://framerusercontent.com/images/jUDZHufBkpEHkIEr2lzddFU3dMk.svg\"},className:\"framer-109xb5f\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo\",fit:\"fill\",pixelHeight:42,pixelWidth:126,src:\"https://framerusercontent.com/images/zGjZPlTgI6tnzNdhMq4U36LgrDg.svg\"},className:\"framer-yxtbg4\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo\",fit:\"fill\",pixelHeight:42,pixelWidth:126,src:\"https://framerusercontent.com/images/eoPgT9OnDG3WtFymUCXz9Jc8.svg\"},className:\"framer-1i51aav\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo\",fit:\"fill\",pixelHeight:42,pixelWidth:126,src:\"https://framerusercontent.com/images/C3XBpvIsEbeRly31xOxBqTacXck.svg\"},className:\"framer-1fdpkq6\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo\",fit:\"fill\",pixelHeight:42,pixelWidth:126,src:\"https://framerusercontent.com/images/mJp5jUJdj2tVuOIw9oS2pZP2Y.svg\"},className:\"framer-13666fi\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo\",fit:\"fill\",pixelHeight:42,pixelWidth:126,src:\"https://framerusercontent.com/images/MtvqbNzoARS8a7Y2gw6SGur9Ipw.svg\"},className:\"framer-1cstml7\",\"data-framer-name\":\"Logo\"})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lbpv8j\",\"data-framer-name\":\"Body\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-bhvxce\",\"data-framer-name\":\"Proof\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-80qx9w\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",children:\"Pairy helps creators turn connections into collaborations and collaborations into lasting growth.\"})}),className:\"framer-fwyp9n\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q3snjp\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r9oy5r\",\"data-border\":true,\"data-framer-name\":\"Cards/ Proof Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+0+0+119.6+0+407-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"}},kMc51L6d_:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+0+0+109.6+0+0+407-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+0+0+139.6+0+431-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"},className:\"framer-dhztxu\",\"data-framer-name\":\"Dots\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nfsstl\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mq78cw-container\",id:\"1mq78cw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{fontSize:40},kMc51L6d_:{fontSize:40}},children:/*#__PURE__*/_jsx(NumberCounter,{decimalSeparator:\"comma\",endNumber:1e4,font:{fontFamily:'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},fontColor:\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",fontSize:50,height:\"100%\",id:\"ne6dsJk4m\",layoutId:\"ne6dsJk4m\",loop:false,prefix:\"\",speed:20,startNumber:9900,suffix:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\"},children:\"k+\"})})},kMc51L6d_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\"},children:\"k+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\"},children:\"k+\"})}),className:\"framer-vfc0fl\",\"data-framer-name\":\"Number\",fonts:[\"GF;Urbanist-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7pfamt\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Connections Made \",/*#__PURE__*/_jsx(\"br\",{}),\"and Counting\"]})}),className:\"framer-1v9v6vt\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fzi9i5\",\"data-border\":true,\"data-framer-name\":\"Cards/ Proof Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+0+0+119.6+0+407-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"}},kMc51L6d_:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+0+0+109.6+0+427+407-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+0+0+139.6+0+431-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"},className:\"framer-10fn6l1\",\"data-framer-name\":\"Dots\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kdczxs\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7fv0ow-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{fontSize:40},kMc51L6d_:{fontSize:40}},children:/*#__PURE__*/_jsx(NumberCounter,{decimalSeparator:\"comma\",endNumber:5e3,font:{fontFamily:'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},fontColor:\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",fontSize:50,height:\"100%\",id:\"FojiU4Ovy\",layoutId:\"FojiU4Ovy\",loop:false,prefix:\"\",speed:20,startNumber:4900,suffix:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\"},children:\"k+\"})})},kMc51L6d_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\"},children:\"k+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\"},children:\"k+\"})}),className:\"framer-12qhfux\",\"data-framer-name\":\"Number\",fonts:[\"GF;Urbanist-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jk8rmu\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Creators & Brands Collaborating \",/*#__PURE__*/_jsx(\"br\",{}),\"Across Industries\"]})}),className:\"framer-1nf3uki\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9fp57\",\"data-border\":true,\"data-framer-name\":\"Cards/ Proof Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+0+0+119.6+0+407-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"}},kMc51L6d_:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+0+0+109.6+0+854+407-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+0+0+139.6+0+431-264),positionX:\"center\",positionY:\"center\",sizes:\"587px\",src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"},className:\"framer-osgvvt\",\"data-framer-name\":\"Dots\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fqau67\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11o2xuh-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{fontSize:40},kMc51L6d_:{fontSize:40}},children:/*#__PURE__*/_jsx(NumberCounter,{decimalSeparator:\"comma\",endNumber:500,font:{fontFamily:'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},fontColor:\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",fontSize:50,height:\"100%\",id:\"VqTGPVbX0\",layoutId:\"VqTGPVbX0\",loop:false,prefix:\"\",speed:20,startNumber:420,suffix:\"\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mdahqp\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Cities Where Pairy is Creating Opportunities\"})}),className:\"framer-1gw3yvl\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1j52n9t\",\"data-framer-name\":\"Our Benefits\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`min(${componentViewport?.width||\"100vw\"}, 750px)`,y:(componentViewport?.y||0)+0+1273.6+150+676.6+0+0},kMc51L6d_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px)`,y:(componentViewport?.y||0)+0+1217.6+80+1450.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:198,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+1298.6+200+770.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-56ys7p-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"HhH78Ka_n\"},kMc51L6d_:{variant:\"BNtNDwVBM\"}},children:/*#__PURE__*/_jsx(HelperSectionHeader,{height:\"100%\",id:\"xIaehvFlH\",layoutId:\"xIaehvFlH\",Mr6WUB_8D:\"Discover The Power Of Pairy\",N7yRULWRM:\"Our Benefits\",style:{width:\"100%\"},variant:\"Vd9_my5JM\",width:\"100%\",ZBF2bGGX3:\"Step into a world where meaningful connections, seamless networking, and authentic collaborations fuel your growth.\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dwl3et\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+676.6+0+258+0+0},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+1450.6+0+248+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:295,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+770.6+0+278+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-33s70e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"QEn5mKTcI\"}},children:/*#__PURE__*/_jsx(CardsBenefitsCard,{height:\"100%\",id:\"zRlYfGhdn\",layoutId:\"zRlYfGhdn\",style:{width:\"100%\"},UHFoqcqlt:\"Forge genuine relationships with creators, brands, and entrepreneurs aligned with your goals.\",uP_z6HvXp:\"Smart Matchmaking\",variant:\"kwpqKEhxx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+676.6+0+258+0+0},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+1450.6+0+248+0+315}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:295,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+770.6+0+278+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nr79co-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"QEn5mKTcI\"}},children:/*#__PURE__*/_jsx(CardsBenefitsCard,{height:\"100%\",id:\"z8fwWUiGl\",layoutId:\"z8fwWUiGl\",mhRixQaba:addImageAlt({src:\"https://framerusercontent.com/images/4chcNg5WcW5QJSDqhpZwVprDjM.svg\"},\"Icon\"),style:{width:\"100%\"},UHFoqcqlt:\"Forge genuine relationships with creators, brands, and entrepreneurs aligned with your goals.\",uP_z6HvXp:\"Authentic Connections\",variant:\"kwpqKEhxx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+676.6+0+258+0+315},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+1450.6+0+248+0+630}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:295,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+770.6+0+278+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5bd6px-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"QEn5mKTcI\"}},children:/*#__PURE__*/_jsx(CardsBenefitsCard,{height:\"100%\",id:\"zgg6RvIKt\",layoutId:\"zgg6RvIKt\",mhRixQaba:addImageAlt({src:\"https://framerusercontent.com/images/PcVaGlLyuH4pZKkGrdKyuFCDs.svg\"},\"Icon\"),style:{width:\"100%\"},UHFoqcqlt:\"Personalized insights and recommendations designed to help you grow faster and smarter.\",uP_z6HvXp:\"Tailored Expereinces\",variant:\"kwpqKEhxx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+676.6+0+258+0+315},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+1450.6+0+248+0+945}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:295,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+770.6+0+278+0+315,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ogtwct-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"QEn5mKTcI\"}},children:/*#__PURE__*/_jsx(CardsBenefitsCard,{height:\"100%\",id:\"GNvufd1bk\",layoutId:\"GNvufd1bk\",mhRixQaba:addImageAlt({src:\"https://framerusercontent.com/images/ePtQjjZ4P1wK7w7fYSbQFiEWW4.svg\"},\"Icon\"),style:{width:\"100%\"},UHFoqcqlt:\"Join thriving networks and collaborative communities that inspire and empower your journey.\",uP_z6HvXp:\"Community Support\",variant:\"kwpqKEhxx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+676.6+0+258+0+630},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+1450.6+0+248+0+1260}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:295,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+770.6+0+278+0+315,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uz4jy-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"QEn5mKTcI\"}},children:/*#__PURE__*/_jsx(CardsBenefitsCard,{height:\"100%\",id:\"ovTgC91UQ\",layoutId:\"ovTgC91UQ\",mhRixQaba:addImageAlt({src:\"https://framerusercontent.com/images/UwhxuMsAugGXMI2kKoNqMn3r0Q.svg\"},\"Icon\"),style:{width:\"100%\"},UHFoqcqlt:\"Built-in tools to streamline connecting, communication, and follow-ups\u2014all in one place\",uP_z6HvXp:\"Seamless Interaction\",variant:\"kwpqKEhxx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+676.6+0+258+0+630},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+1450.6+0+248+0+1575}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:295,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+770.6+0+278+0+315,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2l9fgk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"QEn5mKTcI\"}},children:/*#__PURE__*/_jsx(CardsBenefitsCard,{height:\"100%\",id:\"kzwYre34n\",layoutId:\"kzwYre34n\",mhRixQaba:addImageAlt({src:\"https://framerusercontent.com/images/tFlHote7Nhwjn9ZPmVLq405l3k.svg\"},\"Icon\"),style:{width:\"100%\"},UHFoqcqlt:\"Your data stays secure and under your control, so you can focus on building your network.\",uP_z6HvXp:\"Privacy First\",variant:\"kwpqKEhxx\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-3bcjfl\",\"data-framer-name\":\"Key Features\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4g3sfx\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vg2mj3\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Explore Pairy's Key Features\"})})},kMc51L6d_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Explore Pairy's Key Features\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",style:{\"--framer-text-alignment\":\"left\"},children:\"Explore Pairy's Key Features\"})}),className:\"framer-q8wex1\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x7440l\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1twf41t\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+2009.6+0+0+0+0+0+99.6+0+0+8),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/DpJ4Rz0ROZ4hCcTijqB2bOdk.svg\"}},kMc51L6d_:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+3648.6+0+0+0+0+0+93.6+0+0+56),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/DpJ4Rz0ROZ4hCcTijqB2bOdk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+1858.6+992.7+0+0+0+99.6+0+0+8),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/DpJ4Rz0ROZ4hCcTijqB2bOdk.svg\"},className:\"framer-2jfi3n\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wykwih\",\"data-styles-preset\":\"QoV3AyURB\",style:{\"--framer-text-color\":\"var(--token-a4a47d71-3fee-4027-9af4-e581c21ef1a0, rgb(38, 38, 38))\"},children:\"Smart matching algorithm for tailored connections.\"})}),className:\"framer-qxij2b\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n37wxy\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+2009.6+0+0+0+0+0+99.6+0+56+8),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/8UgyPvAp80WiZ44y0oY0ctUoI.svg\"}},kMc51L6d_:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+3648.6+0+0+0+0+0+93.6+0+152+56),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/8UgyPvAp80WiZ44y0oY0ctUoI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+1858.6+992.7+0+0+0+99.6+0+56+8),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/8UgyPvAp80WiZ44y0oY0ctUoI.svg\"},className:\"framer-svqzhv\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wykwih\",\"data-styles-preset\":\"QoV3AyURB\",style:{\"--framer-text-color\":\"var(--token-a4a47d71-3fee-4027-9af4-e581c21ef1a0, rgb(38, 38, 38))\"},children:\"Customizable profiles for personal expression.\"})}),className:\"framer-146dwwg\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19d6qej\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+2009.6+0+0+0+0+0+99.6+0+112+8),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/IHwx91j2c87cRBXLZeoUsqEX1g.svg\"}},kMc51L6d_:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+3648.6+0+0+0+0+0+93.6+0+304+56),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/IHwx91j2c87cRBXLZeoUsqEX1g.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+1858.6+992.7+0+0+0+99.6+0+112+8),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/IHwx91j2c87cRBXLZeoUsqEX1g.svg\"},className:\"framer-6b95j0\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wykwih\",\"data-styles-preset\":\"QoV3AyURB\",style:{\"--framer-text-color\":\"var(--token-a4a47d71-3fee-4027-9af4-e581c21ef1a0, rgb(38, 38, 38))\"},children:\"Interative map for localized connections.\"})}),className:\"framer-dixelq\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aizead\",\"data-framer-name\":\"Buttons Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+1273.6+150+2009.6+0+0+0+291.6+0},kMc51L6d_:{y:(componentViewport?.y||0)+0+1217.6+80+3648.6+0+0+0+563.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,y:(componentViewport?.y||0)+0+1298.6+200+1858.6+992.7+0+291.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bhttj-container\",children:/*#__PURE__*/_jsx(ButtonsDownloadButton,{height:\"100%\",id:\"P2CqNmSj5\",KGpdlBNVJ:\"Get It On\",layoutId:\"P2CqNmSj5\",QZ4eEeyx0:\"Google Play\",width:\"100%\",wqBG29hVL:\"https://play.google.com/store/apps/details?id=com.greydeskstudio.pairy&pli=1\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+1273.6+150+2009.6+0+0+0+291.6+0},kMc51L6d_:{y:(componentViewport?.y||0)+0+1217.6+80+3648.6+0+0+0+563.6+0+88}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,y:(componentViewport?.y||0)+0+1298.6+200+1858.6+992.7+0+291.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-beojfe-container\",children:/*#__PURE__*/_jsx(ButtonsDownloadButton,{G2XSd7k7I:addImageAlt({src:\"https://framerusercontent.com/images/LOcHp0vjgVPOgpED1EtL6zQooFE.svg\"},\"Icon\"),height:\"100%\",id:\"pUGxGY7Rh\",KGpdlBNVJ:\"Download on the\",layoutId:\"pUGxGY7Rh\",QZ4eEeyx0:\"App Store\",width:\"100%\",wqBG29hVL:\"https://apps.apple.com/in/app/pairy-influencer-marketing/id1529273514\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`min(min(${componentViewport?.width||\"100vw\"}, 750px), 622px)`,y:(componentViewport?.y||0)+0+1273.6+150+2009.6+0+419.6},kMc51L6d_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px)`,y:(componentViewport?.y||0)+0+1217.6+80+3648.6+0+769.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2345,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1298.6+200+1858.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14an2ay-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"wZhApxbOs\"}},children:/*#__PURE__*/_jsx(FeatureCardAnimation,{height:\"100%\",id:\"vC5dnPaWn\",layoutId:\"vC5dnPaWn\",style:{width:\"100%\"},variant:\"F7S_UKI4L\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1dwfgcs\",\"data-framer-name\":\"Capabilities\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+4924.2+0+490.6),pixelHeight:509,pixelWidth:570,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 750px), 622px)`,src:\"https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg\",srcSet:\"https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg 570w\"}},kMc51L6d_:{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+6843.2+0+646.6),pixelHeight:509,pixelWidth:570,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px)`,src:\"https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg\",srcSet:\"https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg 570w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"Background\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+4403.6+0),pixelHeight:509,pixelWidth:570,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 60px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg\",srcSet:\"https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Og67jVImfRgFZFiD65Sf4Fdhu0.svg 570w\"},className:\"framer-1dnn9ro\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Card Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+4924.2+0+490.6+509-339),pixelHeight:297,pixelWidth:395,src:\"https://framerusercontent.com/images/v78LwI0w5Mqfr96XjrPnrWEkbE.svg\"}},kMc51L6d_:{background:{alt:\"Card Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+6843.2+0+646.6+509-220.74936708860758),pixelHeight:297,pixelWidth:395,src:\"https://framerusercontent.com/images/v78LwI0w5Mqfr96XjrPnrWEkbE.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Card Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+4403.6+0+509-339),pixelHeight:297,pixelWidth:395,src:\"https://framerusercontent.com/images/v78LwI0w5Mqfr96XjrPnrWEkbE.svg\"},className:\"framer-j5kopd\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Card Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+4924.2+0+490.6+36),pixelHeight:309,pixelWidth:292,src:\"https://framerusercontent.com/images/Ecy4KFD2Jzvdv63a1d9jqeVqSk.svg\"}},kMc51L6d_:{background:{alt:\"Card Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+6843.2+0+646.6+26),pixelHeight:309,pixelWidth:292,src:\"https://framerusercontent.com/images/Ecy4KFD2Jzvdv63a1d9jqeVqSk.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Card Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+4403.6+0+36),pixelHeight:309,pixelWidth:292,src:\"https://framerusercontent.com/images/Ecy4KFD2Jzvdv63a1d9jqeVqSk.svg\"},className:\"framer-qb2zze\",\"data-border\":true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8qz8wo\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e2twd2\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Pairy's Advanced Capabilities\"})})},kMc51L6d_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Pairy's Advanced Capabilities\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",style:{\"--framer-text-alignment\":\"left\"},children:\"Pairy's Advanced Capabilities\"})}),className:\"framer-110tvs1\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102))\"},children:\"Explore advanced capabilities designed to elevate your social experience and interactions.\"})})},kMc51L6d_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102))\"},children:\"Explore advanced capabilities designed to elevate your social experience and interactions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-color\":\"var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102))\"},children:\"Explore advanced capabilities designed to elevate your social experience and interactions.\"})}),className:\"framer-w75tia\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lyzgs5\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 750px), 622px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+4924.2+0+0+0+264.6+0+0},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+6843.2+0+0+0+250.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:`max((max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 60px) / 2, 1px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+4403.6+39.19999999999999+0+264.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jwtw74-container\",children:/*#__PURE__*/_jsx(CardsCapabilitiesCard,{height:\"100%\",id:\"oMkn304xg\",layoutId:\"oMkn304xg\",RiQt8GUeK:\"Location-Based Matching\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 750px), 622px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+4924.2+0+0+0+264.6+0+0},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+6843.2+0+0+0+250.6+0+90}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:`max((max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 60px) / 2, 1px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+4403.6+39.19999999999999+0+264.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zy5ky4-container\",children:/*#__PURE__*/_jsx(CardsCapabilitiesCard,{height:\"100%\",id:\"V8ANPKq_M\",JZYCm6uKz:addImageAlt({src:\"https://framerusercontent.com/images/C4PX1kmggEFs97z3LOMx47n1808.svg\"},\"Icon\"),layoutId:\"V8ANPKq_M\",RiQt8GUeK:\"Effortless Collaboration Tools\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 750px), 622px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+4924.2+0+0+0+264.6+0+90},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+6843.2+0+0+0+250.6+0+180}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:`max((max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 60px) / 2, 1px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+4403.6+39.19999999999999+0+264.6+0+90,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14szgtz-container\",children:/*#__PURE__*/_jsx(CardsCapabilitiesCard,{height:\"100%\",id:\"KkZDKU9bN\",JZYCm6uKz:addImageAlt({src:\"https://framerusercontent.com/images/4Uvjq0JRbY9XW4pt9Hxlx7W7Ogk.svg\"},\"Icon\"),layoutId:\"KkZDKU9bN\",RiQt8GUeK:\"Connection Insights\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 750px), 622px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1273.6+150+4924.2+0+0+0+264.6+0+90},kMc51L6d_:{width:`max(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 50px)`,y:(componentViewport?.y||0)+0+1217.6+80+6843.2+0+0+0+250.6+0+270}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:`max((max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 60px) / 2, 1px) - 14px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1298.6+200+4403.6+39.19999999999999+0+264.6+0+90,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qiwspk-container\",children:/*#__PURE__*/_jsx(CardsCapabilitiesCard,{height:\"100%\",id:\"FG_v85hKq\",JZYCm6uKz:addImageAlt({src:\"https://framerusercontent.com/images/iuHij6LVbsC3p9cdY1L6u9vbBM8.svg\"},\"Icon\"),layoutId:\"FG_v85hKq\",RiQt8GUeK:\"Exclusive Partnership Access\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-6rtorv\",\"data-framer-name\":\"How To Use\",id:elementId3,ref:ref5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`min(${componentViewport?.width||\"100vw\"}, 750px)`,y:(componentViewport?.y||0)+0+1273.6+150+6073.8+0+0},kMc51L6d_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px)`,y:(componentViewport?.y||0)+0+1217.6+80+8078.799999999999+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:198,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+1298.6+200+5112.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fkt7s7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"HhH78Ka_n\"},kMc51L6d_:{variant:\"BNtNDwVBM\"}},children:/*#__PURE__*/_jsx(HelperSectionHeader,{height:\"100%\",id:\"ws4Nhjl66\",layoutId:\"ws4Nhjl66\",Mr6WUB_8D:\"Getting Started with Pairy\",N7yRULWRM:\"How to Use\",style:{width:\"100%\"},variant:\"Vd9_my5JM\",width:\"100%\",XCgoQEghM:addImageAlt({src:\"https://framerusercontent.com/images/QarR7jCeWZ8qrL80Ay7uhECzto.svg\"},\"Icon\"),ZBF2bGGX3:\"Get started in seconds and unlock a world of\\nmeaningful connections today.\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ex50x\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14mud2l\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1273.6+150+6073.8+0+258+0+0+0},kMc51L6d_:{width:`min(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 337px)`,y:(componentViewport?.y||0)+0+1217.6+80+8078.799999999999+0+248+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:439,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.476 - 20px, 1px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1298.6+200+5112.6+0+258+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ujfyy-container\",children:/*#__PURE__*/_jsx(CardsHowToUseCard,{height:\"100%\",id:\"BzI2y4p7o\",layoutId:\"BzI2y4p7o\",LXe2OrwPv:\"Sign up and personalize your profile details\",style:{width:\"100%\"},variant:\"CCfCcqBE6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`max((min(${componentViewport?.width||\"100vw\"}, 750px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1273.6+150+6073.8+0+258+0+0+0},kMc51L6d_:{width:`min(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 337px)`,y:(componentViewport?.y||0)+0+1217.6+80+8078.799999999999+0+248+0+0+0+459}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:439,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.476 - 20px, 1px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1298.6+200+5112.6+0+258+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ciro9d-container\",children:/*#__PURE__*/_jsx(CardsHowToUseCard,{height:\"100%\",id:\"E4UBDoV06\",layoutId:\"E4UBDoV06\",LXe2OrwPv:\"Explore and send connection requests to users\",style:{width:\"100%\"},variant:\"CCfCcqBE6\",width:\"100%\",Y9c2rwX01:addImageAlt({src:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png\",srcSet:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png 414w\"},\"UI Image\")})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 750px) * 0.49)`,y:(componentViewport?.y||0)+0+1273.6+150+6073.8+0+258+0+459},kMc51L6d_:{width:`min(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 337px)`,y:(componentViewport?.y||0)+0+1217.6+80+8078.799999999999+0+248+0+918}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:439,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.3225)`,y:(componentViewport?.y||0)+0+1298.6+200+5112.6+0+258+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kd2quk-container\",children:/*#__PURE__*/_jsx(CardsHowToUseCard,{height:\"100%\",id:\"cne2WtP0L\",layoutId:\"cne2WtP0L\",LXe2OrwPv:\"Share your work and turn connections into opportunities\",style:{width:\"100%\"},variant:\"CCfCcqBE6\",width:\"100%\",Y9c2rwX01:addImageAlt({src:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png\",srcSet:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png 414w\"},\"UI Image\")})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1s6cz5y\",\"data-framer-name\":\"Our Pricing\",id:elementId4,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`min(min(${componentViewport?.width||\"100vw\"}, 750px), 835px)`,y:(componentViewport?.y||0)+0+1273.6+150+7379.8+0+0},kMc51L6d_:{width:`min(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 835px)`,y:(componentViewport?.y||0)+0+1217.6+80+9763.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:198,width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px), 835px)`,y:(componentViewport?.y||0)+0+1298.6+200+6009.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mpk1dm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"BNtNDwVBM\"}},children:/*#__PURE__*/_jsx(HelperSectionHeader,{height:\"100%\",id:\"YtdW7ZHuI\",layoutId:\"YtdW7ZHuI\",Mr6WUB_8D:\"Flexible Pricing Plans\",N7yRULWRM:\"Our Pricing\",style:{width:\"100%\"},variant:\"HhH78Ka_n\",width:\"100%\",XCgoQEghM:addImageAlt({src:\"https://framerusercontent.com/images/0IBxEDCCuAiwumvi3o5rS0fTxI.svg\"},\"Icon\"),ZBF2bGGX3:\"Choose a plan that fits your needs, with flexible options and transparent pricing.\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`min(min(${componentViewport?.width||\"100vw\"}, 750px), 835px)`,y:(componentViewport?.y||0)+0+1273.6+150+7379.8+0+258},kMc51L6d_:{width:`min(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 835px)`,y:(componentViewport?.y||0)+0+1217.6+80+9763.8+0+248}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:687,width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px), 835px)`,y:(componentViewport?.y||0)+0+1298.6+200+6009.6+0+258,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w2mqsa-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"er7PevEZB\"}},children:/*#__PURE__*/_jsx(PricingComponent,{height:\"100%\",id:\"Rour2RIyj\",layoutId:\"Rour2RIyj\",style:{width:\"100%\"},variant:\"tIRvSinLY\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-160d0h2\",\"data-framer-name\":\"Our Testimonials\",id:elementId5,ref:ref7,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`min(${componentViewport?.width||\"100vw\"}, 750px)`,y:(componentViewport?.y||0)+0+1273.6+150+8474.8+0+0},kMc51L6d_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px)`,y:(componentViewport?.y||0)+0+1217.6+80+10778.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:198,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+1298.6+200+7154.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u4rhi9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"HhH78Ka_n\"},kMc51L6d_:{variant:\"BNtNDwVBM\"}},children:/*#__PURE__*/_jsx(HelperSectionHeader,{height:\"100%\",id:\"cd8bI9DqL\",layoutId:\"cd8bI9DqL\",Mr6WUB_8D:\"User Reviews and Feedback\",N7yRULWRM:\"Our Testimonials\",style:{width:\"100%\"},variant:\"Vd9_my5JM\",width:\"100%\",XCgoQEghM:addImageAlt({src:\"https://framerusercontent.com/images/rs39uhBOlBlpzeVhwp0IwDNDQ.svg\"},\"Icon\"),ZBF2bGGX3:\"See how Capable has transformed users' social experiences through their own words.\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kf1vst\",\"data-framer-name\":\"Sub Container\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{height:1229,width:`calc(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px)`,y:(componentViewport?.y||0)+0+1217.6+80+10778.8+0+248+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18entky-container hidden-72rtr7 hidden-vn6ea5\",children:/*#__PURE__*/_jsx(MobileTestimonial,{height:\"100%\",id:\"NC4lJ8gqP\",layoutId:\"NC4lJ8gqP\",style:{width:\"100%\"},variant:\"NepfT8_fi\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r0figj-container hidden-1wyrg7p\",id:\"r0figj\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:20,height:\"100%\",hoverFactor:1,id:\"Nx9F6vjxF\",layoutId:\"Nx9F6vjxF\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vilh4z-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Michelle B.  | Lifestyle Blogger\",height:\"100%\",id:\"qnvP_yHHk\",k3Jq6e0AC:\"Networking always felt intimidating, but Pairy makes it easy to find and build genuine relationships that actually last.\",layoutId:\"qnvP_yHHk\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/oCikd0D435iTXsMrhKxheng6KY.png\"},\"Profile Image\"),variant:\"ng4YJ58Vx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tk4bd3-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Emily Johnson | Travel Creator\",height:\"100%\",id:\"aOONzNYDd\",k3Jq6e0AC:\"The location-based opportunities feature is amazing. I\u2019ve already attended two local meetups I found through Pairy.\",layoutId:\"aOONzNYDd\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/CJ3oDDuNiywhQQIxUDMXuoB3OE.png\"},\"Profile Image\"),variant:\"ng4YJ58Vx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bx692b-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Mark D. | Digital Entrepreneur\",height:\"100%\",id:\"l8SoZkug6\",k3Jq6e0AC:\"I used Pairy to find a brand partnership, and within weeks, I signed my first deal. This app is a game-changer!\",layoutId:\"l8SoZkug6\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/ncSY0XrjdZNp64EmAQw9HSrk.png\"},\"Profile Image\"),variant:\"ng4YJ58Vx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jskomx-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Emma Johnson | Content Creator\",height:\"100%\",id:\"aLtCudzfA\",k3Jq6e0AC:\"Pairy helped me connect with three creators in my city, and we\u2019re now collaborating on a project I never thought possible.\",layoutId:\"aLtCudzfA\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/WWuix6eqiZUPz9MahKFSXCO6bw.png\"},\"Profile Image\"),variant:\"ng4YJ58Vx\",width:\"100%\"})})})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r2r99s-container hidden-1wyrg7p\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:20,height:\"100%\",hoverFactor:1,id:\"Ccj_Njixd\",layoutId:\"Ccj_Njixd\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fwcr2g-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Olivia Anderson\",height:\"100%\",id:\"eh0nK8Vtb\",k3Jq6e0AC:\"Pairy has made socializing more enjoyable and efficient. The personalized experience helps me connect with other creaotrs who share my interests.\",layoutId:\"eh0nK8Vtb\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/Kk5gebSJFGahpmHjtGcecbLBj10.png\"},\"Profile Image\"),variant:\"ng4YJ58Vx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-155t7x2-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Jason K. | Social Media Strategist\",height:\"100%\",id:\"Pg4VQahe3\",k3Jq6e0AC:\"Pairy doesn\u2019t just connect you\u2014it empowers you to turn those connections into real opportunities. I\u2019m hooked!\",layoutId:\"Pg4VQahe3\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/BNlX2RE6wTLxUwoLsbtP5iJ6qw.png\"},\"Profile Image\"),variant:\"ng4YJ58Vx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pfpye5-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"Laura Martinez | UGC\",height:\"100%\",id:\"vXNXCElnr\",k3Jq6e0AC:\"The tailored matchmaking is brilliant. I\u2019ve found collaborators who truly align with my goals and vision.\",layoutId:\"vXNXCElnr\",rXkZ3w0BY:addImageAlt({src:\"https://framerusercontent.com/images/NAHfheoklYlzK5s32SMUdrOJfE.png\"},\"Profile Image\"),variant:\"ng4YJ58Vx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16eah4y-container\",children:/*#__PURE__*/_jsx(CardsTestimonialCard,{F8Lk_AjjQ:\"David Wilson | Filmmaker\",height:\"100%\",id:\"Fvv8VFRTi\",k3Jq6e0AC:\"With Pairy, I\u2019ve grown my creator network faster in one month than I did in the past year on other platforms.\",layoutId:\"Fvv8VFRTi\",variant:\"ng4YJ58Vx\",width:\"100%\"})})})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-30zyj7\",\"data-framer-name\":\"FAQ\",id:elementId6,ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zpk6in\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ggl3jq\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+9482.8+0+0+0+0+10),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/tDIEGUB77CcjgJtVjPGSsOuOnc.svg\"}},kMc51L6d_:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+12335.8+0+0+0+0+10),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/tDIEGUB77CcjgJtVjPGSsOuOnc.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+8212.6+0+0+0+0+10),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/tDIEGUB77CcjgJtVjPGSsOuOnc.svg\"},className:\"framer-kdbv0w\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wykwih\",\"data-styles-preset\":\"QoV3AyURB\",style:{\"--framer-text-color\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\"},children:\"FAQ\u2019s\"})}),className:\"framer-1cws52v\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",children:\"Frequently Asked Questions\"})}),className:\"framer-t3pweo\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{width:`min(${componentViewport?.width||\"100vw\"}, 750px)`,y:(componentViewport?.y||0)+0+1273.6+150+9482.8+0+183.6},kMc51L6d_:{width:`min(min(${componentViewport?.width||\"100vw\"}, 450px) - 32px, 794px)`,y:(componentViewport?.y||0)+0+1217.6+80+12335.8+0+173.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:648,width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px), 794px)`,y:(componentViewport?.y||0)+0+1298.6+200+8212.6+0+183.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tpxrz6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMc51L6d_:{variant:\"gEMXxkaJv\"}},children:/*#__PURE__*/_jsx(FAQContainer,{height:\"100%\",id:\"HtKn_WYUd\",layoutId:\"HtKn_WYUd\",style:{width:\"100%\"},variant:\"HdobnZZkz\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1md3pcd\",\"data-framer-name\":\"CTA\",id:elementId7,ref:ref9,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w9txko\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:585,intrinsicWidth:997,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+10464.4+400+332.6-769),positionX:\"center\",positionY:\"center\",sizes:\"997px\",src:\"https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg\",srcSet:\"https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg?scale-down-to=512 512w,https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg 997w\"}},kMc51L6d_:{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:585,intrinsicWidth:997,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+13237.4+400+420.6-726.234704112337),positionX:\"center\",positionY:\"center\",sizes:\"798px\",src:\"https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg\",srcSet:\"https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg?scale-down-to=512 512w,https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg 997w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:585,intrinsicWidth:997,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+9244.2+400+332.6-843),positionX:\"center\",positionY:\"center\",sizes:\"997px\",src:\"https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg\",srcSet:\"https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg?scale-down-to=512 512w,https://framerusercontent.com/images/3oJ3YafaioqOrYVcbcyEZX41T0k.svg 997w\"},className:\"framer-9s17km\",\"data-framer-name\":\"Abstract Design\"})}),/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-ug009\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1sj3aro\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+10464.4+400+332.6-704+0+65),pixelHeight:1920,pixelWidth:1080,sizes:\"204px\",src:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png\",srcSet:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png?scale-down-to=1024 576w,https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png 1080w\"}},kMc51L6d_:{background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+13237.4+400+420.6-663+0+46),pixelHeight:1920,pixelWidth:1080,sizes:\"145px\",src:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png\",srcSet:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png?scale-down-to=1024 576w,https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png 1080w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+9244.2+400+332.6-704+0+65),pixelHeight:1920,pixelWidth:1080,sizes:\"204px\",src:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png\",srcSet:\"https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png?scale-down-to=1024 576w,https://framerusercontent.com/images/Jcx13rV00bLkWGsvKmU9y466EE.png 1080w\"},className:\"framer-104rmtp\",\"data-framer-name\":\"Mobile\",style:{rotate:15}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+10464.4+400+332.6-704+0+65),pixelHeight:896,pixelWidth:414,sizes:\"204px\",src:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png\",srcSet:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png 414w\"}},kMc51L6d_:{background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+13237.4+400+420.6-663+0+45.99228007521015),pixelHeight:896,pixelWidth:414,sizes:\"145px\",src:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png\",srcSet:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png 414w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+9244.2+400+332.6-704+0+65),pixelHeight:896,pixelWidth:414,sizes:\"204px\",src:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png\",srcSet:\"https://framerusercontent.com/images/bKaCirrlP7yMF4TZ8WxPzcZfO1k.png 414w\"},className:\"framer-1nmdbof\",\"data-framer-name\":\"Mobile\",style:{rotate:-15}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1273.6+150+10464.4+400+332.6-704+0+0),pixelHeight:896,pixelWidth:414,sizes:\"235px\",src:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png\",srcSet:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png 414w\"}},kMc51L6d_:{background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1217.6+80+13237.4+400+420.6-663+0+0),pixelHeight:896,pixelWidth:414,sizes:\"167px\",src:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png\",srcSet:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png 414w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Mobile UI \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1298.6+200+9244.2+400+332.6-704+0+0),pixelHeight:896,pixelWidth:414,sizes:\"235px\",src:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png\",srcSet:\"https://framerusercontent.com/images/VQcH8X7qEg9LHf196rEte68XAok.png 414w\"},className:\"framer-u2pe7d\",\"data-framer-name\":\"Mobile\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kc3gq9\",\"data-framer-name\":\"Gradients\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6s4hqh\",\"data-framer-name\":\"Fade Out\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kfpnvv\",\"data-framer-name\":\"Fade Out\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-33o47r\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mjl6ey\",\"data-styles-preset\":\"Qxst9ljrj\",children:\"Download Pairy and Connect Today\"})}),className:\"framer-3cagn9\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wh6ug7\",\"data-styles-preset\":\"h8CzwBybC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c0675026-d53f-4571-8894-5d6acff9b662, rgb(102, 102, 102))\"},children:\"Find your people. Build your future.\"})}),className:\"framer-10wsn8e\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ctyr8\",\"data-framer-name\":\"Buttons Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+1273.6+150+10464.4+400+0+264.6+0},kMc51L6d_:{y:(componentViewport?.y||0)+0+1217.6+80+13237.4+400+0+264.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,y:(componentViewport?.y||0)+0+1298.6+200+9244.2+400+0+264.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ikiykv-container\",children:/*#__PURE__*/_jsx(ButtonsDownloadButton,{height:\"100%\",id:\"rEomccN5s\",KGpdlBNVJ:\"Get It On\",layoutId:\"rEomccN5s\",QZ4eEeyx0:\"Google Play\",width:\"100%\",wqBG29hVL:\"https://play.google.com/store/games\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+1273.6+150+10464.4+400+0+264.6+0},kMc51L6d_:{y:(componentViewport?.y||0)+0+1217.6+80+13237.4+400+0+264.6+0+88}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,y:(componentViewport?.y||0)+0+1298.6+200+9244.2+400+0+264.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g7an3r-container\",children:/*#__PURE__*/_jsx(ButtonsDownloadButton,{G2XSd7k7I:addImageAlt({src:\"https://framerusercontent.com/images/LOcHp0vjgVPOgpED1EtL6zQooFE.svg\"},\"App Store\"),height:\"100%\",id:\"BCo6mq40F\",KGpdlBNVJ:\"Download on the\",layoutId:\"BCo6mq40F\",QZ4eEeyx0:\"App Store\",width:\"100%\",wqBG29hVL:\"https://www.apple.com/in/app-store/\"})})})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8fkt3a\",\"data-framer-name\":\"2 Columns Text Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aljm7h\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eryu2s\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.8px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Why Pairy Exists\"})})},kMc51L6d_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Why Pairy Exists\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Why Pairy Exists\"})}),className:\"framer-v2q9m8\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:\"Hi, I\u2019m Audrey. A few years ago, I found myself stuck in a cycle every creator knows too well\u2014chasing followers, obsessing over numbers, and hoping it would somehow lead to real growth. Spoiler alert: it didn\u2019t.  The truth hit me hard one day: success doesn\u2019t come from being noticed\u2014it comes from who you know and the relationships you build. The creators thriving weren\u2019t just building audiences; they were building networks. And I wanted that too\u2014authentic connections that spark opportunities, collaborations, and growth.  That\u2019s why I created Pairy. It\u2019s not just an app; it\u2019s a movement. Pairy is a space for creators to stop competing and start connecting\u2014where your network becomes your greatest asset.  This isn\u2019t just about me. It\u2019s about us. Because when creators come together, the possibilities are endless.  Let\u2019s make it happen.\"})}),className:\"framer-p6enk1\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3a9c2z\"})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12700.6+0),pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=512 512w,https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png 1080w\"}},kMc51L6d_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+15415.6+0+0),pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=512 512w,https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11575.400000000001+0),pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=512 512w,https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AO2jDJoVOZugKmLi2DtLEUA06U4.png 1080w\"},className:\"framer-4zb3pf\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+13200.6),pixelHeight:438,pixelWidth:472,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yMSwsBSxY4NoIqo45JwcQ9iKw.jpg\"}},kMc51L6d_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+15967.6),pixelHeight:438,pixelWidth:472,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yMSwsBSxY4NoIqo45JwcQ9iKw.jpg\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12398.400000000001),pixelHeight:438,pixelWidth:472,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yMSwsBSxY4NoIqo45JwcQ9iKw.jpg\"},className:\"framer-39nfx7\",\"data-framer-name\":\"Header Image\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Search Pairy's Interactive Map\"})}),className:\"framer-1fzek90\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Find local creators and connections in your town, or one you're traveling to.\"})}),className:\"framer-ckxrpu\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iiupt4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5m6bf5\",\"data-framer-name\":\"Overlay\"})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15azgnb\",\"data-framer-name\":\"Pivot\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7lyy86\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Sign up today.\"})}),className:\"framer-1dncaw5\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mng2ob\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(\"button\",{className:\"framer-1j1jkrk\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(17, 17, 17))\"},children:\"Learn More\"})}),className:\"framer-2c4fbq\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-z8vzic\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86940d48-67de-43e2-b492-06b7170ae465, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lTWvECe0q\"},nodeId:\"WlMSeDJWP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1nufa4k\",\"data-styles-preset\":\"UqXq7EKrc\",children:\"Get Started\"})})})}),className:\"framer-p19f1i\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{y:(componentViewport?.y||0)+0+14090.6},kMc51L6d_:{y:(componentViewport?.y||0)+0+16827.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:310,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+13328.400000000001,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16rwgtz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"NGvQ4eGJH\"},kMc51L6d_:{variant:\"fXobbjU4B\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"QDICejOdA\",layoutId:\"QDICejOdA\",style:{width:\"100%\"},variant:\"KrRlGLM_4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,y:872,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3ek784-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiVUoeCZe:{variant:\"SSmCEUGU6\"},kMc51L6d_:{variant:\"SSmCEUGU6\"}},children:/*#__PURE__*/_jsx(HelperFloatingButton,{height:\"100%\",id:\"B_2hpges7\",layoutId:\"B_2hpges7\",variant:\"X5psi4eaE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:946,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lpe29j-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(HelperFigmaButton,{height:\"100%\",id:\"yT9DsccuG\",layoutId:\"yT9DsccuG\",qlE34ZEf9:\"https://shop.oxygen.supply/buy/7994b6e6-3d70-47a9-91a9-b6bb1d5d1dc1\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-21bvc.framer-lux5qc, .framer-21bvc .framer-lux5qc { display: block; }\",\".framer-21bvc.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-86940d48-67de-43e2-b492-06b7170ae465, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1320px; }\",\".framer-21bvc .framer-1uuy31r-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-21bvc .framer-1x98nhj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-d5gnzt { --border-bottom-width: 1px; --border-color: var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, #dde5ed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; box-shadow: 0px 0px 0px 6px #ffffff, 0px 22px 30px 0px rgba(140, 150, 169, 0.10000000149011612), 0px 7px 6px 0px rgba(140, 150, 169, 0.11999999731779099); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 175px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-2jr22u { -webkit-user-select: none; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-21bvc .framer-1u5swd { background-color: #f8f9fb; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-21bvc .framer-p1cgoe { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-21bvc .framer-4rt7wb { background: radial-gradient(100% 100% at 50% 0%, #f8fafc 15.010255575180054%, rgba(248, 249, 251, 0) 100%); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-21bvc .framer-dy8z2n { background: linear-gradient(180deg, rgba(146, 60, 246, 0) 0%, rgba(146, 60, 246, 0.2) 100%); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; bottom: 0px; flex: none; height: 279px; left: 0px; position: absolute; right: 0px; }\",\".framer-21bvc .framer-4nrphb { -webkit-backdrop-filter: blur(1px); backdrop-filter: blur(1px); background: linear-gradient(180deg, rgba(146, 60, 246, 0) 0%, rgba(146, 60, 246, 0.1) 100%); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; bottom: 0px; flex: none; height: 118px; left: 0px; position: absolute; right: 0px; }\",\".framer-21bvc .framer-1n3v9mv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1145px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-17s50ac { 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-21bvc .framer-denqnb, .framer-21bvc .framer-4b57sm { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-21bvc .framer-1vic0c6-container, .framer-21bvc .framer-on7qxw-container, .framer-21bvc .framer-1qc8lod-container, .framer-21bvc .framer-1mq78cw-container, .framer-21bvc .framer-7fv0ow-container, .framer-21bvc .framer-11o2xuh-container, .framer-21bvc .framer-bhttj-container, .framer-21bvc .framer-beojfe-container, .framer-21bvc .framer-ikiykv-container, .framer-21bvc .framer-g7an3r-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-21bvc .framer-10gqsxm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 100px 0px 100px; position: relative; width: 100%; }\",\".framer-21bvc .framer-rkzu6q, .framer-21bvc .framer-1pprtmv, .framer-21bvc .framer-q8wex1, .framer-21bvc .framer-110tvs1, .framer-21bvc .framer-w75tia, .framer-21bvc .framer-t3pweo, .framer-21bvc .framer-3cagn9, .framer-21bvc .framer-10wsn8e { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-21bvc .framer-1ykniu3 { 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: visible; padding: 0px 200px 0px 200px; position: relative; width: 100%; }\",\".framer-21bvc .framer-kzeog5, .framer-21bvc .framer-fwyp9n, .framer-21bvc .framer-1v9v6vt, .framer-21bvc .framer-1nf3uki, .framer-21bvc .framer-1gw3yvl { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-21bvc .framer-1i6tgkt { 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-21bvc .framer-1y7t8ac { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-21bvc .framer-32b7i4, .framer-21bvc .framer-kdbv0w { flex: none; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-21bvc .framer-174e0i6 { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; flex: none; height: 342px; max-width: 1440px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-kiky8p-container { flex: none; height: auto; left: 19%; position: absolute; top: 68px; transform: translateX(-50%); width: auto; }\",\".framer-21bvc .framer-1x7knwi-container { flex: none; height: auto; left: 81%; position: absolute; top: 68px; transform: translateX(-50%); width: auto; }\",\".framer-21bvc .framer-vbzmxd-container { flex: none; height: auto; left: 50%; position: absolute; top: 17px; transform: translateX(-50%); width: auto; }\",\".framer-21bvc .framer-1du3w0v { --border-bottom-width: 1px; --border-color: var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, #dde5ed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 15px 28.600000381469727px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 2px rgba(255, 255, 255, 1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: flex-start; left: calc(31.136363636363658% - 157px / 2); overflow: hidden; padding: 8px 12px 8px 8px; position: absolute; top: calc(32.45614035087721% - 44px / 2); width: 157px; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-1242qhi { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 17.739885330200195px 35.80231475830078px 0px rgba(0, 0, 0, 0.12), 0px -1.612716794013977px 14.353178977966309px 0px rgba(124, 123, 155, 0.07999999821186066); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 111px; justify-content: flex-start; left: calc(67.8787878787879% - 279px / 2); overflow: visible; padding: 16.127168655395508px; position: absolute; top: calc(71.05263157894738% - 111px / 2); width: 279px; }\",\".framer-21bvc .framer-1uz281m { --border-bottom-width: 0.8503937125205994px; --border-color: var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, #dde5ed); --border-left-width: 0.8503937125205994px; --border-right-width: 0.8503937125205994px; --border-style: solid; --border-top-width: 0.8503937125205994px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 8.503936767578125px 32.31496047973633px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1.7007874250411987px rgba(255, 255, 255, 1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 63px; justify-content: space-between; left: calc(29.772727272727295% - 216px / 2); overflow: hidden; padding: 13.60629940032959px; position: absolute; top: calc(73.3918128654971% - 63px / 2); width: 216px; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-h9exxp { border-bottom-left-radius: 74px; border-bottom-right-radius: 74px; border-top-left-radius: 74px; border-top-right-radius: 74px; box-shadow: 0px 15px 28px 0px rgba(0, 0, 0, 0.12); flex: none; height: 44px; left: calc(67.50000000000003% - 234px / 2); overflow: hidden; position: absolute; top: calc(26.02339181286552% - 44px / 2); width: 234px; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-1bvhtvr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 826px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-b473u6-container { flex: none; height: 45px; position: relative; width: 100%; }\",\".framer-21bvc .framer-109xb5f, .framer-21bvc .framer-yxtbg4, .framer-21bvc .framer-1i51aav, .framer-21bvc .framer-1fdpkq6, .framer-21bvc .framer-13666fi, .framer-21bvc .framer-1cstml7 { height: 42px; overflow: hidden; position: relative; width: 126px; }\",\".framer-21bvc .framer-1lbpv8j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 200px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-bhvxce { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-80qx9w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1q3snjp, .framer-21bvc .framer-ex50x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1r9oy5r, .framer-21bvc .framer-fzi9i5, .framer-21bvc .framer-1e9fp57 { --border-bottom-width: 1px; --border-color: var(--token-c2b6f59d-e39e-4c11-9dbb-eec6b24c3319, #e4ebf0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-263adf11-1005-4f8b-8ecb-3498f5cccd87, #f8fafc); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 30px 40px 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-dhztxu, .framer-21bvc .framer-10fn6l1, .framer-21bvc .framer-osgvvt { aspect-ratio: 1.930921052631579 / 1; bottom: -40px; flex: none; height: var(--framer-aspect-ratio-supported, 304px); left: 50%; position: absolute; transform: translateX(-50%); width: 587px; z-index: 0; }\",\".framer-21bvc .framer-nfsstl, .framer-21bvc .framer-kdczxs, .framer-21bvc .framer-fqau67 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-21bvc .framer-vfc0fl, .framer-21bvc .framer-12qhfux, .framer-21bvc .framer-qxij2b, .framer-21bvc .framer-146dwwg, .framer-21bvc .framer-dixelq, .framer-21bvc .framer-1cws52v, .framer-21bvc .framer-p19f1i { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-21bvc .framer-7pfamt, .framer-21bvc .framer-jk8rmu, .framer-21bvc .framer-mdahqp { 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: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1j52n9t, .framer-21bvc .framer-160d0h2 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 150px; width: 100%; }\",\".framer-21bvc .framer-56ys7p-container, .framer-21bvc .framer-fkt7s7-container, .framer-21bvc .framer-1mpk1dm-container, .framer-21bvc .framer-w2mqsa-container, .framer-21bvc .framer-1u4rhi9-container, .framer-21bvc .framer-18entky-container, .framer-21bvc .framer-1tpxrz6-container, .framer-21bvc .framer-16rwgtz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-21bvc .framer-1dwl3et { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-33s70e-container, .framer-21bvc .framer-nr79co-container, .framer-21bvc .framer-5bd6px-container, .framer-21bvc .framer-1ogtwct-container, .framer-21bvc .framer-uz4jy-container, .framer-21bvc .framer-2l9fgk-container, .framer-21bvc .framer-1jwtw74-container, .framer-21bvc .framer-zy5ky4-container, .framer-21bvc .framer-14szgtz-container, .framer-21bvc .framer-qiwspk-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-21bvc .framer-3bcjfl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 150px; width: 100%; }\",\".framer-21bvc .framer-4g3sfx, .framer-21bvc .framer-8qz8wo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-21bvc .framer-1vg2mj3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1x7440l { align-content: flex-start; align-items: flex-start; 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-21bvc .framer-1twf41t, .framer-21bvc .framer-1n37wxy, .framer-21bvc .framer-19d6qej { --border-bottom-width: 1px; --border-color: var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, #dde5ed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-d4a016e4-fc9c-4b27-bade-c0fbf4227f4f, #f4f7f9); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 8px 18px 8px 10px; position: relative; width: min-content; }\",\".framer-21bvc .framer-2jfi3n, .framer-21bvc .framer-svqzhv, .framer-21bvc .framer-6b95j0 { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-21bvc .framer-aizead, .framer-21bvc .framer-2ctyr8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-21bvc .framer-14an2ay-container, .framer-21bvc .framer-15ujfyy-container, .framer-21bvc .framer-ciro9d-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-21bvc .framer-1dwfgcs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1dnn9ro { --border-bottom-width: 1px; --border-color: var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, #dde5ed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.119842829076621 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 509px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-j5kopd { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 42px; box-shadow: 0px 0px 0px 4px #ffffff, -15px 10.448275566101074px 12.537932395935059px 0px rgba(48, 49, 51, 0.03999999910593033), 0px 31.34482765197754px 38.19425964355469px 0px rgba(81, 95, 122, 0.05000000074505806), 0px 17.413793563842773px 11.609195709228516px 0px rgba(81, 95, 122, 0.03999999910593033); flex: none; height: 297px; left: 45px; overflow: visible; position: absolute; width: 395px; }\",\".framer-21bvc .framer-qb2zze { --border-bottom-width: 1px; --border-color: var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, #dde5ed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 0px 0px 4px #ffffff, -15px 10.448275566101074px 12.537932395935059px 0px rgba(48, 49, 51, 0.03999999910593033), 0px 31.34482765197754px 38.19425964355469px 0px rgba(81, 95, 122, 0.05000000074505806), 0px 17.413793563842773px 11.609195709228516px 0px rgba(81, 95, 122, 0.03999999910593033); flex: none; height: 309px; overflow: visible; position: absolute; right: 45px; top: 36px; width: 292px; }\",\".framer-21bvc .framer-e2twd2 { 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: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-lyzgs5 { display: grid; flex: none; gap: 14px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-6rtorv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 150px; width: 100%; }\",\".framer-21bvc .framer-14mud2l { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-21bvc .framer-1kd2quk-container { flex: none; height: auto; position: relative; width: 32%; }\",\".framer-21bvc .framer-1s6cz5y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 835px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 150px; width: 100%; }\",\".framer-21bvc .framer-kf1vst { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-r0figj-container, .framer-21bvc .framer-1r2r99s-container { flex: none; height: 280px; position: relative; width: 100%; }\",\".framer-21bvc .framer-vilh4z-container, .framer-21bvc .framer-tk4bd3-container, .framer-21bvc .framer-1bx692b-container, .framer-21bvc .framer-1jskomx-container, .framer-21bvc .framer-fwcr2g-container, .framer-21bvc .framer-155t7x2-container, .framer-21bvc .framer-pfpye5-container, .framer-21bvc .framer-16eah4y-container { height: auto; position: relative; width: auto; }\",\".framer-21bvc .framer-30zyj7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 794px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 150px; width: 100%; }\",\".framer-21bvc .framer-zpk6in { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1ggl3jq { --border-bottom-width: 1px; --border-color: var(--token-65cf6e29-66fa-4301-ba74-9b3cb0ba65fb, #dde5ed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-d4a016e4-fc9c-4b27-bade-c0fbf4227f4f, #f4f7f9); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 12px 8px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-21bvc .framer-1md3pcd { 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: visible; padding: 400px 0px 0px 0px; position: relative; scroll-margin-top: 150px; width: 100%; }\",\".framer-21bvc .framer-w9txko { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 795px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-21bvc .framer-9s17km { bottom: 258px; flex: none; height: 585px; left: calc(50.062893081761025% - 997px / 2); position: absolute; width: 997px; z-index: 0; }\",\".framer-21bvc .framer-ug009 { bottom: 206px; flex: none; height: 498px; left: calc(49.93710691823902% - 507px / 2); position: absolute; width: 507px; z-index: 0; }\",\".framer-21bvc .framer-1sj3aro, .framer-21bvc .framer-1kc3gq9 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-21bvc .framer-104rmtp { flex: none; height: 413px; overflow: hidden; position: absolute; right: 48px; top: 65px; width: 204px; }\",\".framer-21bvc .framer-1nmdbof { flex: none; height: 413px; left: 48px; overflow: hidden; position: absolute; top: 65px; width: 204px; }\",\".framer-21bvc .framer-u2pe7d { flex: none; height: 476px; left: calc(50.09861932938858% - 235px / 2); overflow: hidden; position: absolute; top: 0px; width: 235px; }\",\".framer-21bvc .framer-6s4hqh { aspect-ratio: 0.9527410207939508 / 1; background: linear-gradient(-1.4210854715202004e-14deg, #ffffff 20.382174849510193%, rgba(255, 255, 255, 0) 100%); bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 532px); left: 0px; position: absolute; right: 0px; }\",\".framer-21bvc .framer-kfpnvv { aspect-ratio: 1.4780058651026393 / 1; background: linear-gradient(-1.4210854715202004e-14deg, #ffffff 7.5418055057525635%, rgba(255, 255, 255, 0) 100%); bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 343px); left: 0px; position: absolute; right: 0px; }\",\".framer-21bvc .framer-33o47r { 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: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-21bvc .framer-8fkt3a { 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: 0px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1aljm7h { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-21bvc .framer-1eryu2s { 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: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-21bvc .framer-v2q9m8, .framer-21bvc .framer-1dncaw5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-21bvc .framer-p6enk1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-21bvc .framer-3a9c2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; min-height: 40px; min-width: 108px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-21bvc .framer-4zb3pf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 823px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-21bvc .framer-39nfx7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-21bvc .framer-1fzek90 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-21bvc .framer-ckxrpu { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-21bvc .framer-iiupt4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; min-height: 40px; min-width: 108px; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-21bvc .framer-5m6bf5 { background-color: rgba(0, 0, 0, 0.5); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-21bvc .framer-15azgnb { 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: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-21bvc .framer-7lyy86 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-21bvc .framer-mng2ob { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-21bvc .framer-1j1jkrk { align-content: center; align-items: center; background-color: #f2f2f2; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; width: min-content; }\",\".framer-21bvc .framer-2c4fbq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-21bvc .framer-z8vzic { align-content: center; align-items: center; background-color: #222222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.15), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14398), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.13793), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.12711), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.10451), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; width: min-content; }\",\".framer-21bvc .framer-3ek784-container { bottom: 66px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 3; }\",\".framer-21bvc .framer-lpe29j-container { bottom: 20px; flex: none; height: auto; left: 20px; position: fixed; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-21bvc.framer-72rtr7, .framer-21bvc .framer-1x98nhj, .framer-21bvc .framer-d5gnzt, .framer-21bvc .framer-1n3v9mv, .framer-21bvc .framer-17s50ac, .framer-21bvc .framer-denqnb, .framer-21bvc .framer-10gqsxm, .framer-21bvc .framer-1ykniu3, .framer-21bvc .framer-1i6tgkt, .framer-21bvc .framer-4b57sm, .framer-21bvc .framer-1y7t8ac, .framer-21bvc .framer-1du3w0v, .framer-21bvc .framer-1242qhi, .framer-21bvc .framer-1bvhtvr, .framer-21bvc .framer-1lbpv8j, .framer-21bvc .framer-bhvxce, .framer-21bvc .framer-80qx9w, .framer-21bvc .framer-1q3snjp, .framer-21bvc .framer-1r9oy5r, .framer-21bvc .framer-nfsstl, .framer-21bvc .framer-7pfamt, .framer-21bvc .framer-fzi9i5, .framer-21bvc .framer-kdczxs, .framer-21bvc .framer-jk8rmu, .framer-21bvc .framer-1e9fp57, .framer-21bvc .framer-fqau67, .framer-21bvc .framer-mdahqp, .framer-21bvc .framer-1j52n9t, .framer-21bvc .framer-3bcjfl, .framer-21bvc .framer-4g3sfx, .framer-21bvc .framer-1vg2mj3, .framer-21bvc .framer-1x7440l, .framer-21bvc .framer-1twf41t, .framer-21bvc .framer-1n37wxy, .framer-21bvc .framer-19d6qej, .framer-21bvc .framer-aizead, .framer-21bvc .framer-1dwfgcs, .framer-21bvc .framer-8qz8wo, .framer-21bvc .framer-e2twd2, .framer-21bvc .framer-6rtorv, .framer-21bvc .framer-ex50x, .framer-21bvc .framer-14mud2l, .framer-21bvc .framer-1s6cz5y, .framer-21bvc .framer-160d0h2, .framer-21bvc .framer-kf1vst, .framer-21bvc .framer-30zyj7, .framer-21bvc .framer-zpk6in, .framer-21bvc .framer-1ggl3jq, .framer-21bvc .framer-1md3pcd, .framer-21bvc .framer-w9txko, .framer-21bvc .framer-33o47r, .framer-21bvc .framer-2ctyr8, .framer-21bvc .framer-8fkt3a, .framer-21bvc .framer-1aljm7h, .framer-21bvc .framer-1eryu2s, .framer-21bvc .framer-3a9c2z, .framer-21bvc .framer-4zb3pf, .framer-21bvc .framer-39nfx7, .framer-21bvc .framer-iiupt4, .framer-21bvc .framer-15azgnb, .framer-21bvc .framer-7lyy86, .framer-21bvc .framer-mng2ob, .framer-21bvc .framer-1j1jkrk, .framer-21bvc .framer-z8vzic { gap: 0px; } .framer-21bvc.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-21bvc.framer-72rtr7 > :first-child, .framer-21bvc .framer-1x98nhj > :first-child, .framer-21bvc .framer-d5gnzt > :first-child, .framer-21bvc .framer-1n3v9mv > :first-child, .framer-21bvc .framer-17s50ac > :first-child, .framer-21bvc .framer-10gqsxm > :first-child, .framer-21bvc .framer-1i6tgkt > :first-child, .framer-21bvc .framer-1242qhi > :first-child, .framer-21bvc .framer-1bvhtvr > :first-child, .framer-21bvc .framer-1lbpv8j > :first-child, .framer-21bvc .framer-bhvxce > :first-child, .framer-21bvc .framer-1r9oy5r > :first-child, .framer-21bvc .framer-fzi9i5 > :first-child, .framer-21bvc .framer-1e9fp57 > :first-child, .framer-21bvc .framer-1j52n9t > :first-child, .framer-21bvc .framer-4g3sfx > :first-child, .framer-21bvc .framer-1vg2mj3 > :first-child, .framer-21bvc .framer-1x7440l > :first-child, .framer-21bvc .framer-8qz8wo > :first-child, .framer-21bvc .framer-e2twd2 > :first-child, .framer-21bvc .framer-6rtorv > :first-child, .framer-21bvc .framer-1s6cz5y > :first-child, .framer-21bvc .framer-160d0h2 > :first-child, .framer-21bvc .framer-kf1vst > :first-child, .framer-21bvc .framer-30zyj7 > :first-child, .framer-21bvc .framer-zpk6in > :first-child, .framer-21bvc .framer-w9txko > :first-child, .framer-21bvc .framer-33o47r > :first-child, .framer-21bvc .framer-1eryu2s > :first-child, .framer-21bvc .framer-4zb3pf > :first-child, .framer-21bvc .framer-39nfx7 > :first-child, .framer-21bvc .framer-7lyy86 > :first-child { margin-top: 0px; } .framer-21bvc.framer-72rtr7 > :last-child, .framer-21bvc .framer-1x98nhj > :last-child, .framer-21bvc .framer-d5gnzt > :last-child, .framer-21bvc .framer-1n3v9mv > :last-child, .framer-21bvc .framer-17s50ac > :last-child, .framer-21bvc .framer-10gqsxm > :last-child, .framer-21bvc .framer-1i6tgkt > :last-child, .framer-21bvc .framer-1242qhi > :last-child, .framer-21bvc .framer-1bvhtvr > :last-child, .framer-21bvc .framer-1lbpv8j > :last-child, .framer-21bvc .framer-bhvxce > :last-child, .framer-21bvc .framer-1r9oy5r > :last-child, .framer-21bvc .framer-fzi9i5 > :last-child, .framer-21bvc .framer-1e9fp57 > :last-child, .framer-21bvc .framer-1j52n9t > :last-child, .framer-21bvc .framer-4g3sfx > :last-child, .framer-21bvc .framer-1vg2mj3 > :last-child, .framer-21bvc .framer-1x7440l > :last-child, .framer-21bvc .framer-8qz8wo > :last-child, .framer-21bvc .framer-e2twd2 > :last-child, .framer-21bvc .framer-6rtorv > :last-child, .framer-21bvc .framer-1s6cz5y > :last-child, .framer-21bvc .framer-160d0h2 > :last-child, .framer-21bvc .framer-kf1vst > :last-child, .framer-21bvc .framer-30zyj7 > :last-child, .framer-21bvc .framer-zpk6in > :last-child, .framer-21bvc .framer-w9txko > :last-child, .framer-21bvc .framer-33o47r > :last-child, .framer-21bvc .framer-1eryu2s > :last-child, .framer-21bvc .framer-4zb3pf > :last-child, .framer-21bvc .framer-39nfx7 > :last-child, .framer-21bvc .framer-7lyy86 > :last-child { margin-bottom: 0px; } .framer-21bvc .framer-1x98nhj > *, .framer-21bvc .framer-6rtorv > *, .framer-21bvc .framer-1s6cz5y > *, .framer-21bvc .framer-30zyj7 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-21bvc .framer-d5gnzt > * { margin: 0px; margin-bottom: calc(55px / 2); margin-top: calc(55px / 2); } .framer-21bvc .framer-1n3v9mv > *, .framer-21bvc .framer-4g3sfx > *, .framer-21bvc .framer-8qz8wo > *, .framer-21bvc .framer-w9txko > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-21bvc .framer-17s50ac > *, .framer-21bvc .framer-1r9oy5r > *, .framer-21bvc .framer-fzi9i5 > *, .framer-21bvc .framer-1e9fp57 > *, .framer-21bvc .framer-1x7440l > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-21bvc .framer-denqnb > *, .framer-21bvc .framer-1ykniu3 > *, .framer-21bvc .framer-4b57sm > *, .framer-21bvc .framer-1du3w0v > *, .framer-21bvc .framer-80qx9w > *, .framer-21bvc .framer-7pfamt > *, .framer-21bvc .framer-jk8rmu > *, .framer-21bvc .framer-mdahqp > *, .framer-21bvc .framer-1md3pcd > *, .framer-21bvc .framer-1aljm7h > *, .framer-21bvc .framer-1j1jkrk > *, .framer-21bvc .framer-z8vzic > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-21bvc .framer-denqnb > :first-child, .framer-21bvc .framer-1ykniu3 > :first-child, .framer-21bvc .framer-4b57sm > :first-child, .framer-21bvc .framer-1y7t8ac > :first-child, .framer-21bvc .framer-1du3w0v > :first-child, .framer-21bvc .framer-80qx9w > :first-child, .framer-21bvc .framer-1q3snjp > :first-child, .framer-21bvc .framer-nfsstl > :first-child, .framer-21bvc .framer-7pfamt > :first-child, .framer-21bvc .framer-kdczxs > :first-child, .framer-21bvc .framer-jk8rmu > :first-child, .framer-21bvc .framer-fqau67 > :first-child, .framer-21bvc .framer-mdahqp > :first-child, .framer-21bvc .framer-3bcjfl > :first-child, .framer-21bvc .framer-1twf41t > :first-child, .framer-21bvc .framer-1n37wxy > :first-child, .framer-21bvc .framer-19d6qej > :first-child, .framer-21bvc .framer-aizead > :first-child, .framer-21bvc .framer-1dwfgcs > :first-child, .framer-21bvc .framer-ex50x > :first-child, .framer-21bvc .framer-14mud2l > :first-child, .framer-21bvc .framer-1ggl3jq > :first-child, .framer-21bvc .framer-1md3pcd > :first-child, .framer-21bvc .framer-2ctyr8 > :first-child, .framer-21bvc .framer-8fkt3a > :first-child, .framer-21bvc .framer-1aljm7h > :first-child, .framer-21bvc .framer-3a9c2z > :first-child, .framer-21bvc .framer-iiupt4 > :first-child, .framer-21bvc .framer-15azgnb > :first-child, .framer-21bvc .framer-mng2ob > :first-child, .framer-21bvc .framer-1j1jkrk > :first-child, .framer-21bvc .framer-z8vzic > :first-child { margin-left: 0px; } .framer-21bvc .framer-denqnb > :last-child, .framer-21bvc .framer-1ykniu3 > :last-child, .framer-21bvc .framer-4b57sm > :last-child, .framer-21bvc .framer-1y7t8ac > :last-child, .framer-21bvc .framer-1du3w0v > :last-child, .framer-21bvc .framer-80qx9w > :last-child, .framer-21bvc .framer-1q3snjp > :last-child, .framer-21bvc .framer-nfsstl > :last-child, .framer-21bvc .framer-7pfamt > :last-child, .framer-21bvc .framer-kdczxs > :last-child, .framer-21bvc .framer-jk8rmu > :last-child, .framer-21bvc .framer-fqau67 > :last-child, .framer-21bvc .framer-mdahqp > :last-child, .framer-21bvc .framer-3bcjfl > :last-child, .framer-21bvc .framer-1twf41t > :last-child, .framer-21bvc .framer-1n37wxy > :last-child, .framer-21bvc .framer-19d6qej > :last-child, .framer-21bvc .framer-aizead > :last-child, .framer-21bvc .framer-1dwfgcs > :last-child, .framer-21bvc .framer-ex50x > :last-child, .framer-21bvc .framer-14mud2l > :last-child, .framer-21bvc .framer-1ggl3jq > :last-child, .framer-21bvc .framer-1md3pcd > :last-child, .framer-21bvc .framer-2ctyr8 > :last-child, .framer-21bvc .framer-8fkt3a > :last-child, .framer-21bvc .framer-1aljm7h > :last-child, .framer-21bvc .framer-3a9c2z > :last-child, .framer-21bvc .framer-iiupt4 > :last-child, .framer-21bvc .framer-15azgnb > :last-child, .framer-21bvc .framer-mng2ob > :last-child, .framer-21bvc .framer-1j1jkrk > :last-child, .framer-21bvc .framer-z8vzic > :last-child { margin-right: 0px; } .framer-21bvc .framer-10gqsxm > *, .framer-21bvc .framer-e2twd2 > *, .framer-21bvc .framer-kf1vst > *, .framer-21bvc .framer-33o47r > *, .framer-21bvc .framer-1eryu2s > *, .framer-21bvc .framer-4zb3pf > *, .framer-21bvc .framer-39nfx7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-21bvc .framer-1i6tgkt > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-21bvc .framer-1y7t8ac > *, .framer-21bvc .framer-1ggl3jq > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-21bvc .framer-1242qhi > * { margin: 0px; margin-bottom: calc(16.127168655395508px / 2); margin-top: calc(16.127168655395508px / 2); } .framer-21bvc .framer-1bvhtvr > *, .framer-21bvc .framer-1vg2mj3 > *, .framer-21bvc .framer-7lyy86 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-21bvc .framer-1lbpv8j > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-21bvc .framer-bhvxce > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-21bvc .framer-1q3snjp > *, .framer-21bvc .framer-aizead > *, .framer-21bvc .framer-ex50x > *, .framer-21bvc .framer-14mud2l > *, .framer-21bvc .framer-2ctyr8 > *, .framer-21bvc .framer-mng2ob > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-21bvc .framer-nfsstl > *, .framer-21bvc .framer-kdczxs > *, .framer-21bvc .framer-fqau67 > *, .framer-21bvc .framer-8fkt3a > *, .framer-21bvc .framer-15azgnb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-21bvc .framer-1j52n9t > *, .framer-21bvc .framer-160d0h2 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-21bvc .framer-3bcjfl > *, .framer-21bvc .framer-1dwfgcs > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-21bvc .framer-1twf41t > *, .framer-21bvc .framer-1n37wxy > *, .framer-21bvc .framer-19d6qej > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-21bvc .framer-zpk6in > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-21bvc .framer-3a9c2z > *, .framer-21bvc .framer-iiupt4 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-21bvc[data-border=\"true\"]::after, .framer-21bvc [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; }',\"@media (min-width: 810px) and (max-width: 1319px) { .framer-21bvc.framer-72rtr7 { width: 810px; } .framer-21bvc .framer-1x98nhj, .framer-21bvc .framer-bhvxce { gap: 50px; } .framer-21bvc .framer-d5gnzt { gap: 40px; } .framer-21bvc .framer-1n3v9mv, .framer-21bvc .framer-1bvhtvr, .framer-21bvc .framer-30zyj7 { max-width: 750px; } .framer-21bvc .framer-10gqsxm, .framer-21bvc .framer-80qx9w, .framer-21bvc .framer-7pfamt, .framer-21bvc .framer-jk8rmu, .framer-21bvc .framer-mdahqp { padding: 0px; } .framer-21bvc .framer-1ykniu3 { padding: 0px 100px 0px 100px; } .framer-21bvc .framer-kiky8p-container { left: 19%; top: 100px; } .framer-21bvc .framer-1x7knwi-container { left: 81%; top: 100px; } .framer-21bvc .framer-1lbpv8j { gap: 150px; max-width: 750px; padding: 150px 0px 80px 0px; } .framer-21bvc .framer-1q3snjp { gap: 10px; } .framer-21bvc .framer-1r9oy5r, .framer-21bvc .framer-fzi9i5, .framer-21bvc .framer-1e9fp57 { gap: 12px; padding: 30px 24px 30px 24px; } .framer-21bvc .framer-1j52n9t { gap: 60px; } .framer-21bvc .framer-1dwl3et { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-21bvc .framer-3bcjfl, .framer-21bvc .framer-1dwfgcs { flex-direction: column; max-width: 622px; } .framer-21bvc .framer-4g3sfx { align-content: center; align-items: center; flex: none; width: 100%; } .framer-21bvc .framer-1x7440l { align-content: center; align-items: center; } .framer-21bvc .framer-14an2ay-container, .framer-21bvc .framer-14mud2l { flex: none; width: 100%; } .framer-21bvc .framer-1dnn9ro { flex: none; height: var(--framer-aspect-ratio-supported, 556px); order: 1; width: 100%; } .framer-21bvc .framer-qb2zze { right: 97px; } .framer-21bvc .framer-8qz8wo { flex: none; order: 0; width: 100%; } .framer-21bvc .framer-ex50x { flex-direction: column; } .framer-21bvc .framer-1kd2quk-container { width: 49%; } .framer-21bvc .framer-9s17km { bottom: 184px; left: calc(50.00000000000002% - 997px / 2); } .framer-21bvc .framer-6s4hqh { height: var(--framer-aspect-ratio-supported, 533px); } .framer-21bvc .framer-1eryu2s { flex: 1 0 0px; padding: 40px; width: 1px; } .framer-21bvc .framer-4zb3pf { height: 500px; } .framer-21bvc .framer-15azgnb { padding: 80px 40px 80px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-21bvc .framer-1x98nhj, .framer-21bvc .framer-d5gnzt, .framer-21bvc .framer-1lbpv8j, .framer-21bvc .framer-bhvxce, .framer-21bvc .framer-1q3snjp, .framer-21bvc .framer-1r9oy5r, .framer-21bvc .framer-fzi9i5, .framer-21bvc .framer-1e9fp57, .framer-21bvc .framer-1j52n9t, .framer-21bvc .framer-3bcjfl, .framer-21bvc .framer-1dwfgcs, .framer-21bvc .framer-ex50x { gap: 0px; } .framer-21bvc .framer-1x98nhj > *, .framer-21bvc .framer-bhvxce > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-21bvc .framer-1x98nhj > :first-child, .framer-21bvc .framer-d5gnzt > :first-child, .framer-21bvc .framer-1lbpv8j > :first-child, .framer-21bvc .framer-bhvxce > :first-child, .framer-21bvc .framer-1r9oy5r > :first-child, .framer-21bvc .framer-fzi9i5 > :first-child, .framer-21bvc .framer-1e9fp57 > :first-child, .framer-21bvc .framer-1j52n9t > :first-child, .framer-21bvc .framer-3bcjfl > :first-child, .framer-21bvc .framer-1dwfgcs > :first-child, .framer-21bvc .framer-ex50x > :first-child { margin-top: 0px; } .framer-21bvc .framer-1x98nhj > :last-child, .framer-21bvc .framer-d5gnzt > :last-child, .framer-21bvc .framer-1lbpv8j > :last-child, .framer-21bvc .framer-bhvxce > :last-child, .framer-21bvc .framer-1r9oy5r > :last-child, .framer-21bvc .framer-fzi9i5 > :last-child, .framer-21bvc .framer-1e9fp57 > :last-child, .framer-21bvc .framer-1j52n9t > :last-child, .framer-21bvc .framer-3bcjfl > :last-child, .framer-21bvc .framer-1dwfgcs > :last-child, .framer-21bvc .framer-ex50x > :last-child { margin-bottom: 0px; } .framer-21bvc .framer-d5gnzt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-21bvc .framer-1lbpv8j > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-21bvc .framer-1q3snjp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-21bvc .framer-1q3snjp > :first-child { margin-left: 0px; } .framer-21bvc .framer-1q3snjp > :last-child { margin-right: 0px; } .framer-21bvc .framer-1r9oy5r > *, .framer-21bvc .framer-fzi9i5 > *, .framer-21bvc .framer-1e9fp57 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-21bvc .framer-1j52n9t > *, .framer-21bvc .framer-3bcjfl > *, .framer-21bvc .framer-1dwfgcs > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-21bvc .framer-ex50x > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\",\"@media (max-width: 809px) { .framer-21bvc.framer-72rtr7 { width: 390px; } .framer-21bvc .framer-d5gnzt { gap: 30px; padding: 175px 16px 0px 16px; } .framer-21bvc .framer-1n3v9mv { gap: 30px; max-width: 450px; } .framer-21bvc .framer-10gqsxm, .framer-21bvc .framer-1ykniu3, .framer-21bvc .framer-80qx9w, .framer-21bvc .framer-7pfamt, .framer-21bvc .framer-jk8rmu, .framer-21bvc .framer-mdahqp, .framer-21bvc .framer-33o47r { padding: 0px; } .framer-21bvc .framer-1i6tgkt { gap: 20px; } .framer-21bvc .framer-174e0i6 { height: 300px; max-width: 450px; overflow: visible; } .framer-21bvc .framer-1du3w0v { aspect-ratio: 3.5681818181818183 / 1; height: var(--framer-aspect-ratio-supported, 38px); left: 19%; top: 30%; transform: translate(-50%, -50%); width: 137px; } .framer-21bvc .framer-1uz281m { aspect-ratio: 3.4285714285714284 / 1; height: var(--framer-aspect-ratio-supported, 50px); left: 30%; top: 73%; transform: translate(-50%, -50%); width: 172px; } .framer-21bvc .framer-h9exxp { aspect-ratio: 5.318181818181818 / 1; height: var(--framer-aspect-ratio-supported, 34px); left: 76%; top: 46%; transform: translate(-50%, -50%); width: 181px; } .framer-21bvc .framer-1lbpv8j { gap: 80px; max-width: 450px; padding: 80px 16px 60px 16px; } .framer-21bvc .framer-bhvxce, .framer-21bvc .framer-7lyy86 { gap: 40px; } .framer-21bvc .framer-1q3snjp { flex-direction: column; max-width: 317px; } .framer-21bvc .framer-1r9oy5r, .framer-21bvc .framer-fzi9i5, .framer-21bvc .framer-1e9fp57 { flex: none; gap: 12px; padding: 30px 24px 30px 24px; width: 100%; } .framer-21bvc .framer-1j52n9t, .framer-21bvc .framer-6rtorv, .framer-21bvc .framer-1s6cz5y, .framer-21bvc .framer-160d0h2, .framer-21bvc .framer-30zyj7 { gap: 50px; } .framer-21bvc .framer-1dwl3et, .framer-21bvc .framer-lyzgs5 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-21bvc .framer-3bcjfl, .framer-21bvc .framer-1dwfgcs { flex-direction: column; gap: 50px; } .framer-21bvc .framer-4g3sfx { align-content: center; align-items: center; flex: none; gap: 30px; width: 100%; } .framer-21bvc .framer-1vg2mj3 { gap: 24px; } .framer-21bvc .framer-1twf41t, .framer-21bvc .framer-1n37wxy, .framer-21bvc .framer-19d6qej { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; width: 100%; } .framer-21bvc .framer-qxij2b, .framer-21bvc .framer-146dwwg, .framer-21bvc .framer-dixelq { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-21bvc .framer-aizead, .framer-21bvc .framer-2ctyr8, .framer-21bvc .framer-8fkt3a { flex-direction: column; } .framer-21bvc .framer-14an2ay-container, .framer-21bvc .framer-15ujfyy-container, .framer-21bvc .framer-ciro9d-container { flex: none; width: 100%; } .framer-21bvc .framer-1dnn9ro { flex: none; height: var(--framer-aspect-ratio-supported, 179px); order: 1; width: 100%; } .framer-21bvc .framer-j5kopd { aspect-ratio: 1.32996632996633 / 1; border-bottom-left-radius: 13px; border-bottom-right-radius: 13px; border-top-left-radius: 13px; border-top-right-radius: 13px; bottom: 23px; height: var(--framer-aspect-ratio-supported, 198px); left: 20px; width: 263px; } .framer-21bvc .framer-qb2zze { aspect-ratio: 0.9449838187702265 / 1; height: var(--framer-aspect-ratio-supported, 205px); right: 27px; top: 26px; width: 194px; } .framer-21bvc .framer-8qz8wo { flex: none; gap: 30px; order: 0; width: 100%; } .framer-21bvc .framer-e2twd2 { gap: 16px; } .framer-21bvc .framer-ex50x { flex-direction: column; max-width: 337px; } .framer-21bvc .framer-14mud2l { flex: none; flex-direction: column; width: 100%; } .framer-21bvc .framer-1kd2quk-container { width: 100%; } .framer-21bvc .framer-9s17km { aspect-ratio: 1.7042735042735042 / 1; height: var(--framer-aspect-ratio-supported, 468px); left: 50%; transform: translateX(-50%); width: 798px; } .framer-21bvc .framer-ug009 { aspect-ratio: 1.0180722891566265 / 1; bottom: 310px; height: var(--framer-aspect-ratio-supported, 353px); left: 50%; transform: translateX(-50%); width: 359px; } .framer-21bvc .framer-104rmtp { aspect-ratio: 0.4939467312348668 / 1; height: var(--framer-aspect-ratio-supported, 294px); right: 32px; top: 46px; width: 145px; } .framer-21bvc .framer-1nmdbof { aspect-ratio: 0.4939467312348668 / 1; height: var(--framer-aspect-ratio-supported, 294px); left: 32px; top: 46px; width: 145px; } .framer-21bvc .framer-u2pe7d { aspect-ratio: 0.49369747899159666 / 1; height: var(--framer-aspect-ratio-supported, 338px); left: 50%; transform: translateX(-50%); width: 167px; } .framer-21bvc .framer-6s4hqh { height: var(--framer-aspect-ratio-supported, 531px); } .framer-21bvc .framer-kfpnvv { height: var(--framer-aspect-ratio-supported, 342px); } .framer-21bvc .framer-1aljm7h { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-21bvc .framer-1eryu2s { flex: 1 0 0px; padding: 20px; width: 1px; } .framer-21bvc .framer-4zb3pf { flex: none; height: 400px; order: 0; width: 100%; } .framer-21bvc .framer-15azgnb { flex-direction: column; padding: 60px 20px 60px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-21bvc .framer-d5gnzt, .framer-21bvc .framer-1n3v9mv, .framer-21bvc .framer-1i6tgkt, .framer-21bvc .framer-1lbpv8j, .framer-21bvc .framer-bhvxce, .framer-21bvc .framer-1q3snjp, .framer-21bvc .framer-1r9oy5r, .framer-21bvc .framer-fzi9i5, .framer-21bvc .framer-1e9fp57, .framer-21bvc .framer-1j52n9t, .framer-21bvc .framer-3bcjfl, .framer-21bvc .framer-4g3sfx, .framer-21bvc .framer-1vg2mj3, .framer-21bvc .framer-aizead, .framer-21bvc .framer-1dwfgcs, .framer-21bvc .framer-8qz8wo, .framer-21bvc .framer-e2twd2, .framer-21bvc .framer-6rtorv, .framer-21bvc .framer-ex50x, .framer-21bvc .framer-14mud2l, .framer-21bvc .framer-1s6cz5y, .framer-21bvc .framer-160d0h2, .framer-21bvc .framer-30zyj7, .framer-21bvc .framer-2ctyr8, .framer-21bvc .framer-8fkt3a, .framer-21bvc .framer-15azgnb, .framer-21bvc .framer-7lyy86 { gap: 0px; } .framer-21bvc .framer-d5gnzt > *, .framer-21bvc .framer-1n3v9mv > *, .framer-21bvc .framer-4g3sfx > *, .framer-21bvc .framer-8qz8wo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-21bvc .framer-d5gnzt > :first-child, .framer-21bvc .framer-1n3v9mv > :first-child, .framer-21bvc .framer-1i6tgkt > :first-child, .framer-21bvc .framer-1lbpv8j > :first-child, .framer-21bvc .framer-bhvxce > :first-child, .framer-21bvc .framer-1q3snjp > :first-child, .framer-21bvc .framer-1r9oy5r > :first-child, .framer-21bvc .framer-fzi9i5 > :first-child, .framer-21bvc .framer-1e9fp57 > :first-child, .framer-21bvc .framer-1j52n9t > :first-child, .framer-21bvc .framer-3bcjfl > :first-child, .framer-21bvc .framer-4g3sfx > :first-child, .framer-21bvc .framer-1vg2mj3 > :first-child, .framer-21bvc .framer-aizead > :first-child, .framer-21bvc .framer-1dwfgcs > :first-child, .framer-21bvc .framer-8qz8wo > :first-child, .framer-21bvc .framer-e2twd2 > :first-child, .framer-21bvc .framer-6rtorv > :first-child, .framer-21bvc .framer-ex50x > :first-child, .framer-21bvc .framer-14mud2l > :first-child, .framer-21bvc .framer-1s6cz5y > :first-child, .framer-21bvc .framer-160d0h2 > :first-child, .framer-21bvc .framer-30zyj7 > :first-child, .framer-21bvc .framer-2ctyr8 > :first-child, .framer-21bvc .framer-8fkt3a > :first-child, .framer-21bvc .framer-15azgnb > :first-child, .framer-21bvc .framer-7lyy86 > :first-child { margin-top: 0px; } .framer-21bvc .framer-d5gnzt > :last-child, .framer-21bvc .framer-1n3v9mv > :last-child, .framer-21bvc .framer-1i6tgkt > :last-child, .framer-21bvc .framer-1lbpv8j > :last-child, .framer-21bvc .framer-bhvxce > :last-child, .framer-21bvc .framer-1q3snjp > :last-child, .framer-21bvc .framer-1r9oy5r > :last-child, .framer-21bvc .framer-fzi9i5 > :last-child, .framer-21bvc .framer-1e9fp57 > :last-child, .framer-21bvc .framer-1j52n9t > :last-child, .framer-21bvc .framer-3bcjfl > :last-child, .framer-21bvc .framer-4g3sfx > :last-child, .framer-21bvc .framer-1vg2mj3 > :last-child, .framer-21bvc .framer-aizead > :last-child, .framer-21bvc .framer-1dwfgcs > :last-child, .framer-21bvc .framer-8qz8wo > :last-child, .framer-21bvc .framer-e2twd2 > :last-child, .framer-21bvc .framer-6rtorv > :last-child, .framer-21bvc .framer-ex50x > :last-child, .framer-21bvc .framer-14mud2l > :last-child, .framer-21bvc .framer-1s6cz5y > :last-child, .framer-21bvc .framer-160d0h2 > :last-child, .framer-21bvc .framer-30zyj7 > :last-child, .framer-21bvc .framer-2ctyr8 > :last-child, .framer-21bvc .framer-8fkt3a > :last-child, .framer-21bvc .framer-15azgnb > :last-child, .framer-21bvc .framer-7lyy86 > :last-child { margin-bottom: 0px; } .framer-21bvc .framer-1i6tgkt > *, .framer-21bvc .framer-1q3snjp > *, .framer-21bvc .framer-aizead > *, .framer-21bvc .framer-ex50x > *, .framer-21bvc .framer-14mud2l > *, .framer-21bvc .framer-2ctyr8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-21bvc .framer-1lbpv8j > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-21bvc .framer-bhvxce > *, .framer-21bvc .framer-7lyy86 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-21bvc .framer-1r9oy5r > *, .framer-21bvc .framer-fzi9i5 > *, .framer-21bvc .framer-1e9fp57 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-21bvc .framer-1j52n9t > *, .framer-21bvc .framer-3bcjfl > *, .framer-21bvc .framer-1dwfgcs > *, .framer-21bvc .framer-6rtorv > *, .framer-21bvc .framer-1s6cz5y > *, .framer-21bvc .framer-160d0h2 > *, .framer-21bvc .framer-30zyj7 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-21bvc .framer-1vg2mj3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-21bvc .framer-e2twd2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-21bvc .framer-8fkt3a > *, .framer-21bvc .framer-15azgnb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11877\n * @framerIntrinsicWidth 1320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EiVUoeCZe\":{\"layout\":[\"fixed\",\"auto\"]},\"kMc51L6d_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"WxmkZFShf\":{\"pattern\":\":WxmkZFShf\",\"name\":\"hero\"},\"CaSGd9mc9\":{\"pattern\":\":CaSGd9mc9\",\"name\":\"benefits\"},\"QN3MFHdP3\":{\"pattern\":\":QN3MFHdP3\",\"name\":\"feature\"},\"aCdxDy0TI\":{\"pattern\":\":aCdxDy0TI\",\"name\":\"how-to-use\"},\"Q2Ki6wQj0\":{\"pattern\":\":Q2Ki6wQj0\",\"name\":\"pricing\"},\"oGY893MXo\":{\"pattern\":\":oGY893MXo\",\"name\":\"testimonials\"},\"xkcOxptEC\":{\"pattern\":\":xkcOxptEC\",\"name\":\"faq\"},\"OgXgG4C_7\":{\"pattern\":\":OgXgG4C_7\",\"name\":\"cta\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-21bvc\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:11877,width:1320};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:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/Y3L2ZYYP26QQ73LRHQEGMGHU7HLMLCIE/5WHYQ3VUOWNEN3Y7DIOEXY5R4W6MYIPF/SS2LIWIFT3QZUKOLJ7TGBEFWHF3TFYQD.woff2\",weight:\"700\"},{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfE5OrS8SlKw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...NavbarFonts,...ButtonsTagButtonFonts,...ButtonsPrimaryButtonFonts,...MobileUIFonts,...TickerFonts,...NumberCounterFonts,...HelperSectionHeaderFonts,...CardsBenefitsCardFonts,...ButtonsDownloadButtonFonts,...FeatureCardAnimationFonts,...CardsCapabilitiesCardFonts,...CardsHowToUseCardFonts,...PricingComponentFonts,...MobileTestimonialFonts,...CardsTestimonialCardFonts,...FAQContainerFonts,...FooterFonts,...HelperFloatingButtonFonts,...HelperFigmaButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"11877\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1320\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EiVUoeCZe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kMc51L6d_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"WxmkZFShf\\\":{\\\"pattern\\\":\\\":WxmkZFShf\\\",\\\"name\\\":\\\"hero\\\"},\\\"CaSGd9mc9\\\":{\\\"pattern\\\":\\\":CaSGd9mc9\\\",\\\"name\\\":\\\"benefits\\\"},\\\"QN3MFHdP3\\\":{\\\"pattern\\\":\\\":QN3MFHdP3\\\",\\\"name\\\":\\\"feature\\\"},\\\"aCdxDy0TI\\\":{\\\"pattern\\\":\\\":aCdxDy0TI\\\",\\\"name\\\":\\\"how-to-use\\\"},\\\"Q2Ki6wQj0\\\":{\\\"pattern\\\":\\\":Q2Ki6wQj0\\\",\\\"name\\\":\\\"pricing\\\"},\\\"oGY893MXo\\\":{\\\"pattern\\\":\\\":oGY893MXo\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"xkcOxptEC\\\":{\\\"pattern\\\":\\\":xkcOxptEC\\\",\\\"name\\\":\\\"faq\\\"},\\\"OgXgG4C_7\\\":{\\\"pattern\\\":\\\":OgXgG4C_7\\\",\\\"name\\\":\\\"cta\\\"}}\"}},\"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", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "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", "n", "createGeneratorEasing", "e", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "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", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "image", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ehyGwppl6", "DAQFG8lyB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1k3a1wz", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerBQkVZ_hOq", "withCSS", "BQkVZ_hOq_default", "addPropertyControls", "ControlType", "addFonts", "HelperProfileImageFonts", "getFonts", "BQkVZ_hOq_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1szz8h2", "args", "onAppear161xv8n", "onAppeardlzjy6", "onAppeara1uw1s", "onAppear1feyspp", "onAppear1ddgu5q", "onAppearrtdmd8", "onAppearh1n5r4", "onAppear9ri291", "onAppear1okkb8o", "DAQFG8lyBhak8e", "DAQFG8lyBufx3n4", "DAQFG8lyB11xqb4n", "DAQFG8lyBa1hg2j", "DAQFG8lyB1u6b7mq", "DAQFG8lyBysjqwt", "DAQFG8lyBv0142s", "DAQFG8lyBq7kqp8", "DAQFG8lyB1409rje", "DAQFG8lyB10tqnt", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerdnyiZ17NG", "withCSS", "dnyiZ17NG_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Nhx8alzsp", "qy_meom7n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapn5v3z9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerRhtXnGGmc", "withCSS", "RhtXnGGmc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "J1iWfURMd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerX0u5XwITN", "withCSS", "X0u5XwITN_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsToggleButtonFonts", "getFonts", "RhtXnGGmc_default", "ButtonsPrimaryButtonFonts", "ujtaHrifm_default", "HelperPointerFonts", "X0u5XwITN_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "qy_meom7nijljts", "args", "qy_meom7ni5kv1x", "qy_meom7n9sygw5", "qy_meom7npxxfi4", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerEB5fC3BlO", "withCSS", "EB5fC3BlO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "name1", "testimonial", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rXkZ3w0BY", "F8Lk_AjjQ", "k3Jq6e0AC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "RichText2", "css", "FramerwNLkno5XS", "withCSS", "wNLkno5XS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CardsTestimonialCardFonts", "getFonts", "wNLkno5XS_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17jrnk", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerGTefjQUtI", "withCSS", "GTefjQUtI_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Err0qg3bW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerzlYJnWf4A", "withCSS", "zlYJnWf4A_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "MobileUIFonts", "getFonts", "zlYJnWf4A_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transformTemplate1", "_", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "mobileUI", "text", "width", "props", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LXe2OrwPv", "Y9c2rwX01", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "Framerk0nHFqBQl", "withCSS", "k0nHFqBQl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "icon", "id", "text", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "JZYCm6uKz", "RiQt8GUeK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerktIPlf8WG", "withCSS", "ktIPlf8WG_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "heading", "height", "id", "subHeading", "tagIcon", "tagText", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XCgoQEghM", "N7yRULWRM", "Mr6WUB_8D", "ZBF2bGGX3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FrameropzIuOBjT", "withCSS", "opzIuOBjT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "helperText", "icon", "id", "link", "text", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "wqBG29hVL", "G2XSd7k7I", "KGpdlBNVJ", "QZ4eEeyx0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerRgNLJAoAR", "withCSS", "RgNLJAoAR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qlE34ZEf9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FrameruuYHSTvfE", "withCSS", "uuYHSTvfE_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "iconVisible", "id", "link", "text", "width", "props", "_ref", "_ref1", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "SxKMP_yhI", "M_wSxRpAA", "WvHNUK7an", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerZFXOSgmtk", "withCSS", "ZFXOSgmtk_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramerzjuHNmB3R", "withCSS", "zjuHNmB3R_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "heading", "height", "icon", "id", "subHeading", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mhRixQaba", "uP_z6HvXp", "UHFoqcqlt", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "RichText2", "css", "FramerZYNfzk9tR", "withCSS", "ZYNfzk9tR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NumberCounterStyles", "NumberCounter", "props", "startNumber", "endNumber", "speed", "prefix", "suffix", "loop", "decimalSeparator", "fontSize", "font", "fontColor", "count", "setCount", "ye", "isVisible", "setIsVisible", "ref", "e", "ue", "observer", "entries", "entry", "intervalId", "prevCount", "formatCount", "number", "u", "motion", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "NavbarFonts", "getFonts", "WkH0ZbXcF_default", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "ButtonsTagButtonFonts", "ZFXOSgmtk_default", "MotionDivWithOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonsPrimaryButtonFonts", "ujtaHrifm_default", "MobileUIFonts", "zlYJnWf4A_default", "ContainerWithOptimizedAppearEffect", "Container", "TickerFonts", "Ticker", "NumberCounterFonts", "NumberCounter", "HelperSectionHeaderFonts", "opzIuOBjT_default", "CardsBenefitsCardFonts", "ZYNfzk9tR_default", "ButtonsDownloadButtonFonts", "RgNLJAoAR_default", "FeatureCardAnimationFonts", "dnyiZ17NG_default", "ImageWithFX", "withFX", "CardsCapabilitiesCardFonts", "ktIPlf8WG_default", "CardsHowToUseCardFonts", "k0nHFqBQl_default", "PricingComponentFonts", "EB5fC3BlO_default", "MobileTestimonialFonts", "GTefjQUtI_default", "CardsTestimonialCardFonts", "wNLkno5XS_default", "FAQContainerFonts", "SzoVQa8EZ_default", "FooterFonts", "caKBr4SIH_default", "HelperFloatingButtonFonts", "zjuHNmB3R_default", "HelperFigmaButtonFonts", "uuYHSTvfE_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "transition5", "animation8", "transition6", "animation9", "animation10", "transition7", "animation11", "transformTemplate1", "_", "animation12", "addImageAlt", "image", "alt", "animation13", "transition8", "animation14", "transformTemplate2", "transition9", "animation15", "transition10", "animation16", "animation17", "transition11", "transition12", "animation18", "animation19", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "isDisplayed1", "elementId6", "ref8", "elementId7", "ref9", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "x", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
