{
  "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/l6rHYi79svcFRVrC1q12/Ticker.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://framerusercontent.com/modules/3kDi6jleYzB3N8MtAH06/E9tbnHaf6e3nDK7yBEpF/BapqZZmcp.js", "ssg:https://framerusercontent.com/modules/udQIKFe1QeKrITum6lu4/UtD7MSglwWvxu0W3A9pP/CbFXE9bIg.js", "ssg:https://framerusercontent.com/modules/Hemt1EfIh8RoutD1lYGF/54xTl5sYSShgL9DyBpBn/CtN7Jdhh_.js", "ssg:https://framerusercontent.com/modules/sk1OhHQbu43TcPt6GTTV/Lw3sNjnYVRRCy4sbwoeS/FRmbiJ7jL.js", "ssg:https://framerusercontent.com/modules/dK8gWTR1ByjIZX2fj8Aq/PAu2wXGVnivjHpap2vrs/H73Z1dqdA.js", "ssg:https://framerusercontent.com/modules/8PwlADA0Zndo3PtomIq1/XOUk68HuZcG6yvm1c9Wp/GhPyJKGup.js", "ssg:https://framerusercontent.com/modules/hv8XoOotLeccEPiCCp59/LNlOsISEebsEc1JtxmjH/GuGGElneL.js", "ssg:https://framerusercontent.com/modules/7Xk8REr6gNVowSy9HcVD/xkuyRDmDMVkV4cgKj3FA/iKVYCgYg3.js", "ssg:https://framerusercontent.com/modules/QCiEoTc3IJGxWGiNweqA/ifenZwvoYJ6FLkGpzJKO/LYkpXKRpI.js", "ssg:https://framerusercontent.com/modules/gkYxRQZ0xIxFP1LGTiaR/Y3ivCSdKMcznuSkj7U2b/nuRQxqH82.js", "ssg:https://framerusercontent.com/modules/XNiyqoNxhHwLTJ6C5Om7/pum4WqmK3k5Oi9JP9HmG/YKqkYn2on.js", "ssg:https://framerusercontent.com/modules/HvR3WGFZLaLZoYLtemvB/ktSXhZS8ap3eogCqPRMF/ZJZC889Hd.js", "ssg:https://framerusercontent.com/modules/KK3YRJ1yVzN6ndefFz9n/ggUqOli66P5dxqp9G34p/zvMFZjYXW.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"CRzmoKyY1\"];const serializationHash=\"framer-rhDtu\";const variantClassNames={CRzmoKyY1:\"framer-v-c5dsan\"};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 transitions={default:{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 getProps=({height,id,image,width,...props})=>{var _ref;return{...props,SKZDtj3iY:(_ref=image!==null&&image!==void 0?image:props.SKZDtj3iY)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/BpbW7eU04rMolKHhRA2zXEn3s8.png\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SKZDtj3iY,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"CRzmoKyY1\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-rhDtu\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-c5dsan\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"CRzmoKyY1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"min(118px, 100vw)\",...toResponsiveImage(SKZDtj3iY)},className:\"framer-4bbvcy\",\"data-framer-name\":\"Logo 04\",layoutDependency:layoutDependency,layoutId:\"j6cpnlSKu\"})})})})});});const css=['.framer-rhDtu [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rhDtu .framer-dppz60 { display: block; }\",\".framer-rhDtu .framer-c5dsan { height: 25px; overflow: visible; position: relative; width: 118px; }\",\".framer-rhDtu .framer-4bbvcy { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SKZDtj3iY\":\"image\"}\n * @framerImmutableVariables true\n */const FramerBapqZZmcp=withCSS(Component,css,\"framer-rhDtu\");export default FramerBapqZZmcp;FramerBapqZZmcp.displayName=\"Logo 04\";FramerBapqZZmcp.defaultProps={height:25,width:118};addPropertyControls(FramerBapqZZmcp,{SKZDtj3iY:{__defaultAssetReference:\"data:framer/asset-reference,BpbW7eU04rMolKHhRA2zXEn3s8.png?originalFilename=Logo+04.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerBapqZZmcp,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBapqZZmcp\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"25\",\"framerVariables\":\"{\\\"SKZDtj3iY\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"118\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BapqZZmcp.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"rYKLe44w9\"];const serializationHash=\"framer-q3hIY\";const variantClassNames={rYKLe44w9:\"framer-v-127gao4\"};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 transitions={default:{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 getProps=({height,id,image,width,...props})=>{var _ref;return{...props,mSJobYA3S:(_ref=image!==null&&image!==void 0?image:props.mSJobYA3S)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/YFRJvl7gRm01YHsl6JDeRypZjM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/YFRJvl7gRm01YHsl6JDeRypZjM.png?scale-down-to=512 512w, https://framerusercontent.com/images/YFRJvl7gRm01YHsl6JDeRypZjM.png 668w\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,mSJobYA3S,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"rYKLe44w9\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-q3hIY\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-127gao4\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rYKLe44w9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"min(167px, 100vw)\",...toResponsiveImage(mSJobYA3S)},className:\"framer-k8jcww\",\"data-framer-name\":\"Logo 02\",layoutDependency:layoutDependency,layoutId:\"gGi0u1Ai9\"})})})})});});const css=['.framer-q3hIY [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-q3hIY .framer-dyud3i { display: block; }\",\".framer-q3hIY .framer-127gao4 { height: 29px; overflow: visible; position: relative; width: 167px; }\",\".framer-q3hIY .framer-k8jcww { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 167\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"mSJobYA3S\":\"image\"}\n * @framerImmutableVariables true\n */const FramerCbFXE9bIg=withCSS(Component,css,\"framer-q3hIY\");export default FramerCbFXE9bIg;FramerCbFXE9bIg.displayName=\"Logo 02\";FramerCbFXE9bIg.defaultProps={height:29,width:167};addPropertyControls(FramerCbFXE9bIg,{mSJobYA3S:{__defaultAssetReference:\"data:framer/asset-reference,YFRJvl7gRm01YHsl6JDeRypZjM.png?originalFilename=Logo+02.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerCbFXE9bIg,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCbFXE9bIg\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"mSJobYA3S\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"29\",\"framerIntrinsicWidth\":\"167\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CbFXE9bIg.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"AF1IClO9v\"];const serializationHash=\"framer-E5cCg\";const variantClassNames={AF1IClO9v:\"framer-v-97m6rt\"};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 transitions={default:{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 getProps=({height,id,image,width,...props})=>{var _ref;return{...props,fE3uZuSR5:(_ref=image!==null&&image!==void 0?image:props.fE3uZuSR5)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/piVasL2WswsVTaUrQsT0iBJens.png\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fE3uZuSR5,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"AF1IClO9v\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-E5cCg\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-97m6rt\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"AF1IClO9v\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"min(96px, 100vw)\",...toResponsiveImage(fE3uZuSR5)},className:\"framer-6nuzi\",\"data-framer-name\":\"Logo 06\",layoutDependency:layoutDependency,layoutId:\"MDxsBxzIC\"})})})})});});const css=['.framer-E5cCg [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-E5cCg .framer-1ec9j0a { display: block; }\",\".framer-E5cCg .framer-97m6rt { height: 31px; overflow: visible; position: relative; width: 96px; }\",\".framer-E5cCg .framer-6nuzi { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 31\n * @framerIntrinsicWidth 96\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"fE3uZuSR5\":\"image\"}\n * @framerImmutableVariables true\n */const FramerCtN7Jdhh_=withCSS(Component,css,\"framer-E5cCg\");export default FramerCtN7Jdhh_;FramerCtN7Jdhh_.displayName=\"Logo 06\";FramerCtN7Jdhh_.defaultProps={height:31,width:96};addPropertyControls(FramerCtN7Jdhh_,{fE3uZuSR5:{__defaultAssetReference:\"data:framer/asset-reference,piVasL2WswsVTaUrQsT0iBJens.png?originalFilename=Logo+06.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerCtN7Jdhh_,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCtN7Jdhh_\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"fE3uZuSR5\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"96\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"31\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CtN7Jdhh_.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js\";const LottieFonts=getFonts(Lottie);const enabledGestures={Bcohgw9NB:{hover:true},SFyXT7IW7:{hover:true}};const cycleOrder=[\"Bcohgw9NB\",\"CHOFOzdq3\",\"SFyXT7IW7\",\"vY8BJuhz2\"];const serializationHash=\"framer-1Jlvd\";const variantClassNames={Bcohgw9NB:\"framer-v-4sro0g\",CHOFOzdq3:\"framer-v-17zyl3h\",SFyXT7IW7:\"framer-v-y2sqa8\",vY8BJuhz2:\"framer-v-9de4zc\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"Bcohgw9NB\",\"Variant 2\":\"CHOFOzdq3\",\"Variant 3\":\"SFyXT7IW7\",\"Variant 4\":\"vY8BJuhz2\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,NInqccnsz:(_ref=title!==null&&title!==void 0?title:props.NInqccnsz)!==null&&_ref!==void 0?_ref:\"Ver m\\xe1s proyectos\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Bcohgw9NB\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NInqccnsz,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Bcohgw9NB\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"Bcohgw9NB-hover\")return true;return false;};const isDisplayed1=()=>{if([\"CHOFOzdq3\",\"vY8BJuhz2\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"SFyXT7IW7-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SakQ_qlR3\"},smoothScroll:true,...addPropertyOverrides({SFyXT7IW7:{href:{webPageId:\"c6q35A7GE\"},openInNewTab:false},vY8BJuhz2:{href:{webPageId:\"c6q35A7GE\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4sro0g\",className,classNames)} framer-8a9lxx`,\"data-framer-name\":\"Variant 1\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"Bcohgw9NB\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:1e5,borderBottomRightRadius:1e5,borderTopLeftRadius:1e5,borderTopRightRadius:1e5,...style},...addPropertyOverrides({\"Bcohgw9NB-hover\":{\"data-framer-name\":undefined},\"SFyXT7IW7-hover\":{\"data-framer-name\":undefined},CHOFOzdq3:{\"data-framer-name\":\"Variant 2\"},SFyXT7IW7:{\"data-framer-name\":\"Variant 3\"},vY8BJuhz2:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wpyye2-container\",layoutDependency:layoutDependency,layoutId:\"OhSWFI6nF-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"OhSWFI6nF\",isForwardsDirection:true,layoutId:\"OhSWFI6nF\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:63,speed:1,srcType:\"URL\",srcUrl:\"https://lottie.host/988cdeb4-6103-4005-a9fa-63ea2a120414/Q1JxfYMWKy.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTWVkaXVt\",\"--framer-font-family\":'\"Jost Medium\", \"Jost Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\"},children:\"Ver m\\xe1s proyectos\"})}),className:\"framer-1ry006d\",fonts:[\"CUSTOM;Jost Medium\"],layoutDependency:layoutDependency,layoutId:\"TFFPsJ9N0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:NInqccnsz,variants:{\"Bcohgw9NB-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 188, 1)\"},\"SFyXT7IW7-hover\":{\"--extracted-r6o4lv\":\"var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Bcohgw9NB-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTWVkaXVt\",\"--framer-font-family\":'\"Jost Medium\", \"Jost Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 188, 1))\"},children:\"Ver m\\xe1s proyectos\"})})},\"SFyXT7IW7-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTWVkaXVt\",\"--framer-font-family\":'\"Jost Medium\", \"Jost Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1)))\"},children:\"See more projects\"})}),text:undefined},CHOFOzdq3:{transformTemplate:transformTemplate1},SFyXT7IW7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTWVkaXVt\",\"--framer-font-family\":'\"Jost Medium\", \"Jost Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\"},children:\"See more projects\"})}),text:undefined},vY8BJuhz2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTWVkaXVt\",\"--framer-font-family\":'\"Jost Medium\", \"Jost Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\"},children:\"See more projects\"})}),text:undefined,transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-kz3mxx-container\",layoutDependency:layoutDependency,layoutId:\"hp37ZVflM-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"hp37ZVflM\",isForwardsDirection:true,layoutId:\"hp37ZVflM\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:63,speed:1,srcType:\"URL\",srcUrl:\"https://lottie.host/988cdeb4-6103-4005-a9fa-63ea2a120414/Q1JxfYMWKy.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r14i3b-container\",layoutDependency:layoutDependency,layoutId:\"V8PrVeKRS-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"V8PrVeKRS\",isForwardsDirection:true,layoutId:\"V8PrVeKRS\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:63,speed:1,srcType:\"URL\",srcUrl:\"https://lottie.host/988cdeb4-6103-4005-a9fa-63ea2a120414/Q1JxfYMWKy.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})})});});const css=['.framer-1Jlvd[data-border=\"true\"]::after, .framer-1Jlvd [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1Jlvd.framer-8a9lxx, .framer-1Jlvd .framer-8a9lxx { display: block; }\",\".framer-1Jlvd.framer-4sro0g { 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: 18px 40px 18px 40px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1Jlvd .framer-1wpyye2-container, .framer-1Jlvd .framer-kz3mxx-container, .framer-1Jlvd .framer-1r14i3b-container { flex: none; height: 52px; left: calc(50.11933174224345% - 173px / 2); position: absolute; top: 0px; width: 173px; z-index: 1; }\",\".framer-1Jlvd .framer-1ry006d { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1Jlvd.framer-4sro0g { gap: 0px; } .framer-1Jlvd.framer-4sro0g > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1Jlvd.framer-4sro0g > :first-child { margin-left: 0px; } .framer-1Jlvd.framer-4sro0g > :last-child { margin-right: 0px; } }\",\".framer-1Jlvd.framer-v-17zyl3h.framer-4sro0g, .framer-1Jlvd.framer-v-9de4zc.framer-4sro0g { cursor: unset; min-height: 56px; min-width: 202px; }\",\".framer-1Jlvd.framer-v-17zyl3h .framer-1ry006d, .framer-1Jlvd.framer-v-9de4zc .framer-1ry006d { order: 1; position: absolute; right: 40px; top: 50%; z-index: 1; }\",\".framer-1Jlvd.framer-v-17zyl3h .framer-kz3mxx-container, .framer-1Jlvd.framer-v-9de4zc .framer-kz3mxx-container { order: 2; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 209.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"CHOFOzdq3\":{\"layout\":[\"auto\",\"auto\"]},\"SFyXT7IW7\":{\"layout\":[\"auto\",\"auto\"]},\"vY8BJuhz2\":{\"layout\":[\"auto\",\"auto\"]},\"YPsfc0RnC\":{\"layout\":[\"auto\",\"auto\"]},\"s4hid3AT5\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NInqccnsz\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerFRmbiJ7jL=withCSS(Component,css,\"framer-1Jlvd\");export default FramerFRmbiJ7jL;FramerFRmbiJ7jL.displayName=\"Button - Secondary\";FramerFRmbiJ7jL.defaultProps={height:56,width:209.5};addPropertyControls(FramerFRmbiJ7jL,{variant:{options:[\"Bcohgw9NB\",\"CHOFOzdq3\",\"SFyXT7IW7\",\"vY8BJuhz2\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},NInqccnsz:{defaultValue:\"Ver m\\xe1s proyectos\",displayTextArea:false,placeholder:\"See more Projects\",title:\"Title\",type:ControlType.String}});addFonts(FramerFRmbiJ7jL,[{family:\"Jost Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Xi0ftBhRKhLjO7hdZgM4q6gBWY.woff2\"},...LottieFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFRmbiJ7jL\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"NInqccnsz\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"209.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CHOFOzdq3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SFyXT7IW7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vY8BJuhz2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YPsfc0RnC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s4hid3AT5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"56\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FRmbiJ7jL.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zowUctZPa\",\"cJ0xPF2sO\",\"N6jv19iY5\",\"Zk_VmjUAi\",\"eUcPuNsjf\",\"vrV5Njht9\",\"A0B2Cy0Xa\",\"KzP4i1ZVC\",\"rHII2wdTd\",\"CzrXTJDpS\",\"V24SGAN3m\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"iHpvVaV2Q\",\"TfYM2F9fX\",\"S84WQrB75\"];const serializationHash=\"framer-7p8SH\";const variantClassNames={A0B2Cy0Xa:\"framer-v-ls53zd\",cJ0xPF2sO:\"framer-v-1i30hnm\",cqBDVr1cn:\"framer-v-j18gx1\",CzrXTJDpS:\"framer-v-19f2l9a\",eUcPuNsjf:\"framer-v-25mw5s\",iHpvVaV2Q:\"framer-v-dtwadk\",KzP4i1ZVC:\"framer-v-113j4l\",N6jv19iY5:\"framer-v-4pkzd6\",OZ5ojafGH:\"framer-v-16gsbfs\",rHII2wdTd:\"framer-v-14dxluf\",S84WQrB75:\"framer-v-1a8bsfj\",TfYM2F9fX:\"framer-v-18umh0w\",V24SGAN3m:\"framer-v-1h2cbtj\",vrV5Njht9:\"framer-v-1odqvq7\",Zk_VmjUAi:\"framer-v-1j8yevq\",zowUctZPa:\"framer-v-1b8xh50\"};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 transitions={default:{damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"comunicacion interna\":\"V24SGAN3m\",\"Marketing de Influencia\":\"eUcPuNsjf\",\"Media Performance\":\"A0B2Cy0Xa\",\"Variant 4\":\"Zk_VmjUAi\",\"variante analytics\":\"CzrXTJDpS\",\"variante comunic interna\":\"cqBDVr1cn\",\"variante creac de cont\":\"S84WQrB75\",\"Variante Mkt\":\"KzP4i1ZVC\",Analytics:\"rHII2wdTd\",Closed:\"zowUctZPa\",Mensaje:\"iHpvVaV2Q\",Open:\"cJ0xPF2sO\",politico:\"TfYM2F9fX\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"zowUctZPa\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"zowUctZPa\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap15b3jgp=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"N6jv19iY5\");});const onTap1nhk9iy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"eUcPuNsjf\");});const onTap16uug6b=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"KzP4i1ZVC\");});const onTap10kk0ak=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"A0B2Cy0Xa\");});const onTap1tihd11=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"CzrXTJDpS\");});const onTapxq936=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"rHII2wdTd\");});const onTap1k02kon=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"cqBDVr1cn\");});const onTap1quxjvh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"V24SGAN3m\");});const onTapkspps5=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"iHpvVaV2Q\");});const onTap12jpyo4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"OZ5ojafGH\");});const onTapllt0ee=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"S84WQrB75\");});const onTap8kqv7u=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"TfYM2F9fX\");});const onTapde7ylu=activeVariantCallback(async(...args)=>{setVariant(\"cJ0xPF2sO\");});const onTap131wgps=activeVariantCallback(async(...args)=>{setVariant(\"zowUctZPa\");});const onTap17dtei=activeVariantCallback(async(...args)=>{setVariant(\"Zk_VmjUAi\");});const onTap1f97wpc=activeVariantCallback(async(...args)=>{setVariant(\"vrV5Njht9\");});const onTapuqul6r=activeVariantCallback(async(...args)=>{setVariant(\"KzP4i1ZVC\");});const onTap1xxgiwq=activeVariantCallback(async(...args)=>{setVariant(\"CzrXTJDpS\");});const onTap903xej=activeVariantCallback(async(...args)=>{setVariant(\"cqBDVr1cn\");});const onTap1pk2b7x=activeVariantCallback(async(...args)=>{setVariant(\"OZ5ojafGH\");});const onTapry54ln=activeVariantCallback(async(...args)=>{setVariant(\"S84WQrB75\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Zk_VmjUAi\",\"vrV5Njht9\",\"KzP4i1ZVC\",\"CzrXTJDpS\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"S84WQrB75\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"vrV5Njht9\",\"KzP4i1ZVC\",\"CzrXTJDpS\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"S84WQrB75\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"Zk_VmjUAi\",\"KzP4i1ZVC\",\"CzrXTJDpS\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"S84WQrB75\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"Zk_VmjUAi\",\"vrV5Njht9\",\"CzrXTJDpS\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"S84WQrB75\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"Zk_VmjUAi\",\"vrV5Njht9\",\"KzP4i1ZVC\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"S84WQrB75\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"Zk_VmjUAi\",\"vrV5Njht9\",\"KzP4i1ZVC\",\"CzrXTJDpS\",\"cqBDVr1cn\",\"S84WQrB75\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"Zk_VmjUAi\",\"vrV5Njht9\",\"KzP4i1ZVC\",\"CzrXTJDpS\",\"OZ5ojafGH\",\"S84WQrB75\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"Zk_VmjUAi\",\"vrV5Njht9\",\"KzP4i1ZVC\",\"CzrXTJDpS\",\"cqBDVr1cn\",\"OZ5ojafGH\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"N6jv19iY5\",\"eUcPuNsjf\",\"A0B2Cy0Xa\",\"rHII2wdTd\",\"V24SGAN3m\",\"iHpvVaV2Q\",\"TfYM2F9fX\"].includes(baseVariant))return true;return false;};const isDisplayed9=()=>{if([\"eUcPuNsjf\",\"A0B2Cy0Xa\",\"rHII2wdTd\",\"V24SGAN3m\",\"iHpvVaV2Q\",\"TfYM2F9fX\"].includes(baseVariant))return false;return true;};const isDisplayed10=()=>{if([\"N6jv19iY5\",\"A0B2Cy0Xa\",\"rHII2wdTd\",\"V24SGAN3m\",\"iHpvVaV2Q\",\"TfYM2F9fX\"].includes(baseVariant))return false;return true;};const isDisplayed11=()=>{if([\"N6jv19iY5\",\"eUcPuNsjf\",\"rHII2wdTd\",\"V24SGAN3m\",\"iHpvVaV2Q\",\"TfYM2F9fX\"].includes(baseVariant))return false;return true;};const isDisplayed12=()=>{if([\"N6jv19iY5\",\"eUcPuNsjf\",\"A0B2Cy0Xa\",\"V24SGAN3m\",\"iHpvVaV2Q\",\"TfYM2F9fX\"].includes(baseVariant))return false;return true;};const isDisplayed13=()=>{if([\"N6jv19iY5\",\"eUcPuNsjf\",\"A0B2Cy0Xa\",\"rHII2wdTd\",\"iHpvVaV2Q\",\"TfYM2F9fX\"].includes(baseVariant))return false;return true;};const isDisplayed14=()=>{if([\"N6jv19iY5\",\"eUcPuNsjf\",\"A0B2Cy0Xa\",\"rHII2wdTd\",\"V24SGAN3m\",\"TfYM2F9fX\"].includes(baseVariant))return false;return true;};const isDisplayed15=()=>{if([\"N6jv19iY5\",\"eUcPuNsjf\",\"A0B2Cy0Xa\",\"rHII2wdTd\",\"V24SGAN3m\",\"iHpvVaV2Q\"].includes(baseVariant))return false;return true;};const isDisplayed16=()=>{if([\"cJ0xPF2sO\",\"Zk_VmjUAi\",\"vrV5Njht9\",\"KzP4i1ZVC\",\"CzrXTJDpS\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"S84WQrB75\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1b8xh50\",className,classNames),\"data-framer-name\":\"Closed\",initial:variant,layoutDependency:layoutDependency,layoutId:\"zowUctZPa\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({A0B2Cy0Xa:{\"data-framer-name\":\"Media Performance\",\"data-highlight\":true,onTap:onTap16uug6b},cJ0xPF2sO:{\"data-framer-name\":\"Open\"},cqBDVr1cn:{\"data-framer-name\":\"variante comunic interna\",\"data-highlight\":true,onTap:onTap1quxjvh},CzrXTJDpS:{\"data-framer-name\":\"variante analytics\",\"data-highlight\":true,onTap:onTapxq936},eUcPuNsjf:{\"data-framer-name\":\"Marketing de Influencia\"},iHpvVaV2Q:{\"data-framer-name\":\"Mensaje\",\"data-highlight\":true,onTap:onTap12jpyo4},KzP4i1ZVC:{\"data-framer-name\":\"Variante Mkt\",\"data-highlight\":true,onTap:onTap10kk0ak},N6jv19iY5:{\"data-framer-name\":\"Mensaje\"},OZ5ojafGH:{\"data-framer-name\":\"variante creac de cont\",\"data-highlight\":true,onTap:onTapkspps5},rHII2wdTd:{\"data-framer-name\":\"Analytics\",\"data-highlight\":true,onTap:onTap1tihd11},S84WQrB75:{\"data-framer-name\":\"variante creac de cont\",\"data-highlight\":true,onTap:onTap8kqv7u},TfYM2F9fX:{\"data-framer-name\":\"politico\",\"data-highlight\":true,onTap:onTapllt0ee},V24SGAN3m:{\"data-framer-name\":\"comunicacion interna\",\"data-highlight\":true,onTap:onTap1k02kon},vrV5Njht9:{\"data-framer-name\":\"Variante Mkt\",\"data-highlight\":true,onTap:onTap1nhk9iy},Zk_VmjUAi:{\"data-framer-name\":\"Variant 4\",\"data-highlight\":true,onTap:onTap15b3jgp}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8l8lue\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Hu6F3wSpC\",onTap:onTapde7ylu,...addPropertyOverrides({A0B2Cy0Xa:{onTap:onTap1f97wpc},cJ0xPF2sO:{onTap:onTap131wgps},cqBDVr1cn:{onTap:onTap903xej},CzrXTJDpS:{onTap:onTap1xxgiwq},eUcPuNsjf:{onTap:onTap1f97wpc},iHpvVaV2Q:{onTap:onTap17dtei},KzP4i1ZVC:{onTap:onTapuqul6r},N6jv19iY5:{onTap:onTap17dtei},OZ5ojafGH:{onTap:onTap1pk2b7x},rHII2wdTd:{onTap:onTap1f97wpc},S84WQrB75:{onTap:onTapry54ln},TfYM2F9fX:{onTap:onTap17dtei},V24SGAN3m:{onTap:onTap1f97wpc},vrV5Njht9:{onTap:onTap1f97wpc},Zk_VmjUAi:{onTap:onTap131wgps}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l7z66d\",layoutDependency:layoutDependency,layoutId:\"WFwVeOb4W\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1wainio\",\"data-framer-name\":\"Icon_Mensaje\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:41,layoutDependency:layoutDependency,layoutId:\"SVihDrbh4\",svg:'<svg width=\"41\" height=\"33\" viewBox=\"0 0 41 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_43)\">\\n<path d=\"M26.6065 0.278244C18.5573 -0.793928 8.56548 1.1458 3.0081 7.48881C0.45892 10.4025 -0.557473 14.4538 0.303182 18.2187C1.18843 22.0736 5.06548 24.0461 7.57367 26.7061C8.96712 28.1711 8.95072 29.9717 8.36876 31.715C8.35236 31.7314 8.33597 31.7477 8.32777 31.7559C8.18843 31.9114 8.14744 32.0833 8.18023 32.247C8.13105 32.3698 8.09007 32.4843 8.03269 32.5989C7.89335 32.9263 8.34417 33.1637 8.5163 32.8608C8.54089 32.8199 8.55728 32.7954 8.58187 32.7544C8.78679 32.8445 9.04089 32.8281 9.23761 32.5989C13.6556 27.4263 21.3688 28.2284 27.3442 26.084C31.8196 24.4799 36.5737 21.5662 39.2294 17.5149C45.1966 8.41366 34.8606 1.36679 26.6065 0.278244ZM36.4097 17.6949C33.1556 21.5171 28.0573 23.9888 23.2212 25.061C18.0819 26.2068 13.3032 27.0498 9.45072 30.6183C10.0163 28.5067 9.53269 26.526 7.69663 24.6845C4.5163 21.5007 1.20482 19.4791 1.7704 14.3802C2.78679 5.33628 13.9753 2.17705 21.5655 1.93152C25.5409 1.80057 29.7376 2.44714 33.2294 4.41961C35.713 5.82735 38.0409 7.95533 38.8278 10.7708C39.5327 13.2916 37.9671 15.8616 36.4015 17.6949H36.4097Z\" fill=\"#FFBC01\"/>\\n<path d=\"M30.5984 9.15028C29.5902 9.10936 28.3279 8.79016 27.3525 9.10117C25.8525 9.58406 25.2623 10.9836 23.4017 9.89507C21.3853 8.70832 20.2869 9.46948 18.459 10.4844C16.2377 11.6957 15.5656 9.96873 14.0492 9.30579C13.3607 9.00296 12.5 9.23212 11.8033 9.36308C9.90986 9.7232 7.85248 11 6.73773 12.5632C6.26232 13.2262 7.15576 14.1019 7.70494 13.4472C8.58199 12.3832 9.77871 11.7775 11.041 11.2864C12.7377 10.6153 13.6394 11.1964 14.8771 12.3013C16.2541 13.5454 18.1476 12.907 19.541 12.1622C20.9754 11.3847 21.4426 11.1064 22.9099 11.9985C23.6148 12.4241 24.3279 12.5059 25.1312 12.4978C25.9344 12.4978 26.6312 12.0476 27.2541 11.6056C28.3689 10.8117 29.664 11.3192 30.8853 10.7626C31.7377 10.3698 31.5656 9.1912 30.5984 9.15028Z\" fill=\"#FFBC01\"/>\\n<path d=\"M29.7541 15.0023C27.8524 15.1414 25.9918 15.5506 24.0737 15.6734C21.9508 15.8125 20.2869 16.59 18.1311 16.1481C15.418 15.5915 12.7049 15.0841 10.6967 17.4003C10.2459 17.9159 10.918 18.7999 11.5 18.3415C14.4918 16.1153 17.7377 18.8162 21.0573 18.4479C22.9508 18.2351 24.7705 17.8341 26.6967 17.7031C28.1393 17.6131 29.3442 17.3348 30.3606 16.2954C30.8278 15.8289 30.418 14.9613 29.7623 15.0023H29.7541Z\" fill=\"#FFBC01\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_43\">\\n<rect width=\"41\" height=\"33\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1h04o4c\",\"data-framer-name\":\"Icon_Cohete\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"L3esLDt1X\",svg:'<svg width=\"28\" height=\"40\" viewBox=\"0 0 28 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_33)\">\\n<path d=\"M20.0405 21.0518C19.9823 19.2294 19.7715 17.393 19.5026 15.5988C18.6885 10.0403 16.9294 3.56011 11.5067 0.161698C11.2233 -0.0212393 10.9252 -0.0282754 10.6781 0.0350492C10.2492 0.0350492 9.82762 0.189843 9.5514 0.597934C5.95327 5.96645 5.40083 12.3833 5.66978 18.4414C5.7352 19.8838 5.8297 21.3684 5.99688 22.8671C2.68224 21.8539 0.545171 25.5126 0 27.9541C0.247144 31.6551 -0.377985 36.4255 1.6864 39.6762C1.91173 39.8662 2.20976 39.9788 2.50779 39.9999C3.13292 37.1292 2.54413 33.7307 6.24403 32.4783C6.62928 32.3446 6.96365 32.3939 7.22534 32.5346C7.4216 32.4994 7.62513 32.4713 7.83593 32.4642C8.40291 34.3851 9.108 36.2496 9.96573 38.0016C9.91485 38.2409 10.0093 38.5012 10.2274 38.6489C10.2274 38.8741 10.3873 39.0922 10.7362 39.0641C12.3936 38.9304 14.4071 39.4018 15.9699 38.8037C16.0135 38.7756 16.0426 38.7474 16.0862 38.7193C16.784 38.7826 17.6199 38.3675 17.6563 37.5584C17.758 35.4968 18.1506 33.4704 18.5722 31.437C18.6739 29.5302 21.4071 29.9242 23.0208 31.0781C25.0997 32.5557 26.1828 35.0254 26.866 37.4317C27.026 37.5372 27.2222 37.6006 27.4258 37.6217C27.7747 34.5821 28.0291 31.5425 27.9709 28.517C27.2513 24.0491 25.4777 20.0034 20.026 21.0518H20.0405ZM2.4351 35.1802C2.13707 33.6815 2.00623 32.1406 2.0135 30.6278C2.0135 29.1151 2.28245 27.5601 2.99481 26.1529C3.64174 24.8583 4.84112 24.6824 6.16407 24.3376C6.44029 26.4695 6.82554 28.6226 7.36345 30.7193C4.64486 30.9304 3.25649 32.9568 2.4351 35.1872V35.1802ZM15.2139 37.0307C14.8214 36.9533 14.3344 36.9955 13.9927 37.0447C13.0768 37.1643 12.1537 37.284 11.2378 37.3965C11.0706 36.4748 10.8816 35.532 10.6781 34.5962C12.2918 34.7299 13.92 34.5962 15.5337 34.3921C15.3956 35.2716 15.2793 36.1511 15.2139 37.0307ZM17.4237 20.8055C17.4673 22.9796 17.3219 25.1186 16.9221 27.3209C16.6096 29.0166 16.2243 30.6982 15.8972 32.3868C15.8318 32.3868 15.7445 32.3798 15.6646 32.3728C13.9346 32.4572 12.2482 32.9497 10.5109 32.9779C10.46 32.9779 10.4019 32.9849 10.351 32.999C10.2928 32.7598 10.242 32.5135 10.1911 32.2672C10.1184 32.2109 10.0457 32.1406 9.98754 32.0562C8.01038 29.4176 8.18484 24.7457 8.13396 21.5232C7.38525 15.8591 7.45794 10.2092 9.80581 4.96733C9.84943 4.81957 9.89304 4.67885 9.94392 4.53109C10.0021 4.34815 10.1038 4.20743 10.2274 4.08078C10.5472 3.45457 10.8889 2.8354 11.2741 2.22326C11.6085 2.54692 11.9211 2.89169 12.2118 3.22942C15.9917 5.15026 16.9221 9.75185 17.3292 13.298C17.6199 15.8169 17.6127 18.3147 17.4237 20.7985V20.8055ZM26.0955 32.035C24.2347 29.678 21.7269 27.6445 19.2336 28.4467C19.459 27.3279 19.6771 26.2162 19.837 25.0975C19.946 24.2813 20.0114 23.4651 20.0332 22.6489C25.136 22.1353 25.8411 27.4616 26.0883 32.0421L26.0955 32.035Z\" fill=\"#FFBC01\"/>\\n<path d=\"M9.77678 15.8171C6.49122 17.8997 8.98447 25.8435 14.2399 23.0572C16.6896 21.7555 17.351 18.3289 15.7955 16.3588C14.5816 14.825 10.998 14.1284 9.77678 15.8241V15.8171ZM13.6003 22.234C11.594 23.5216 9.73317 21.4881 9.44241 19.891C9.29703 19.0888 9.36245 18.1742 9.68956 17.365C9.86401 17.4424 10.0675 17.4283 10.2129 17.2384C10.8962 16.3659 11.3832 15.7186 12.6989 15.8382C13.8183 15.9508 14.7851 16.6825 15.2358 17.555C16.0572 19.117 15.1195 21.263 13.593 22.234H13.6003Z\" fill=\"#FFBC01\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_33\">\\n<rect width=\"28\" height=\"40\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-zveb1l\",\"data-framer-name\":\"Icon_Pesa\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:41,layoutDependency:layoutDependency,layoutId:\"aLhdshLEH\",svg:'<svg width=\"41\" height=\"31\" viewBox=\"0 0 41 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_36)\">\\n<path d=\"M40.4167 13.8215C38.9672 13.484 37.6327 12.8089 36.2009 12.371C36.1567 12.3619 36.1125 12.371 36.0772 12.371C36.3246 10.8748 36.5456 9.37864 36.7312 7.86422C36.7754 7.4993 36.4484 7.09789 36.1214 7.0249C34.3626 6.64174 32.6126 6.27682 30.8804 5.83891C30.7213 5.80242 30.5799 5.81154 30.4561 5.85716C30.0672 5.74768 29.6342 5.90277 29.4928 6.41366C28.8387 8.84038 28.2731 11.2945 27.7605 13.7577C25.3742 13.0187 22.8907 12.0517 20.3895 11.4222C18.7987 10.8292 17.1459 10.145 15.502 9.82567C15.8644 8.30212 16.2002 6.77858 16.4742 5.22767C16.6422 4.21501 16.5714 3.4578 16.3063 2.88305C16.3328 2.65498 16.2886 2.41778 16.1295 2.21707C15.1662 0.948975 13.0804 0.730023 11.4984 0.428964C11.4277 0.401595 11.3658 0.383348 11.2951 0.355979C11.083 0.264749 10.8797 0.173519 10.6764 0.064043C10.4732 -0.0454331 10.208 0.000181917 10.0578 0.173519C9.82797 0.191765 9.60702 0.337733 9.51864 0.638793C9.24465 1.64232 8.98835 2.65498 8.73204 3.66763C8.59947 4.05992 8.4669 4.44309 8.32549 4.83538C8.32549 4.83538 8.30781 4.82626 8.29898 4.81713C7.07932 4.38835 5.70941 3.74062 4.47207 3.97782C4.07436 3.71325 3.53523 3.73149 3.27009 4.31537C3.20822 4.45221 3.14636 4.58906 3.09333 4.73503C2.25371 5.60171 2.03275 7.22561 1.76761 8.31125C1.67923 8.63968 1.60852 8.9681 1.54666 9.30566C0.945666 11.4861 0.512598 13.7121 0.026502 15.9472C-0.053041 16.3577 0.0706926 16.8778 0.468408 17.0876C1.60852 17.6441 2.78399 18.0181 3.9683 18.4378C3.70316 19.788 3.51756 21.1656 3.45569 22.5796C3.42034 23.3277 4.03017 23.647 4.59581 23.5467C5.85966 24.6049 8.08686 25.1979 9.22698 25.3257C12.064 25.6541 12.4882 22.3424 12.9567 20.1164C13.2483 18.7753 13.5753 17.4525 13.9112 16.1297C14.3708 16.2756 14.8392 16.4216 15.3076 16.5585C16.7924 17.1606 18.454 17.5711 19.8592 18.082C22.0599 18.8848 24.3048 19.5143 26.6292 19.7424C26.5762 20.0161 26.5408 20.2989 26.4878 20.5726C25.383 22.9537 24.3578 25.499 23.8629 27.9805C23.7568 28.5278 23.9955 29.0843 24.5523 29.2394C26.6381 29.8142 28.715 30.3981 30.8008 30.9728C31.2957 31.1188 31.7907 30.8177 31.9321 30.3068C32.4624 28.4731 32.9661 26.6394 33.4434 24.7874C33.6732 24.8148 33.903 24.8695 34.1328 24.906C35.0166 25.1341 35.8385 25.5081 36.687 26.0464C37.1819 26.3566 37.8006 26.0646 37.9685 25.5173C39.0379 22.0688 39.4268 18.4013 40.9028 15.0988C41.1149 14.6152 40.9912 13.9584 40.4078 13.8307L40.4167 13.8215ZM4.41021 16.376C3.77386 16.0841 3.11984 15.8195 2.46582 15.5458C2.96959 13.2012 3.20822 10.8201 3.70316 8.47546C3.95062 7.63614 4.23344 6.80595 4.56929 5.994C4.73722 5.85716 4.94933 5.76593 5.23215 5.76593C5.78895 5.76593 6.3811 5.92102 6.95558 6.08523C6.94674 6.12172 6.92907 6.15822 6.92023 6.20383C6.84069 7.3807 6.6109 8.5302 6.32808 9.65233C6.20434 10.1358 6.08061 10.6285 5.94804 11.112C5.93036 11.185 5.9392 11.2671 5.94804 11.331C5.37356 12.9914 4.83443 14.67 4.40137 16.3669L4.41021 16.376ZM10.2434 22.607C9.73959 24.1214 6.48716 22.5158 5.62103 21.4666C6.66392 17.5346 7.61844 13.5752 8.58179 9.61584C9.47444 7.07964 10.3936 4.55257 11.1095 1.97075C12.2496 2.4269 13.4251 2.7827 14.4945 3.39394C15.2546 3.83185 14.1233 7.06139 13.9907 7.69088C13.2748 11.0482 12.3557 14.3507 11.463 17.6623C11.0211 19.3045 10.7913 20.9922 10.2522 22.607H10.2434ZM21.3971 16.4034C20.7961 16.1844 20.1862 15.9655 19.5852 15.7465C17.9944 15.1535 16.2091 14.1409 14.468 13.8945C14.6359 13.2377 14.8127 12.5717 14.9806 11.9148C15.2457 11.9969 15.5109 12.0791 15.7849 12.1612C17.2078 12.6903 18.7279 13.0735 20.142 13.5479C22.5107 14.3507 24.8969 15.1444 27.3274 15.7739C27.2037 16.4399 27.0623 17.0967 26.9386 17.7718C25.0914 17.2792 23.2354 16.8321 21.3794 16.4034H21.3971ZM30.4031 28.8563L26.2492 27.6155C27.1418 26.3566 27.5042 24.6597 27.7605 23.0175C27.8135 22.8807 27.8754 22.7621 27.9196 22.6344C28.0698 21.9958 28.2201 21.3572 28.388 20.7277C28.5648 19.7241 28.7239 18.7297 28.9271 17.7444C28.8476 17.6806 28.768 17.635 28.6708 17.6076C29.3248 14.1773 30.0407 10.7562 30.9069 7.37158C32.2414 7.74562 33.6025 8.0558 34.9282 8.45722C34.1151 13.3836 33.1429 18.2553 31.9498 23.0814C31.7288 23.3095 31.6493 23.6926 31.7111 24.012C31.3046 25.6267 30.8715 27.2415 30.4031 28.8563ZM36.3246 23.5467C35.7501 23.4007 35.1668 23.2912 34.5835 23.1909C34.3537 23.1361 34.1151 23.0723 33.8765 23.0267C34.5747 20.1712 35.2022 17.2883 35.7236 14.3872C36.6163 14.6244 37.5001 14.8433 38.4016 15.0167C37.8094 17.8722 37.1642 20.7459 36.3246 23.5467Z\" fill=\"#FFBC01\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_36\">\\n<rect width=\"41\" height=\"31\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-f7hdgn\",\"data-framer-name\":\"Icon_Gr\\xe1fico\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"OPAMyTTik\",svg:'<svg width=\"34\" height=\"37\" viewBox=\"0 0 34 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_38)\">\\n<path d=\"M33.3924 2.41462C33.2322 2.1128 32.9518 2.07165 32.7182 2.18826C31.176 0.775206 26.77 2.88792 26.6565 0.672314C26.6365 0.267605 26.3294 0.0618205 25.9756 0.0343826C23.0849 -0.18512 20.3145 0.610578 17.4639 0.953552C14.2061 1.33768 10.9015 0.884957 7.63707 1.24165C7.33665 1.27595 7.04959 1.53661 7.08965 1.87272C7.14306 2.31173 7.20314 2.66842 7.28992 3.10743C7.39006 3.61503 4.8933 3.65618 4.51945 3.6699C3.2644 3.71792 2.1028 3.76594 0.934534 4.20494C0.834396 4.14321 0.707556 4.12949 0.580715 4.19122C0.0399726 4.45188 0.0266209 5.03494 -8.24118e-05 5.59056C-0.0134341 5.89923 0.0266209 6.19419 0.0733517 6.49601C0.113407 6.73609 0.206868 6.90071 0.307006 7.09278C0.166813 7.29171 0.193517 7.60038 0.493929 7.65526C0.887803 7.72385 1.28168 7.77873 1.68223 7.82674C1.82242 11.7915 2.33646 15.7083 2.78374 19.6456C2.97734 21.3879 3.17761 23.1028 3.0975 24.852C3.03742 26.0592 2.95063 27.2939 3.43797 28.4189C3.60487 28.803 4.05215 28.8305 4.30583 28.6384C4.33921 28.6452 4.37259 28.659 4.41264 28.659C6.97616 28.8305 9.96693 29.2557 12.437 28.3777C12.437 28.3777 12.437 28.3777 12.4437 28.3777C12.6373 28.364 12.8375 28.364 13.0311 28.3571C11.8762 30.8814 11.0351 33.5429 9.86012 36.0603C9.74663 36.3073 9.83342 36.5885 10.0671 36.712C10.4743 36.9315 10.8415 36.9864 11.3021 37.0069C11.5157 37.0207 11.6826 36.8286 11.736 36.6297C11.8896 36.0603 12.1299 35.5253 12.417 35.0177C12.4837 35.0177 12.5572 34.9903 12.5972 34.9285C13.1179 34.1534 13.5652 33.344 14.0792 32.5757C14.1727 32.4454 14.2728 32.3151 14.3663 32.1779C14.4998 31.9995 14.6333 31.8075 14.7602 31.6223C15.2208 31.0186 15.7015 30.415 16.1755 29.8319C16.2756 29.9623 16.5159 29.9897 16.6428 29.7976C16.9766 29.29 17.3304 28.7893 17.6375 28.2543C17.6575 28.2131 17.6708 28.1719 17.6775 28.1376C17.8511 28.1308 18.0313 28.1239 18.2049 28.1102C18.2116 28.1308 18.2183 28.1445 18.2249 28.1514C20.3812 30.8677 22.7712 33.3714 24.854 36.1495C25.0677 36.4376 25.4682 36.4925 25.7152 36.2181C25.9422 35.9574 26.0223 35.8271 26.1358 35.5116C26.1491 35.4704 26.1491 35.4155 26.1491 35.3744C26.3961 35.2372 26.523 34.8942 26.2426 34.6679C24.2599 33.0285 23.9194 30.168 22.7845 27.9113C24.0129 27.8633 25.2412 27.8221 26.4696 27.7741C28.6526 27.7124 30.6687 27.047 32.8049 26.9235C33.2322 26.8961 33.3991 26.4982 33.3257 26.169C33.5727 22.5952 33.1187 18.8636 32.8584 15.3036C32.7248 13.5475 32.7515 11.4348 32.5179 9.44558C32.5312 9.15062 32.5446 8.85566 32.5513 8.56071C32.5913 8.49897 32.6247 8.41666 32.618 8.30691L32.5913 7.81988C32.618 7.22311 32.6581 6.61262 32.7182 6.01584C33.0119 5.95411 33.3056 5.89237 33.5994 5.81006C33.8464 5.74146 33.9999 5.46709 33.9866 5.227C33.9532 4.17064 33.8664 3.36123 33.3791 2.42834L33.3924 2.41462ZM13.3783 31.9035C12.457 33.1862 11.4823 34.4484 10.9683 35.9574C10.9616 35.9574 10.9483 35.9574 10.9416 35.9506C12.0431 33.4332 12.8576 30.7923 14.0192 28.3023C14.66 28.268 15.3009 28.2405 15.9485 28.2062C15.0806 29.4204 14.2595 30.6825 13.385 31.8966L13.3783 31.9035ZM24.4335 33.8859C22.6844 31.8075 20.8018 29.8457 18.7657 28.069C18.8391 28.069 18.9125 28.0622 18.9927 28.0622C20.1142 28.0142 21.2357 27.9593 22.3573 27.9181C22.9514 29.8388 23.3453 32.1573 24.4335 33.8859ZM27.1705 26.6011C24.7205 26.7452 22.2571 26.8275 19.8004 26.9578C15.7549 27.1636 11.696 27.3351 7.65042 27.7398C7.54361 27.7192 7.44347 27.7055 7.33665 27.6918C7.28992 27.6095 7.21649 27.5546 7.10968 27.5477C7.0763 27.5477 7.04292 27.5477 7.00954 27.5409H7.00286C6.24849 27.4723 5.49413 27.4723 4.73308 27.3968C4.60624 27.3831 4.51278 27.4311 4.43934 27.5203C4.37926 27.5203 4.33253 27.5477 4.29248 27.5752C3.99874 26.4914 4.15228 25.2704 4.20569 24.1592C4.21237 24.022 4.21237 23.8985 4.21904 23.7613C4.38594 24.6462 4.63294 25.5036 5.03349 26.2924C5.23377 26.6972 5.68773 26.5051 5.82124 26.169C14.2128 26.8138 22.671 25.4076 31.0359 24.8314C31.0959 24.8245 31.1493 24.8108 31.2027 24.7902C31.4364 25.0989 32.0639 25.0097 32.104 24.5639C32.1507 24.1111 32.1641 23.6516 32.1641 23.192C32.2108 24.0494 32.2776 24.9 32.371 25.7437C30.6286 25.9289 28.9597 26.4914 27.1772 26.6011H27.1705ZM4.69303 9.19864C13.0245 9.58277 21.4827 8.56071 29.8075 8.07368C29.9944 10.79 30.2481 13.4995 30.4551 16.2159C30.642 18.6784 30.5819 21.285 30.9691 23.7476C22.5709 24.3581 14.2261 25.3253 5.81457 25.6751C4.62627 20.1944 5.56088 14.6931 4.6997 9.19864H4.69303ZM32.0506 20.5442C31.9237 19.0626 31.7301 17.5809 31.5966 16.1473C31.3363 13.3486 31.0425 10.55 30.5819 7.78559C30.7288 7.52493 30.6754 7.15452 30.4484 6.96931C30.435 6.89386 30.4217 6.80468 30.4083 6.72237C30.3282 6.29022 29.6807 6.28336 29.714 6.76353C29.714 6.80468 29.714 6.83898 29.7207 6.86642C21.3626 7.34658 12.8576 7.6141 4.56619 8.78707C4.35923 8.54699 3.91195 8.6293 3.95201 9.02715C4.23239 12.0453 4.01209 15.0909 3.95201 18.116C3.93866 18.7813 3.91863 19.4741 3.92531 20.1669C3.85855 19.6799 3.79179 19.1929 3.73838 18.7059C3.30445 15.1046 2.84382 11.5103 2.49668 7.9022C6.96948 8.25203 11.4356 7.326 15.9084 7.05162C18.9459 6.8527 21.9968 6.887 25.041 6.6332C27.037 6.47543 29.0865 6.49601 31.0959 6.26278C31.0091 6.79096 31.1961 7.49749 31.2294 7.92964C31.2294 7.99823 31.2562 8.06682 31.2895 8.10798C31.3363 8.75963 31.4297 9.40442 31.4765 10.0286C31.6166 11.8052 31.7435 13.575 31.857 15.3516C31.9638 17.0665 32.0038 18.8088 32.0506 20.5442ZM29.694 5.227C28.3922 5.2956 27.1038 5.32304 25.8087 5.47394C22.7311 5.82378 19.6269 5.87865 16.5359 5.97469C11.7894 6.11188 7.08965 7.27113 2.33646 7.06534C2.19627 6.90071 1.92256 6.887 1.76901 7.0379C1.40184 7.01733 1.03467 6.98303 0.667501 6.93501C0.70088 6.8527 0.740935 6.77724 0.767638 6.69493C0.834396 6.46857 0.841072 6.18733 0.874451 5.95411C0.90783 5.71403 0.954561 5.47395 1.04135 5.24758C1.11478 5.06238 1.19489 4.93205 1.20824 4.74684C3.55813 4.22552 6.02819 5.12411 8.25124 3.9237C8.49157 3.79337 8.53163 3.49156 8.47822 3.25834C8.40479 2.97024 8.35138 2.689 8.31133 2.4009C11.1152 2.20884 13.9123 2.38718 16.7162 2.28429C19.6469 2.17454 22.4708 1.18677 25.4148 1.33082C25.9422 4.4999 30.1213 2.16082 32.1307 3.34751C32.2909 3.44354 32.4511 3.45726 32.578 3.4161C33.5059 5.5151 31.2027 5.14469 29.7007 5.227H29.694Z\" fill=\"#FFBC01\"/>\\n<path d=\"M21.456 23.3291C21.456 23.3291 21.456 23.3359 21.4627 23.3428C21.5895 23.5211 21.7898 23.6515 22.0502 23.5897C23.125 23.3565 24.2532 23.4594 25.3413 23.4183C25.6417 23.4045 25.822 23.137 25.8287 22.8626C25.8554 20.3726 25.5416 17.8758 25.2746 15.4064C25.2479 15.1663 25.0543 14.9399 24.7939 14.9674C23.6524 15.0909 22.5108 15.2075 21.3625 15.1663C21.1022 15.1663 21.0488 15.5573 21.2624 15.667C21.1756 15.7151 21.0955 15.8042 21.0955 15.9483C21.1155 18.2119 20.962 20.7156 21.3625 22.9518C21.3492 23.0753 21.3826 23.2125 21.456 23.3291Z\" fill=\"#FFBC01\"/>\\n<path d=\"M16.0553 24.4129C17.2169 24.4129 20.3412 25.0371 20.4547 23.0135C20.5481 21.2026 20.221 19.3163 20.0675 17.5259C19.8605 15.036 19.6402 12.546 19.2196 10.0903C19.1863 9.85705 19.0461 9.713 18.8057 9.70614C17.6842 9.65127 16.5827 9.75416 15.4678 9.82276C15.4144 9.82276 15.3744 9.85705 15.3543 9.88449C15.3009 9.91193 15.2609 9.95995 15.2542 10.0423C14.9805 13.0673 15.2542 16.0786 15.5012 19.0899C15.608 20.352 15.2408 22.2727 15.6948 23.5348C15.4344 23.7955 15.5613 24.406 16.0553 24.406V24.4129Z\" fill=\"#FFBC01\"/>\\n<path d=\"M10.7547 24.6598C12.8041 24.7764 14.2595 24.9959 14.6934 22.5265C15.2074 19.6936 14.5933 16.5725 14.0725 13.7875C14.0458 13.6435 13.8656 13.4857 13.7254 13.4651C12.0164 13.2113 10.4809 13.2045 9.9402 15.1457C9.21254 17.8072 10.2206 20.9145 10.5076 23.5966C10.0337 23.7475 10.1472 24.6255 10.7547 24.6598Z\" fill=\"#FFBC01\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_38\">\\n<rect width=\"34\" height=\"37\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-222js3\",\"data-framer-name\":\"Icon_Bombilla\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"vrMuxaKQJ\",svg:'<svg width=\"24\" height=\"36\" viewBox=\"0 0 24 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_24)\">\\n<path d=\"M23.2947 7.18451C21.4814 2.37687 16.0645 0.12209 11.2134 -0.000203425C6.06774 -0.122496 1.88304 2.76668 0.426151 7.63547C-0.279048 9.98961 -0.0620634 12.5654 0.705131 14.8813C1.0926 16.0355 1.72806 17.0367 2.4875 17.9845C3.49493 19.2304 4.41711 20.2928 5.17655 21.5463C5.16106 21.5922 5.14556 21.638 5.15331 21.6915C5.1843 22.3947 5.38579 23.0597 5.55628 23.7323C5.57178 24.2826 5.64152 24.7947 5.78101 25.2609C5.78101 25.3144 5.78101 25.368 5.78101 25.4291C5.78101 25.5896 5.85851 25.7119 5.95925 25.796C6.23048 26.4839 6.63345 27.0724 7.13716 27.5616C7.45489 29.6941 6.49396 32.2622 7.57888 34.2342C8.6948 36.2673 11.2211 36.0915 13.2515 35.8699C15.677 35.61 16.9402 34.4406 17.5369 32.8584C17.5369 32.8584 17.5447 32.8584 17.5524 32.8584C18.0251 32.6826 18.0794 32.1934 17.8159 31.9106C18.0096 30.9858 18.0406 29.9769 17.9786 28.9374C17.9786 28.9144 17.9786 28.8839 17.9786 28.8533C17.9321 28.0584 17.8391 27.2482 17.7229 26.4686C18.6528 25.4062 19.1178 24.1221 18.5521 22.7387C18.9008 21.3629 20.0245 20.5909 20.9234 19.4291C21.8301 18.2597 22.4965 17.0291 23.0545 15.6686C24.1859 12.9705 24.3099 9.91317 23.2792 7.18451H23.2947ZM12.7942 34.7539C10.6089 35.0062 8.78779 34.7769 8.32283 32.675C9.43099 33.1718 11.0196 33.3476 12.0038 33.5004C13.1662 33.6839 14.6929 33.5769 16.0335 33.2941C15.3438 34.1654 14.2201 34.6011 12.802 34.7539H12.7942ZM16.8007 31.0011C16.7852 31.238 16.762 31.452 16.7232 31.6584C14.8711 31.6508 13.0732 32.3692 11.1436 32.01C10.3377 31.8648 9.12102 31.3909 8.20658 31.5743C8.19109 31.0699 8.20658 30.573 8.22208 30.0686C10.0587 30.6036 12.2828 31.0316 14.1814 30.6877C14.7704 30.5807 15.925 30.4125 16.8085 30.0609C16.8085 30.3743 16.8085 30.6877 16.793 30.9934L16.8007 31.0011ZM8.17559 28.3488C9.43099 29.0979 11.0351 29.4036 12.7555 29.1437C13.9412 28.968 15.4058 28.3718 16.5992 27.4928C16.6457 27.7909 16.6767 28.0966 16.7155 28.3947C16.049 28.5629 15.3128 28.9603 14.8478 29.0979C12.6083 29.7323 10.5159 28.9985 8.26083 29.2049C8.26083 29.2049 8.25308 29.2125 8.24533 29.2125C8.24533 28.9144 8.22208 28.6316 8.18334 28.3412L8.17559 28.3488ZM18.8853 19.4444C18.1414 20.2851 17.5214 20.9654 17.2347 21.8138C17.1494 21.8979 17.1029 22.0125 17.1262 22.1654C17.1262 22.1807 17.1262 22.196 17.1262 22.2189C17.0409 22.6087 17.0332 23.0444 17.1029 23.5488C17.1339 23.7246 17.2114 23.8316 17.3199 23.9157C17.3354 24.466 17.2347 24.9934 16.9014 25.5437C16.638 25.6278 16.4132 25.8648 16.4055 26.1858C15.553 27.0801 14.3054 27.5692 13.1197 27.852C10.5779 28.4482 8.17559 27.6304 7.11391 25.666C7.16041 25.5973 7.19916 25.5132 7.20691 25.4138C7.29215 24.3285 7.03642 23.182 6.76519 22.1425C6.73419 22.0125 6.69544 21.8597 6.64895 21.7144C6.66445 21.6609 6.6722 21.5998 6.6877 21.5539C6.75744 21.3246 6.61795 21.1488 6.43971 21.0801C6.27698 20.6826 6.05224 20.3157 5.73451 20.1323C5.16881 19.2609 4.50235 18.4813 3.8049 17.6788C1.93729 15.5234 1.23209 12.8941 1.37158 10.089C1.65056 4.40999 6.43971 1.34502 11.8178 1.49789C17.3974 1.64311 22.5353 5.53356 22.4655 11.3043C22.4268 14.3539 20.8614 17.2125 18.8853 19.4444Z\" fill=\"#FFBC01\"/>\\n<path d=\"M10.9111 13.2841C10.7716 13.093 10.6089 13.0166 10.4384 13.0319C10.2757 13.0242 10.1129 13.093 9.97344 13.2841C9.59371 13.8268 9.8107 14.8051 9.81845 15.4242C9.8417 17.1516 9.99668 18.879 10.0742 20.5987C10.1052 21.2178 11.0274 21.2255 11.0429 20.5987C11.0894 18.9401 11.0274 17.2892 11.0506 15.6382C11.0584 14.9656 11.3141 13.8726 10.9034 13.2841H10.9111Z\" fill=\"#FFBC01\"/>\\n<path d=\"M14.2667 13.2612C14.321 12.6803 13.3213 12.5427 13.2438 13.1236C12.9803 15.0497 13.1121 16.8994 13.1198 18.8255C13.1198 19.5516 13.0191 20.4382 13.2206 21.1567C13.2283 21.2255 13.2516 21.2866 13.2903 21.3554C13.2903 21.3554 13.2903 21.3554 13.3058 21.3631C13.5305 21.7223 14.0575 21.7376 14.2822 21.3631C14.662 20.744 14.414 19.7121 14.383 19.0242C14.3055 17.0905 14.104 15.1873 14.2745 13.2612H14.2667Z\" fill=\"#FFBC01\"/>\\n<path d=\"M13.4066 8.52229C12.1434 7.91083 9.56285 8.49936 8.54767 9.55414C7.91997 9.44713 7.19152 9.66115 6.57157 10.2268C4.79694 11.8242 6.50182 14.507 8.62517 14.2624C8.97389 14.2166 8.98939 13.7274 8.62517 13.7045C7.71073 13.7045 7.09853 13.2611 6.8118 12.3822C6.41658 11.2433 7.37751 10.5096 8.13695 10.5631C8.1757 10.9911 8.49343 11.4497 9.20637 11.9083C9.5396 12.1223 10.0201 11.8471 10.0046 11.4573C9.98132 10.8535 9.77983 10.3796 9.48535 10.0586C9.82633 9.74522 10.5238 9.52357 10.9655 9.41656C11.5467 9.27134 12.1279 9.23312 12.4844 9.37834C12.1744 9.90573 12.1202 10.5707 12.5231 11.251C12.7401 11.6408 13.2981 11.6102 13.5228 11.251C13.949 10.5783 14.1273 10.0433 14.1273 9.60764C14.7317 9.38599 15.5299 9.55414 15.6384 10.586C15.6849 10.9987 15.6074 12.1682 14.972 12.1529C14.1583 12.1376 14.1583 13.3911 14.972 13.3987C17.2038 13.414 17.3433 9.90573 15.9949 8.75923C15.2199 8.10191 14.197 8.1172 13.4143 8.51465L13.4066 8.52229Z\" fill=\"#FFBC01\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_24\">\\n<rect width=\"24\" height=\"36\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1quy220\",\"data-framer-name\":\"Icon_Lupa\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"J934EBSFA\",svg:'<svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_29)\">\\n<path d=\"M23.2934 3.37364C18.3326 1.65335 13.6403 5.04706 12.4924 9.84646C11.5392 13.8359 13.439 17.3434 16.6947 18.9164C17.4331 19.5791 18.346 20.1079 19.259 20.3154C21.2929 21.0919 23.5082 20.5229 25.3139 19.2243C25.8174 18.8428 26.294 18.4211 26.7505 17.9659C27.3949 17.2564 27.9453 16.4398 28.3414 15.5763C30.6103 10.5761 28.5025 5.18763 23.2867 3.38033L23.2934 3.37364ZM27.0995 14.2442C26.4954 16.0448 25.2199 17.6379 23.5283 18.5282C22.5952 19.0168 21.7091 19.0503 20.8566 18.8562C19.7221 18.8696 18.5877 18.5081 17.4465 17.6781C17.3391 17.5978 17.2787 17.5041 17.2451 17.417C17.1981 17.4304 17.1511 17.4438 17.1041 17.4706C16.3255 16.9953 15.6206 16.413 15.0366 15.6901C14.0364 14.3647 13.5665 12.6645 13.9021 10.5895C14.5466 6.64686 18.0238 3.91583 22.0112 4.67891C26.6833 5.57587 28.4958 10.0339 27.0995 14.2442Z\" fill=\"#FFBC01\"/>\\n<path d=\"M31.9062 9.81314C31.5706 7.14904 30.2683 4.61212 27.8718 2.69103C22.2264 -1.82723 14.9765 -0.448322 10.8683 5.2815C8.68661 8.32714 8.0019 12.0421 8.88128 15.3421C9.22364 16.6541 9.81436 17.9058 10.6535 19.0237C10.2238 19.3517 9.81436 19.6998 9.41831 20.0813C9.21021 20.0144 9.00211 19.9943 8.80744 20.021C5.31006 20.5632 2.84646 24.9075 0.94002 27.7858C-1.38933 29.5997 1.00715 33.288 3.83324 32.9868C5.26979 32.8261 6.46467 31.3334 7.3709 30.3628C8.64633 29.0107 9.82108 27.5448 10.9354 26.0588C11.6537 25.1016 12.4189 24.2448 12.1773 23.1805C12.184 23.1738 12.1907 23.1671 12.1974 23.1604C12.3048 23.0198 12.4122 22.886 12.5196 22.7655C12.8486 22.3839 13.2043 22.0426 13.5668 21.6878C13.5735 21.6878 13.5803 21.6878 13.5803 21.6878C13.6205 21.7213 13.6608 21.7346 13.7011 21.7681C18.0241 25.7977 24.7839 24.1042 28.617 19.8002C31.1611 16.9419 32.3426 13.2671 31.8995 9.81314H31.9062ZM10.3111 20.59C10.6333 20.3156 10.9555 20.0545 11.271 19.7801C11.6403 20.1884 12.0564 20.5632 12.4995 20.9247C12.1639 21.2661 11.8819 21.6543 11.6201 22.0626C11.2912 21.5874 10.828 21.005 10.3111 20.5967V20.59ZM28.3015 18.0866C28.1941 18.2606 28.0195 18.3342 27.8517 18.3208C27.6436 18.5417 27.4355 18.7559 27.214 18.9634C25.7305 20.5967 23.7904 21.815 21.6558 22.3371C20.2729 22.6785 19.0176 22.5647 17.8429 22.1697C17.3394 22.0626 16.8427 21.9221 16.3594 21.7413C16.2318 21.7815 16.0908 21.7681 15.9432 21.6878C15.6478 21.5271 15.3592 21.3531 15.0839 21.1858C14.171 20.7239 13.2916 20.1482 12.4525 19.4989C12.4391 19.5056 12.4122 19.5257 12.3988 19.5458C12.3115 19.4521 12.2243 19.3584 12.137 19.258C12.1303 19.258 12.1169 19.2513 12.1034 19.2379C12.0699 19.2111 12.0497 19.1843 12.0229 19.1576C12.0027 19.1241 11.9826 19.104 11.9692 19.0772C11.9356 19.0371 11.9021 19.0036 11.8685 18.9634C11.8349 18.8028 11.7275 18.6555 11.5731 18.5953C10.7609 17.5243 10.1769 16.3462 9.85464 15.0878C9.23706 12.6714 9.58613 9.97379 11.0562 7.27622C14.0233 1.82754 20.3065 -0.267592 25.6835 2.99894C27.5966 4.16365 28.8922 5.68981 29.6373 7.39002C29.7514 7.42348 29.8588 7.48373 29.9461 7.59752C30.4764 8.30036 30.7718 9.09691 30.8926 9.94701C31.2618 12.7182 29.691 15.9914 28.3082 18.0866H28.3015Z\" fill=\"#FFBC01\"/>\\n<path d=\"M17.3526 5.97748C17.2049 6.05781 17.1647 6.20507 17.2049 6.33894C16.0839 7.03509 15.1642 8.54117 15.4663 9.81298C15.7952 11.2187 17.1647 10.8103 17.9165 10.0004C18.6683 9.20385 19.3463 8.07261 19.4336 6.96146C19.5209 5.77667 18.2051 5.48884 17.3526 5.97748ZM18.5945 7.18904C18.4804 7.84503 18.1179 8.46754 17.7487 9.00973C17.4667 9.42474 16.4128 10.7233 16.1242 9.62555C15.8288 8.48093 16.7485 7.36308 17.5674 6.5933C18.138 6.5933 18.722 6.41257 18.5878 7.18904H18.5945Z\" fill=\"#FFBC01\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_29\">\\n<rect width=\"32\" height=\"33\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-18gqlev\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:51,intrinsicWidth:57,layoutDependency:layoutDependency,layoutId:\"s0Wf4Ak_H\",svg:'<svg width=\"57\" height=\"51\" viewBox=\"0 0 57 51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_321_165)\">\\n<path d=\"M48.8 4.19C49.13 4.06 49.3901 3.91 49.5801 3.59C49.7601 3.29 49.8 2.92 49.71 2.58C49.56 2.03 49.0201 1.61 48.4501 1.61C48.3301 1.61 48.22 1.63 48.1 1.67C48.03 1.69 47.96 1.72 47.89 1.74C47.89 1.58 47.89 1.42 47.89 1.26C47.9 0.57 47.3001 0 46.6301 0C45.9601 0 45.38 0.58 45.37 1.26C45.37 1.72 45.36 2.17 45.35 2.63C43.31 3.37 41.28 4.15 39.25 4.92C36.65 5.91 34.03 6.87 31.43 7.87C28.62 8.96 25.8 10.04 23.01 11.2C20.06 12.42 17.12 13.64 14.18 14.89C10.92 16.27 7.66005 17.66 4.42005 19.08C4.32005 19.13 4.22005 19.2 4.13005 19.29C3.87005 18.84 3.42005 18.53 2.85005 18.53C2.06005 18.53 1.30005 19.21 1.34005 20.04C1.45005 22.25 1.54005 24.46 1.67005 26.67C1.72005 27.64 1.78005 28.6 1.84005 29.57C1.83005 29.57 1.81005 29.57 1.80005 29.57C1.48005 29.57 1.17005 29.65 0.89005 29.81C0.49005 30.04 0.19005 30.43 0.0600499 30.88C-0.0699501 31.34 4.99189e-05 31.85 0.24005 32.26C0.45005 32.62 0.88005 33.02 1.31005 33.08C1.60005 33.13 1.89005 33.18 2.17005 33.22C2.23005 33.43 2.33005 33.62 2.51005 33.8C2.78005 34.07 3.16005 34.23 3.55005 34.23C4.00005 34.23 4.44005 34 4.72005 33.64C4.83005 33.66 4.94005 33.68 5.05005 33.69C5.84005 33.82 6.62005 33.94 7.40005 34.09C7.57005 34.12 7.75005 34.16 7.92005 34.19C7.88005 34.26 7.85005 34.34 7.83005 34.43C7.32005 36.62 6.81005 38.8 6.33005 40.99C6.12005 41.92 5.92005 42.85 5.72005 43.78C5.60005 44.33 5.48005 44.88 5.36005 45.43C5.29005 45.76 5.21005 46.1 5.14005 46.44C5.07005 46.77 5.02005 47.11 4.98005 47.45C4.94005 47.84 4.97005 48.2 5.10005 48.58C5.21005 48.9 5.38005 49.16 5.68005 49.33C5.97005 49.5 6.32005 49.55 6.65005 49.46C6.98005 49.37 7.23005 49.16 7.38005 48.89C8.62005 49.08 9.87005 49.28 11.12 49.46C12.05 49.6 12.99 49.72 13.92 49.86C14.16 50.07 14.47 50.21 14.82 50.21C15.02 50.21 15.22 50.16 15.39 50.08C15.66 50.12 15.9 50.12 16.15 49.98C16.38 49.85 16.5401 49.63 16.6101 49.38C16.6801 49.12 16.64 48.84 16.51 48.6C16.42 48.45 16.31 48.35 16.17 48.26C16.14 46.67 16.12 45.08 16.05 43.5C16.8 42.66 17.5501 41.82 18.2901 40.98C18.7301 40.48 19.1701 39.98 19.6101 39.47C20.1401 38.86 20.66 38.25 21.23 37.68C21.24 37.67 21.25 37.66 21.26 37.65C21.94 37.83 22.63 37.99 23.31 38.16C24.15 38.38 25.0101 38.53 25.8601 38.71C26.6501 38.88 27.44 39.02 28.23 39.16C30.07 39.47 31.91 39.77 33.75 40.06C35.43 40.33 37.11 40.63 38.8 40.87C40.56 41.12 42.3201 41.37 44.0801 41.65C44.8801 41.78 45.68 41.92 46.48 42.06C46.87 42.13 47.2301 42.12 47.5801 41.92C47.9001 41.73 48.1401 41.42 48.2401 41.06C48.3101 40.8 48.3 40.53 48.23 40.27C48.83 40.13 49.2801 39.59 49.2901 38.95C49.3401 35.97 49.2501 33.01 49.1101 30.03C48.9801 27.17 48.8101 24.32 48.5801 21.46C48.4701 20.1 48.35 18.74 48.25 17.38C48.2 16.61 48.12 15.84 48.09 15.07C48.05 14.23 48.0101 13.39 47.9701 12.55C47.9101 11.3 47.8901 10.04 47.8801 8.79C47.8701 7.37 47.86 5.96 47.87 4.54C48.18 4.42 48.5001 4.29 48.8101 4.17L48.8 4.19ZM18.24 37.98C17.78 38.47 17.34 38.97 16.89 39.46C16.07 40.36 15.26 41.28 14.45 42.19C13.91 42.34 13.55 42.83 13.51 43.41C13.48 43.5 13.46 43.6 13.46 43.7C13.46 43.78 13.47 43.85 13.49 43.92C13.44 45.11 13.44 46.3 13.45 47.49C12.89 47.38 12.33 47.28 11.78 47.17C11.23 47.07 10.67 46.99 10.11 46.9C9.33005 46.77 8.55005 46.65 7.76005 46.53C7.91005 45.8 8.07005 45.07 8.23005 44.35C8.42005 43.43 8.63005 42.51 8.82005 41.59C9.28005 39.43 9.80005 37.28 10.3 35.13C10.33 34.98 10.34 34.83 10.33 34.68C10.41 34.7 10.49 34.71 10.57 34.73C11.47 34.9 12.36 35.14 13.25 35.35C14.11 35.55 14.96 35.82 15.8101 36.06C16.6201 36.28 17.42 36.54 18.22 36.78C18.53 36.87 18.84 36.96 19.15 37.05C18.84 37.35 18.54 37.67 18.24 37.99V37.98ZM44.6 21.46C44.51 20.2 44.4101 18.94 44.3101 17.68C44.1901 16.24 44.0801 14.8 43.9501 13.37C43.8001 11.79 43.63 10.21 43.5 8.63C43.5 8.6 43.5 8.58 43.5 8.55C43.5 8.27 43.38 8.08 43.21 7.87C43.06 7.68 42.7901 7.59 42.5401 7.59C42.4501 7.59 42.36 7.6 42.28 7.62C41.87 7.73 41.5701 8.12 41.5801 8.54C41.5801 9.39 41.6401 10.23 41.7001 11.08C41.7001 11.9 41.68 12.72 41.68 13.54C41.68 13.77 41.77 13.98 41.91 14.14C41.94 14.71 41.97 15.28 42 15.85C41.95 15.95 41.92 16.06 41.92 16.18C41.92 16.33 41.9701 16.47 42.0401 16.58C42.0401 16.69 42.0501 16.79 42.0601 16.9C42.2001 19.46 42.3 22.01 42.41 24.57C42.47 25.97 42.5 27.37 42.53 28.77C42.54 29.52 42.5601 30.26 42.5601 31.01C42.5601 31.36 42.5601 31.71 42.5601 32.06C42.5601 32.29 42.5701 32.52 42.5801 32.76C42.5901 33.08 42.6401 33.4 42.7201 33.7C42.7701 33.87 42.83 34.03 42.91 34.18C43.01 34.31 43.1 34.43 43.21 34.56C43.31 34.66 43.42 34.73 43.53 34.8C43.48 35.17 43.43 35.54 43.39 35.91C43.33 36.45 43.3201 37 43.3301 37.55C43.3301 37.9 43.5 38.21 43.75 38.42C43.19 38.31 42.6201 38.21 42.0601 38.11C40.3001 37.79 38.5401 37.46 36.7901 37.12C35.0501 36.78 33.3 36.46 31.56 36.15C29.95 35.87 28.33 35.59 26.73 35.23C25.88 35.04 25.0301 34.87 24.1901 34.66C23.3301 34.44 22.4601 34.23 21.6101 33.98C20.7701 33.73 19.93 33.49 19.09 33.23C18.26 32.98 17.4401 32.72 16.6101 32.49C14.8901 32.02 13.17 31.55 11.41 31.22C9.51005 30.86 7.61005 30.52 5.70005 30.2C5.63005 30.19 5.56005 30.18 5.49005 30.17C5.61005 30.1 5.71005 30.01 5.80005 29.91C6.07005 30.02 6.38005 30.04 6.66005 29.97C7.35005 29.78 7.78005 29.04 7.59005 28.34C7.54005 28.16 7.50005 27.99 7.46005 27.81C7.41005 27.23 7.40005 26.65 7.36005 26.07C7.29005 25.23 7.23005 24.38 7.16005 23.54C7.13005 23.13 7.02005 22.78 6.72005 22.48C6.55005 22.31 6.35005 22.2 6.13005 22.12C6.13005 22.09 6.13005 22.06 6.13005 22.03C6.13005 21.85 6.09005 21.67 6.03005 21.51C10.1101 19.72 14.22 17.99 18.32 16.25C18.3 16.25 18.28 16.27 18.26 16.28C21.13 15.09 24 13.9 26.88 12.74C29.68 11.61 32.5 10.53 35.32 9.46C37.59 8.6 39.85 7.73 42.12 6.85C43.19 6.43 44.2601 6.01 45.3301 5.59C45.3301 6.99 45.3301 8.38 45.3601 9.78C45.2601 10.78 45.1701 11.77 45.0801 12.77C45.0401 13.16 44.9901 13.56 44.9701 13.95C44.9401 14.42 44.92 14.89 44.89 15.36C44.83 16.44 44.7601 17.51 44.7201 18.59C44.6801 19.56 44.64 20.52 44.6 21.49V21.46ZM45.85 38.86C45.52 38.77 45.18 38.7 44.85 38.63C45.02 38.57 45.1801 38.48 45.3101 38.36C45.5101 38.16 45.6701 37.84 45.6501 37.55C45.5701 36.42 45.64 35.29 45.69 34.15C45.69 34.07 45.6901 33.99 45.7001 33.91C45.7401 33.8 45.79 33.68 45.82 33.57C45.91 33.28 45.88 32.98 45.76 32.71C45.79 32.1 45.8301 31.5 45.8601 30.89C45.9601 28.95 46.0601 27.01 46.1301 25.08C46.1401 24.75 46.15 24.42 46.16 24.1C46.24 25.38 46.31 26.67 46.35 27.96C46.41 29.49 46.4501 31.03 46.4901 32.56C46.5201 33.95 46.53 35.33 46.55 36.72C46.56 37.47 46.58 38.23 46.59 38.98C46.59 39.02 46.59 39.06 46.6 39.1C46.35 39.02 46.1101 38.94 45.8601 38.88L45.85 38.86Z\" fill=\"#FFBC01\"/>\\n<path d=\"M50.7001 10.94C50.7001 11.1 50.6801 11.26 50.6801 11.42C50.6801 11.63 50.6801 11.83 50.6801 12.04C50.6801 12.11 50.6801 12.18 50.6801 12.25C50.6501 12.79 50.6001 13.33 50.5601 13.87C50.5601 13.98 50.6301 14.08 50.7301 14.12C50.7301 14.36 50.7501 14.6 50.7501 14.84C50.7801 15.9 50.8301 16.95 50.8601 18.01C50.9001 19.25 50.9401 20.49 50.9701 21.73C51.0001 22.93 51.0401 24.13 51.0601 25.32C51.0801 26.47 51.1001 27.62 51.1101 28.76C51.1101 30.06 51.1201 31.36 51.1301 32.66C51.1301 33.88 51.1301 35.11 51.1501 36.33C51.1501 36.77 51.5101 37.13 51.9501 37.13C52.3901 37.13 52.7501 36.77 52.7501 36.33C52.7501 35.08 52.7101 33.83 52.6601 32.58C52.6101 31.25 52.5501 29.93 52.5001 28.6C52.4101 26.3 52.3001 24 52.1801 21.7C52.0501 19.37 51.9301 17.04 51.7501 14.71C51.7001 14.01 51.6501 13.32 51.6001 12.63C51.5801 12.41 51.5601 12.18 51.5501 11.96C51.5301 11.77 51.5201 11.58 51.5001 11.39C51.5001 11.34 51.5001 11.3 51.4901 11.25C51.4801 11.1 51.4401 10.95 51.4001 10.81C51.3601 10.65 51.2101 10.54 51.0501 10.54C50.8601 10.54 50.6801 10.71 50.6901 10.9L50.7001 10.94Z\" fill=\"#FFBC01\"/>\\n<path d=\"M56.92 25.47C56.9 24.47 56.88 23.47 56.86 22.48C56.83 21.05 56.78 19.62 56.72 18.19C56.65 16.55 56.59 14.9 56.45 13.26C56.43 13 56.41 12.75 56.38 12.49C56.35 12.18 56.3 11.88 56.26 11.58C56.24 11.46 56.13 11.35 56.04 11.29C55.97 11.25 55.88 11.22 55.79 11.22C55.75 11.22 55.7 11.22 55.66 11.24C55.45 11.3 55.3 11.5 55.3 11.71C55.3 12.54 55.31 13.37 55.33 14.2C55.31 14.83 55.29 15.46 55.27 16.08C55.27 16.18 55.31 16.27 55.37 16.34C55.37 16.43 55.37 16.52 55.37 16.61C55.39 18.4 55.4 20.19 55.41 21.99C55.41 22.69 55.41 23.38 55.41 24.07C55.41 24.76 55.41 25.44 55.39 26.13C55.37 27.1 55.34 28.07 55.32 29.04C55.32 29.28 55.3 29.52 55.28 29.75C55.25 30.32 55.22 30.89 55.19 31.46C55.11 32.94 55 34.43 54.89 35.91C54.76 37.57 54.61 39.22 54.51 40.88C54.48 41.32 54.48 41.75 54.48 42.19C54.48 42.77 54.97 43.26 55.55 43.26C56.13 43.26 56.63 42.77 56.62 42.19C56.6 40.56 56.64 38.92 56.7 37.28C56.75 35.66 56.83 34.05 56.87 32.43C56.89 31.5 56.92 30.57 56.94 29.64C56.96 28.97 56.95 28.3 56.95 27.63C56.95 26.91 56.95 26.19 56.94 25.48L56.92 25.47Z\" fill=\"#FFBC01\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_321_165\">\\n<rect width=\"56.94\" height=\"50.22\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19erl84\",layoutDependency:layoutDependency,layoutId:\"XCWI5JGE1\",children:[isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8m3ccs\",\"data-framer-name\":\"Icon_Mensaje\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:41,layoutDependency:layoutDependency,layoutId:\"v8ZExSW8v\",svg:'<svg width=\"41\" height=\"33\" viewBox=\"0 0 41 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_43)\">\\n<path d=\"M26.6065 0.278244C18.5573 -0.793928 8.56548 1.1458 3.0081 7.48881C0.45892 10.4025 -0.557473 14.4538 0.303182 18.2187C1.18843 22.0736 5.06548 24.0461 7.57367 26.7061C8.96712 28.1711 8.95072 29.9717 8.36876 31.715C8.35236 31.7314 8.33597 31.7477 8.32777 31.7559C8.18843 31.9114 8.14744 32.0833 8.18023 32.247C8.13105 32.3698 8.09007 32.4843 8.03269 32.5989C7.89335 32.9263 8.34417 33.1637 8.5163 32.8608C8.54089 32.8199 8.55728 32.7954 8.58187 32.7544C8.78679 32.8445 9.04089 32.8281 9.23761 32.5989C13.6556 27.4263 21.3688 28.2284 27.3442 26.084C31.8196 24.4799 36.5737 21.5662 39.2294 17.5149C45.1966 8.41366 34.8606 1.36679 26.6065 0.278244ZM36.4097 17.6949C33.1556 21.5171 28.0573 23.9888 23.2212 25.061C18.0819 26.2068 13.3032 27.0498 9.45072 30.6183C10.0163 28.5067 9.53269 26.526 7.69663 24.6845C4.5163 21.5007 1.20482 19.4791 1.7704 14.3802C2.78679 5.33628 13.9753 2.17705 21.5655 1.93152C25.5409 1.80057 29.7376 2.44714 33.2294 4.41961C35.713 5.82735 38.0409 7.95533 38.8278 10.7708C39.5327 13.2916 37.9671 15.8616 36.4015 17.6949H36.4097Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M30.5984 9.15028C29.5902 9.10936 28.3279 8.79016 27.3525 9.10117C25.8525 9.58406 25.2623 10.9836 23.4017 9.89507C21.3853 8.70832 20.2869 9.46948 18.459 10.4844C16.2377 11.6957 15.5656 9.96873 14.0492 9.30579C13.3607 9.00296 12.5 9.23212 11.8033 9.36308C9.90986 9.7232 7.85248 11 6.73773 12.5632C6.26232 13.2262 7.15576 14.1019 7.70494 13.4472C8.58199 12.3832 9.77871 11.7775 11.041 11.2864C12.7377 10.6153 13.6394 11.1964 14.8771 12.3013C16.2541 13.5454 18.1476 12.907 19.541 12.1622C20.9754 11.3847 21.4426 11.1064 22.9099 11.9985C23.6148 12.4241 24.3279 12.5059 25.1312 12.4978C25.9344 12.4978 26.6312 12.0476 27.2541 11.6056C28.3689 10.8117 29.664 11.3192 30.8853 10.7626C31.7377 10.3698 31.5656 9.1912 30.5984 9.15028Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M29.7541 15.0023C27.8524 15.1414 25.9918 15.5506 24.0737 15.6734C21.9508 15.8125 20.2869 16.59 18.1311 16.1481C15.418 15.5915 12.7049 15.0841 10.6967 17.4003C10.2459 17.9159 10.918 18.7999 11.5 18.3415C14.4918 16.1153 17.7377 18.8162 21.0573 18.4479C22.9508 18.2351 24.7705 17.8341 26.6967 17.7031C28.1393 17.6131 29.3442 17.3348 30.3606 16.2954C30.8278 15.8289 30.418 14.9613 29.7623 15.0023H29.7541Z\" fill=\"#1D1D1B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_43\">\\n<rect width=\"41\" height=\"33\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-coz7kn\",\"data-framer-name\":\"Icon_Cohete\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"Up36gR1yY\",svg:'<svg width=\"28\" height=\"40\" viewBox=\"0 0 28 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_33)\">\\n<path d=\"M20.0405 21.0518C19.9823 19.2294 19.7715 17.393 19.5026 15.5988C18.6885 10.0403 16.9294 3.56011 11.5067 0.161698C11.2233 -0.0212393 10.9252 -0.0282754 10.6781 0.0350492C10.2492 0.0350492 9.82762 0.189843 9.5514 0.597934C5.95327 5.96645 5.40083 12.3833 5.66978 18.4414C5.7352 19.8838 5.8297 21.3684 5.99688 22.8671C2.68224 21.8539 0.545171 25.5126 0 27.9541C0.247144 31.6551 -0.377985 36.4255 1.6864 39.6762C1.91173 39.8662 2.20976 39.9788 2.50779 39.9999C3.13292 37.1292 2.54413 33.7307 6.24403 32.4783C6.62928 32.3446 6.96365 32.3939 7.22534 32.5346C7.4216 32.4994 7.62513 32.4713 7.83593 32.4642C8.40291 34.3851 9.108 36.2496 9.96573 38.0016C9.91485 38.2409 10.0093 38.5012 10.2274 38.6489C10.2274 38.8741 10.3873 39.0922 10.7362 39.0641C12.3936 38.9304 14.4071 39.4018 15.9699 38.8037C16.0135 38.7756 16.0426 38.7474 16.0862 38.7193C16.784 38.7826 17.6199 38.3675 17.6563 37.5584C17.758 35.4968 18.1506 33.4704 18.5722 31.437C18.6739 29.5302 21.4071 29.9242 23.0208 31.0781C25.0997 32.5557 26.1828 35.0254 26.866 37.4317C27.026 37.5372 27.2222 37.6006 27.4258 37.6217C27.7747 34.5821 28.0291 31.5425 27.9709 28.517C27.2513 24.0491 25.4777 20.0034 20.026 21.0518H20.0405ZM2.4351 35.1802C2.13707 33.6815 2.00623 32.1406 2.0135 30.6278C2.0135 29.1151 2.28245 27.5601 2.99481 26.1529C3.64174 24.8583 4.84112 24.6824 6.16407 24.3376C6.44029 26.4695 6.82554 28.6226 7.36345 30.7193C4.64486 30.9304 3.25649 32.9568 2.4351 35.1872V35.1802ZM15.2139 37.0307C14.8214 36.9533 14.3344 36.9955 13.9927 37.0447C13.0768 37.1643 12.1537 37.284 11.2378 37.3965C11.0706 36.4748 10.8816 35.532 10.6781 34.5962C12.2918 34.7299 13.92 34.5962 15.5337 34.3921C15.3956 35.2716 15.2793 36.1511 15.2139 37.0307ZM17.4237 20.8055C17.4673 22.9796 17.3219 25.1186 16.9221 27.3209C16.6096 29.0166 16.2243 30.6982 15.8972 32.3868C15.8318 32.3868 15.7445 32.3798 15.6646 32.3728C13.9346 32.4572 12.2482 32.9497 10.5109 32.9779C10.46 32.9779 10.4019 32.9849 10.351 32.999C10.2928 32.7598 10.242 32.5135 10.1911 32.2672C10.1184 32.2109 10.0457 32.1406 9.98754 32.0562C8.01038 29.4176 8.18484 24.7457 8.13396 21.5232C7.38525 15.8591 7.45794 10.2092 9.80581 4.96733C9.84943 4.81957 9.89304 4.67885 9.94392 4.53109C10.0021 4.34815 10.1038 4.20743 10.2274 4.08078C10.5472 3.45457 10.8889 2.8354 11.2741 2.22326C11.6085 2.54692 11.9211 2.89169 12.2118 3.22942C15.9917 5.15026 16.9221 9.75185 17.3292 13.298C17.6199 15.8169 17.6127 18.3147 17.4237 20.7985V20.8055ZM26.0955 32.035C24.2347 29.678 21.7269 27.6445 19.2336 28.4467C19.459 27.3279 19.6771 26.2162 19.837 25.0975C19.946 24.2813 20.0114 23.4651 20.0332 22.6489C25.136 22.1353 25.8411 27.4616 26.0883 32.0421L26.0955 32.035Z\" fill=\"black\"/>\\n<path d=\"M9.77678 15.8171C6.49122 17.8997 8.98447 25.8435 14.2399 23.0572C16.6896 21.7555 17.351 18.3289 15.7955 16.3588C14.5816 14.825 10.998 14.1284 9.77678 15.8241V15.8171ZM13.6003 22.234C11.594 23.5216 9.73317 21.4881 9.44241 19.891C9.29703 19.0888 9.36245 18.1742 9.68956 17.365C9.86401 17.4424 10.0675 17.4283 10.2129 17.2384C10.8962 16.3659 11.3832 15.7186 12.6989 15.8382C13.8183 15.9508 14.7851 16.6825 15.2358 17.555C16.0572 19.117 15.1195 21.263 13.593 22.234H13.6003Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_33\">\\n<rect width=\"28\" height=\"40\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed11()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1rxrrja\",\"data-framer-name\":\"Icon_Pesa\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:41,layoutDependency:layoutDependency,layoutId:\"DAaOkULY5\",svg:'<svg width=\"41\" height=\"31\" viewBox=\"0 0 41 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_36)\">\\n<path d=\"M40.4167 13.8215C38.9672 13.484 37.6327 12.8089 36.2009 12.371C36.1567 12.3619 36.1125 12.371 36.0772 12.371C36.3246 10.8748 36.5456 9.37864 36.7312 7.86422C36.7754 7.4993 36.4484 7.09789 36.1214 7.0249C34.3626 6.64174 32.6126 6.27682 30.8804 5.83891C30.7213 5.80242 30.5799 5.81154 30.4561 5.85716C30.0672 5.74768 29.6342 5.90277 29.4928 6.41366C28.8387 8.84038 28.2731 11.2945 27.7605 13.7577C25.3742 13.0187 22.8907 12.0517 20.3895 11.4222C18.7987 10.8292 17.1459 10.145 15.502 9.82567C15.8644 8.30212 16.2002 6.77858 16.4742 5.22767C16.6422 4.21501 16.5714 3.4578 16.3063 2.88305C16.3328 2.65498 16.2886 2.41778 16.1295 2.21707C15.1662 0.948975 13.0804 0.730023 11.4984 0.428964C11.4277 0.401595 11.3658 0.383348 11.2951 0.355979C11.083 0.264749 10.8797 0.173519 10.6764 0.064043C10.4732 -0.0454331 10.208 0.000181917 10.0578 0.173519C9.82797 0.191765 9.60702 0.337733 9.51864 0.638793C9.24465 1.64232 8.98835 2.65498 8.73204 3.66763C8.59947 4.05992 8.4669 4.44309 8.32549 4.83538C8.32549 4.83538 8.30781 4.82626 8.29898 4.81713C7.07932 4.38835 5.70941 3.74062 4.47207 3.97782C4.07436 3.71325 3.53523 3.73149 3.27009 4.31537C3.20822 4.45221 3.14636 4.58906 3.09333 4.73503C2.25371 5.60171 2.03275 7.22561 1.76761 8.31125C1.67923 8.63968 1.60852 8.9681 1.54666 9.30566C0.945666 11.4861 0.512598 13.7121 0.026502 15.9472C-0.053041 16.3577 0.0706926 16.8778 0.468408 17.0876C1.60852 17.6441 2.78399 18.0181 3.9683 18.4378C3.70316 19.788 3.51756 21.1656 3.45569 22.5796C3.42034 23.3277 4.03017 23.647 4.59581 23.5467C5.85966 24.6049 8.08686 25.1979 9.22698 25.3257C12.064 25.6541 12.4882 22.3424 12.9567 20.1164C13.2483 18.7753 13.5753 17.4525 13.9112 16.1297C14.3708 16.2756 14.8392 16.4216 15.3076 16.5585C16.7924 17.1606 18.454 17.5711 19.8592 18.082C22.0599 18.8848 24.3048 19.5143 26.6292 19.7424C26.5762 20.0161 26.5408 20.2989 26.4878 20.5726C25.383 22.9537 24.3578 25.499 23.8629 27.9805C23.7568 28.5278 23.9955 29.0843 24.5523 29.2394C26.6381 29.8142 28.715 30.3981 30.8008 30.9728C31.2957 31.1188 31.7907 30.8177 31.9321 30.3068C32.4624 28.4731 32.9661 26.6394 33.4434 24.7874C33.6732 24.8148 33.903 24.8695 34.1328 24.906C35.0166 25.1341 35.8385 25.5081 36.687 26.0464C37.1819 26.3566 37.8006 26.0646 37.9685 25.5173C39.0379 22.0688 39.4268 18.4013 40.9028 15.0988C41.1149 14.6152 40.9912 13.9584 40.4078 13.8307L40.4167 13.8215ZM4.41021 16.376C3.77386 16.0841 3.11984 15.8195 2.46582 15.5458C2.96959 13.2012 3.20822 10.8201 3.70316 8.47546C3.95062 7.63614 4.23344 6.80595 4.56929 5.994C4.73722 5.85716 4.94933 5.76593 5.23215 5.76593C5.78895 5.76593 6.3811 5.92102 6.95558 6.08523C6.94674 6.12172 6.92907 6.15822 6.92023 6.20383C6.84069 7.3807 6.6109 8.5302 6.32808 9.65233C6.20434 10.1358 6.08061 10.6285 5.94804 11.112C5.93036 11.185 5.9392 11.2671 5.94804 11.331C5.37356 12.9914 4.83443 14.67 4.40137 16.3669L4.41021 16.376ZM10.2434 22.607C9.73959 24.1214 6.48716 22.5158 5.62103 21.4666C6.66392 17.5346 7.61844 13.5752 8.58179 9.61584C9.47444 7.07964 10.3936 4.55257 11.1095 1.97075C12.2496 2.4269 13.4251 2.7827 14.4945 3.39394C15.2546 3.83185 14.1233 7.06139 13.9907 7.69088C13.2748 11.0482 12.3557 14.3507 11.463 17.6623C11.0211 19.3045 10.7913 20.9922 10.2522 22.607H10.2434ZM21.3971 16.4034C20.7961 16.1844 20.1862 15.9655 19.5852 15.7465C17.9944 15.1535 16.2091 14.1409 14.468 13.8945C14.6359 13.2377 14.8127 12.5717 14.9806 11.9148C15.2457 11.9969 15.5109 12.0791 15.7849 12.1612C17.2078 12.6903 18.7279 13.0735 20.142 13.5479C22.5107 14.3507 24.8969 15.1444 27.3274 15.7739C27.2037 16.4399 27.0623 17.0967 26.9386 17.7718C25.0914 17.2792 23.2354 16.8321 21.3794 16.4034H21.3971ZM30.4031 28.8563L26.2492 27.6155C27.1418 26.3566 27.5042 24.6597 27.7605 23.0175C27.8135 22.8807 27.8754 22.7621 27.9196 22.6344C28.0698 21.9958 28.2201 21.3572 28.388 20.7277C28.5648 19.7241 28.7239 18.7297 28.9271 17.7444C28.8476 17.6806 28.768 17.635 28.6708 17.6076C29.3248 14.1773 30.0407 10.7562 30.9069 7.37158C32.2414 7.74562 33.6025 8.0558 34.9282 8.45722C34.1151 13.3836 33.1429 18.2553 31.9498 23.0814C31.7288 23.3095 31.6493 23.6926 31.7111 24.012C31.3046 25.6267 30.8715 27.2415 30.4031 28.8563ZM36.3246 23.5467C35.7501 23.4007 35.1668 23.2912 34.5835 23.1909C34.3537 23.1361 34.1151 23.0723 33.8765 23.0267C34.5747 20.1712 35.2022 17.2883 35.7236 14.3872C36.6163 14.6244 37.5001 14.8433 38.4016 15.0167C37.8094 17.8722 37.1642 20.7459 36.3246 23.5467Z\" fill=\"#1D1D1B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_36\">\\n<rect width=\"41\" height=\"31\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed12()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ofmaic\",\"data-framer-name\":\"Icon_Gr\\xe1fico\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"PpXEKeZ6x\",svg:'<svg width=\"34\" height=\"37\" viewBox=\"0 0 34 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_38)\">\\n<path d=\"M33.3924 2.41462C33.2322 2.1128 32.9518 2.07165 32.7182 2.18826C31.176 0.775206 26.77 2.88792 26.6565 0.672314C26.6365 0.267605 26.3294 0.0618205 25.9756 0.0343826C23.0849 -0.18512 20.3145 0.610578 17.4639 0.953552C14.2061 1.33768 10.9015 0.884957 7.63707 1.24165C7.33665 1.27595 7.04959 1.53661 7.08965 1.87272C7.14306 2.31173 7.20314 2.66842 7.28992 3.10743C7.39006 3.61503 4.8933 3.65618 4.51945 3.6699C3.2644 3.71792 2.1028 3.76594 0.934534 4.20494C0.834396 4.14321 0.707556 4.12949 0.580715 4.19122C0.0399726 4.45188 0.0266209 5.03494 -8.24118e-05 5.59056C-0.0134341 5.89923 0.0266209 6.19419 0.0733517 6.49601C0.113407 6.73609 0.206868 6.90071 0.307006 7.09278C0.166813 7.29171 0.193517 7.60038 0.493929 7.65526C0.887803 7.72385 1.28168 7.77873 1.68223 7.82674C1.82242 11.7915 2.33646 15.7083 2.78374 19.6456C2.97734 21.3879 3.17761 23.1028 3.0975 24.852C3.03742 26.0592 2.95063 27.2939 3.43797 28.4189C3.60487 28.803 4.05215 28.8305 4.30583 28.6384C4.33921 28.6452 4.37259 28.659 4.41264 28.659C6.97616 28.8305 9.96693 29.2557 12.437 28.3777C12.437 28.3777 12.437 28.3777 12.4437 28.3777C12.6373 28.364 12.8375 28.364 13.0311 28.3571C11.8762 30.8814 11.0351 33.5429 9.86012 36.0603C9.74663 36.3073 9.83342 36.5885 10.0671 36.712C10.4743 36.9315 10.8415 36.9864 11.3021 37.0069C11.5157 37.0207 11.6826 36.8286 11.736 36.6297C11.8896 36.0603 12.1299 35.5253 12.417 35.0177C12.4837 35.0177 12.5572 34.9903 12.5972 34.9285C13.1179 34.1534 13.5652 33.344 14.0792 32.5757C14.1727 32.4454 14.2728 32.3151 14.3663 32.1779C14.4998 31.9995 14.6333 31.8075 14.7602 31.6223C15.2208 31.0186 15.7015 30.415 16.1755 29.8319C16.2756 29.9623 16.5159 29.9897 16.6428 29.7976C16.9766 29.29 17.3304 28.7893 17.6375 28.2543C17.6575 28.2131 17.6708 28.1719 17.6775 28.1376C17.8511 28.1308 18.0313 28.1239 18.2049 28.1102C18.2116 28.1308 18.2183 28.1445 18.2249 28.1514C20.3812 30.8677 22.7712 33.3714 24.854 36.1495C25.0677 36.4376 25.4682 36.4925 25.7152 36.2181C25.9422 35.9574 26.0223 35.8271 26.1358 35.5116C26.1491 35.4704 26.1491 35.4155 26.1491 35.3744C26.3961 35.2372 26.523 34.8942 26.2426 34.6679C24.2599 33.0285 23.9194 30.168 22.7845 27.9113C24.0129 27.8633 25.2412 27.8221 26.4696 27.7741C28.6526 27.7124 30.6687 27.047 32.8049 26.9235C33.2322 26.8961 33.3991 26.4982 33.3257 26.169C33.5727 22.5952 33.1187 18.8636 32.8584 15.3036C32.7248 13.5475 32.7515 11.4348 32.5179 9.44558C32.5312 9.15062 32.5446 8.85566 32.5513 8.56071C32.5913 8.49897 32.6247 8.41666 32.618 8.30691L32.5913 7.81988C32.618 7.22311 32.6581 6.61262 32.7182 6.01584C33.0119 5.95411 33.3056 5.89237 33.5994 5.81006C33.8464 5.74146 33.9999 5.46709 33.9866 5.227C33.9532 4.17064 33.8664 3.36123 33.3791 2.42834L33.3924 2.41462ZM13.3783 31.9035C12.457 33.1862 11.4823 34.4484 10.9683 35.9574C10.9616 35.9574 10.9483 35.9574 10.9416 35.9506C12.0431 33.4332 12.8576 30.7923 14.0192 28.3023C14.66 28.268 15.3009 28.2405 15.9485 28.2062C15.0806 29.4204 14.2595 30.6825 13.385 31.8966L13.3783 31.9035ZM24.4335 33.8859C22.6844 31.8075 20.8018 29.8457 18.7657 28.069C18.8391 28.069 18.9125 28.0622 18.9927 28.0622C20.1142 28.0142 21.2357 27.9593 22.3573 27.9181C22.9514 29.8388 23.3453 32.1573 24.4335 33.8859ZM27.1705 26.6011C24.7205 26.7452 22.2571 26.8275 19.8004 26.9578C15.7549 27.1636 11.696 27.3351 7.65042 27.7398C7.54361 27.7192 7.44347 27.7055 7.33665 27.6918C7.28992 27.6095 7.21649 27.5546 7.10968 27.5477C7.0763 27.5477 7.04292 27.5477 7.00954 27.5409H7.00286C6.24849 27.4723 5.49413 27.4723 4.73308 27.3968C4.60624 27.3831 4.51278 27.4311 4.43934 27.5203C4.37926 27.5203 4.33253 27.5477 4.29248 27.5752C3.99874 26.4914 4.15228 25.2704 4.20569 24.1592C4.21237 24.022 4.21237 23.8985 4.21904 23.7613C4.38594 24.6462 4.63294 25.5036 5.03349 26.2924C5.23377 26.6972 5.68773 26.5051 5.82124 26.169C14.2128 26.8138 22.671 25.4076 31.0359 24.8314C31.0959 24.8245 31.1493 24.8108 31.2027 24.7902C31.4364 25.0989 32.0639 25.0097 32.104 24.5639C32.1507 24.1111 32.1641 23.6516 32.1641 23.192C32.2108 24.0494 32.2776 24.9 32.371 25.7437C30.6286 25.9289 28.9597 26.4914 27.1772 26.6011H27.1705ZM4.69303 9.19864C13.0245 9.58277 21.4827 8.56071 29.8075 8.07368C29.9944 10.79 30.2481 13.4995 30.4551 16.2159C30.642 18.6784 30.5819 21.285 30.9691 23.7476C22.5709 24.3581 14.2261 25.3253 5.81457 25.6751C4.62627 20.1944 5.56088 14.6931 4.6997 9.19864H4.69303ZM32.0506 20.5442C31.9237 19.0626 31.7301 17.5809 31.5966 16.1473C31.3363 13.3486 31.0425 10.55 30.5819 7.78559C30.7288 7.52493 30.6754 7.15452 30.4484 6.96931C30.435 6.89386 30.4217 6.80468 30.4083 6.72237C30.3282 6.29022 29.6807 6.28336 29.714 6.76353C29.714 6.80468 29.714 6.83898 29.7207 6.86642C21.3626 7.34658 12.8576 7.6141 4.56619 8.78707C4.35923 8.54699 3.91195 8.6293 3.95201 9.02715C4.23239 12.0453 4.01209 15.0909 3.95201 18.116C3.93866 18.7813 3.91863 19.4741 3.92531 20.1669C3.85855 19.6799 3.79179 19.1929 3.73838 18.7059C3.30445 15.1046 2.84382 11.5103 2.49668 7.9022C6.96948 8.25203 11.4356 7.326 15.9084 7.05162C18.9459 6.8527 21.9968 6.887 25.041 6.6332C27.037 6.47543 29.0865 6.49601 31.0959 6.26278C31.0091 6.79096 31.1961 7.49749 31.2294 7.92964C31.2294 7.99823 31.2562 8.06682 31.2895 8.10798C31.3363 8.75963 31.4297 9.40442 31.4765 10.0286C31.6166 11.8052 31.7435 13.575 31.857 15.3516C31.9638 17.0665 32.0038 18.8088 32.0506 20.5442ZM29.694 5.227C28.3922 5.2956 27.1038 5.32304 25.8087 5.47394C22.7311 5.82378 19.6269 5.87865 16.5359 5.97469C11.7894 6.11188 7.08965 7.27113 2.33646 7.06534C2.19627 6.90071 1.92256 6.887 1.76901 7.0379C1.40184 7.01733 1.03467 6.98303 0.667501 6.93501C0.70088 6.8527 0.740935 6.77724 0.767638 6.69493C0.834396 6.46857 0.841072 6.18733 0.874451 5.95411C0.90783 5.71403 0.954561 5.47395 1.04135 5.24758C1.11478 5.06238 1.19489 4.93205 1.20824 4.74684C3.55813 4.22552 6.02819 5.12411 8.25124 3.9237C8.49157 3.79337 8.53163 3.49156 8.47822 3.25834C8.40479 2.97024 8.35138 2.689 8.31133 2.4009C11.1152 2.20884 13.9123 2.38718 16.7162 2.28429C19.6469 2.17454 22.4708 1.18677 25.4148 1.33082C25.9422 4.4999 30.1213 2.16082 32.1307 3.34751C32.2909 3.44354 32.4511 3.45726 32.578 3.4161C33.5059 5.5151 31.2027 5.14469 29.7007 5.227H29.694Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M21.456 23.3291C21.456 23.3291 21.456 23.3359 21.4627 23.3428C21.5895 23.5211 21.7898 23.6515 22.0502 23.5897C23.125 23.3565 24.2532 23.4594 25.3413 23.4183C25.6417 23.4045 25.822 23.137 25.8287 22.8626C25.8554 20.3726 25.5416 17.8758 25.2746 15.4064C25.2479 15.1663 25.0543 14.9399 24.7939 14.9674C23.6524 15.0909 22.5108 15.2075 21.3625 15.1663C21.1022 15.1663 21.0488 15.5573 21.2624 15.667C21.1756 15.7151 21.0955 15.8042 21.0955 15.9483C21.1155 18.2119 20.962 20.7156 21.3625 22.9518C21.3492 23.0753 21.3826 23.2125 21.456 23.3291Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M16.0553 24.4129C17.2169 24.4129 20.3412 25.0371 20.4547 23.0135C20.5481 21.2026 20.221 19.3163 20.0675 17.5259C19.8605 15.036 19.6402 12.546 19.2196 10.0903C19.1863 9.85705 19.0461 9.713 18.8057 9.70614C17.6842 9.65127 16.5827 9.75416 15.4678 9.82276C15.4144 9.82276 15.3744 9.85705 15.3543 9.88449C15.3009 9.91193 15.2609 9.95995 15.2542 10.0423C14.9805 13.0673 15.2542 16.0786 15.5012 19.0899C15.608 20.352 15.2408 22.2727 15.6948 23.5348C15.4344 23.7955 15.5613 24.406 16.0553 24.406V24.4129Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M10.7547 24.6598C12.8041 24.7764 14.2595 24.9959 14.6934 22.5265C15.2074 19.6936 14.5933 16.5725 14.0725 13.7875C14.0458 13.6435 13.8656 13.4857 13.7254 13.4651C12.0164 13.2113 10.4809 13.2045 9.9402 15.1457C9.21254 17.8072 10.2206 20.9145 10.5076 23.5966C10.0337 23.7475 10.1472 24.6255 10.7547 24.6598Z\" fill=\"#1D1D1B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_38\">\\n<rect width=\"34\" height=\"37\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed13()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-17d32bw\",\"data-framer-name\":\"Icon_Lupa\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"bkeLeDMYU\",svg:'<svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_29)\">\\n<path d=\"M23.2934 3.37364C18.3326 1.65335 13.6403 5.04706 12.4924 9.84646C11.5392 13.8359 13.439 17.3434 16.6947 18.9164C17.4331 19.5791 18.346 20.1079 19.259 20.3154C21.2929 21.0919 23.5082 20.5229 25.3139 19.2243C25.8174 18.8428 26.294 18.4211 26.7505 17.9659C27.3949 17.2564 27.9453 16.4398 28.3414 15.5763C30.6103 10.5761 28.5025 5.18763 23.2867 3.38033L23.2934 3.37364ZM27.0995 14.2442C26.4954 16.0448 25.2199 17.6379 23.5283 18.5282C22.5952 19.0168 21.7091 19.0503 20.8566 18.8562C19.7221 18.8696 18.5877 18.5081 17.4465 17.6781C17.3391 17.5978 17.2787 17.5041 17.2451 17.417C17.1981 17.4304 17.1511 17.4438 17.1041 17.4706C16.3255 16.9953 15.6206 16.413 15.0366 15.6901C14.0364 14.3647 13.5665 12.6645 13.9021 10.5895C14.5466 6.64686 18.0238 3.91583 22.0112 4.67891C26.6833 5.57587 28.4958 10.0339 27.0995 14.2442Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M31.9062 9.81314C31.5706 7.14904 30.2683 4.61212 27.8718 2.69103C22.2264 -1.82723 14.9765 -0.448322 10.8683 5.2815C8.68661 8.32714 8.0019 12.0421 8.88128 15.3421C9.22364 16.6541 9.81436 17.9058 10.6535 19.0237C10.2238 19.3517 9.81436 19.6998 9.41831 20.0813C9.21021 20.0144 9.00211 19.9943 8.80744 20.021C5.31006 20.5632 2.84646 24.9075 0.94002 27.7858C-1.38933 29.5997 1.00715 33.288 3.83324 32.9868C5.26979 32.8261 6.46467 31.3334 7.3709 30.3628C8.64633 29.0107 9.82108 27.5448 10.9354 26.0588C11.6537 25.1016 12.4189 24.2448 12.1773 23.1805C12.184 23.1738 12.1907 23.1671 12.1974 23.1604C12.3048 23.0198 12.4122 22.886 12.5196 22.7655C12.8486 22.3839 13.2043 22.0426 13.5668 21.6878C13.5735 21.6878 13.5803 21.6878 13.5803 21.6878C13.6205 21.7213 13.6608 21.7346 13.7011 21.7681C18.0241 25.7977 24.7839 24.1042 28.617 19.8002C31.1611 16.9419 32.3426 13.2671 31.8995 9.81314H31.9062ZM10.3111 20.59C10.6333 20.3156 10.9555 20.0545 11.271 19.7801C11.6403 20.1884 12.0564 20.5632 12.4995 20.9247C12.1639 21.2661 11.8819 21.6543 11.6201 22.0626C11.2912 21.5874 10.828 21.005 10.3111 20.5967V20.59ZM28.3015 18.0866C28.1941 18.2606 28.0195 18.3342 27.8517 18.3208C27.6436 18.5417 27.4355 18.7559 27.214 18.9634C25.7305 20.5967 23.7904 21.815 21.6558 22.3371C20.2729 22.6785 19.0176 22.5647 17.8429 22.1697C17.3394 22.0626 16.8427 21.9221 16.3594 21.7413C16.2318 21.7815 16.0908 21.7681 15.9432 21.6878C15.6478 21.5271 15.3592 21.3531 15.0839 21.1858C14.171 20.7239 13.2916 20.1482 12.4525 19.4989C12.4391 19.5056 12.4122 19.5257 12.3988 19.5458C12.3115 19.4521 12.2243 19.3584 12.137 19.258C12.1303 19.258 12.1169 19.2513 12.1034 19.2379C12.0699 19.2111 12.0497 19.1843 12.0229 19.1576C12.0027 19.1241 11.9826 19.104 11.9692 19.0772C11.9356 19.0371 11.9021 19.0036 11.8685 18.9634C11.8349 18.8028 11.7275 18.6555 11.5731 18.5953C10.7609 17.5243 10.1769 16.3462 9.85464 15.0878C9.23706 12.6714 9.58613 9.97379 11.0562 7.27622C14.0233 1.82754 20.3065 -0.267592 25.6835 2.99894C27.5966 4.16365 28.8922 5.68981 29.6373 7.39002C29.7514 7.42348 29.8588 7.48373 29.9461 7.59752C30.4764 8.30036 30.7718 9.09691 30.8926 9.94701C31.2618 12.7182 29.691 15.9914 28.3082 18.0866H28.3015Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M17.3526 5.97748C17.2049 6.05781 17.1647 6.20507 17.2049 6.33894C16.0839 7.03509 15.1642 8.54117 15.4663 9.81298C15.7952 11.2187 17.1647 10.8103 17.9165 10.0004C18.6683 9.20385 19.3463 8.07261 19.4336 6.96146C19.5209 5.77667 18.2051 5.48884 17.3526 5.97748ZM18.5945 7.18904C18.4804 7.84503 18.1179 8.46754 17.7487 9.00973C17.4667 9.42474 16.4128 10.7233 16.1242 9.62555C15.8288 8.48093 16.7485 7.36308 17.5674 6.5933C18.138 6.5933 18.722 6.41257 18.5878 7.18904H18.5945Z\" fill=\"#1D1D1B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_29\">\\n<rect width=\"32\" height=\"33\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed14()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-6sc1f2\",\"data-framer-name\":\"Icon_Bombilla\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"dkbDLUPDe\",svg:'<svg width=\"24\" height=\"36\" viewBox=\"0 0 24 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_121_24)\">\\n<path d=\"M23.2947 7.18451C21.4814 2.37687 16.0645 0.12209 11.2134 -0.000203425C6.06774 -0.122496 1.88304 2.76668 0.426151 7.63547C-0.279048 9.98961 -0.0620634 12.5654 0.705131 14.8813C1.0926 16.0355 1.72806 17.0367 2.4875 17.9845C3.49493 19.2304 4.41711 20.2928 5.17655 21.5463C5.16106 21.5922 5.14556 21.638 5.15331 21.6915C5.1843 22.3947 5.38579 23.0597 5.55628 23.7323C5.57178 24.2826 5.64152 24.7947 5.78101 25.2609C5.78101 25.3144 5.78101 25.368 5.78101 25.4291C5.78101 25.5896 5.85851 25.7119 5.95925 25.796C6.23048 26.4839 6.63345 27.0724 7.13716 27.5616C7.45489 29.6941 6.49396 32.2622 7.57888 34.2342C8.6948 36.2673 11.2211 36.0915 13.2515 35.8699C15.677 35.61 16.9402 34.4406 17.5369 32.8584C17.5369 32.8584 17.5447 32.8584 17.5524 32.8584C18.0251 32.6826 18.0794 32.1934 17.8159 31.9106C18.0096 30.9858 18.0406 29.9769 17.9786 28.9374C17.9786 28.9144 17.9786 28.8839 17.9786 28.8533C17.9321 28.0584 17.8391 27.2482 17.7229 26.4686C18.6528 25.4062 19.1178 24.1221 18.5521 22.7387C18.9008 21.3629 20.0245 20.5909 20.9234 19.4291C21.8301 18.2597 22.4965 17.0291 23.0545 15.6686C24.1859 12.9705 24.3099 9.91317 23.2792 7.18451H23.2947ZM12.7942 34.7539C10.6089 35.0062 8.78779 34.7769 8.32283 32.675C9.43099 33.1718 11.0196 33.3476 12.0038 33.5004C13.1662 33.6839 14.6929 33.5769 16.0335 33.2941C15.3438 34.1654 14.2201 34.6011 12.802 34.7539H12.7942ZM16.8007 31.0011C16.7852 31.238 16.762 31.452 16.7232 31.6584C14.8711 31.6508 13.0732 32.3692 11.1436 32.01C10.3377 31.8648 9.12102 31.3909 8.20658 31.5743C8.19109 31.0699 8.20658 30.573 8.22208 30.0686C10.0587 30.6036 12.2828 31.0316 14.1814 30.6877C14.7704 30.5807 15.925 30.4125 16.8085 30.0609C16.8085 30.3743 16.8085 30.6877 16.793 30.9934L16.8007 31.0011ZM8.17559 28.3488C9.43099 29.0979 11.0351 29.4036 12.7555 29.1437C13.9412 28.968 15.4058 28.3718 16.5992 27.4928C16.6457 27.7909 16.6767 28.0966 16.7155 28.3947C16.049 28.5629 15.3128 28.9603 14.8478 29.0979C12.6083 29.7323 10.5159 28.9985 8.26083 29.2049C8.26083 29.2049 8.25308 29.2125 8.24533 29.2125C8.24533 28.9144 8.22208 28.6316 8.18334 28.3412L8.17559 28.3488ZM18.8853 19.4444C18.1414 20.2851 17.5214 20.9654 17.2347 21.8138C17.1494 21.8979 17.1029 22.0125 17.1262 22.1654C17.1262 22.1807 17.1262 22.196 17.1262 22.2189C17.0409 22.6087 17.0332 23.0444 17.1029 23.5488C17.1339 23.7246 17.2114 23.8316 17.3199 23.9157C17.3354 24.466 17.2347 24.9934 16.9014 25.5437C16.638 25.6278 16.4132 25.8648 16.4055 26.1858C15.553 27.0801 14.3054 27.5692 13.1197 27.852C10.5779 28.4482 8.17559 27.6304 7.11391 25.666C7.16041 25.5973 7.19916 25.5132 7.20691 25.4138C7.29215 24.3285 7.03642 23.182 6.76519 22.1425C6.73419 22.0125 6.69544 21.8597 6.64895 21.7144C6.66445 21.6609 6.6722 21.5998 6.6877 21.5539C6.75744 21.3246 6.61795 21.1488 6.43971 21.0801C6.27698 20.6826 6.05224 20.3157 5.73451 20.1323C5.16881 19.2609 4.50235 18.4813 3.8049 17.6788C1.93729 15.5234 1.23209 12.8941 1.37158 10.089C1.65056 4.40999 6.43971 1.34502 11.8178 1.49789C17.3974 1.64311 22.5353 5.53356 22.4655 11.3043C22.4268 14.3539 20.8614 17.2125 18.8853 19.4444Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M10.9111 13.2841C10.7716 13.093 10.6089 13.0166 10.4384 13.0319C10.2757 13.0242 10.1129 13.093 9.97344 13.2841C9.59371 13.8268 9.8107 14.8051 9.81845 15.4242C9.8417 17.1516 9.99668 18.879 10.0742 20.5987C10.1052 21.2178 11.0274 21.2255 11.0429 20.5987C11.0894 18.9401 11.0274 17.2892 11.0506 15.6382C11.0584 14.9656 11.3141 13.8726 10.9034 13.2841H10.9111Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M14.2667 13.2612C14.321 12.6803 13.3213 12.5427 13.2438 13.1236C12.9803 15.0497 13.1121 16.8994 13.1198 18.8255C13.1198 19.5516 13.0191 20.4382 13.2206 21.1567C13.2283 21.2255 13.2516 21.2866 13.2903 21.3554C13.2903 21.3554 13.2903 21.3554 13.3058 21.3631C13.5305 21.7223 14.0575 21.7376 14.2822 21.3631C14.662 20.744 14.414 19.7121 14.383 19.0242C14.3055 17.0905 14.104 15.1873 14.2745 13.2612H14.2667Z\" fill=\"#1D1D1B\"/>\\n<path d=\"M13.4066 8.52229C12.1434 7.91083 9.56285 8.49936 8.54767 9.55414C7.91997 9.44713 7.19152 9.66115 6.57157 10.2268C4.79694 11.8242 6.50182 14.507 8.62517 14.2624C8.97389 14.2166 8.98939 13.7274 8.62517 13.7045C7.71073 13.7045 7.09853 13.2611 6.8118 12.3822C6.41658 11.2433 7.37751 10.5096 8.13695 10.5631C8.1757 10.9911 8.49343 11.4497 9.20637 11.9083C9.5396 12.1223 10.0201 11.8471 10.0046 11.4573C9.98132 10.8535 9.77983 10.3796 9.48535 10.0586C9.82633 9.74522 10.5238 9.52357 10.9655 9.41656C11.5467 9.27134 12.1279 9.23312 12.4844 9.37834C12.1744 9.90573 12.1202 10.5707 12.5231 11.251C12.7401 11.6408 13.2981 11.6102 13.5228 11.251C13.949 10.5783 14.1273 10.0433 14.1273 9.60764C14.7317 9.38599 15.5299 9.55414 15.6384 10.586C15.6849 10.9987 15.6074 12.1682 14.972 12.1529C14.1583 12.1376 14.1583 13.3911 14.972 13.3987C17.2038 13.414 17.3433 9.90573 15.9949 8.75923C15.2199 8.10191 14.197 8.1172 13.4143 8.51465L13.4066 8.52229Z\" fill=\"#1D1D1B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_121_24\">\\n<rect width=\"24\" height=\"36\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed15()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1eytxo9\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:51,intrinsicWidth:57,layoutDependency:layoutDependency,layoutId:\"fccxkYB12\",svg:'<svg width=\"57\" height=\"51\" viewBox=\"0 0 57 51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_321_161)\">\\n<path d=\"M48.8 4.19C49.13 4.06 49.3901 3.91 49.5801 3.59C49.7601 3.29 49.8 2.92 49.71 2.58C49.56 2.03 49.0201 1.61 48.4501 1.61C48.3301 1.61 48.22 1.63 48.1 1.67C48.03 1.69 47.96 1.72 47.89 1.74C47.89 1.58 47.89 1.42 47.89 1.26C47.9 0.57 47.3001 0 46.6301 0C45.9601 0 45.38 0.58 45.37 1.26C45.37 1.72 45.36 2.17 45.35 2.63C43.31 3.37 41.28 4.15 39.25 4.92C36.65 5.91 34.03 6.87 31.43 7.87C28.62 8.96 25.8 10.04 23.01 11.2C20.06 12.42 17.12 13.64 14.18 14.89C10.92 16.27 7.66005 17.66 4.42005 19.08C4.32005 19.13 4.22005 19.2 4.13005 19.29C3.87005 18.84 3.42005 18.53 2.85005 18.53C2.06005 18.53 1.30005 19.21 1.34005 20.04C1.45005 22.25 1.54005 24.46 1.67005 26.67C1.72005 27.64 1.78005 28.6 1.84005 29.57C1.83005 29.57 1.81005 29.57 1.80005 29.57C1.48005 29.57 1.17005 29.65 0.89005 29.81C0.49005 30.04 0.19005 30.43 0.0600499 30.88C-0.0699501 31.34 4.99189e-05 31.85 0.24005 32.26C0.45005 32.62 0.88005 33.02 1.31005 33.08C1.60005 33.13 1.89005 33.18 2.17005 33.22C2.23005 33.43 2.33005 33.62 2.51005 33.8C2.78005 34.07 3.16005 34.23 3.55005 34.23C4.00005 34.23 4.44005 34 4.72005 33.64C4.83005 33.66 4.94005 33.68 5.05005 33.69C5.84005 33.82 6.62005 33.94 7.40005 34.09C7.57005 34.12 7.75005 34.16 7.92005 34.19C7.88005 34.26 7.85005 34.34 7.83005 34.43C7.32005 36.62 6.81005 38.8 6.33005 40.99C6.12005 41.92 5.92005 42.85 5.72005 43.78C5.60005 44.33 5.48005 44.88 5.36005 45.43C5.29005 45.76 5.21005 46.1 5.14005 46.44C5.07005 46.77 5.02005 47.11 4.98005 47.45C4.94005 47.84 4.97005 48.2 5.10005 48.58C5.21005 48.9 5.38005 49.16 5.68005 49.33C5.97005 49.5 6.32005 49.55 6.65005 49.46C6.98005 49.37 7.23005 49.16 7.38005 48.89C8.62005 49.08 9.87005 49.28 11.12 49.46C12.05 49.6 12.99 49.72 13.92 49.86C14.16 50.07 14.47 50.21 14.82 50.21C15.02 50.21 15.22 50.16 15.39 50.08C15.66 50.12 15.9 50.12 16.15 49.98C16.38 49.85 16.5401 49.63 16.6101 49.38C16.6801 49.12 16.64 48.84 16.51 48.6C16.42 48.45 16.31 48.35 16.17 48.26C16.14 46.67 16.12 45.08 16.05 43.5C16.8 42.66 17.5501 41.82 18.2901 40.98C18.7301 40.48 19.1701 39.98 19.6101 39.47C20.1401 38.86 20.66 38.25 21.23 37.68C21.24 37.67 21.25 37.66 21.26 37.65C21.94 37.83 22.63 37.99 23.31 38.16C24.15 38.38 25.0101 38.53 25.8601 38.71C26.6501 38.88 27.44 39.02 28.23 39.16C30.07 39.47 31.91 39.77 33.75 40.06C35.43 40.33 37.11 40.63 38.8 40.87C40.56 41.12 42.3201 41.37 44.0801 41.65C44.8801 41.78 45.68 41.92 46.48 42.06C46.87 42.13 47.2301 42.12 47.5801 41.92C47.9001 41.73 48.1401 41.42 48.2401 41.06C48.3101 40.8 48.3 40.53 48.23 40.27C48.83 40.13 49.2801 39.59 49.2901 38.95C49.3401 35.97 49.2501 33.01 49.1101 30.03C48.9801 27.17 48.8101 24.32 48.5801 21.46C48.4701 20.1 48.35 18.74 48.25 17.38C48.2 16.61 48.12 15.84 48.09 15.07C48.05 14.23 48.0101 13.39 47.9701 12.55C47.9101 11.3 47.8901 10.04 47.8801 8.79C47.8701 7.37 47.86 5.96 47.87 4.54C48.18 4.42 48.5001 4.29 48.8101 4.17L48.8 4.19ZM18.24 37.98C17.78 38.47 17.34 38.97 16.89 39.46C16.07 40.36 15.26 41.28 14.45 42.19C13.91 42.34 13.55 42.83 13.51 43.41C13.48 43.5 13.46 43.6 13.46 43.7C13.46 43.78 13.47 43.85 13.49 43.92C13.44 45.11 13.44 46.3 13.45 47.49C12.89 47.38 12.33 47.28 11.78 47.17C11.23 47.07 10.67 46.99 10.11 46.9C9.33005 46.77 8.55005 46.65 7.76005 46.53C7.91005 45.8 8.07005 45.07 8.23005 44.35C8.42005 43.43 8.63005 42.51 8.82005 41.59C9.28005 39.43 9.80005 37.28 10.3 35.13C10.33 34.98 10.34 34.83 10.33 34.68C10.41 34.7 10.49 34.71 10.57 34.73C11.47 34.9 12.36 35.14 13.25 35.35C14.11 35.55 14.96 35.82 15.8101 36.06C16.6201 36.28 17.42 36.54 18.22 36.78C18.53 36.87 18.84 36.96 19.15 37.05C18.84 37.35 18.54 37.67 18.24 37.99V37.98ZM44.6 21.46C44.51 20.2 44.4101 18.94 44.3101 17.68C44.1901 16.24 44.0801 14.8 43.9501 13.37C43.8001 11.79 43.63 10.21 43.5 8.63C43.5 8.6 43.5 8.58 43.5 8.55C43.5 8.27 43.38 8.08 43.21 7.87C43.06 7.68 42.7901 7.59 42.5401 7.59C42.4501 7.59 42.36 7.6 42.28 7.62C41.87 7.73 41.5701 8.12 41.5801 8.54C41.5801 9.39 41.6401 10.23 41.7001 11.08C41.7001 11.9 41.68 12.72 41.68 13.54C41.68 13.77 41.77 13.98 41.91 14.14C41.94 14.71 41.97 15.28 42 15.85C41.95 15.95 41.92 16.06 41.92 16.18C41.92 16.33 41.9701 16.47 42.0401 16.58C42.0401 16.69 42.0501 16.79 42.0601 16.9C42.2001 19.46 42.3 22.01 42.41 24.57C42.47 25.97 42.5 27.37 42.53 28.77C42.54 29.52 42.5601 30.26 42.5601 31.01C42.5601 31.36 42.5601 31.71 42.5601 32.06C42.5601 32.29 42.5701 32.52 42.5801 32.76C42.5901 33.08 42.6401 33.4 42.7201 33.7C42.7701 33.87 42.83 34.03 42.91 34.18C43.01 34.31 43.1 34.43 43.21 34.56C43.31 34.66 43.42 34.73 43.53 34.8C43.48 35.17 43.43 35.54 43.39 35.91C43.33 36.45 43.3201 37 43.3301 37.55C43.3301 37.9 43.5 38.21 43.75 38.42C43.19 38.31 42.6201 38.21 42.0601 38.11C40.3001 37.79 38.5401 37.46 36.7901 37.12C35.0501 36.78 33.3 36.46 31.56 36.15C29.95 35.87 28.33 35.59 26.73 35.23C25.88 35.04 25.0301 34.87 24.1901 34.66C23.3301 34.44 22.4601 34.23 21.6101 33.98C20.7701 33.73 19.93 33.49 19.09 33.23C18.26 32.98 17.4401 32.72 16.6101 32.49C14.8901 32.02 13.17 31.55 11.41 31.22C9.51005 30.86 7.61005 30.52 5.70005 30.2C5.63005 30.19 5.56005 30.18 5.49005 30.17C5.61005 30.1 5.71005 30.01 5.80005 29.91C6.07005 30.02 6.38005 30.04 6.66005 29.97C7.35005 29.78 7.78005 29.04 7.59005 28.34C7.54005 28.16 7.50005 27.99 7.46005 27.81C7.41005 27.23 7.40005 26.65 7.36005 26.07C7.29005 25.23 7.23005 24.38 7.16005 23.54C7.13005 23.13 7.02005 22.78 6.72005 22.48C6.55005 22.31 6.35005 22.2 6.13005 22.12C6.13005 22.09 6.13005 22.06 6.13005 22.03C6.13005 21.85 6.09005 21.67 6.03005 21.51C10.1101 19.72 14.22 17.99 18.32 16.25C18.3 16.25 18.28 16.27 18.26 16.28C21.13 15.09 24 13.9 26.88 12.74C29.68 11.61 32.5 10.53 35.32 9.46C37.59 8.6 39.85 7.73 42.12 6.85C43.19 6.43 44.2601 6.01 45.3301 5.59C45.3301 6.99 45.3301 8.38 45.3601 9.78C45.2601 10.78 45.1701 11.77 45.0801 12.77C45.0401 13.16 44.9901 13.56 44.9701 13.95C44.9401 14.42 44.92 14.89 44.89 15.36C44.83 16.44 44.7601 17.51 44.7201 18.59C44.6801 19.56 44.64 20.52 44.6 21.49V21.46ZM45.85 38.86C45.52 38.77 45.18 38.7 44.85 38.63C45.02 38.57 45.1801 38.48 45.3101 38.36C45.5101 38.16 45.6701 37.84 45.6501 37.55C45.5701 36.42 45.64 35.29 45.69 34.15C45.69 34.07 45.6901 33.99 45.7001 33.91C45.7401 33.8 45.79 33.68 45.82 33.57C45.91 33.28 45.88 32.98 45.76 32.71C45.79 32.1 45.8301 31.5 45.8601 30.89C45.9601 28.95 46.0601 27.01 46.1301 25.08C46.1401 24.75 46.15 24.42 46.16 24.1C46.24 25.38 46.31 26.67 46.35 27.96C46.41 29.49 46.4501 31.03 46.4901 32.56C46.5201 33.95 46.53 35.33 46.55 36.72C46.56 37.47 46.58 38.23 46.59 38.98C46.59 39.02 46.59 39.06 46.6 39.1C46.35 39.02 46.1101 38.94 45.8601 38.88L45.85 38.86Z\" fill=\"black\"/>\\n<path d=\"M50.7001 10.94C50.7001 11.1 50.6801 11.26 50.6801 11.42C50.6801 11.63 50.6801 11.83 50.6801 12.04C50.6801 12.11 50.6801 12.18 50.6801 12.25C50.6501 12.79 50.6001 13.33 50.5601 13.87C50.5601 13.98 50.6301 14.08 50.7301 14.12C50.7301 14.36 50.7501 14.6 50.7501 14.84C50.7801 15.9 50.8301 16.95 50.8601 18.01C50.9001 19.25 50.9401 20.49 50.9701 21.73C51.0001 22.93 51.0401 24.13 51.0601 25.32C51.0801 26.47 51.1001 27.62 51.1101 28.76C51.1101 30.06 51.1201 31.36 51.1301 32.66C51.1301 33.88 51.1301 35.11 51.1501 36.33C51.1501 36.77 51.5101 37.13 51.9501 37.13C52.3901 37.13 52.7501 36.77 52.7501 36.33C52.7501 35.08 52.7101 33.83 52.6601 32.58C52.6101 31.25 52.5501 29.93 52.5001 28.6C52.4101 26.3 52.3001 24 52.1801 21.7C52.0501 19.37 51.9301 17.04 51.7501 14.71C51.7001 14.01 51.6501 13.32 51.6001 12.63C51.5801 12.41 51.5601 12.18 51.5501 11.96C51.5301 11.77 51.5201 11.58 51.5001 11.39C51.5001 11.34 51.5001 11.3 51.4901 11.25C51.4801 11.1 51.4401 10.95 51.4001 10.81C51.3601 10.65 51.2101 10.54 51.0501 10.54C50.8601 10.54 50.6801 10.71 50.6901 10.9L50.7001 10.94Z\" fill=\"black\"/>\\n<path d=\"M56.92 25.47C56.9 24.47 56.88 23.47 56.86 22.48C56.83 21.05 56.78 19.62 56.72 18.19C56.65 16.55 56.59 14.9 56.45 13.26C56.43 13 56.41 12.75 56.38 12.49C56.35 12.18 56.3 11.88 56.26 11.58C56.24 11.46 56.13 11.35 56.04 11.29C55.97 11.25 55.88 11.22 55.79 11.22C55.75 11.22 55.7 11.22 55.66 11.24C55.45 11.3 55.3 11.5 55.3 11.71C55.3 12.54 55.31 13.37 55.33 14.2C55.31 14.83 55.29 15.46 55.27 16.08C55.27 16.18 55.31 16.27 55.37 16.34C55.37 16.43 55.37 16.52 55.37 16.61C55.39 18.4 55.4 20.19 55.41 21.99C55.41 22.69 55.41 23.38 55.41 24.07C55.41 24.76 55.41 25.44 55.39 26.13C55.37 27.1 55.34 28.07 55.32 29.04C55.32 29.28 55.3 29.52 55.28 29.75C55.25 30.32 55.22 30.89 55.19 31.46C55.11 32.94 55 34.43 54.89 35.91C54.76 37.57 54.61 39.22 54.51 40.88C54.48 41.32 54.48 41.75 54.48 42.19C54.48 42.77 54.97 43.26 55.55 43.26C56.13 43.26 56.63 42.77 56.62 42.19C56.6 40.56 56.64 38.92 56.7 37.28C56.75 35.66 56.83 34.05 56.87 32.43C56.89 31.5 56.92 30.57 56.94 29.64C56.96 28.97 56.95 28.3 56.95 27.63C56.95 26.91 56.95 26.19 56.94 25.48L56.92 25.47Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_321_161\">\\n<rect width=\"56.94\" height=\"50.22\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1spqusi\",fonts:[\"CUSTOM;Jost Regular\"],layoutDependency:layoutDependency,layoutId:\"CtHHvLKF7\",style:{\"--framer-paragraph-spacing\":\"30px\"},text:W88zB8mIG,variants:{cJ0xPF2sO:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},cqBDVr1cn:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},CzrXTJDpS:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},KzP4i1ZVC:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},OZ5ojafGH:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},S84WQrB75:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},vrV5Njht9:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},Zk_VmjUAi:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cJ0xPF2sO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},cqBDVr1cn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},CzrXTJDpS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},KzP4i1ZVC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},OZ5ojafGH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},S84WQrB75:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},vrV5Njht9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},Zk_VmjUAi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hp4at3\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"cCIWCGy5k\",style:{rotate:0},variants:{cJ0xPF2sO:{rotate:45},cqBDVr1cn:{rotate:45},CzrXTJDpS:{rotate:45},KzP4i1ZVC:{rotate:45},OZ5ojafGH:{rotate:45},S84WQrB75:{rotate:45},vrV5Njht9:{rotate:45},Zk_VmjUAi:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p4wtvq\",layoutDependency:layoutDependency,layoutId:\"iwGzLQhAb\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d2kdmh\",layoutDependency:layoutDependency,layoutId:\"Jsqp2a_8I\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]})]}),isDisplayed16()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-p0xp6v\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"w3ieiHIwv\",style:{opacity:0},variants:{cJ0xPF2sO:{opacity:1},cqBDVr1cn:{opacity:1},CzrXTJDpS:{opacity:1},KzP4i1ZVC:{opacity:1},OZ5ojafGH:{opacity:1},S84WQrB75:{opacity:1},vrV5Njht9:{opacity:1},Zk_VmjUAi:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 84, 102))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-y71tqm\",fonts:[\"GF;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"l88IGIE_7\",style:{\"--extracted-r6o4lv\":\"rgb(71, 84, 102)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{cJ0xPF2sO:{\"--framer-paragraph-spacing\":\"30px\",opacity:1},cqBDVr1cn:{\"--framer-paragraph-spacing\":\"30px\",opacity:1},CzrXTJDpS:{\"--framer-paragraph-spacing\":\"30px\",opacity:1},KzP4i1ZVC:{\"--framer-paragraph-spacing\":\"30px\",opacity:1},OZ5ojafGH:{\"--framer-paragraph-spacing\":\"30px\",opacity:1},S84WQrB75:{\"--framer-paragraph-spacing\":\"30px\",opacity:1},vrV5Njht9:{\"--framer-paragraph-spacing\":\"30px\",opacity:1},Zk_VmjUAi:{\"--framer-paragraph-spacing\":\"30px\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})});});const css=['.framer-7p8SH[data-border=\"true\"]::after, .framer-7p8SH [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7p8SH.framer-6hohvv, .framer-7p8SH .framer-6hohvv { display: block; }\",\".framer-7p8SH.framer-1b8xh50 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 400px; }\",\".framer-7p8SH .framer-8l8lue { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 0px 20px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-7p8SH .framer-1l7z66d, .framer-7p8SH .framer-19erl84 { flex: none; height: 32px; overflow: visible; position: relative; width: 32px; }\",\".framer-7p8SH .framer-1wainio, .framer-7p8SH .framer-8m3ccs { flex: none; height: 24px; left: 0px; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 30px; }\",\".framer-7p8SH .framer-1h04o4c, .framer-7p8SH .framer-coz7kn { flex: none; height: 40px; left: 0px; position: absolute; top: 0px; width: 28px; }\",\".framer-7p8SH .framer-zveb1l, .framer-7p8SH .framer-1rxrrja { flex: none; height: 31px; left: 0px; position: absolute; top: 0px; width: 41px; }\",\".framer-7p8SH .framer-f7hdgn { flex: none; height: 37px; left: 0px; position: absolute; top: 0px; width: 34px; }\",\".framer-7p8SH .framer-222js3 { bottom: -4px; flex: none; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-7p8SH .framer-1quy220, .framer-7p8SH .framer-17d32bw { flex: none; height: 33px; left: 0px; position: absolute; top: 0px; width: 32px; }\",\".framer-7p8SH .framer-18gqlev, .framer-7p8SH .framer-1eytxo9 { flex: none; height: 51px; left: 0px; position: absolute; top: 0px; width: 57px; }\",\".framer-7p8SH .framer-ofmaic { bottom: 0px; flex: none; left: calc(50.00000000000002% - 29px / 2); position: absolute; top: 0px; width: 29px; }\",\".framer-7p8SH .framer-6sc1f2 { flex: none; height: 33px; left: 0px; position: absolute; top: 0px; width: 22px; }\",\".framer-7p8SH .framer-1spqusi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 79%; word-break: break-word; word-wrap: break-word; }\",\".framer-7p8SH .framer-1hp4at3 { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; z-index: 1; }\",\".framer-7p8SH .framer-1p4wtvq { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-7p8SH .framer-1d2kdmh { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-7p8SH .framer-p0xp6v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 0px; position: relative; width: 100%; }\",\".framer-7p8SH .framer-y71tqm { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7p8SH.framer-1b8xh50, .framer-7p8SH .framer-p0xp6v { gap: 0px; } .framer-7p8SH.framer-1b8xh50 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7p8SH.framer-1b8xh50 > :first-child, .framer-7p8SH .framer-p0xp6v > :first-child { margin-top: 0px; } .framer-7p8SH.framer-1b8xh50 > :last-child, .framer-7p8SH .framer-p0xp6v > :last-child { margin-bottom: 0px; } .framer-7p8SH .framer-p0xp6v > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-7p8SH.framer-v-1i30hnm .framer-y71tqm, .framer-7p8SH.framer-v-1j8yevq .framer-y71tqm, .framer-7p8SH.framer-v-1odqvq7 .framer-y71tqm, .framer-7p8SH.framer-v-113j4l .framer-y71tqm, .framer-7p8SH.framer-v-19f2l9a .framer-y71tqm, .framer-7p8SH.framer-v-j18gx1 .framer-y71tqm, .framer-7p8SH.framer-v-16gsbfs .framer-y71tqm, .framer-7p8SH.framer-v-1a8bsfj .framer-y71tqm { -webkit-user-select: unset; user-select: unset; }\",\".framer-7p8SH.framer-v-4pkzd6 .framer-1spqusi, .framer-7p8SH.framer-v-25mw5s .framer-1spqusi, .framer-7p8SH.framer-v-ls53zd .framer-1spqusi, .framer-7p8SH.framer-v-14dxluf .framer-1spqusi, .framer-7p8SH.framer-v-1h2cbtj .framer-1spqusi, .framer-7p8SH.framer-v-dtwadk .framer-1spqusi, .framer-7p8SH.framer-v-18umh0w .framer-1spqusi { width: 84%; }\",\".framer-7p8SH.framer-v-1j8yevq.framer-1b8xh50, .framer-7p8SH.framer-v-1odqvq7.framer-1b8xh50, .framer-7p8SH.framer-v-ls53zd.framer-1b8xh50, .framer-7p8SH.framer-v-113j4l.framer-1b8xh50, .framer-7p8SH.framer-v-14dxluf.framer-1b8xh50, .framer-7p8SH.framer-v-19f2l9a.framer-1b8xh50, .framer-7p8SH.framer-v-1h2cbtj.framer-1b8xh50, .framer-7p8SH.framer-v-j18gx1.framer-1b8xh50, .framer-7p8SH.framer-v-16gsbfs.framer-1b8xh50, .framer-7p8SH.framer-v-dtwadk.framer-1b8xh50, .framer-7p8SH.framer-v-18umh0w.framer-1b8xh50, .framer-7p8SH.framer-v-1a8bsfj.framer-1b8xh50 { cursor: pointer; }\",\".framer-7p8SH.framer-v-1j8yevq .framer-1l7z66d, .framer-7p8SH.framer-v-1odqvq7 .framer-1l7z66d, .framer-7p8SH.framer-v-113j4l .framer-1l7z66d, .framer-7p8SH.framer-v-14dxluf .framer-8l8lue, .framer-7p8SH.framer-v-19f2l9a .framer-1l7z66d, .framer-7p8SH.framer-v-1h2cbtj .framer-8l8lue, .framer-7p8SH.framer-v-j18gx1 .framer-1l7z66d, .framer-7p8SH.framer-v-16gsbfs .framer-1l7z66d, .framer-7p8SH.framer-v-1a8bsfj .framer-1l7z66d { order: 0; }\",\".framer-7p8SH.framer-v-1j8yevq .framer-1spqusi, .framer-7p8SH.framer-v-1odqvq7 .framer-1spqusi, .framer-7p8SH.framer-v-113j4l .framer-1spqusi, .framer-7p8SH.framer-v-19f2l9a .framer-1spqusi, .framer-7p8SH.framer-v-j18gx1 .framer-1spqusi, .framer-7p8SH.framer-v-16gsbfs .framer-1spqusi, .framer-7p8SH.framer-v-1a8bsfj .framer-1spqusi { order: 1; }\",\".framer-7p8SH.framer-v-1j8yevq .framer-1hp4at3, .framer-7p8SH.framer-v-1odqvq7 .framer-1hp4at3, .framer-7p8SH.framer-v-113j4l .framer-1hp4at3, .framer-7p8SH.framer-v-19f2l9a .framer-1hp4at3, .framer-7p8SH.framer-v-j18gx1 .framer-1hp4at3, .framer-7p8SH.framer-v-16gsbfs .framer-1hp4at3, .framer-7p8SH.framer-v-1a8bsfj .framer-1hp4at3 { order: 3; }\",\".framer-7p8SH.framer-v-25mw5s .framer-coz7kn, .framer-7p8SH.framer-v-1odqvq7 .framer-1h04o4c { bottom: 0px; height: unset; left: 3px; width: 22px; }\",\".framer-7p8SH.framer-v-ls53zd .framer-1rxrrja, .framer-7p8SH.framer-v-113j4l .framer-zveb1l { height: 24px; right: 0px; top: calc(46.87500000000002% - 24px / 2); width: unset; }\",\".framer-7p8SH.framer-v-19f2l9a .framer-f7hdgn { bottom: 0px; height: unset; left: calc(46.87500000000002% - 29px / 2); width: 29px; }\",\".framer-7p8SH.framer-v-16gsbfs .framer-222js3 { bottom: 0px; left: calc(53.12500000000002% - 21px / 2); width: 21px; }\",\".framer-7p8SH.framer-v-18umh0w .framer-1eytxo9 { height: 27px; left: calc(50.00000000000002% - 29px / 2); top: calc(46.87500000000002% - 27px / 2); width: 29px; }\",\".framer-7p8SH.framer-v-1a8bsfj .framer-18gqlev { height: 25px; left: calc(50.00000000000002% - 28px / 2); top: calc(46.87500000000002% - 25px / 2); width: 28px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 129\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cJ0xPF2sO\":{\"layout\":[\"fixed\",\"auto\"]},\"N6jv19iY5\":{\"layout\":[\"fixed\",\"auto\"]},\"Zk_VmjUAi\":{\"layout\":[\"fixed\",\"auto\"]},\"eUcPuNsjf\":{\"layout\":[\"fixed\",\"auto\"]},\"vrV5Njht9\":{\"layout\":[\"fixed\",\"auto\"]},\"A0B2Cy0Xa\":{\"layout\":[\"fixed\",\"auto\"]},\"KzP4i1ZVC\":{\"layout\":[\"fixed\",\"auto\"]},\"rHII2wdTd\":{\"layout\":[\"fixed\",\"auto\"]},\"CzrXTJDpS\":{\"layout\":[\"fixed\",\"auto\"]},\"V24SGAN3m\":{\"layout\":[\"fixed\",\"auto\"]},\"cqBDVr1cn\":{\"layout\":[\"fixed\",\"auto\"]},\"OZ5ojafGH\":{\"layout\":[\"fixed\",\"auto\"]},\"iHpvVaV2Q\":{\"layout\":[\"fixed\",\"auto\"]},\"TfYM2F9fX\":{\"layout\":[\"fixed\",\"auto\"]},\"S84WQrB75\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerH73Z1dqdA=withCSS(Component,css,\"framer-7p8SH\");export default FramerH73Z1dqdA;FramerH73Z1dqdA.displayName=\"FAQ Row\";FramerH73Z1dqdA.defaultProps={height:129,width:400};addPropertyControls(FramerH73Z1dqdA,{variant:{options:[\"zowUctZPa\",\"cJ0xPF2sO\",\"N6jv19iY5\",\"Zk_VmjUAi\",\"eUcPuNsjf\",\"vrV5Njht9\",\"A0B2Cy0Xa\",\"KzP4i1ZVC\",\"rHII2wdTd\",\"CzrXTJDpS\",\"V24SGAN3m\",\"cqBDVr1cn\",\"OZ5ojafGH\",\"iHpvVaV2Q\",\"TfYM2F9fX\",\"S84WQrB75\"],optionTitles:[\"Closed\",\"Open\",\"Mensaje\",\"Variant 4\",\"Marketing de Influencia\",\"Variante Mkt\",\"Media Performance\",\"Variante Mkt\",\"Analytics\",\"variante analytics\",\"comunicacion interna\",\"variante comunic interna\",\"variante creac de cont\",\"Mensaje\",\"politico\",\"variante creac de cont\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerH73Z1dqdA,[{family:\"Jost Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/yReJuE8yDNCs9GS8uCyBO7S8Mk.woff2\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Ew1D3s6ZKAi.woff2\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH73Z1dqdA\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cJ0xPF2sO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N6jv19iY5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Zk_VmjUAi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eUcPuNsjf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vrV5Njht9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A0B2Cy0Xa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KzP4i1ZVC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rHII2wdTd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CzrXTJDpS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V24SGAN3m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cqBDVr1cn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OZ5ojafGH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iHpvVaV2Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TfYM2F9fX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S84WQrB75\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"129\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./H73Z1dqdA.map", "// Generated by Framer (a96673f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQRow from\"https://framerusercontent.com/modules/dK8gWTR1ByjIZX2fj8Aq/PAu2wXGVnivjHpap2vrs/H73Z1dqdA.js\";const FAQRowFonts=getFonts(FAQRow);const cycleOrder=[\"QF8wxcjld\",\"T4UwxZQqj\"];const serializationHash=\"framer-aOlhU\";const variantClassNames={QF8wxcjld:\"framer-v-124s66t\",T4UwxZQqj:\"framer-v-180mkgh\"};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 transitions={default:{damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"QF8wxcjld\",\"Variant 2\":\"T4UwxZQqj\"};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:\"QF8wxcjld\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"QF8wxcjld\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-124s66t\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"QF8wxcjld\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({T4UwxZQqj:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y0vetz\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"TTxEpg5Eo\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1olwnyy-container\",layoutDependency:layoutDependency,layoutId:\"c9AmgaVsP-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"c9AmgaVsP\",layoutId:\"c9AmgaVsP\",style:{width:\"100%\"},T8rQFvSBR:\"Sabemos que en internet puedes encontrar de todo. \\n\\nNosotros guiamos a las marcas, entre todo ese contenido, para tener presencia digital. Creamos estrategias personalizadas y damos asesoramiento individualizado para que cada uno de tus contenidos conecte con los usuarios.\\n\",variant:\"V24SGAN3m\",W88zB8mIG:\"Consultor\\xeda Digital\",width:\"100%\",...addPropertyOverrides({T4UwxZQqj:{T8rQFvSBR:\"We know that you can find anything online.\\n\\nWe guide brands, among all that content, to have a digital presence. We create customized strategies and give individualized advice so that all of your content connects with users.\",W88zB8mIG:\"Digital Consulting\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r7oc2i\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"nnmm9k7RS\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r6i5lb-container\",layoutDependency:layoutDependency,layoutId:\"UiviBRwad-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"UiviBRwad\",layoutId:\"UiviBRwad\",style:{width:\"100%\"},T8rQFvSBR:\"Seguro que m\\xe1s de una vez has comprado algo que un influencer recomend\\xf3.\\n\\nEn los \\xfaltimos a\\xf1os, los influencers han sido fundamentales en la estrategia de posicionamiento online de las marcas. Contamos con un equipo experto en identificar y colaborar con los talents perfectos que resuenen con tu audiencia. Sea cual sea tu marca, elegiremos a los mejores para lograr tus objetivos. \\n\",variant:\"eUcPuNsjf\",W88zB8mIG:\"Marketing de Influencia\",width:\"100%\",...addPropertyOverrides({T4UwxZQqj:{T8rQFvSBR:\"Surely more than once you bought something that an influencer recommended.\\n\\nWe\u2019ve seen in the last few years how influencers have been fundamental in a brand's online positioning strategy.. Our team of experts will identify and collaborate with the perfect talent that resonates with your audience. No matter what your brand is, we\u2019ll get the best to achieve your goals.\",W88zB8mIG:\"Influencer Marketing \"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qyqvhv\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"mCbkjYdZC\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j85095-container\",layoutDependency:layoutDependency,layoutId:\"I1VCdR2_g-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"I1VCdR2_g\",layoutId:\"I1VCdR2_g\",style:{width:\"100%\"},T8rQFvSBR:\"Las redes sociales son m\\xe1s que memes, haters y v\\xeddeos virales.  \\n\\nEn la actualidad en la que vivimos, estas herramientas son uno de los medios comunicativos m\\xe1s eficaces para las empresas. Son esenciales en el desarrollo de los negocios online y nosotros somos expertos en generar contenido digital aut\\xe9ntico y que te diferencie de la competencia.\\n\",variant:\"A0B2Cy0Xa\",W88zB8mIG:\"Media Performance\",width:\"100%\",...addPropertyOverrides({T4UwxZQqj:{T8rQFvSBR:\"Social networks are more than memes, haters and viral videos.  \\n\\nNowadays, these tools are one of the most effective means of communication for companies. They are essential in the development of online business and we are experts in generating authentic digital content that makes you stand out from competitors.\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ilnt9n\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"eNdvfD9Q4\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1of1000-container\",layoutDependency:layoutDependency,layoutId:\"cPV2Hywat-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"cPV2Hywat\",layoutId:\"cPV2Hywat\",style:{width:\"100%\"},T8rQFvSBR:\"\\xbfSab\\xedas que los pulpos tienen 3 corazones?\\nSi te ha gustado este dato, espera a ver lo que logramos analizando los datos de tus campa\\xf1as.\\n\\nEstamos aqu\\xed para ayudar a las empresas a recopilar, analizar e interpretar datos con el objetivo de tomar las mejores decisiones estrat\\xe9gicas. Y podemos asegurarte que pondremos, al menos, todos nuestros corazones para maximizar la rentabilidad y eficacia de tus campa\\xf1as.\\n\",variant:\"rHII2wdTd\",W88zB8mIG:\"Marketing Analytics\",width:\"100%\",...addPropertyOverrides({T4UwxZQqj:{T8rQFvSBR:\"Did you know that octopuses have 3 hearts?\\nIf you like this fact, wait until you see what we get by analyzing your campaign data.\\n\\nWe\u2019re here to help companies collect, analyze and interpret data in order to make the best strategic decisions. And we can assure you that we\u2019ll put, at the minimum, all our hearts into maximizing the profitability and effectiveness of your campaigns.\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b4yq1y\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"JJ8GYNpkE\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n0wnh7-container\",layoutDependency:layoutDependency,layoutId:\"EaU5QuM2z-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"EaU5QuM2z\",layoutId:\"EaU5QuM2z\",style:{width:\"100%\"},T8rQFvSBR:\"Aqu\\xed viene una frase motivacional del estilo \u201Cen esta empresa somos como una familia\u201D.\\n\\nSon las personas dentro de una empresa las que hacen posible su funcionamiento. Comprendemos las necesidades espec\\xedficas de cada cliente para ofrecer soluciones personalizadas que impulsen el compromiso de los empleados, fortalezcan la cohesi\\xf3n del equipo y generen orgullo de pertenencia.\",variant:\"N6jv19iY5\",W88zB8mIG:\"Comunicaci\\xf3n Interna\\n\",width:\"100%\",...addPropertyOverrides({T4UwxZQqj:{T8rQFvSBR:'Here comes a motivational phrase along the lines of \"in this company we are like a family\".\\n\\nIt\u2019s the people in a company that make it work. We understand the specific needs of each client to offer customized solutions that boost employee engagement, strengthen team bonds and generate a sense of belonging.',W88zB8mIG:\"Corporate Communication\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cbq0zr\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"Rv7PpoHLE\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qbz94v-container\",layoutDependency:layoutDependency,layoutId:\"gtAf5F3FP-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"gtAf5F3FP\",layoutId:\"gtAf5F3FP\",style:{width:\"100%\"},T8rQFvSBR:\"Estamos justo ah\\xed, detr\\xe1s de cada click y cada like. \\n\\nVivimos para transformar insights en historias que contar.\\nLe damos vueltas a todo hasta que tiene sentido. En ese momento es donde se crea el contenido. \\nCon un poco de estrategia y otro poco de emoci\\xf3n, conseguimos darle forma a las ideas para que tu contenido sea el adecuado para tu target.\\n\",variant:\"iHpvVaV2Q\",W88zB8mIG:\"Creaci\\xf3n de Contenido\",width:\"100%\",...addPropertyOverrides({T4UwxZQqj:{T8rQFvSBR:\"We are right there, behind every click and every like. \\n\\nWe live to transform insights into stories to tell.\\nWe spin everything until it makes sense. That's when content is created. \\nWith a little bit of strategy and a little bit of emotion, we shape the ideas so that your content is a perfect fit for your target.\",W88zB8mIG:\"Content creation\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ar60p1\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"wB5AVtL7q\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-omsiko-container\",layoutDependency:layoutDependency,layoutId:\"Qd36dJ6mw-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"Qd36dJ6mw\",layoutId:\"Qd36dJ6mw\",style:{width:\"100%\"},T8rQFvSBR:\"En esta mesa s\\xed se puede hablar de pol\\xedtica. \\n\\nAnalizamos la mejor manera de que una campa\\xf1a pol\\xedtica sea la \\xf3ptima. Convertimos la estrategia en un caso de \\xe9xito donde un partido consiga sus objetivos de marketing.\\n\",variant:\"TfYM2F9fX\",W88zB8mIG:\"Marketing Pol\\xedtico\",width:\"100%\",...addPropertyOverrides({T4UwxZQqj:{T8rQFvSBR:\"At this table we can talk about politics. \\n\\nWe analyze the best methods for optimizing political campaigns. We turn the strategy into a success story where a party achieves its objectives.\",W88zB8mIG:\"Political Marketing\"}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-aOlhU[data-border=\"true\"]::after, .framer-aOlhU [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aOlhU.framer-1jqfcnm, .framer-aOlhU .framer-1jqfcnm { display: block; }\",\".framer-aOlhU.framer-124s66t { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 24px 0px 20px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aOlhU .framer-1y0vetz, .framer-aOlhU .framer-1r7oc2i, .framer-aOlhU .framer-1qyqvhv, .framer-aOlhU .framer-ilnt9n, .framer-aOlhU .framer-b4yq1y, .framer-aOlhU .framer-1cbq0zr, .framer-aOlhU .framer-ar60p1 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-aOlhU .framer-1olwnyy-container, .framer-aOlhU .framer-1r6i5lb-container, .framer-aOlhU .framer-1j85095-container, .framer-aOlhU .framer-1of1000-container, .framer-aOlhU .framer-1n0wnh7-container, .framer-aOlhU .framer-qbz94v-container, .framer-aOlhU .framer-omsiko-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aOlhU.framer-124s66t { gap: 0px; } .framer-aOlhU.framer-124s66t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aOlhU.framer-124s66t > :first-child { margin-top: 0px; } .framer-aOlhU.framer-124s66t > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 511\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"T4UwxZQqj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerGhPyJKGup=withCSS(Component,css,\"framer-aOlhU\");export default FramerGhPyJKGup;FramerGhPyJKGup.displayName=\"Accordion\";FramerGhPyJKGup.defaultProps={height:511,width:1e3};addPropertyControls(FramerGhPyJKGup,{variant:{options:[\"QF8wxcjld\",\"T4UwxZQqj\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGhPyJKGup,[...FAQRowFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGhPyJKGup\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"511\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T4UwxZQqj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GhPyJKGup.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js\";const LottieFonts=getFonts(Lottie);const enabledGestures={iwaOGPbl1:{hover:true},wIE5KtDDA:{hover:true}};const cycleOrder=[\"iwaOGPbl1\",\"wIE5KtDDA\"];const serializationHash=\"framer-1hABM\";const variantClassNames={iwaOGPbl1:\"framer-v-1bjuz1x\",wIE5KtDDA:\"framer-v-12urmdn\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"iwaOGPbl1\",\"Variant 2-EN\":\"wIE5KtDDA\"};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:\"iwaOGPbl1\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"iwaOGPbl1\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"wIE5KtDDA-hover\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"iwaOGPbl1-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SakQ_qlR3\"},children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1bjuz1x\",className,classNames)} framer-1jnwww1`,\"data-framer-name\":\"Variant 1\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"iwaOGPbl1\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"iwaOGPbl1-hover\":{\"data-framer-name\":undefined},\"wIE5KtDDA-hover\":{\"data-framer-name\":undefined},wIE5KtDDA:{\"data-framer-name\":\"Variant 2-EN\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yj5rh5-container\",layoutDependency:layoutDependency,layoutId:\"LcpeH7epZ-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"LcpeH7epZ\",isForwardsDirection:true,layoutId:\"LcpeH7epZ\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:69,speed:1,srcType:\"URL\",srcUrl:\"https://lottie.host/988cdeb4-6103-4005-a9fa-63ea2a120414/Q1JxfYMWKy.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTGlnaHQ=\",\"--framer-font-family\":'\"Jost Light\", \"Jost Light Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"56px\"},children:\"Contenidos para\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTGlnaHQ=\",\"--framer-font-family\":'\"Jost Light\", \"Jost Light Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"56px\"},children:\"conectar\"})]}),className:\"framer-1n72rhl\",fonts:[\"CUSTOM;Jost Light\"],layoutDependency:layoutDependency,layoutId:\"DXHqVwwSW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({wIE5KtDDA:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTGlnaHQ=\",\"--framer-font-family\":'\"Jost Light\", \"Jost Light Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"56px\"},children:\"Content to\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgTGlnaHQ=\",\"--framer-font-family\":'\"Jost Light\", \"Jost Light Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"56px\"},children:\"connect\"})]})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yeicyw-container\",layoutDependency:layoutDependency,layoutId:\"frsL6e1mD-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"frsL6e1mD\",isForwardsDirection:true,layoutId:\"frsL6e1mD\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcType:\"URL\",srcUrl:\"https://lottie.host/988cdeb4-6103-4005-a9fa-63ea2a120414/Q1JxfYMWKy.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})})});});const css=['.framer-1hABM[data-border=\"true\"]::after, .framer-1hABM [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1hABM.framer-1jnwww1, .framer-1hABM .framer-1jnwww1 { display: block; }\",\".framer-1hABM.framer-1bjuz1x { cursor: pointer; height: 112px; overflow: hidden; position: relative; text-decoration: none; width: 410px; }\",\".framer-1hABM .framer-1yj5rh5-container, .framer-1hABM .framer-1yeicyw-container { bottom: 0px; flex: none; height: 71px; left: 0px; position: absolute; width: 205px; }\",\".framer-1hABM .framer-1n72rhl { flex: none; height: auto; left: 0px; position: absolute; top: 50%; white-space: pre; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 410\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wIE5KtDDA\":{\"layout\":[\"fixed\",\"fixed\"]},\"rqbRU74ql\":{\"layout\":[\"fixed\",\"fixed\"]},\"j5qwx4uFL\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerGuGGElneL=withCSS(Component,css,\"framer-1hABM\");export default FramerGuGGElneL;FramerGuGGElneL.displayName=\"Conectar\";FramerGuGGElneL.defaultProps={height:112,width:410};addPropertyControls(FramerGuGGElneL,{variant:{options:[\"iwaOGPbl1\",\"wIE5KtDDA\"],optionTitles:[\"Variant 1\",\"Variant 2-EN\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGuGGElneL,[{family:\"Jost Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/9aaKmEkgKVFeZrxkmC2QFTYBM.woff2\"},...LottieFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGuGGElneL\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"410\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wIE5KtDDA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rqbRU74ql\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j5qwx4uFL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GuGGElneL.map", "// Generated by Framer (a96673f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,RichText,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const ImageWithFX=withFX(Image);const enabledGestures={cw0gCGpkX:{hover:true},PTG1tCMyl:{hover:true},Ye41HaULI:{hover:true}};const cycleOrder=[\"cw0gCGpkX\",\"Ye41HaULI\",\"PTG1tCMyl\"];const serializationHash=\"framer-xkXUx\";const variantClassNames={cw0gCGpkX:\"framer-v-bgmptq\",PTG1tCMyl:\"framer-v-190k6vc\",Ye41HaULI:\"framer-v-1dcw1kp\"};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 transitions={default:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"},Ye41HaULI:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:5,rotateY:2,scale:.8,x:0,y:40};const transition1={delay:0,duration:1.6,ease:[.16,1,.3,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:5,rotateY:2,scale:.8,transition:transition1,x:0,y:40};const transformTemplate1=(_,t)=>`perspective(500px) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 3\":\"PTG1tCMyl\",Desktop:\"cw0gCGpkX\",Tablet:\"Ye41HaULI\"};const getProps=({height,id,image,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,AYZGB5XYk:(_ref=title!==null&&title!==void 0?title:props.AYZGB5XYk)!==null&&_ref!==void 0?_ref:\"Brand Connect\",rtdymTswD:(_ref1=image!==null&&image!==void 0?image:props.rtdymTswD)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/ew73PKnUcbsLhjhAJZSqEdLNJus.png\"},variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"cw0gCGpkX\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,rtdymTswD,AYZGB5XYk,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"cw0gCGpkX\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"PTG1tCMyl-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"Ye41HaULI-hover\")return true;if(baseVariant===\"Ye41HaULI\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"PTG1tCMyl-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oMlaaxnqk\"},smoothScroll:true,...addPropertyOverrides({PTG1tCMyl:{href:{webPageId:\"DBANkzs59\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-bgmptq\",className,classNames)} framer-3it8v9`,\"data-framer-name\":\"Desktop\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"cw0gCGpkX\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"cw0gCGpkX-hover\":{\"data-framer-name\":undefined},\"PTG1tCMyl-hover\":{\"data-framer-name\":undefined},\"Ye41HaULI-hover\":{\"data-framer-name\":undefined},PTG1tCMyl:{\"data-framer-name\":\"Variant 3\"},Ye41HaULI:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1600,pixelHeight:1200,pixelWidth:1600,sizes:\"min(672px, 100vw)\",...toResponsiveImage(rtdymTswD)},className:\"framer-6tesl\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"Vztd7C4uk\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"},transformTemplate:transformTemplate1,variants:{\"cw0gCGpkX-hover\":{filter:\"blur(3px)\",WebkitFilter:\"blur(3px)\"},\"Ye41HaULI-hover\":{filter:\"blur(3px)\",WebkitFilter:\"blur(3px)\"}},...addPropertyOverrides({\"cw0gCGpkX-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1600,pixelHeight:1200,pixelWidth:1600,sizes:\"calc(min(672px, 100vw) * 1.2798)\",...toResponsiveImage(rtdymTswD)}},\"Ye41HaULI-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1600,pixelHeight:1200,pixelWidth:1600,sizes:\"calc(min(672px, 100vw) * 1.2798)\",...toResponsiveImage(rtdymTswD)}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wbmpcf\",layoutDependency:layoutDependency,layoutId:\"UBJgBjQRD\",style:{backgroundColor:\"rgb(0, 0, 0)\",opacity:0},variants:{\"cw0gCGpkX-hover\":{opacity:.5},\"Ye41HaULI-hover\":{opacity:.5}}})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Brand Connect\"})}),className:\"framer-1tb3j95\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"FuzdzunYb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:AYZGB5XYk,variants:{\"cw0gCGpkX-hover\":{opacity:1},\"Ye41HaULI-hover\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cw0gCGpkX-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Brand Connect\"})})},Ye41HaULI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Brand Connect\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Brand Connect\"})}),className:\"framer-pygro0\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"u0oVfgeQu\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:AYZGB5XYk,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1600,pixelHeight:1200,pixelWidth:1600,...toResponsiveImage(rtdymTswD)},className:\"framer-p7g6op\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"yptDWJnJk\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(3px)\",WebkitFilter:\"blur(3px)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({\"PTG1tCMyl-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1600,pixelHeight:1200,pixelWidth:1600,sizes:\"calc(min(672px, 100vw) * 1.2798)\",...toResponsiveImage(rtdymTswD)}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gouu6r\",layoutDependency:layoutDependency,layoutId:\"O2BxLwZQB\",style:{backgroundColor:\"rgb(0, 0, 0)\",opacity:.5}})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Brand Connect\"})}),className:\"framer-1pr9jzk\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"YiODaWaYy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:AYZGB5XYk,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=['.framer-xkXUx[data-border=\"true\"]::after, .framer-xkXUx [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xkXUx.framer-3it8v9, .framer-xkXUx .framer-3it8v9 { display: block; }\",\".framer-xkXUx.framer-bgmptq { cursor: pointer; height: 360px; overflow: hidden; position: relative; text-decoration: none; width: 672px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xkXUx .framer-6tesl { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xkXUx .framer-wbmpcf, .framer-xkXUx .framer-1gouu6r { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-xkXUx .framer-1tb3j95 { bottom: 12px; flex: none; height: auto; left: 32px; position: absolute; white-space: pre; width: auto; }\",\".framer-xkXUx .framer-pygro0 { bottom: 20px; flex: none; height: auto; left: 20px; position: absolute; white-space: pre; width: auto; }\",\".framer-xkXUx .framer-p7g6op { flex: none; height: 128%; left: calc(50.00000000000002% - 127.97619047619047% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 127.77777777777777% / 2); width: 128%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xkXUx .framer-1pr9jzk { bottom: 32px; flex: none; height: auto; left: 32px; position: absolute; white-space: pre; width: auto; }\",\".framer-xkXUx.framer-v-1dcw1kp .framer-1tb3j95 { left: 20px; }\",\".framer-xkXUx.framer-v-bgmptq.hover .framer-6tesl { height: 128%; left: calc(50.00000000000002% - 127.97619047619047% / 2); top: calc(50.00000000000002% - 127.77777777777777% / 2); width: 128%; }\",\".framer-xkXUx.framer-v-bgmptq.hover .framer-1tb3j95 { bottom: 32px; }\",\".framer-xkXUx.framer-v-1dcw1kp.hover .framer-6tesl { height: 128%; left: calc(50.00000000000002% - 127.97619047619047% / 2); top: calc(50.00000000000002% - 128.05555555555554% / 2); width: 128%; }\",\".framer-xkXUx.framer-v-1dcw1kp.hover .framer-1tb3j95 { bottom: 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 360\n * @framerIntrinsicWidth 672\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ye41HaULI\":{\"layout\":[\"fixed\",\"fixed\"]},\"PTG1tCMyl\":{\"layout\":[\"fixed\",\"fixed\"]},\"brHyzi6Kq\":{\"layout\":[\"fixed\",\"fixed\"]},\"S4IIbne0B\":{\"layout\":[\"fixed\",\"fixed\"]},\"RbXDRSXwH\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"rtdymTswD\":\"image\",\"AYZGB5XYk\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FrameriKVYCgYg3=withCSS(Component,css,\"framer-xkXUx\");export default FrameriKVYCgYg3;FrameriKVYCgYg3.displayName=\"Home>Project Image\";FrameriKVYCgYg3.defaultProps={height:360,width:672};addPropertyControls(FrameriKVYCgYg3,{variant:{options:[\"cw0gCGpkX\",\"Ye41HaULI\",\"PTG1tCMyl\"],optionTitles:[\"Desktop\",\"Tablet\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},rtdymTswD:{__defaultAssetReference:\"data:framer/asset-reference,ew73PKnUcbsLhjhAJZSqEdLNJus.png?originalFilename=original-90978e80a49f6bd4d9f1b8c5f8f568a7.png&preferredSize=full\",title:\"Image\",type:ControlType.ResponsiveImage},AYZGB5XYk:{defaultValue:\"Brand Connect\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FrameriKVYCgYg3,[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriKVYCgYg3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ye41HaULI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PTG1tCMyl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"brHyzi6Kq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"S4IIbne0B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RbXDRSXwH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"360\",\"framerVariables\":\"{\\\"rtdymTswD\\\":\\\"image\\\",\\\"AYZGB5XYk\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"672\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iKVYCgYg3.map", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const enabledGestures={D2zr3poBb:{hover:true},JQ3rmWNhn:{hover:true},QBNPtNrvN:{hover:true},Z6WM62fOq:{hover:true}};const cycleOrder=[\"JQ3rmWNhn\",\"D2zr3poBb\",\"tBqLFuZgy\",\"cGFws9ynh\",\"Z6WM62fOq\",\"QBNPtNrvN\",\"VRbsmTD88\",\"dz4bARFXx\"];const serializationHash=\"framer-PHHb5\";const variantClassNames={cGFws9ynh:\"framer-v-1bsj6yq\",D2zr3poBb:\"framer-v-11frv6l\",dz4bARFXx:\"framer-v-11ol6dl\",JQ3rmWNhn:\"framer-v-142klba\",QBNPtNrvN:\"framer-v-1txerc4\",tBqLFuZgy:\"framer-v-znuvc\",VRbsmTD88:\"framer-v-8nwdhw\",Z6WM62fOq:\"framer-v-16cut92\"};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 transition2={delay:.15,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:30,rotateY:10,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:160};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={\"Titulo Mobile\":\"tBqLFuZgy\",\"Variant 1\":\"JQ3rmWNhn\",\"Variant 2\":\"D2zr3poBb\",\"Variant 4\":\"cGFws9ynh\",\"Variant 5-EN\":\"Z6WM62fOq\",\"Variant 6 - EN\":\"QBNPtNrvN\",\"Variant 7 - EN\":\"VRbsmTD88\",\"Variant 8\":\"dz4bARFXx\"};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:\"JQ3rmWNhn\"};};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:\"JQ3rmWNhn\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear101zsfw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cGFws9ynh\"),900);});const onAppear1c121wm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tBqLFuZgy\"),700);});const onAppear15mx4kg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dz4bARFXx\"),900);});const onAppear9hbsey=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"VRbsmTD88\"),900);});useOnVariantChange(baseVariant,{cGFws9ynh:onAppear1c121wm,dz4bARFXx:onAppear9hbsey,tBqLFuZgy:onAppear101zsfw,VRbsmTD88:onAppear15mx4kg});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-142klba\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JQ3rmWNhn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"D2zr3poBb-hover\":{\"data-framer-name\":undefined},\"JQ3rmWNhn-hover\":{\"data-framer-name\":undefined},\"QBNPtNrvN-hover\":{\"data-framer-name\":undefined},\"Z6WM62fOq-hover\":{\"data-framer-name\":undefined},cGFws9ynh:{\"data-framer-name\":\"Variant 4\",\"data-highlight\":true},D2zr3poBb:{\"data-framer-name\":\"Variant 2\"},dz4bARFXx:{\"data-framer-name\":\"Variant 8\",\"data-highlight\":true},QBNPtNrvN:{\"data-framer-name\":\"Variant 6 - EN\"},tBqLFuZgy:{\"data-framer-name\":\"Titulo Mobile\",\"data-highlight\":true},VRbsmTD88:{\"data-framer-name\":\"Variant 7 - EN\",\"data-highlight\":true},Z6WM62fOq:{\"data-framer-name\":\"Variant 5-EN\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\"},children:\"Convertimos ideas\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\"},children:\"en resultados\"})]}),className:\"framer-g0hrjd\",\"data-framer-appear-id\":\"g0hrjd\",fonts:[\"GF;Jost-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"OfwvXn1oS\",optimized:true,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",transformPerspective:1200},variants:{\"D2zr3poBb-hover\":{\"--extracted-2gxw0f\":\"var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1))\",\"--extracted-5dqwso\":\"rgb(0, 0, 0)\"},\"JQ3rmWNhn-hover\":{\"--extracted-2gxw0f\":\"var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1))\",\"--extracted-5dqwso\":\"rgb(0, 0, 0)\"},\"QBNPtNrvN-hover\":{\"--extracted-2gxw0f\":\"var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1))\",\"--extracted-5dqwso\":\"rgb(0, 0, 0)\"},\"Z6WM62fOq-hover\":{\"--extracted-2gxw0f\":\"var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1))\",\"--extracted-5dqwso\":\"rgb(0, 0, 0)\"},cGFws9ynh:{\"--extracted-1iakedh\":\"var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1))\"},dz4bARFXx:{\"--extracted-1iakedh\":\"var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"D2zr3poBb-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\"},children:\"Convertimos ideas\"}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RhbmllbCBCb2xk\",\"--framer-font-family\":'\"Daniel Bold\", \"Daniel Bold Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-5dqwso, rgb(0, 0, 0))\"},children:\"en \"}),\"emociones\"]})]}),fonts:[\"GF;Jost-500\",\"CUSTOM;Daniel Bold\"]},\"JQ3rmWNhn-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\"},children:\"Convertimos ideas\"}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RhbmllbCBCb2xk\",\"--framer-font-family\":'\"Daniel Bold\", \"Daniel Bold Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-5dqwso, rgb(0, 0, 0))\"},children:\"en \"}),\"emociones\"]})]}),fonts:[\"GF;Jost-500\",\"CUSTOM;Daniel Bold\"]},\"QBNPtNrvN-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\"},children:\"We turn ideas\"}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RhbmllbCBCb2xk\",\"--framer-font-family\":'\"Daniel Bold\", \"Daniel Bold Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-5dqwso, rgb(0, 0, 0))\"},children:\"into \"}),\"emotions\"]})]}),fonts:[\"GF;Jost-500\",\"CUSTOM;Daniel Bold\"]},\"Z6WM62fOq-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\"},children:\"We turn ideas\"}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RhbmllbCBCb2xk\",\"--framer-font-family\":'\"Daniel Bold\", \"Daniel Bold Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-5dqwso, rgb(0, 0, 0))\"},children:\"into \"}),\"emotions\"]})]}),fonts:[\"GF;Jost-500\",\"CUSTOM;Daniel Bold\"]},cGFws9ynh:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"Convertimos \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"ideas en \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RhbmllbCBCb2xk\",\"--framer-font-family\":'\"Daniel Bold\", \"Daniel Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1)))\"},children:\"emociones\"})]}),fonts:[\"GF;Jost-500\",\"CUSTOM;Daniel Bold\"]},D2zr3poBb:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\"},children:\"Convertimos ideas\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\"},children:\"en resultados\"})]})},dz4bARFXx:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"We turn\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"ideas into\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RhbmllbCBCb2xk\",\"--framer-font-family\":'\"Daniel Bold\", \"Daniel Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-b276dd32-627f-4188-8215-fe57195c3ca7, rgb(255, 188, 1)))\"},children:\"emotions\"})]}),fonts:[\"GF;Jost-500\",\"CUSTOM;Daniel Bold\"]},QBNPtNrvN:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\"},children:\"We turn ideas\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"82px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\"},children:\"into results\"})]})},tBqLFuZgy:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"Convertimos \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"ideas en \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"resultados\"})]})},VRbsmTD88:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"We turn\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"ideas into\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"results\"})]})},Z6WM62fOq:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\"},children:\"We turn ideas\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9zdC01MDA=\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"115px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"115px\",\"--framer-text-alignment\":\"center\"},children:\"into results\"})]})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PHHb5.framer-sdx902, .framer-PHHb5 .framer-sdx902 { display: block; }\",\".framer-PHHb5.framer-142klba { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 230px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 960px; }\",\".framer-PHHb5 .framer-g0hrjd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 960px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PHHb5.framer-142klba { gap: 0px; } .framer-PHHb5.framer-142klba > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PHHb5.framer-142klba > :first-child { margin-left: 0px; } .framer-PHHb5.framer-142klba > :last-child { margin-right: 0px; } }\",\".framer-PHHb5.framer-v-znuvc.framer-142klba, .framer-PHHb5.framer-v-1bsj6yq.framer-142klba, .framer-PHHb5.framer-v-8nwdhw.framer-142klba, .framer-PHHb5.framer-v-11ol6dl.framer-142klba { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 230\n * @framerIntrinsicWidth 960\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"D2zr3poBb\":{\"layout\":[\"fixed\",\"fixed\"]},\"tBqLFuZgy\":{\"layout\":[\"fixed\",\"fixed\"]},\"cGFws9ynh\":{\"layout\":[\"fixed\",\"fixed\"]},\"Z6WM62fOq\":{\"layout\":[\"fixed\",\"fixed\"]},\"QBNPtNrvN\":{\"layout\":[\"fixed\",\"fixed\"]},\"VRbsmTD88\":{\"layout\":[\"fixed\",\"fixed\"]},\"dz4bARFXx\":{\"layout\":[\"fixed\",\"fixed\"]},\"iYa5SWg36\":{\"layout\":[\"fixed\",\"fixed\"]},\"M2Hgl_aFh\":{\"layout\":[\"fixed\",\"fixed\"]},\"wENu0R0E1\":{\"layout\":[\"fixed\",\"fixed\"]},\"cHmaMzhB2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLYkpXKRpI=withCSS(Component,css,\"framer-PHHb5\");export default FramerLYkpXKRpI;FramerLYkpXKRpI.displayName=\"TITULO\";FramerLYkpXKRpI.defaultProps={height:230,width:960};addPropertyControls(FramerLYkpXKRpI,{variant:{options:[\"JQ3rmWNhn\",\"D2zr3poBb\",\"tBqLFuZgy\",\"cGFws9ynh\",\"Z6WM62fOq\",\"QBNPtNrvN\",\"VRbsmTD88\",\"dz4bARFXx\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Titulo Mobile\",\"Variant 4\",\"Variant 5-EN\",\"Variant 6 - EN\",\"Variant 7 - EN\",\"Variant 8\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLYkpXKRpI,[{explicitInter:true,fonts:[{family:\"Jost\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7myRJQVDPokMmuHL.woff2\",weight:\"500\"},{family:\"Daniel Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/l0nBfQ2wtCOqyvseP2cxOBYUs.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLYkpXKRpI\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D2zr3poBb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tBqLFuZgy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cGFws9ynh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Z6WM62fOq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QBNPtNrvN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VRbsmTD88\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dz4bARFXx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iYa5SWg36\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M2Hgl_aFh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wENu0R0E1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cHmaMzhB2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"960\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"230\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LYkpXKRpI.map", "// Generated by Framer (a7c2675)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zTHROgnfg\"];const serializationHash=\"framer-9CO7p\";const variantClassNames={zTHROgnfg:\"framer-v-809u95\"};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 transitions={default:{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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"zTHROgnfg\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-809u95\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"zTHROgnfg\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1144pb9\",\"data-framer-name\":\"Arrows\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:67,intrinsicWidth:143,layoutDependency:layoutDependency,layoutId:\"xYTD8oKRi\",svg:'<svg width=\"143\" height=\"67\" viewBox=\"0 0 143 67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M120.819 50.7011C117.735 47.2183 114.234 42.4396 113.169 41.1187L109.295 36.3836C107.715 34.6515 106.058 33.3245 104.477 34.0908C102.206 34.583 104.73 36.8384 105.037 37.4739L108.472 42.2838C109.603 43.8476 115.156 51.6855 117.889 54.7945C119.315 56.4206 121.368 56.9751 121.774 56.9938C122.762 57.0437 124.32 56.8069 125.428 55.7477C126.767 54.4767 128.326 50.7011 128.611 50.2338C130.082 47.6046 131.827 45.0501 133.561 42.4956C136.195 38.6141 138.884 34.7762 142.023 30.9943C142.341 30.6703 142.132 30.2653 141.562 30.0846C140.991 29.904 140.278 30.0223 139.959 30.3463C137.172 32.7014 134.439 35.0316 132.024 37.4988C128.403 41.2059 125.461 45.1062 122.773 49.0874C122.652 49.293 121.653 50.0718 120.819 50.7073V50.7011Z\" fill=\"#FFBC01\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.2809 52.7011C14.197 49.2183 10.696 44.4396 9.63138 43.1187L5.75723 38.3836C4.17684 36.6515 2.51962 35.3245 0.939229 36.0908C-1.33258 36.583 1.19165 38.8384 1.49895 39.4739L4.93411 44.2838C6.06453 45.8476 11.6178 53.6855 14.3506 56.7945C15.7774 58.4206 17.8297 58.9751 18.2357 58.9938C19.2235 59.0437 20.7819 58.8069 21.8904 57.7477C23.2293 56.4767 24.7878 52.7011 25.0731 52.2338C26.5438 49.6046 28.2888 47.0501 30.0228 44.4956C32.6568 40.6141 35.3457 36.7762 38.4845 32.9943C38.8028 32.6703 38.5943 32.2653 38.0236 32.0846C37.4529 31.904 36.7395 32.0223 36.4212 32.3463C33.6336 34.7014 30.9008 37.0316 28.4863 39.4988C24.8646 43.2059 21.9233 47.1062 19.2345 51.0874C19.1137 51.293 18.115 52.0718 17.2809 52.7073V52.7011Z\" fill=\"#FFBC01\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M67.2609 60.0012C63.8068 56.1314 59.8857 50.8217 58.6934 49.3541L54.3543 44.0929C52.5843 42.1684 50.7282 40.6939 48.9582 41.5453C46.4138 42.0922 49.2409 44.5982 49.5851 45.3044L53.4325 50.6487C54.6985 52.3863 60.9182 61.095 63.9789 64.5494C65.5769 66.3562 67.8755 66.9724 68.3303 66.9931C69.4366 67.0485 71.182 66.7854 72.4235 65.6086C73.9231 64.1964 75.6686 60.0012 75.9882 59.482C77.6353 56.5606 79.5897 53.7223 81.5318 50.884C84.4819 46.5712 87.4934 42.3068 91.0089 38.1048C91.3654 37.7448 91.1318 37.2948 90.4926 37.0941C89.8535 36.8933 89.0545 37.0248 88.698 37.3848C85.5759 40.0016 82.5152 42.5907 79.8109 45.3321C75.7546 49.451 72.4604 53.7846 69.4488 58.2082C69.3136 58.4367 68.1951 59.302 67.2609 60.0081V60.0012Z\" fill=\"#FFBC01\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M63.0945 4.54536C62.9653 4.61492 62.7929 4.6984 62.5882 4.78188C61.7372 5.15057 62.8252 4.51753 61.8665 4.95579C61.5756 5.08796 61.5433 5.14361 61.371 5.41491C61.037 5.95055 61.0478 6.69489 61.037 7.43922C61.0155 8.21834 61.1878 8.9279 61.1878 9.17137C61.1878 10.5209 61.1447 11.8705 61.2202 13.22C61.4033 16.3365 61.8665 19.446 62.0819 22.5764C62.3836 26.152 62.5882 29.7345 62.9114 33.3101C63.1269 35.7031 63.3531 38.0891 63.6762 40.4752C64.4949 46.4716 65.6584 52.4054 66.8433 58.3671C66.8649 58.6731 67.2742 58.9097 67.7482 58.8958C68.2222 58.8818 68.5884 58.6175 68.5669 58.3114C68.7285 53.268 69.084 48.2733 69.321 43.2299C69.4287 41.0734 69.5256 38.9239 69.5364 36.7674C69.5687 31.9745 69.3533 27.1815 69.1917 22.3955C69.0193 19.2303 68.8901 16.0652 68.4376 12.9209C68.2437 11.5783 67.9098 10.2496 67.6513 8.90703C67.5758 8.6079 67.4143 7.73835 66.9295 6.84097C66.574 6.1662 66.2724 5.47752 65.7015 5.06709C63.2992 3.33495 61.5649 4.17667 63.0838 4.55927L63.0945 4.54536Z\" fill=\"#FFBC01\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M117.771 0.482844C117.654 0.546221 117.497 0.622274 117.311 0.698327C116.538 1.03423 117.527 0.457493 116.656 0.85677C116.391 0.977187 116.362 1.02789 116.205 1.27506C115.902 1.76306 115.912 2.4412 115.902 3.11934C115.883 3.82916 116.039 4.47561 116.039 4.69743C116.039 5.92695 116 7.15647 116.068 8.38598C116.235 11.2253 116.656 14.0582 116.851 16.9102C117.125 20.1678 117.311 23.4317 117.605 26.6893C117.801 28.8695 118.006 31.0433 118.3 33.2172C119.044 38.6803 120.101 44.0864 121.177 49.5178C121.197 49.7967 121.569 50.0121 121.999 49.9995C122.43 49.9868 122.763 49.746 122.743 49.4671C122.89 44.8722 123.213 40.3218 123.428 35.7269C123.526 33.7622 123.614 31.8039 123.624 29.8392C123.654 25.4725 123.458 21.1058 123.311 16.7454C123.154 13.8618 123.037 10.9781 122.626 8.11346C122.45 6.89028 122.146 5.67978 121.911 4.4566C121.843 4.18407 121.696 3.39186 121.256 2.57429C120.933 1.95953 120.659 1.3321 120.14 0.958173C117.957 -0.619919 116.382 0.146945 117.762 0.49552L117.771 0.482844Z\" fill=\"#FFBC01\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2333 2.48284C14.1159 2.54622 13.9593 2.62227 13.7733 2.69833C13.0002 3.03423 13.9887 2.45749 13.1176 2.85677C12.8534 2.97719 12.824 3.02789 12.6674 3.27506C12.364 3.76306 12.3738 4.4412 12.364 5.11934C12.3444 5.82916 12.501 6.47561 12.501 6.69743C12.501 7.92695 12.4619 9.15647 12.5304 10.386C12.6968 13.2253 13.1176 16.0582 13.3134 18.9102C13.5874 22.1678 13.7734 25.4317 14.067 28.6893C14.2627 30.8695 14.4682 33.0433 14.7619 35.2172C15.5057 40.6803 16.5627 46.0864 17.6393 51.5178C17.6589 51.7967 18.0308 52.0121 18.4614 51.9995C18.892 51.9868 19.2248 51.746 19.2052 51.4671C19.352 46.8722 19.675 42.3218 19.8903 37.7269C19.9882 35.7622 20.0763 33.8039 20.0861 31.8392C20.1154 27.4725 19.9197 23.1058 19.7729 18.7454C19.6163 15.8618 19.4988 12.9781 19.0878 10.1135C18.9116 8.89028 18.6082 7.67978 18.3733 6.4566C18.3048 6.18407 18.158 5.39186 17.7176 4.57429C17.3946 3.95953 17.1206 3.3321 16.6018 2.95817C14.4193 1.38008 12.8436 2.14694 14.2236 2.49552L14.2333 2.48284Z\" fill=\"#FFBC01\"/>\\n</svg>\\n',withExternalLayout:true})})})});});const css=['.framer-9CO7p[data-border=\"true\"]::after, .framer-9CO7p [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9CO7p.framer-6nt3cf, .framer-9CO7p .framer-6nt3cf { display: block; }\",\".framer-9CO7p.framer-809u95 { height: 67px; overflow: hidden; position: relative; width: 143px; }\",\".framer-9CO7p .framer-1144pb9 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 67\n * @framerIntrinsicWidth 143\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramernuRQxqH82=withCSS(Component,css,\"framer-9CO7p\");export default FramernuRQxqH82;FramernuRQxqH82.displayName=\"Arrows\";FramernuRQxqH82.defaultProps={height:67,width:143};addFonts(FramernuRQxqH82,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernuRQxqH82\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"143\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"67\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nuRQxqH82.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"lk1SyKVed\"];const serializationHash=\"framer-86prz\";const variantClassNames={lk1SyKVed:\"framer-v-qzpvqv\"};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 transitions={default:{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 getProps=({height,id,image,width,...props})=>{var _ref;return{...props,d3R54JjBG:(_ref=image!==null&&image!==void 0?image:props.d3R54JjBG)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/CrYNBXWGIRMM99pTVqZCBlztnjs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/CrYNBXWGIRMM99pTVqZCBlztnjs.png?scale-down-to=512 512w, https://framerusercontent.com/images/CrYNBXWGIRMM99pTVqZCBlztnjs.png 784w\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,d3R54JjBG,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"lk1SyKVed\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-86prz\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-qzpvqv\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"lk1SyKVed\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"min(195px, 100vw)\",...toResponsiveImage(d3R54JjBG)},className:\"framer-p83jyq\",\"data-framer-name\":\"Logo_01\",layoutDependency:layoutDependency,layoutId:\"GFEYCgxbF\"})})})})});});const css=['.framer-86prz [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-86prz .framer-vgurn3 { display: block; }\",\".framer-86prz .framer-qzpvqv { height: 15px; overflow: visible; position: relative; width: 195px; }\",\".framer-86prz .framer-p83jyq { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 15\n * @framerIntrinsicWidth 195\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"d3R54JjBG\":\"image\"}\n * @framerImmutableVariables true\n */const FramerYKqkYn2on=withCSS(Component,css,\"framer-86prz\");export default FramerYKqkYn2on;FramerYKqkYn2on.displayName=\"Logo_01\";FramerYKqkYn2on.defaultProps={height:15,width:195};addPropertyControls(FramerYKqkYn2on,{d3R54JjBG:{__defaultAssetReference:\"data:framer/asset-reference,CrYNBXWGIRMM99pTVqZCBlztnjs.png?originalFilename=Logo_01.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerYKqkYn2on,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYKqkYn2on\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"15\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"d3R54JjBG\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"195\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YKqkYn2on.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"f0sLrQKwt\"];const serializationHash=\"framer-fqwKI\";const variantClassNames={f0sLrQKwt:\"framer-v-cf2d3s\"};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 transitions={default:{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 getProps=({height,id,image,width,...props})=>{var _ref;return{...props,ZJDzfIHfc:(_ref=image!==null&&image!==void 0?image:props.ZJDzfIHfc)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/nwfZnmI8p1JoLsABxUjnN9e84W8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/nwfZnmI8p1JoLsABxUjnN9e84W8.png?scale-down-to=512 512w, https://framerusercontent.com/images/nwfZnmI8p1JoLsABxUjnN9e84W8.png 524w\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ZJDzfIHfc,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"f0sLrQKwt\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-fqwKI\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-cf2d3s\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"f0sLrQKwt\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"min(131px, 100vw)\",...toResponsiveImage(ZJDzfIHfc)},className:\"framer-1ftcme7\",\"data-framer-name\":\"Logo 03\",layoutDependency:layoutDependency,layoutId:\"ZP6mWhafu\"})})})})});});const css=['.framer-fqwKI [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fqwKI .framer-1yisw53 { display: block; }\",\".framer-fqwKI .framer-cf2d3s { height: 42px; overflow: visible; position: relative; width: 131px; }\",\".framer-fqwKI .framer-1ftcme7 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 131\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ZJDzfIHfc\":\"image\"}\n * @framerImmutableVariables true\n */const FramerZJZC889Hd=withCSS(Component,css,\"framer-fqwKI\");export default FramerZJZC889Hd;FramerZJZC889Hd.displayName=\"Logo 03\";FramerZJZC889Hd.defaultProps={height:42,width:131};addPropertyControls(FramerZJZC889Hd,{ZJDzfIHfc:{__defaultAssetReference:\"data:framer/asset-reference,nwfZnmI8p1JoLsABxUjnN9e84W8.png?originalFilename=Logo+03.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerZJZC889Hd,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZJZC889Hd\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"131\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"42\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"ZJDzfIHfc\\\":\\\"image\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZJZC889Hd.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"YOW7H5KRF\"];const serializationHash=\"framer-MjwAL\";const variantClassNames={YOW7H5KRF:\"framer-v-nosicm\"};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 transitions={default:{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 getProps=({height,id,image,width,...props})=>{var _ref;return{...props,GPcB9v6M2:(_ref=image!==null&&image!==void 0?image:props.GPcB9v6M2)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/7XztebwqQdVDV9CcsAVabyZWqI8.png\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,GPcB9v6M2,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"YOW7H5KRF\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-MjwAL\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-nosicm\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YOW7H5KRF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"min(125px, 100vw)\",...toResponsiveImage(GPcB9v6M2)},className:\"framer-omwcw6\",\"data-framer-name\":\"Logo 05\",layoutDependency:layoutDependency,layoutId:\"aierjxU_y\"})})})})});});const css=['.framer-MjwAL [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MjwAL .framer-jn0f8i { display: block; }\",\".framer-MjwAL .framer-nosicm { height: 34px; overflow: visible; position: relative; width: 125px; }\",\".framer-MjwAL .framer-omwcw6 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 125\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GPcB9v6M2\":\"image\"}\n * @framerImmutableVariables true\n */const FramerzvMFZjYXW=withCSS(Component,css,\"framer-MjwAL\");export default FramerzvMFZjYXW;FramerzvMFZjYXW.displayName=\"Logo 05\";FramerzvMFZjYXW.defaultProps={height:34,width:125};addPropertyControls(FramerzvMFZjYXW,{GPcB9v6M2:{__defaultAssetReference:\"data:framer/asset-reference,7XztebwqQdVDV9CcsAVabyZWqI8.png?originalFilename=Logo+05.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerzvMFZjYXW,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzvMFZjYXW\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"34\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"GPcB9v6M2\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"125\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zvMFZjYXW.map"],
  "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", "r", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "n", "createGeneratorEasing", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "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", "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", "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", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "SKZDtj3iY", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerBapqZZmcp", "withCSS", "BapqZZmcp_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "mSJobYA3S", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerCbFXE9bIg", "withCSS", "CbFXE9bIg_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "fE3uZuSR5", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerCtN7Jdhh_", "withCSS", "CtN7Jdhh_default", "addPropertyControls", "ControlType", "addFonts", "LottieFonts", "getFonts", "Lottie", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "NInqccnsz", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramerFRmbiJ7jL", "withCSS", "FRmbiJ7jL_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap15b3jgp", "args", "onTap1nhk9iy", "onTap16uug6b", "onTap10kk0ak", "onTap1tihd11", "onTapxq936", "onTap1k02kon", "onTap1quxjvh", "onTapkspps5", "onTap12jpyo4", "onTapllt0ee", "onTap8kqv7u", "onTapde7ylu", "onTap131wgps", "onTap17dtei", "onTap1f97wpc", "onTapuqul6r", "onTap1xxgiwq", "onTap903xej", "onTap1pk2b7x", "onTapry54ln", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "SVG", "RichText2", "x", "css", "FramerH73Z1dqdA", "withCSS", "H73Z1dqdA_default", "addPropertyControls", "ControlType", "addFonts", "FAQRowFonts", "getFonts", "H73Z1dqdA_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "css", "FramerGhPyJKGup", "withCSS", "GhPyJKGup_default", "addPropertyControls", "ControlType", "addFonts", "LottieFonts", "getFonts", "Lottie", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramerGuGGElneL", "withCSS", "GuGGElneL_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFX", "withFX", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "animation", "transition1", "animation1", "transformTemplate1", "_", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "image", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rtdymTswD", "AYZGB5XYk", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FrameriKVYCgYg3", "withCSS", "iKVYCgYg3_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear101zsfw", "args", "onAppear1c121wm", "onAppear15mx4kg", "onAppear9hbsey", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "css", "FramerLYkpXKRpI", "withCSS", "LYkpXKRpI_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "serializationHash", "SVG", "css", "FramernuRQxqH82", "withCSS", "nuRQxqH82_default", "addFonts", "cycleOrder", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "d3R54JjBG", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerYKqkYn2on", "withCSS", "YKqkYn2on_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ZJDzfIHfc", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerZJZC889Hd", "withCSS", "ZJZC889Hd_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "GPcB9v6M2", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerzvMFZjYXW", "withCSS", "zvMFZjYXW_default", "addPropertyControls", "ControlType", "addFonts"]
}
