{
  "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.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js", "ssg:https://framerusercontent.com/modules/QmqoXSLTIU9vZpsFG6Qt/mQmF0adVOfb1ge4LwHyj/DaLGoPeMw-0.js", "ssg:https://framerusercontent.com/modules/QmqoXSLTIU9vZpsFG6Qt/mQmF0adVOfb1ge4LwHyj/DaLGoPeMw.js", "ssg:https://framerusercontent.com/modules/NtSQPNpR0gGQQwulZBie/HQRg0wswscnFYfAPZfE0/DaLGoPeMw.js", "ssg:https://framerusercontent.com/modules/QFslS7I0AyqqkKC1QN6K/MBYso4aZBrENXiD6jPh4/HgcFb_eQF-0.js", "ssg:https://framerusercontent.com/modules/QFslS7I0AyqqkKC1QN6K/MBYso4aZBrENXiD6jPh4/HgcFb_eQF.js", "ssg:https://framerusercontent.com/modules/jz2DjVsgFBO7AgoFiQT8/8TwkwdG2T9srlZmm0vpI/HgcFb_eQF.js", "ssg:https://framerusercontent.com/modules/s4e8ca7MhpgJHKqqB5Eg/Xvn1gJdnoXUG4rOYD5Wf/kSWMqhiLr-0.js", "ssg:https://framerusercontent.com/modules/s4e8ca7MhpgJHKqqB5Eg/Xvn1gJdnoXUG4rOYD5Wf/kSWMqhiLr.js", "ssg:https://framerusercontent.com/modules/JBadJ3pJiV4lUGQx6uka/UxZTGPjiCvZC4SpEEPyB/kSWMqhiLr.js", "ssg:https://framerusercontent.com/modules/VTZCNdyPt1k1cnavgmoC/iYD4AYYwyfnJ1I1n5uks/TP2Z5SEyu-0.js", "ssg:https://framerusercontent.com/modules/VTZCNdyPt1k1cnavgmoC/iYD4AYYwyfnJ1I1n5uks/TP2Z5SEyu.js", "ssg:https://framerusercontent.com/modules/kAqbiS5A5AddbgHobO7M/3RnkHJzXtC7TatCcMiuS/K3omDAgUR.js", "ssg:https://framerusercontent.com/modules/LVKkQ8fBHGDQjG4qX5OW/joCt1tGtLU6Ebe3VYYif/TP2Z5SEyu.js", "ssg:https://framerusercontent.com/modules/p9pHUEcxaCA99RbU42Jt/fAex59D2S0qdX5BjgnkA/vX3MlXYGP.js", "ssg:https://framerusercontent.com/modules/oyg4uUrZfrNPX6OS5PaL/qemHf3vrduYS5JwrLTvf/vX3MlXYGP.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,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[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 $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);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]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;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){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.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 r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}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=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.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(u));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=f.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 r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}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 i(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 l(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){d(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:g(i,s,o[r]),easing:m(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,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));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,O(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=x((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 U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;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=G.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&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=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 J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}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 Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(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}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;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=w(p(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 s=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:i(t)?()=>t(n):scrubAnimation(t,n[s])}}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 oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.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()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.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 re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,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 ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(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 ce={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 le={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 fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=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 ue)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)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[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(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[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:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.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)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.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{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;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[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\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(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */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}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},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},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},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;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component 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:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\">\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Did you know?\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Juan G. Nutritionist\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Did you know?\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Juan G. Nutritionist\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Paula L. Nutritionist\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Marta A. Nutrigenetics specialist\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Paula L. Nutritionist\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Marta A. Nutrigenetics specialist\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{children:\"Thanks to the N-GENE app, your clinic could have up to a 85% more satisfied clients with their results in the consultation\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"After trying many tests, N-GENE has been the definitive solution to apply the most advanced science in my nutrition practice.\"'})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{children:\"Thanks to the N-GENE app, your clinic could have up to a 85% more satisfied clients with their results in the consultation\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"After trying many tests, N-GENE has been the definitive solution to apply the most advanced science in my nutrition practice.\"'})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Nutrigenetics has never been so easy to interpret as with N-GENE. Moreover, it is very affordable for all the information it provides you. Without a doubt, the best solution.\"'})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Finally, a tool that allows me to understand the patient\\'s genetics in a simple and updated way. For me, it is already an essential in consultation.\"'})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Nutrigenetics has never been so easy to interpret as with N-GENE. Moreover, it is very affordable for all the information it provides you. Without a doubt, the best solution.\"'})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Finally, a tool that allows me to understand the patient\\'s genetics in a simple and updated way. For me, it is already an essential in consultation.\"'})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(30, 65, 77))\"},children:\"What do our customers think?\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Previous\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Next\"})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Did you know?\"})});export const v21=\"Customize your inquiries\";\nexport const __FramerMetadata__ = {\"exports\":{\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fb31e5e)\nimport*as localizedValues from\"./DaLGoPeMw-0.js\";const valuesByLocaleId={rkLhxFMKw:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/B6h67nTgmEYLgLQ7TfFk/mqHshy8MtB8IGvMK7D1M/FW0Tutjjg.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/EiR79viuJUnti1eofh83/iuxpjpgFkqBCk1LdeKc1/VDUFAlr9W.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/QmqoXSLTIU9vZpsFG6Qt/mQmF0adVOfb1ge4LwHyj/DaLGoPeMw.js\";import BtnMain from\"https://framerusercontent.com/modules/vZwW6sHn9KvvyLgGA7HK/41GWUC8Q4gg8v4w7yvFm/Y0cvsSD3a.js\";const RichTextWithFX=withFX(RichText);const BtnMainFonts=getFonts(BtnMain);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"DZBWbAiU9\",\"zDel8Kf45\",\"nAFEGvpD3\",\"f8CohLIAS\",\"wcuywpCHa\",\"QNAWoxZ0n\",\"osmnozSel\",\"ZKTmglxhr\"];const serializationHash=\"framer-LcJBm\";const variantClassNames={DZBWbAiU9:\"framer-v-1bh53xk\",f8CohLIAS:\"framer-v-1bjijau\",nAFEGvpD3:\"framer-v-v8y5yp\",osmnozSel:\"framer-v-180s4y1\",QNAWoxZ0n:\"framer-v-7cxwi\",wcuywpCHa:\"framer-v-1pf4zbg\",zDel8Kf45:\"framer-v-1s2vhf9\",ZKTmglxhr:\"framer-v-ay5e1j\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition1={damping:80,delay:.15,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:100};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"DZBWbAiU9\",Mobile:\"nAFEGvpD3\",Variant:\"ZKTmglxhr\"};const getProps=({height,hover,id,width,...props})=>{return{...props,N5Zc4FxhR:hover??props.N5Zc4FxhR,variant:humanReadableVariantMap[props.variant]??props.variant??\"DZBWbAiU9\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,N5Zc4FxhR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DZBWbAiU9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterb05xj1=activeVariantCallback(async(...args)=>{if(N5Zc4FxhR){const res=await N5Zc4FxhR(...args);if(res===false)return false;}});const onTapymma5l=activeVariantCallback(async(...args)=>{setVariant(\"wcuywpCHa\");});const onTapqz62dk=activeVariantCallback(async(...args)=>{setVariant(\"QNAWoxZ0n\");});const onTap10gvpst=activeVariantCallback(async(...args)=>{setVariant(\"DZBWbAiU9\");});const onTapfz2blk=activeVariantCallback(async(...args)=>{setVariant(\"zDel8Kf45\");});const onTap1fk8gt8=activeVariantCallback(async(...args)=>{setVariant(\"f8CohLIAS\");});const onTap1x8av5f=activeVariantCallback(async(...args)=>{setVariant(\"nAFEGvpD3\");});const onTap1us4wae=activeVariantCallback(async(...args)=>{setVariant(\"osmnozSel\");});const onTap1c49okc=activeVariantCallback(async(...args)=>{setVariant(\"ZKTmglxhr\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"zDel8Kf45\",\"wcuywpCHa\",\"QNAWoxZ0n\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"zDel8Kf45\",\"wcuywpCHa\",\"QNAWoxZ0n\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"osmnozSel\",\"ZKTmglxhr\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"f8CohLIAS\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"osmnozSel\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"ZKTmglxhr\")return true;return false;};const isDisplayed6=()=>{if([\"wcuywpCHa\",\"QNAWoxZ0n\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"zDel8Kf45\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__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,className:cx(scopingClassNames,\"framer-1bh53xk\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"DZBWbAiU9\",ref:refBinding,style:{backgroundColor:\"rgb(60, 104, 119)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{f8CohLIAS:{backgroundColor:\"rgb(58, 42, 85)\"},osmnozSel:{backgroundColor:\"rgb(94, 30, 91)\"},QNAWoxZ0n:{backgroundColor:\"rgb(22, 76, 99)\"},wcuywpCHa:{backgroundColor:\"rgb(94, 30, 91)\"},zDel8Kf45:{backgroundColor:\"rgb(58, 42, 85)\"},ZKTmglxhr:{backgroundColor:\"rgb(22, 76, 99)\"}},...addPropertyOverrides({f8CohLIAS:{\"data-framer-name\":undefined},nAFEGvpD3:{\"data-framer-name\":\"Mobile\"},osmnozSel:{\"data-framer-name\":undefined},QNAWoxZ0n:{\"data-framer-name\":undefined},wcuywpCHa:{\"data-framer-name\":undefined},zDel8Kf45:{\"data-framer-name\":undefined},ZKTmglxhr:{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-f514my\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sIT6JDR8U\",onMouseEnter:onMouseEnterb05xj1,style:{backdropFilter:\"none\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,WebkitBackdropFilter:\"none\"},transformTemplate:transformTemplate1,variants:{QNAWoxZ0n:{backdropFilter:\"blur(7px)\",backgroundColor:\"rgba(255, 255, 255, 0.5)\",WebkitBackdropFilter:\"blur(7px)\"},wcuywpCHa:{backdropFilter:\"blur(7px)\",backgroundColor:\"rgba(255, 255, 255, 0.5)\",WebkitBackdropFilter:\"blur(7px)\"},zDel8Kf45:{backdropFilter:\"blur(7px)\",backgroundColor:\"rgba(255, 255, 255, 0.5)\",WebkitBackdropFilter:\"blur(7px)\"}},...addPropertyOverrides({QNAWoxZ0n:{onTap:onTap10gvpst},wcuywpCHa:{onTap:onTapqz62dk},zDel8Kf45:{onTap:onTapymma5l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\">\"})}),className:\"framer-1jbdqk8\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"sais4dp7X\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bbedxs\",layoutDependency:layoutDependency,layoutId:\"bwWRi23e3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rep37w\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"nEky42XGK\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xbfLo sab\\xedas?\"})}),className:\"framer-zhru41\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"C5jwq8Ij3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8CohLIAS:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Juan G. Nutricionista\"})}),fonts:[\"GF;Roboto-regular\"]},nAFEGvpD3:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xbfLo sab\\xedas?\"})}),fonts:[\"GF;Roboto-regular\"]},osmnozSel:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Paula L. Nutricionista\"})}),fonts:[\"GF;Roboto-regular\"]},QNAWoxZ0n:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Marta A. Nutrigenetista\"})})},wcuywpCHa:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Paula L. Nutricionista\"})})},zDel8Kf45:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hrl0rl\",\"data-styles-preset\":\"FW0Tutjjg\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Juan G. Nutricionista\"})})},ZKTmglxhr:{children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Marta A. Nutrigenetista\"})}),fonts:[\"GF;Roboto-regular\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Gracias a la app de N-GENE, tu cl\\xednica podr\\xeda tener hasta un \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(0, 230, 203))\"},children:\"85% m\\xe1s de clientes satisfechos\"}),\" con sus resultados en la consulta\"]})}),className:\"framer-1i4mxry\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v13CFCKDL\",style:{\"--extracted-1w3ko1f\":\"rgb(0, 230, 203)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},variants:{f8CohLIAS:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},osmnozSel:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},QNAWoxZ0n:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},wcuywpCHa:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},zDel8Kf45:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},ZKTmglxhr:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8CohLIAS:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Despu\\xe9s de probar muchos test, N-GENE ha sido la soluci\\xf3n definitiva para aplicar la ciencia m\\xe1s avanzada en mi consulta de nutrici\\xf3n\"'})}),fonts:[\"GF;DM Sans-500\"]},nAFEGvpD3:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Gracias a la app de N-GENE, tu cl\\xednica podr\\xeda tener hasta un \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(0, 230, 203))\"},children:\"85% m\\xe1s de clientes satisfechos\"}),\" con sus resultados en la consulta\"]})}),fonts:[\"GF;DM Sans-500\"]},osmnozSel:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"La nutrigen\\xe9tica nunca hab\\xeda sido tan f\\xe1cil de interpretar como con N-GENE. Adem\\xe1s, tiene un precio muy asequible para toda la informaci\\xf3n que te da. Sin duda, la mejor soluci\\xf3n\"'})}),fonts:[\"GF;DM Sans-500\"]},QNAWoxZ0n:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Por fin una herramienta con la que poder comprender la gen\\xe9tica del paciente de forma sencilla y actualizada. Para m\\xed ya es un imprescindible en consulta\"'})})},wcuywpCHa:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"La nutrigen\\xe9tica nunca hab\\xeda sido tan f\\xe1cil de interpretar como con N-GENE. Adem\\xe1s, tiene un precio muy asequible para toda la informaci\\xf3n que te da. Sin duda, la mejor soluci\\xf3n\"'})})},zDel8Kf45:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Despu\\xe9s de probar muchos tests, N-GENE ha sido la soluci\\xf3n definitiva para aplicar la ciencia m\\xe1s avanzada en mi consulta de nutrici\\xf3n\"'})})},ZKTmglxhr:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Por fin una herramienta con la que poder comprender la gen\\xe9tica del paciente de forma sencilla y actualizada. Para m\\xed ya es un imprescindible en consulta\"'})}),fonts:[\"GF;DM Sans-500\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lh47gi\",layoutDependency:layoutDependency,layoutId:\"e8RuFB3EZ\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vofntz\",layoutDependency:layoutDependency,layoutId:\"jj6LWQBQb\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-emukua\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nn7JLmOSU\",onMouseEnter:onMouseEnterb05xj1,onTap:onTapfz2blk,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({f8CohLIAS:{onTap:onTap1x8av5f},nAFEGvpD3:{onTap:onTap1fk8gt8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(30, 65, 77))\"},children:\"Qu\\xe9 opinan nuestros clientes\"})}),className:\"framer-1k9yv24\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"hP_Tv1Fwn\",style:{\"--extracted-r6o4lv\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},variants:{f8CohLIAS:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8CohLIAS:{children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Anterior\"})})}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g3xsw0\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FHMNFX26o\",onMouseEnter:onMouseEnterb05xj1,onTap:onTap1us4wae,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Siguiente\"})}),className:\"framer-1537hxm\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"a8YUt6Dik\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fdh589\",layoutDependency:layoutDependency,layoutId:\"vyUDL2Ch7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18oq4xb\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dZNCCN7d8\",onMouseEnter:onMouseEnterb05xj1,onTap:onTap1fk8gt8,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Anterior\"})}),className:\"framer-hw6qrj\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"Y8FagMLay\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6j9csm\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rRz5OBoDf\",onMouseEnter:onMouseEnterb05xj1,onTap:onTap1c49okc,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Siguiente\"})}),className:\"framer-1dvhl43\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"Cb0Zta3J0\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12cwxyk\",layoutDependency:layoutDependency,layoutId:\"Kqhh0J8uB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fcdre2\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nRzhpdxSm\",onMouseEnter:onMouseEnterb05xj1,onTap:onTap1us4wae,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"Anterior\"})}),className:\"framer-1iqbj1o\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"eqI0WMjKv\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uavnn6\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"j1jTpcPEe\",onMouseEnter:onMouseEnterb05xj1,onTap:onTap1x8av5f,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\"\\xbfLo sab\\xedas?\"})}),className:\"framer-d4qsnp\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"FFIfA89ys\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+40+(0+238.39999999999998+((componentViewport?.height||400)-80-286.4)/1*1)+0,...addPropertyOverrides({f8CohLIAS:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+40+(0+70.4+((componentViewport?.height||600)-80-178.4)/1*1)+0+60},nAFEGvpD3:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+40+(0+224+((componentViewport?.height||600)-80-332)/1*1)+0+60},osmnozSel:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+40+(0+70.4+((componentViewport?.height||600)-80-178.4)/1*1)+0+60},QNAWoxZ0n:{y:(componentViewport?.y||0)+40+(0+65.6+((componentViewport?.height||400)-80-113.6)/1*1)+0},wcuywpCHa:{y:(componentViewport?.y||0)+40+(0+65.6+((componentViewport?.height||400)-80-113.6)/1*1)+0},zDel8Kf45:{y:(componentViewport?.y||0)+40+(0+65.6+((componentViewport?.height||400)-80-113.6)/1*1)+0},ZKTmglxhr:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+40+(0+70.4+((componentViewport?.height||600)-80-178.4)/1*1)+0+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-adl75y-container\",layoutDependency:layoutDependency,layoutId:\"O3CnjQSFm-container\",nodeId:\"O3CnjQSFm\",rendersWithMotion:true,scopeId:\"DaLGoPeMw\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"O3CnjQSFm\",layoutId:\"O3CnjQSFm\",wcGnRhpmz:getLocalizedValue(\"v21\",activeLocale)??\"Personaliza tus consultas\",width:\"100%\",...addPropertyOverrides({f8CohLIAS:{style:{width:\"100%\"}},nAFEGvpD3:{style:{width:\"100%\"}},osmnozSel:{style:{width:\"100%\"}},ZKTmglxhr:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nzqs0v\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mZc0kbfQT\",onMouseEnter:onMouseEnterb05xj1,onTap:onTapfz2blk,style:{backdropFilter:\"blur(7px)\",backgroundColor:\"rgba(255, 255, 255, 0.5)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,rotate:180,WebkitBackdropFilter:\"blur(7px)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({QNAWoxZ0n:{onTap:onTapymma5l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\">\"})}),className:\"framer-icef6d\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"xxhYtJm3I\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19gaaz6\",\"data-framer-name\":\"btn-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xN70_hcrN\",onMouseEnter:onMouseEnterb05xj1,onTap:onTap10gvpst,style:{backdropFilter:\"blur(7px)\",backgroundColor:\"rgba(255, 255, 255, 0.5)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,rotate:180,WebkitBackdropFilter:\"blur(7px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(30, 65, 77))\"},children:\">\"})}),className:\"framer-aypy3f\",fonts:[\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"of9XF_ndU\",style:{\"--extracted-1of0zx5\":\"rgb(30, 65, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LcJBm.framer-v6umi1, .framer-LcJBm .framer-v6umi1 { display: block; }\",\".framer-LcJBm.framer-1bh53xk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 400px; justify-content: space-between; padding: 40px 64px 40px 64px; position: relative; width: 812px; }\",\".framer-LcJBm .framer-f514my { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 11px 18px 11px 18px; position: absolute; right: 41px; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-LcJBm .framer-1jbdqk8, .framer-LcJBm .framer-1k9yv24, .framer-LcJBm .framer-1537hxm, .framer-LcJBm .framer-hw6qrj, .framer-LcJBm .framer-1dvhl43, .framer-LcJBm .framer-1iqbj1o, .framer-LcJBm .framer-d4qsnp, .framer-LcJBm .framer-icef6d, .framer-LcJBm .framer-aypy3f { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-LcJBm .framer-1bbedxs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LcJBm .framer-rep37w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LcJBm .framer-zhru41 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-LcJBm .framer-1i4mxry { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-LcJBm .framer-1lh47gi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LcJBm .framer-1vofntz, .framer-LcJBm .framer-fdh589, .framer-LcJBm .framer-12cwxyk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LcJBm .framer-emukua { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-LcJBm .framer-1g3xsw0, .framer-LcJBm .framer-18oq4xb, .framer-LcJBm .framer-6j9csm, .framer-LcJBm .framer-1fcdre2, .framer-LcJBm .framer-uavnn6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LcJBm .framer-adl75y-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LcJBm .framer-nzqs0v, .framer-LcJBm .framer-19gaaz6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 12px; overflow: hidden; padding: 11px 18px 11px 18px; position: absolute; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LcJBm .framer-f514my, .framer-LcJBm .framer-1bbedxs, .framer-LcJBm .framer-rep37w, .framer-LcJBm .framer-1lh47gi, .framer-LcJBm .framer-1vofntz, .framer-LcJBm .framer-emukua, .framer-LcJBm .framer-1g3xsw0, .framer-LcJBm .framer-fdh589, .framer-LcJBm .framer-18oq4xb, .framer-LcJBm .framer-6j9csm, .framer-LcJBm .framer-12cwxyk, .framer-LcJBm .framer-1fcdre2, .framer-LcJBm .framer-uavnn6, .framer-LcJBm .framer-nzqs0v, .framer-LcJBm .framer-19gaaz6 { gap: 0px; } .framer-LcJBm .framer-f514my > *, .framer-LcJBm .framer-1bbedxs > *, .framer-LcJBm .framer-emukua > *, .framer-LcJBm .framer-1g3xsw0 > *, .framer-LcJBm .framer-18oq4xb > *, .framer-LcJBm .framer-6j9csm > *, .framer-LcJBm .framer-1fcdre2 > *, .framer-LcJBm .framer-uavnn6 > *, .framer-LcJBm .framer-nzqs0v > *, .framer-LcJBm .framer-19gaaz6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LcJBm .framer-f514my > :first-child, .framer-LcJBm .framer-1bbedxs > :first-child, .framer-LcJBm .framer-emukua > :first-child, .framer-LcJBm .framer-1g3xsw0 > :first-child, .framer-LcJBm .framer-18oq4xb > :first-child, .framer-LcJBm .framer-6j9csm > :first-child, .framer-LcJBm .framer-1fcdre2 > :first-child, .framer-LcJBm .framer-uavnn6 > :first-child, .framer-LcJBm .framer-nzqs0v > :first-child, .framer-LcJBm .framer-19gaaz6 > :first-child { margin-top: 0px; } .framer-LcJBm .framer-f514my > :last-child, .framer-LcJBm .framer-1bbedxs > :last-child, .framer-LcJBm .framer-emukua > :last-child, .framer-LcJBm .framer-1g3xsw0 > :last-child, .framer-LcJBm .framer-18oq4xb > :last-child, .framer-LcJBm .framer-6j9csm > :last-child, .framer-LcJBm .framer-1fcdre2 > :last-child, .framer-LcJBm .framer-uavnn6 > :last-child, .framer-LcJBm .framer-nzqs0v > :last-child, .framer-LcJBm .framer-19gaaz6 > :last-child { margin-bottom: 0px; } .framer-LcJBm .framer-rep37w > *, .framer-LcJBm .framer-1vofntz > *, .framer-LcJBm .framer-fdh589 > *, .framer-LcJBm .framer-12cwxyk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LcJBm .framer-rep37w > :first-child, .framer-LcJBm .framer-1lh47gi > :first-child, .framer-LcJBm .framer-1vofntz > :first-child, .framer-LcJBm .framer-fdh589 > :first-child, .framer-LcJBm .framer-12cwxyk > :first-child { margin-left: 0px; } .framer-LcJBm .framer-rep37w > :last-child, .framer-LcJBm .framer-1lh47gi > :last-child, .framer-LcJBm .framer-1vofntz > :last-child, .framer-LcJBm .framer-fdh589 > :last-child, .framer-LcJBm .framer-12cwxyk > :last-child { margin-right: 0px; } .framer-LcJBm .framer-1lh47gi > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-LcJBm.framer-v-1s2vhf9.framer-1bh53xk, .framer-LcJBm.framer-v-1pf4zbg.framer-1bh53xk, .framer-LcJBm.framer-v-7cxwi.framer-1bh53xk { padding: 40px 72px 40px 72px; }\",\".framer-LcJBm.framer-v-1s2vhf9 .framer-f514my, .framer-LcJBm.framer-v-7cxwi .framer-f514my { cursor: pointer; right: 12px; }\",\".framer-LcJBm.framer-v-1s2vhf9 .framer-adl75y-container { order: 0; }\",\".framer-LcJBm.framer-v-v8y5yp.framer-1bh53xk, .framer-LcJBm.framer-v-1bjijau.framer-1bh53xk, .framer-LcJBm.framer-v-180s4y1.framer-1bh53xk, .framer-LcJBm.framer-v-ay5e1j.framer-1bh53xk { height: 600px; padding: 40px 24px 40px 24px; width: 481px; }\",\".framer-LcJBm.framer-v-v8y5yp .framer-1lh47gi, .framer-LcJBm.framer-v-1bjijau .framer-1lh47gi, .framer-LcJBm.framer-v-180s4y1 .framer-1lh47gi, .framer-LcJBm.framer-v-ay5e1j .framer-1lh47gi { flex-direction: column; gap: 12px; }\",\".framer-LcJBm.framer-v-v8y5yp .framer-1vofntz, .framer-LcJBm.framer-v-1bjijau .framer-1vofntz, .framer-LcJBm.framer-v-180s4y1 .framer-1vofntz, .framer-LcJBm.framer-v-ay5e1j .framer-1vofntz { flex: none; width: 100%; }\",\".framer-LcJBm.framer-v-v8y5yp .framer-emukua, .framer-LcJBm.framer-v-1bjijau .framer-emukua { flex: 1 0 0px; width: 1px; }\",\".framer-LcJBm.framer-v-v8y5yp .framer-adl75y-container, .framer-LcJBm.framer-v-1bjijau .framer-adl75y-container, .framer-LcJBm.framer-v-180s4y1 .framer-adl75y-container, .framer-LcJBm.framer-v-ay5e1j .framer-adl75y-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LcJBm.framer-v-v8y5yp .framer-1lh47gi { gap: 0px; } .framer-LcJBm.framer-v-v8y5yp .framer-1lh47gi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-LcJBm.framer-v-v8y5yp .framer-1lh47gi > :first-child { margin-top: 0px; } .framer-LcJBm.framer-v-v8y5yp .framer-1lh47gi > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LcJBm.framer-v-1bjijau .framer-1lh47gi { gap: 0px; } .framer-LcJBm.framer-v-1bjijau .framer-1lh47gi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-LcJBm.framer-v-1bjijau .framer-1lh47gi > :first-child { margin-top: 0px; } .framer-LcJBm.framer-v-1bjijau .framer-1lh47gi > :last-child { margin-bottom: 0px; } }\",\".framer-LcJBm.framer-v-1pf4zbg .framer-f514my { cursor: pointer; order: 0; right: 12px; }\",\".framer-LcJBm.framer-v-1pf4zbg .framer-1bbedxs { order: 1; }\",\".framer-LcJBm.framer-v-1pf4zbg .framer-1lh47gi { order: 2; }\",\".framer-LcJBm.framer-v-1pf4zbg .framer-nzqs0v { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LcJBm.framer-v-180s4y1 .framer-1lh47gi { gap: 0px; } .framer-LcJBm.framer-v-180s4y1 .framer-1lh47gi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-LcJBm.framer-v-180s4y1 .framer-1lh47gi > :first-child { margin-top: 0px; } .framer-LcJBm.framer-v-180s4y1 .framer-1lh47gi > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LcJBm.framer-v-ay5e1j .framer-1lh47gi { gap: 0px; } .framer-LcJBm.framer-v-ay5e1j .framer-1lh47gi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-LcJBm.framer-v-ay5e1j .framer-1lh47gi > :first-child { margin-top: 0px; } .framer-LcJBm.framer-v-ay5e1j .framer-1lh47gi > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 812\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zDel8Kf45\":{\"layout\":[\"fixed\",\"fixed\"]},\"nAFEGvpD3\":{\"layout\":[\"fixed\",\"fixed\"]},\"f8CohLIAS\":{\"layout\":[\"fixed\",\"fixed\"]},\"wcuywpCHa\":{\"layout\":[\"fixed\",\"fixed\"]},\"QNAWoxZ0n\":{\"layout\":[\"fixed\",\"fixed\"]},\"osmnozSel\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZKTmglxhr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"N5Zc4FxhR\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDaLGoPeMw=withCSS(Component,css,\"framer-LcJBm\");export default FramerDaLGoPeMw;FramerDaLGoPeMw.displayName=\"bloque titulo subtitle\";FramerDaLGoPeMw.defaultProps={height:400,width:812};addPropertyControls(FramerDaLGoPeMw,{variant:{options:[\"DZBWbAiU9\",\"zDel8Kf45\",\"nAFEGvpD3\",\"f8CohLIAS\",\"wcuywpCHa\",\"QNAWoxZ0n\",\"osmnozSel\",\"ZKTmglxhr\"],optionTitles:[\"Variant 1\",\"Variant\",\"Mobile\",\"Variant\",\"Variant\",\"Variant\",\"Variant\",\"Variant\"],title:\"Variant\",type:ControlType.Enum},N5Zc4FxhR:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerDaLGoPeMw,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammWggvWl0Qn.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]},...BtnMainFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDaLGoPeMw\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"N5Zc4FxhR\\\":\\\"hover\\\"}\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"812\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zDel8Kf45\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nAFEGvpD3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"f8CohLIAS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wcuywpCHa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QNAWoxZ0n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"osmnozSel\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZKTmglxhr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Nature Communications\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Cleveland Clinic\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-American Heart Association\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-MedlinePlus\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Nature Communications\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Cleveland Clinic\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-American Heart Association\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-MedlinePlus\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:'\"Between 20% and 30% of people have variants in the genes related to fat metabolism that allow them to lose more weight on low-fat diets compared to low-carbohydrate diets.\"'})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"65% of the world\\'s population has a genetic variant (CYP1A2) that makes them rapid caffeine metabolizers, reducing their risk of heart attack by 52%\"'})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Approximately 50% of people with hypertension have variations in genes that make them more sensitive to salt. Reducing sodium intake can have a more significant impact on lowering their blood pressure.\"'})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Approximately 65% of the world\\'s population has a reduced ability to digest lactose after childhood due to the gradual decline in the activity of the LCT gene.\"'})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"10-40% of the world\\'s population has mutations in the MTHFR gene, which can elevate blood levels of homocysteine, increasing the risk of cardiovascular diseases and other disorders.\"'})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:'\"Between 20% and 30% of people have variants in the genes related to fat metabolism that allow them to lose more weight on low-fat diets compared to low-carbohydrate diets.\"'})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"65% of the world\\'s population has a genetic variant (CYP1A2) that makes them rapid caffeine metabolizers, reducing their risk of heart attack by 52%\"'})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Approximately 50% of people with hypertension have variations in genes that make them more sensitive to salt. Reducing sodium intake can have a more significant impact on lowering their blood pressure.\"'})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Approximately 65% of the world\\'s population has a reduced ability to digest lactose after childhood due to the gradual decline in the activity of the LCT gene.\"'})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"10-40% of the world\\'s population has mutations in the MTHFR gene, which can elevate blood levels of homocysteine, increasing the risk of cardiovascular diseases and other disorders.\"'})});\nexport const __FramerMetadata__ = {\"exports\":{\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (295c121)\nimport*as localizedValues from\"./HgcFb_eQF-0.js\";const valuesByLocaleId={rkLhxFMKw:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (295c121)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/QFslS7I0AyqqkKC1QN6K/MBYso4aZBrENXiD6jPh4/HgcFb_eQF.js\";const RichTextWithFX=withFX(RichText);const ImageWithFX=withFX(Image);const cycleOrder=[\"ARjRqov_t\",\"fyZRbr4QD\",\"uaxSEj4N5\",\"S77iaRGB6\",\"rr1dXl5HI\",\"dAl9s7bLP\",\"Fy7BMunkS\",\"ed0zhxClZ\",\"XAaM0AiNd\",\"yMJJAJoZs\"];const serializationHash=\"framer-Z2Kod\";const variantClassNames={ARjRqov_t:\"framer-v-15emspa\",dAl9s7bLP:\"framer-v-1re246t\",ed0zhxClZ:\"framer-v-10iiei3\",Fy7BMunkS:\"framer-v-4yd8bs\",fyZRbr4QD:\"framer-v-wbpiy0\",rr1dXl5HI:\"framer-v-ktwn5b\",S77iaRGB6:\"framer-v-5if6n\",uaxSEj4N5:\"framer-v-14gaqu0\",XAaM0AiNd:\"framer-v-1vidgwc\",yMJJAJoZs:\"framer-v-1sk5taj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition1={damping:80,delay:.15,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:100};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition3={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ARjRqov_t\",\"Variant 2\":\"Fy7BMunkS\",\"Variant 3\":\"ed0zhxClZ\",\"Variant 4\":\"XAaM0AiNd\",\"Variant 5\":\"yMJJAJoZs\",Variant:\"dAl9s7bLP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ARjRqov_t\"};};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:\"ARjRqov_t\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({dAl9s7bLP:{value:transition3},ed0zhxClZ:{value:transition3},Fy7BMunkS:{value:transition3},XAaM0AiNd:{value:transition3},yMJJAJoZs:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(ImageWithFX,{...restProps,...gestureHandlers,__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\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:4e3,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/U9qPpx0lbQrAgSx6VW1OCO2uU.jpg\",srcSet:\"https://framerusercontent.com/images/U9qPpx0lbQrAgSx6VW1OCO2uU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U9qPpx0lbQrAgSx6VW1OCO2uU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U9qPpx0lbQrAgSx6VW1OCO2uU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/U9qPpx0lbQrAgSx6VW1OCO2uU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/U9qPpx0lbQrAgSx6VW1OCO2uU.jpg 6000w\"},className:cx(scopingClassNames,\"framer-15emspa\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ARjRqov_t\",ref:ref??ref1,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({dAl9s7bLP:{\"data-framer-name\":undefined},ed0zhxClZ:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:4261,pixelWidth:6200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg\",srcSet:\"https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg 6200w\"}},Fy7BMunkS:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:3910,pixelWidth:5864,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg\",srcSet:\"https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg 5864w\"}},fyZRbr4QD:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:3910,pixelWidth:5864,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg\",srcSet:\"https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/4PY7HR1JrERdwjsK68lQ96Rz4.jpg 5864w\"}},rr1dXl5HI:{\"data-framer-name\":\"Variant 5\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2160,pixelWidth:3840,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg\",srcSet:\"https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg 3840w\"}},S77iaRGB6:{\"data-framer-name\":\"Variant 4\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:4e3,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg\",srcSet:\"https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg 6000w\"}},uaxSEj4N5:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:4261,pixelWidth:6200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg\",srcSet:\"https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/aWSODdohbqKIp17IdPrOrYShXKY.jpg 6200w\"}},XAaM0AiNd:{\"data-framer-name\":\"Variant 4\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:4e3,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg\",srcSet:\"https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/voMGbZsc5f178IyjehY1UlhMWU.jpg 6000w\"}},yMJJAJoZs:{\"data-framer-name\":\"Variant 5\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2160,pixelWidth:3840,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg\",srcSet:\"https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/T6tJ5YvMGIzEMA9puL1IYSRxs.jpg 3840w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({dAl9s7bLP:{value:transition3},ed0zhxClZ:{value:transition3},Fy7BMunkS:{value:transition3},XAaM0AiNd:{value:transition3},yMJJAJoZs:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rg9c5h\",layoutDependency:layoutDependency,layoutId:\"q40R24XEc\",style:{backgroundColor:\"rgba(0, 0, 0, 0.4)\"}})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({dAl9s7bLP:{value:transition3},ed0zhxClZ:{value:transition3},Fy7BMunkS:{value:transition3},XAaM0AiNd:{value:transition3},yMJJAJoZs:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o5af84\",layoutDependency:layoutDependency,layoutId:\"NZ3vK6ZpV\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({dAl9s7bLP:{value:transition3},ed0zhxClZ:{value:transition3},Fy7BMunkS:{value:transition3},XAaM0AiNd:{value:transition3},yMJJAJoZs:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-asb3l1\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"na5iv3VS2\",children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({dAl9s7bLP:{value:transition3},ed0zhxClZ:{value:transition3},Fy7BMunkS:{value:transition3},XAaM0AiNd:{value:transition3},yMJJAJoZs:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Nature Communications\"})}),className:\"framer-uvc8sq\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"GcOEqMKP7\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dAl9s7bLP:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Nature Communications\"})})},ed0zhxClZ:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-American Heart Association\"})})},Fy7BMunkS:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Cleveland Clinic\"})})},fyZRbr4QD:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Cleveland Clinic\"})}),fonts:[\"GF;DM Sans-regular\"]},rr1dXl5HI:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Cleveland Clinic\"})}),fonts:[\"GF;DM Sans-regular\"]},S77iaRGB6:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-MedlinePlus\"})}),fonts:[\"GF;DM Sans-regular\"]},uaxSEj4N5:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-American Heart Association\"})}),fonts:[\"GF;DM Sans-regular\"]},XAaM0AiNd:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-MedlinePlus\"})})},yMJJAJoZs:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"-Cleveland Clinic\"})})}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({dAl9s7bLP:{value:transition3},ed0zhxClZ:{value:transition3},Fy7BMunkS:{value:transition3},XAaM0AiNd:{value:transition3},yMJJAJoZs:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:'\"Entre el 20% y el 30% de las personas tienen variantes en los genes relacionados con el metabolismo de las grasas que les permiten perder m\\xe1s peso con dietas bajas en grasas en comparaci\\xf3n con dietas bajas en carbohidratos\"'})}),className:\"framer-n80wv4\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"S3hLGFoRa\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},variants:{ed0zhxClZ:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},Fy7BMunkS:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},fyZRbr4QD:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},rr1dXl5HI:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},S77iaRGB6:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},uaxSEj4N5:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},XAaM0AiNd:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},yMJJAJoZs:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dAl9s7bLP:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:'\"Entre el 20% y el 30% de las personas tienen variantes en los genes relacionados con el metabolismo de las grasas que les permiten perder m\\xe1s peso con dietas bajas en grasas en comparaci\\xf3n con dietas bajas en carbohidratos\"'})})},ed0zhxClZ:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Aproximadamente el 50% de las personas con hipertensi\\xf3n tienen variantes en los genes que les hacen m\\xe1s sensibles a la sal. Reducir la ingesta de sodio puede tener un impacto m\\xe1s significativo en la reducci\\xf3n de su presi\\xf3n arterial\"'})})},Fy7BMunkS:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:['\"El 65% de la poblaci\\xf3n mundial tiene una variante gen\\xe9tica (',/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"CYP1A2\"}),') que les hace metabolizadores r\\xe1pidos de la cafe\\xedna, reduciendo su riesgo de ataque card\\xedaco en un 52%\u200B\"']})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-500italic\"]},fyZRbr4QD:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:['\"El 65% de la poblaci\\xf3n mundial tiene una variante gen\\xe9tica (',/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1pdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"CYP1A2\"}),') que les hace metabolizadores r\\xe1pidos de la cafe\\xedna, reduciendo su riesgo de ataque card\\xedaco en un 52%\u200B\"']})}),fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-italic\"]},rr1dXl5HI:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:['\"El 10-40% de la poblaci\\xf3n mundial posee mutaciones en el gen ',/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1pdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"MTHFR\"}),', lo que puede elevar los niveles de homociste\\xedna en sangre, incrementando el riesgo de enfermedades cardiovasculares y otros trastornos\"']})}),fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-italic\"]},S77iaRGB6:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:['\"Aproximadamente\u200B el 65% de la poblaci\\xf3n mundial tiene una capacidad reducida para digerir la lactosa despu\\xe9s de la infancia debido a la disminuci\\xf3n gradual de la actividad del gen ',/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1pdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"LCT\"}),'\"']})}),fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-italic\"]},uaxSEj4N5:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:'\"Aproximadamente el 50% de las personas con hipertensi\\xf3n tienen variantes en los genes que les hacen m\\xe1s sensibles a la sal. Reducir la ingesta de sodio puede tener un impacto m\\xe1s significativo en la reducci\\xf3n de su presi\\xf3n arterial\"'})}),fonts:[\"GF;DM Sans-regular\"]},XAaM0AiNd:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:['\"Aproximadamente\u200B el 65% de la poblaci\\xf3n mundial tiene una capacidad reducida para digerir la lactosa despu\\xe9s de la infancia debido a la disminuci\\xf3n gradual de la actividad del gen ',/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"LCT\"}),'\"']})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-500italic\"]},yMJJAJoZs:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:['\"El 10-40% de la poblaci\\xf3n mundial posee mutaciones en el gen ',/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"MTHFR\"}),', lo que puede elevar los niveles de homociste\\xedna en sangre, incrementando el riesgo de enfermedades cardiovasculares y otros trastornos\"']})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-500italic\"]}},baseVariant,gestureVariant)})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Z2Kod.framer-fj29n9, .framer-Z2Kod .framer-fj29n9 { display: block; }\",\".framer-Z2Kod.framer-15emspa { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 594px; justify-content: flex-start; padding: 64px 64px 64px 96px; position: relative; width: 1283px; }\",\".framer-Z2Kod .framer-rg9c5h { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-Z2Kod .framer-1o5af84 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 65%; }\",\".framer-Z2Kod .framer-asb3l1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Z2Kod .framer-uvc8sq { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Z2Kod .framer-n80wv4 { flex: 1 0 0px; height: 1px; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z2Kod.framer-15emspa, .framer-Z2Kod .framer-1o5af84, .framer-Z2Kod .framer-asb3l1 { gap: 0px; } .framer-Z2Kod.framer-15emspa > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Z2Kod.framer-15emspa > :first-child, .framer-Z2Kod .framer-1o5af84 > :first-child { margin-top: 0px; } .framer-Z2Kod.framer-15emspa > :last-child, .framer-Z2Kod .framer-1o5af84 > :last-child { margin-bottom: 0px; } .framer-Z2Kod .framer-1o5af84 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Z2Kod .framer-asb3l1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Z2Kod .framer-asb3l1 > :first-child { margin-left: 0px; } .framer-Z2Kod .framer-asb3l1 > :last-child { margin-right: 0px; } }\",\".framer-Z2Kod.framer-v-1re246t.framer-15emspa, .framer-Z2Kod.framer-v-4yd8bs.framer-15emspa, .framer-Z2Kod.framer-v-10iiei3.framer-15emspa, .framer-Z2Kod.framer-v-1vidgwc.framer-15emspa, .framer-Z2Kod.framer-v-1sk5taj.framer-15emspa { padding: 56px 24px 56px 24px; width: 550px; }\",\".framer-Z2Kod.framer-v-1re246t .framer-1o5af84, .framer-Z2Kod.framer-v-4yd8bs .framer-1o5af84, .framer-Z2Kod.framer-v-10iiei3 .framer-1o5af84, .framer-Z2Kod.framer-v-1vidgwc .framer-1o5af84, .framer-Z2Kod.framer-v-1sk5taj .framer-1o5af84 { width: 100%; }\",\".framer-Z2Kod.framer-v-1re246t .framer-n80wv4, .framer-Z2Kod.framer-v-4yd8bs .framer-n80wv4, .framer-Z2Kod.framer-v-10iiei3 .framer-n80wv4, .framer-Z2Kod.framer-v-1vidgwc .framer-n80wv4, .framer-Z2Kod.framer-v-1sk5taj .framer-n80wv4 { flex: none; height: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 594\n * @framerIntrinsicWidth 1283\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fyZRbr4QD\":{\"layout\":[\"fixed\",\"fixed\"]},\"uaxSEj4N5\":{\"layout\":[\"fixed\",\"fixed\"]},\"S77iaRGB6\":{\"layout\":[\"fixed\",\"fixed\"]},\"rr1dXl5HI\":{\"layout\":[\"fixed\",\"fixed\"]},\"dAl9s7bLP\":{\"layout\":[\"fixed\",\"fixed\"]},\"Fy7BMunkS\":{\"layout\":[\"fixed\",\"fixed\"]},\"ed0zhxClZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"XAaM0AiNd\":{\"layout\":[\"fixed\",\"fixed\"]},\"yMJJAJoZs\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHgcFb_eQF=withCSS(Component,css,\"framer-Z2Kod\");export default FramerHgcFb_eQF;FramerHgcFb_eQF.displayName=\"bloque titulo subtitle\";FramerHgcFb_eQF.defaultProps={height:594,width:1283};addPropertyControls(FramerHgcFb_eQF,{variant:{options:[\"ARjRqov_t\",\"fyZRbr4QD\",\"uaxSEj4N5\",\"S77iaRGB6\",\"rr1dXl5HI\",\"dAl9s7bLP\",\"Fy7BMunkS\",\"ed0zhxClZ\",\"XAaM0AiNd\",\"yMJJAJoZs\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHgcFb_eQF,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW32RmYJpso5.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHgcFb_eQF\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"594\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fyZRbr4QD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uaxSEj4N5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"S77iaRGB6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rr1dXl5HI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dAl9s7bLP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Fy7BMunkS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ed0zhxClZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XAaM0AiNd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yMJJAJoZs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1283\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Complete and updated information\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"We periodically review new genetic studies to update your patient's data.\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"With your own brand and without commitment\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Reports tailored to your clinic/office for those results you want to share with your own brand.\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Easy management online and in-person consultation\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"N-GENE is very easy and quick to use. Try it without commitment and see how your customers grow.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport*as localizedValues from\"./kSWMqhiLr-0.js\";const valuesByLocaleId={rkLhxFMKw:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/s4e8ca7MhpgJHKqqB5Eg/Xvn1gJdnoXUG4rOYD5Wf/kSWMqhiLr.js\";const RichTextWithFX=withFX(RichText);const serializationHash=\"framer-R81H8\";const variantClassNames={rExKi8lQO:\"framer-v-142e6tk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const getProps=({direction,gap,height,id,width,...props})=>{return{...props,a6fa6eNrz:gap??props.a6fa6eNrz??32,k6ZNGTgVA:humanReadableEnumMap[direction]??direction??props.k6ZNGTgVA??\"row\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,k6ZNGTgVA,a6fa6eNrz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"rExKi8lQO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-142e6tk\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rExKi8lQO\",ref:refBinding,style:{\"--1staty4\":k6ZNGTgVA,\"--5lfzhn\":k6ZNGTgVA===\"row\"?\"100%\":\"1px\",\"--dxbbrp\":a6fa6eNrz,\"--tqtmac\":k6ZNGTgVA===\"column\"?0:\"calc(calc(max(0, var(--dxbbrp)) * 1px) / 2)\",\"--uh1ktb\":k6ZNGTgVA===\"row\"?0:\"calc(calc(max(0, var(--dxbbrp)) * 1px) / 2)\",\"--yknv01\":k6ZNGTgVA===\"column\"?\"100%\":\"1px\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hu56kx\",layoutDependency:layoutDependency,layoutId:\"QVo6BJ17U\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:64,pixelWidth:64,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Lm3pQ3lhBIkN9mF7JNx39IVc9s.png\"},className:\"framer-n2lecy\",layoutDependency:layoutDependency,layoutId:\"K7sxiMbOI\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-576s1g\",layoutDependency:layoutDependency,layoutId:\"SeBSInEfU\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Informaci\\xf3n completa y para toda la vida\"})}),className:\"framer-1qqsq03\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"MORxPhyrw\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Revisamos nuevos estudios gen\\xe9ticos peri\\xf3dicamente para actualizar los datos de tu paciente para siempre con solo una muestra de saliva\"})}),className:\"framer-1t67hqf\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"gyCVH6fgt\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11j8i9s\",layoutDependency:layoutDependency,layoutId:\"o9ku1XtLo\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:64,pixelWidth:64,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/iNspeDU7QvAghR1EVg7tXpw.png\"},className:\"framer-111v2rj\",layoutDependency:layoutDependency,layoutId:\"uVMyknqBs\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ny6aa7\",layoutDependency:layoutDependency,layoutId:\"cygQsaG7C\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Con tu propia marca y sin compromiso\"})}),className:\"framer-6g5ion\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"jI42xJjEJ\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Informes adaptados a tu cl\\xednica / consulta para aquellos resultados que quieras compartir con tu propia marca\"})}),className:\"framer-o0qqds\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"Def7Wp7Ap\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17v6ozo\",layoutDependency:layoutDependency,layoutId:\"yymbvzC95\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:64,pixelWidth:80,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/o0XLkGjWjb582yt7CHAUxuuDys.png\"},className:\"framer-vvwzw5\",layoutDependency:layoutDependency,layoutId:\"KwCGqnmE0\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k192n6\",layoutDependency:layoutDependency,layoutId:\"VCBjnW6jS\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Consulta online y f\\xedsica de f\\xe1cil gesti\\xf3n\"})}),className:\"framer-b5uagu\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"GkUcvK2BT\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"N-GENE es muy f\\xe1cil y r\\xe1pida de usar. Pru\\xe9bala sin compromiso y mira como crecen tus clientes\"})}),className:\"framer-mmj8nf\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"gzgBh2Cwu\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-R81H8.framer-3sumf8, .framer-R81H8 .framer-3sumf8 { display: block; }\",\".framer-R81H8.framer-142e6tk { align-content: center; align-items: center; display: flex; flex-direction: var(--1staty4); flex-wrap: nowrap; gap: calc(max(0, var(--dxbbrp)) * 1px); height: 335px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1056px; }\",\".framer-R81H8 .framer-1hu56kx, .framer-R81H8 .framer-11j8i9s, .framer-R81H8 .framer-17v6ozo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: var(--5lfzhn); justify-content: center; overflow: hidden; padding: 32px; position: relative; width: var(--yknv01); will-change: var(--framer-will-change-override, transform); }\",\".framer-R81H8 .framer-n2lecy { flex: none; height: 32px; overflow: visible; position: relative; width: 36px; }\",\".framer-R81H8 .framer-576s1g, .framer-R81H8 .framer-ny6aa7, .framer-R81H8 .framer-k192n6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R81H8 .framer-1qqsq03, .framer-R81H8 .framer-6g5ion, .framer-R81H8 .framer-b5uagu { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-R81H8 .framer-1t67hqf, .framer-R81H8 .framer-o0qqds, .framer-R81H8 .framer-mmj8nf { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R81H8 .framer-111v2rj, .framer-R81H8 .framer-vvwzw5 { flex: none; height: 32px; overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-R81H8.framer-142e6tk, .framer-R81H8 .framer-1hu56kx, .framer-R81H8 .framer-576s1g, .framer-R81H8 .framer-11j8i9s, .framer-R81H8 .framer-ny6aa7, .framer-R81H8 .framer-17v6ozo, .framer-R81H8 .framer-k192n6 { gap: 0px; } .framer-R81H8.framer-142e6tk > * { margin-bottom: var(--uh1ktb); margin-left: var(--tqtmac); margin-right: var(--tqtmac); margin-top: var(--uh1ktb); } .framer-R81H8.framer-142e6tk > :first-child { margin-left: 0px; margin-top: 0px; } .framer-R81H8.framer-142e6tk > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-R81H8 .framer-1hu56kx > *, .framer-R81H8 .framer-11j8i9s > *, .framer-R81H8 .framer-17v6ozo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-R81H8 .framer-1hu56kx > :first-child, .framer-R81H8 .framer-576s1g > :first-child, .framer-R81H8 .framer-11j8i9s > :first-child, .framer-R81H8 .framer-ny6aa7 > :first-child, .framer-R81H8 .framer-17v6ozo > :first-child, .framer-R81H8 .framer-k192n6 > :first-child { margin-top: 0px; } .framer-R81H8 .framer-1hu56kx > :last-child, .framer-R81H8 .framer-576s1g > :last-child, .framer-R81H8 .framer-11j8i9s > :last-child, .framer-R81H8 .framer-ny6aa7 > :last-child, .framer-R81H8 .framer-17v6ozo > :last-child, .framer-R81H8 .framer-k192n6 > :last-child { margin-bottom: 0px; } .framer-R81H8 .framer-576s1g > *, .framer-R81H8 .framer-ny6aa7 > *, .framer-R81H8 .framer-k192n6 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 335\n * @framerIntrinsicWidth 1056\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"k6ZNGTgVA\":\"direction\",\"a6fa6eNrz\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkSWMqhiLr=withCSS(Component,css,\"framer-R81H8\");export default FramerkSWMqhiLr;FramerkSWMqhiLr.displayName=\"cards-nunca-tan-facil\";FramerkSWMqhiLr.defaultProps={height:335,width:1056};addPropertyControls(FramerkSWMqhiLr,{k6ZNGTgVA:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction\",type:ControlType.Enum},a6fa6eNrz:{defaultValue:32,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FramerkSWMqhiLr,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkSWMqhiLr\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"k6ZNGTgVA\\\":\\\"direction\\\",\\\"a6fa6eNrz\\\":\\\"gap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1056\",\"framerIntrinsicHeight\":\"335\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"We adapt to your needs\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162)))\"},children:\"We adapt to your needs\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"We adapt to your needs\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Complete results for your clinical specialty\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Complete results for your clinical specialty\"})});export const v5=\"Nutrition\";export const v6=\"Digestive medicine\";export const v7=\"Fitness and wellness\";export const v8=\"Dermatolog\\xeda\";export const v9=\"Gynecology\";export const v10=\"Pharmacology\";export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{children:[\"Boost your clinic and stand out in the market with the nutrigenetic data provided by N\\xb7GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We offer updated results on metabolizers such as alcohol, caffeine, glucose, or MTHFR; diet efficacy based on genetic predisposition to the consumption of certain types of food, thermogenesis, etc., and intolerances such as celiac disease, lactose, or histamine.\"]})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Boost your clinic and stand out in the market with the nutrigenetic data offered by N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We provide updated results on intolerances, alcohol metabolism, caffeine, glucose, or MTHFR; effectiveness of diets for weight loss, thermogenesis, etc.\"]})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Boost your medical practice and stand out in the digestive field with the genetic data offered by N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We provide detailed information about genetic predisposition to develop digestive system diseases such as Crohn's disease and inflammatory bowel disease, as well as food intolerances. This facilitates early diagnosis that allows for more precise and personalized interventions to improve the quality of life for your patients.\"]})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Boost your fitness business and stand out in the market with the genetic data that N-GENE offers you\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We provide updated information on genetic predisposition related to physical performance, macronutrient metabolism, response to strength or endurance exercises, muscle recovery, and injury risk.\"]})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Boost your clinic and stand out in the market with the dermagenetic data provided by N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We offer results on predisposition to acne, effectiveness of topical treatments, and essential supplements for skin health. Additionally, we identify genetic factors associated with conditions such as dermatitis or premature aging.\"]})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Boost your clinic and stand out in the gynecological market with the genetic data offered by N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We provide information on predisposition to hormonal alterations, response to contraceptives, genetic risk of endometriosis or PCOS, and levels of key nutrients for female health. Personalize your treatments and enhance your patients' experience with our innovative technology.\"]})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Boost your clinic and stand out in the market with the pharmacogenetic data provided by N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We analyze the response to medications, metabolism of drugs such as analgesics, anticoagulants, or antidepressants, and risk of adverse reactions. Optimize prescriptions and personalize your patients' treatments with our advanced technology.\"]})});export const v18=\"Boost your clinic now\";export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{children:[\"Boost your medical practice and stand out in the digestive field with the nutrigenetic data offered by N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"We provide detailed information about genetic predisposition to develop digestive system diseases, such as Crohn's disease and inflammatory bowel disease, as well as food intolerances. This facilitates early diagnosis that allows for more precise and personalized interventions to improve the quality of life for your patients.\"]})});export const v20=\"Boost your clinic with genetics\";\nexport const __FramerMetadata__ = {\"exports\":{\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (aba0f78)\nimport*as localizedValues from\"./TP2Z5SEyu-0.js\";const valuesByLocaleId={rkLhxFMKw:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"O3pBt79yd\",\"xR8enRaM0\",\"IVRmVBY0Q\"];const serializationHash=\"framer-sMvvZ\";const variantClassNames={IVRmVBY0Q:\"framer-v-wolpc9\",O3pBt79yd:\"framer-v-1xkc610\",xR8enRaM0:\"framer-v-14tj4gs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"O3pBt79yd\",Click:\"IVRmVBY0Q\",hover:\"xR8enRaM0\"};const getProps=({click,height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,awv1ckb4I:(_ref=title!==null&&title!==void 0?title:props.awv1ckb4I)!==null&&_ref!==void 0?_ref:\"Contenido aqu\\xed\",jF72J7GNJ:click!==null&&click!==void 0?click:props.jF72J7GNJ,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"O3pBt79yd\"};};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,jF72J7GNJ,awv1ckb4I,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"O3pBt79yd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1vgyjiy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(jF72J7GNJ){const res=await jF72J7GNJ(...args);if(res===false)return false;}});const onMouseEnter6axcgn=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"xR8enRaM0\");});const onMouseLeaves29ili=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"O3pBt79yd\");});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,...addPropertyOverrides({IVRmVBY0Q:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xkc610\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"O3pBt79yd\",onMouseEnter:onMouseEnter6axcgn,onTap:onTap1vgyjiy,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(211, 220, 222)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",background:\"linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0)\",...style},variants:{IVRmVBY0Q:{\"--border-color\":\"rgb(0, 184, 162)\",background:\"linear-gradient(90deg, rgb(255, 255, 255) 41.44144144144144%, rgba(250, 230, 246, 0) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},xR8enRaM0:{\"--border-color\":\"rgb(0, 184, 162)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({IVRmVBY0Q:{\"data-framer-name\":\"Click\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined},xR8enRaM0:{\"data-framer-name\":\"hover\",onMouseLeave:onMouseLeaves29ili}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(65, 83, 88))\"},children:\"Contenido aqu\\xed\"})}),className:\"framer-1qcpobe\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"XSyXgTFYl\",style:{\"--extracted-r6o4lv\":\"rgb(65, 83, 88)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:awv1ckb4I,variants:{IVRmVBY0Q:{\"--extracted-r6o4lv\":\"rgb(36, 60, 69)\"},xR8enRaM0:{\"--extracted-r6o4lv\":\"rgb(36, 60, 69)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IVRmVBY0Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(36, 60, 69))\"},children:\"Contenido aqu\\xed\"})})},xR8enRaM0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(36, 60, 69))\"},children:\"Contenido aqu\\xed\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sMvvZ.framer-1ossmnj, .framer-sMvvZ .framer-1ossmnj { display: block; }\",\".framer-sMvvZ.framer-1xkc610 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 366px; }\",\".framer-sMvvZ .framer-1qcpobe { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sMvvZ.framer-1xkc610 { gap: 0px; } .framer-sMvvZ.framer-1xkc610 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-sMvvZ.framer-1xkc610 > :first-child { margin-left: 0px; } .framer-sMvvZ.framer-1xkc610 > :last-child { margin-right: 0px; } }\",\".framer-sMvvZ.framer-v-wolpc9.framer-1xkc610 { cursor: unset; }\",'.framer-sMvvZ[data-border=\"true\"]::after, .framer-sMvvZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xR8enRaM0\":{\"layout\":[\"fixed\",\"auto\"]},\"IVRmVBY0Q\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"jF72J7GNJ\":\"click\",\"awv1ckb4I\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerK3omDAgUR=withCSS(Component,css,\"framer-sMvvZ\");export default FramerK3omDAgUR;FramerK3omDAgUR.displayName=\"btn-datos-gen\";FramerK3omDAgUR.defaultProps={height:72,width:366};addPropertyControls(FramerK3omDAgUR,{variant:{options:[\"O3pBt79yd\",\"xR8enRaM0\",\"IVRmVBY0Q\"],optionTitles:[\"Variant 1\",\"hover\",\"Click\"],title:\"Variant\",type:ControlType.Enum},jF72J7GNJ:{title:\"Click\",type:ControlType.EventHandler},awv1ckb4I:{defaultValue:\"Contenido aqu\\xed\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerK3omDAgUR,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK3omDAgUR\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"366\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xR8enRaM0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IVRmVBY0Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"72\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"jF72J7GNJ\\\":\\\"click\\\",\\\"awv1ckb4I\\\":\\\"title\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./K3omDAgUR.map", "// Generated by Framer (aba0f78)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/EiR79viuJUnti1eofh83/iuxpjpgFkqBCk1LdeKc1/VDUFAlr9W.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/VTZCNdyPt1k1cnavgmoC/iYD4AYYwyfnJ1I1n5uks/TP2Z5SEyu.js\";import BtnDatosGen from\"https://framerusercontent.com/modules/kAqbiS5A5AddbgHobO7M/3RnkHJzXtC7TatCcMiuS/K3omDAgUR.js\";import BtnMain from\"https://framerusercontent.com/modules/vZwW6sHn9KvvyLgGA7HK/41GWUC8Q4gg8v4w7yvFm/Y0cvsSD3a.js\";const RichTextWithFX=withFX(RichText);const BtnDatosGenFonts=getFonts(BtnDatosGen);const BtnMainFonts=getFonts(BtnMain);const cycleOrder=[\"H3b1TUvwe\",\"cdCEconfx\",\"dg1vo0RG8\",\"atfDcn16V\",\"uN_kC7Idz\",\"KBPd3tRgP\",\"cM9TJCMuv\",\"NBwZFTTGX\",\"Yk6_uPGDT\",\"NFhaTsTv_\",\"jCzuYe9H0\",\"EQEP7iyti\",\"cyvJC0k1a\",\"GZhw1bQE7\",\"dfLYvLAyF\"];const serializationHash=\"framer-BrFEb\";const variantClassNames={atfDcn16V:\"framer-v-4ko8vs\",cdCEconfx:\"framer-v-v8fgv3\",cM9TJCMuv:\"framer-v-3babe6\",cyvJC0k1a:\"framer-v-185db2p\",dfLYvLAyF:\"framer-v-i4ac8j\",dg1vo0RG8:\"framer-v-1etnxgq\",EQEP7iyti:\"framer-v-ssefrz\",GZhw1bQE7:\"framer-v-8lngky\",H3b1TUvwe:\"framer-v-101lv9m\",jCzuYe9H0:\"framer-v-azhous\",KBPd3tRgP:\"framer-v-1eeg04s\",NBwZFTTGX:\"framer-v-109d0u\",NFhaTsTv_:\"framer-v-qc3vce\",uN_kC7Idz:\"framer-v-nobrjo\",Yk6_uPGDT:\"framer-v-v2btvy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"default-mobile\":\"NBwZFTTGX\",\"derma-mobile\":\"cyvJC0k1a\",\"digestiva-mobile\":\"Yk6_uPGDT\",\"farma-mobile\":\"dfLYvLAyF\",\"fit-mobile\":\"EQEP7iyti\",\"gine-mobile\":\"GZhw1bQE7\",\"nutri-mobile\":\"jCzuYe9H0\",\"Variant 1\":\"cdCEconfx\",\"Variant 2\":\"dg1vo0RG8\",\"Variant 3\":\"atfDcn16V\",\"Variant 4\":\"uN_kC7Idz\",\"Variant 5\":\"KBPd3tRgP\",\"Variant 6\":\"cM9TJCMuv\",Default:\"H3b1TUvwe\"};const getProps=({click,click2,click3,click4,click5,click6,height,id,width,...props})=>{return{...props,I_d2NwKzf:click5??props.I_d2NwKzf,LIGj9Kr5M:click2??props.LIGj9Kr5M,OD4IGkNsg:click6??props.OD4IGkNsg,r_QLdo_Yd:click3??props.r_QLdo_Yd,variant:humanReadableVariantMap[props.variant]??props.variant??\"H3b1TUvwe\",xcRNa4VhB:click??props.xcRNa4VhB,Y2ZI31aOu:click4??props.Y2ZI31aOu};};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,xcRNa4VhB,LIGj9Kr5M,r_QLdo_Yd,Y2ZI31aOu,I_d2NwKzf,OD4IGkNsg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"H3b1TUvwe\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const jF72J7GNJ128q72d=activeVariantCallback(async(...args)=>{if(xcRNa4VhB){const res=await xcRNa4VhB(...args);if(res===false)return false;}setVariant(\"cdCEconfx\");});const jF72J7GNJ1wpjech=activeVariantCallback(async(...args)=>{setVariant(\"cdCEconfx\");});const jF72J7GNJ3gd1f3=activeVariantCallback(async(...args)=>{if(xcRNa4VhB){const res=await xcRNa4VhB(...args);if(res===false)return false;}setVariant(\"jCzuYe9H0\");});const jF72J7GNJqxu0yl=activeVariantCallback(async(...args)=>{if(xcRNa4VhB){const res=await xcRNa4VhB(...args);if(res===false)return false;}setVariant(\"NBwZFTTGX\");});const jF72J7GNJ1r8glew=activeVariantCallback(async(...args)=>{if(xcRNa4VhB){const res=await xcRNa4VhB(...args);if(res===false)return false;}});const jF72J7GNJdb5n8d=activeVariantCallback(async(...args)=>{if(LIGj9Kr5M){const res=await LIGj9Kr5M(...args);if(res===false)return false;}setVariant(\"dg1vo0RG8\");});const jF72J7GNJ1sia2fu=activeVariantCallback(async(...args)=>{setVariant(\"dg1vo0RG8\");});const jF72J7GNJ19zbv00=activeVariantCallback(async(...args)=>{if(LIGj9Kr5M){const res=await LIGj9Kr5M(...args);if(res===false)return false;}setVariant(\"Yk6_uPGDT\");});const jF72J7GNJdcrhpv=activeVariantCallback(async(...args)=>{if(LIGj9Kr5M){const res=await LIGj9Kr5M(...args);if(res===false)return false;}});const jF72J7GNJt56q7t=activeVariantCallback(async(...args)=>{if(r_QLdo_Yd){const res=await r_QLdo_Yd(...args);if(res===false)return false;}setVariant(\"atfDcn16V\");});const jF72J7GNJ17v5uax=activeVariantCallback(async(...args)=>{if(r_QLdo_Yd){const res=await r_QLdo_Yd(...args);if(res===false)return false;}setVariant(\"EQEP7iyti\");});const jF72J7GNJwqwew9=activeVariantCallback(async(...args)=>{if(r_QLdo_Yd){const res=await r_QLdo_Yd(...args);if(res===false)return false;}});const jF72J7GNJ1x75jzm=activeVariantCallback(async(...args)=>{if(Y2ZI31aOu){const res=await Y2ZI31aOu(...args);if(res===false)return false;}setVariant(\"uN_kC7Idz\");});const jF72J7GNJ1csdu7x=activeVariantCallback(async(...args)=>{if(Y2ZI31aOu){const res=await Y2ZI31aOu(...args);if(res===false)return false;}setVariant(\"cyvJC0k1a\");});const jF72J7GNJ12hqwnh=activeVariantCallback(async(...args)=>{if(Y2ZI31aOu){const res=await Y2ZI31aOu(...args);if(res===false)return false;}});const jF72J7GNJ1yz4xdu=activeVariantCallback(async(...args)=>{if(I_d2NwKzf){const res=await I_d2NwKzf(...args);if(res===false)return false;}setVariant(\"KBPd3tRgP\");});const jF72J7GNJ18wy91v=activeVariantCallback(async(...args)=>{if(I_d2NwKzf){const res=await I_d2NwKzf(...args);if(res===false)return false;}setVariant(\"GZhw1bQE7\");});const jF72J7GNJ15qh5bp=activeVariantCallback(async(...args)=>{if(I_d2NwKzf){const res=await I_d2NwKzf(...args);if(res===false)return false;}});const jF72J7GNJwxc85m=activeVariantCallback(async(...args)=>{if(OD4IGkNsg){const res=await OD4IGkNsg(...args);if(res===false)return false;}setVariant(\"cM9TJCMuv\");});const jF72J7GNJ1y9b1es=activeVariantCallback(async(...args)=>{if(OD4IGkNsg){const res=await OD4IGkNsg(...args);if(res===false)return false;}setVariant(\"dfLYvLAyF\");});const jF72J7GNJ1vbhgzg=activeVariantCallback(async(...args)=>{if(OD4IGkNsg){const res=await OD4IGkNsg(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Yk6_uPGDT\",\"EQEP7iyti\",\"cyvJC0k1a\",\"GZhw1bQE7\",\"dfLYvLAyF\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"NBwZFTTGX\",\"jCzuYe9H0\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"Yk6_uPGDT\",\"EQEP7iyti\",\"cyvJC0k1a\",\"GZhw1bQE7\",\"dfLYvLAyF\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-101lv9m\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"H3b1TUvwe\",ref:ref??ref1,style:{...style},...addPropertyOverrides({atfDcn16V:{\"data-framer-name\":\"Variant 3\"},cdCEconfx:{\"data-framer-name\":\"Variant 1\"},cM9TJCMuv:{\"data-framer-name\":\"Variant 6\"},cyvJC0k1a:{\"data-framer-name\":\"derma-mobile\"},dfLYvLAyF:{\"data-framer-name\":\"farma-mobile\"},dg1vo0RG8:{\"data-framer-name\":\"Variant 2\"},EQEP7iyti:{\"data-framer-name\":\"fit-mobile\"},GZhw1bQE7:{\"data-framer-name\":\"gine-mobile\"},jCzuYe9H0:{\"data-framer-name\":\"nutri-mobile\"},KBPd3tRgP:{\"data-framer-name\":\"Variant 5\"},NBwZFTTGX:{\"data-framer-name\":\"default-mobile\"},NFhaTsTv_:{\"data-framer-name\":\"farma-mobile\"},uN_kC7Idz:{\"data-framer-name\":\"Variant 4\"},Yk6_uPGDT:{\"data-framer-name\":\"digestiva-mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1scd8xf\",layoutDependency:layoutDependency,layoutId:\"RTp42lt4X\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1th9ftd\",layoutDependency:layoutDependency,layoutId:\"fzXFLe2EI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})}),className:\"framer-rd4ewa\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"Hs9KjCzZZ\",style:{\"--extracted-r6o4lv\":\"rgb(0, 184, 162)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{cdCEconfx:{\"--extracted-r6o4lv\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cdCEconfx:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162)))\"},children:\"Nos adaptamos a tus necesidades\"})})},cyvJC0k1a:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})})},dfLYvLAyF:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})})},EQEP7iyti:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})})},GZhw1bQE7:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})})},jCzuYe9H0:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})})},NBwZFTTGX:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})})},Yk6_uPGDT:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 184, 162))\"},children:\"Nos adaptamos a tus necesidades\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})}),className:\"framer-7dtf2y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T6PbA1JKV\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cyvJC0k1a:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})})},dfLYvLAyF:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})})},EQEP7iyti:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})})},GZhw1bQE7:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})})},jCzuYe9H0:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})})},NBwZFTTGX:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})})},Yk6_uPGDT:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:\"Resultados completos para tu especialidad cl\\xednica\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hlefta\",\"data-framer-name\":\"menu-info\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"ED75CBTQh\",style:{boxShadow:\"none\"},variants:{cyvJC0k1a:{boxShadow:\"inset 0px -7px 11px -9px rgba(9, 71, 64, 0.2)\"},dfLYvLAyF:{boxShadow:\"inset 0px -7px 11px -9px rgba(9, 71, 64, 0.2)\"},EQEP7iyti:{boxShadow:\"inset 0px -7px 11px -9px rgba(9, 71, 64, 0.2)\"},GZhw1bQE7:{boxShadow:\"inset 0px -7px 11px -9px rgba(9, 71, 64, 0.2)\"},jCzuYe9H0:{boxShadow:\"inset 0px -7px 11px -9px rgba(9, 71, 64, 0.2)\"},NBwZFTTGX:{boxShadow:\"inset 0px -7px 11px -9px rgba(9, 71, 64, 0.2)\"},NFhaTsTv_:{boxShadow:\"none\"},Yk6_uPGDT:{boxShadow:\"inset 0px -7px 11px -9px rgba(9, 71, 64, 0.2)\"}},...addPropertyOverrides({jCzuYe9H0:{\"data-hide-scrollbars\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(${componentViewport?.width||\"100vw\"} / 2 - 64px)`,y:(componentViewport?.y||0)+0+0+407+0+0,...addPropertyOverrides({cyvJC0k1a:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+0},dfLYvLAyF:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+0},EQEP7iyti:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+0},GZhw1bQE7:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||652)-0-688.2)/2+0+0)+0+375+0+0},jCzuYe9H0:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+0},NBwZFTTGX:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+0},Yk6_uPGDT:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||677.5)-0-688.2)/2+0+0)+0+375+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bars9k-container\",layoutDependency:layoutDependency,layoutId:\"yM3ii_nym-container\",children:/*#__PURE__*/_jsx(BtnDatosGen,{awv1ckb4I:getLocalizedValue(\"v5\",activeLocale)??\"Nutrici\\xf3n\",height:\"100%\",id:\"yM3ii_nym\",jF72J7GNJ:jF72J7GNJ128q72d,layoutId:\"yM3ii_nym\",style:{width:\"100%\"},variant:\"O3pBt79yd\",width:\"100%\",...addPropertyOverrides({atfDcn16V:{jF72J7GNJ:jF72J7GNJ1wpjech},cdCEconfx:{jF72J7GNJ:undefined,variant:\"IVRmVBY0Q\"},cyvJC0k1a:{jF72J7GNJ:jF72J7GNJ3gd1f3},dfLYvLAyF:{jF72J7GNJ:jF72J7GNJ3gd1f3},dg1vo0RG8:{jF72J7GNJ:jF72J7GNJ1wpjech},EQEP7iyti:{jF72J7GNJ:jF72J7GNJ3gd1f3},GZhw1bQE7:{jF72J7GNJ:jF72J7GNJ3gd1f3},jCzuYe9H0:{jF72J7GNJ:jF72J7GNJ1r8glew,variant:\"IVRmVBY0Q\"},NBwZFTTGX:{jF72J7GNJ:jF72J7GNJ3gd1f3},NFhaTsTv_:{jF72J7GNJ:jF72J7GNJqxu0yl},Yk6_uPGDT:{jF72J7GNJ:jF72J7GNJ3gd1f3}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(${componentViewport?.width||\"100vw\"} / 2 - 64px)`,y:(componentViewport?.y||0)+0+0+407+0+72,...addPropertyOverrides({cyvJC0k1a:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+72},dfLYvLAyF:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+72},EQEP7iyti:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+72},GZhw1bQE7:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||652)-0-688.2)/2+0+0)+0+375+0+72},jCzuYe9H0:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+72},NBwZFTTGX:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+72},Yk6_uPGDT:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||677.5)-0-688.2)/2+0+0)+0+375+0+72}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vz9iux-container\",layoutDependency:layoutDependency,layoutId:\"O3GzYwaeW-container\",children:/*#__PURE__*/_jsx(BtnDatosGen,{awv1ckb4I:getLocalizedValue(\"v6\",activeLocale)??\"Medicina digestiva\",height:\"100%\",id:\"O3GzYwaeW\",jF72J7GNJ:jF72J7GNJdb5n8d,layoutId:\"O3GzYwaeW\",style:{width:\"100%\"},variant:\"O3pBt79yd\",width:\"100%\",...addPropertyOverrides({cdCEconfx:{jF72J7GNJ:jF72J7GNJ1sia2fu},cyvJC0k1a:{jF72J7GNJ:jF72J7GNJ19zbv00},dfLYvLAyF:{jF72J7GNJ:jF72J7GNJ19zbv00},dg1vo0RG8:{jF72J7GNJ:undefined,variant:\"IVRmVBY0Q\"},EQEP7iyti:{jF72J7GNJ:jF72J7GNJ19zbv00},GZhw1bQE7:{jF72J7GNJ:jF72J7GNJ19zbv00},jCzuYe9H0:{jF72J7GNJ:jF72J7GNJ19zbv00},NBwZFTTGX:{jF72J7GNJ:jF72J7GNJ19zbv00},Yk6_uPGDT:{jF72J7GNJ:jF72J7GNJdcrhpv,variant:\"IVRmVBY0Q\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(${componentViewport?.width||\"100vw\"} / 2 - 64px)`,y:(componentViewport?.y||0)+0+0+407+0+144,...addPropertyOverrides({cyvJC0k1a:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+144},dfLYvLAyF:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+144},EQEP7iyti:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+144},GZhw1bQE7:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||652)-0-688.2)/2+0+0)+0+375+0+144},jCzuYe9H0:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+144},NBwZFTTGX:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+144},Yk6_uPGDT:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||677.5)-0-688.2)/2+0+0)+0+375+0+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x0jiln-container\",layoutDependency:layoutDependency,layoutId:\"rL_4oeM6w-container\",children:/*#__PURE__*/_jsx(BtnDatosGen,{awv1ckb4I:getLocalizedValue(\"v7\",activeLocale)??\"Fitness y bienestar\",height:\"100%\",id:\"rL_4oeM6w\",jF72J7GNJ:jF72J7GNJt56q7t,layoutId:\"rL_4oeM6w\",style:{width:\"100%\"},variant:\"O3pBt79yd\",width:\"100%\",...addPropertyOverrides({atfDcn16V:{variant:\"IVRmVBY0Q\"},cyvJC0k1a:{jF72J7GNJ:jF72J7GNJ17v5uax},dfLYvLAyF:{jF72J7GNJ:jF72J7GNJ17v5uax},EQEP7iyti:{jF72J7GNJ:jF72J7GNJwqwew9,variant:\"IVRmVBY0Q\"},GZhw1bQE7:{jF72J7GNJ:jF72J7GNJ17v5uax},jCzuYe9H0:{jF72J7GNJ:jF72J7GNJ17v5uax},NBwZFTTGX:{jF72J7GNJ:jF72J7GNJ17v5uax},Yk6_uPGDT:{jF72J7GNJ:jF72J7GNJ17v5uax}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(${componentViewport?.width||\"100vw\"} / 2 - 64px)`,y:(componentViewport?.y||0)+0+0+407+0+216,...addPropertyOverrides({cyvJC0k1a:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+216},dfLYvLAyF:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+216},EQEP7iyti:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+216},GZhw1bQE7:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||652)-0-688.2)/2+0+0)+0+375+0+216},jCzuYe9H0:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+216},NBwZFTTGX:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+216},Yk6_uPGDT:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||677.5)-0-688.2)/2+0+0)+0+375+0+216}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s0yq6m-container\",layoutDependency:layoutDependency,layoutId:\"tVspqMADG-container\",children:/*#__PURE__*/_jsx(BtnDatosGen,{awv1ckb4I:getLocalizedValue(\"v8\",activeLocale)??\"Dermatolog\\xeda\",height:\"100%\",id:\"tVspqMADG\",jF72J7GNJ:jF72J7GNJ1x75jzm,layoutId:\"tVspqMADG\",style:{width:\"100%\"},variant:\"O3pBt79yd\",width:\"100%\",...addPropertyOverrides({cyvJC0k1a:{jF72J7GNJ:jF72J7GNJ12hqwnh,variant:\"IVRmVBY0Q\"},dfLYvLAyF:{jF72J7GNJ:jF72J7GNJ1csdu7x},EQEP7iyti:{jF72J7GNJ:jF72J7GNJ1csdu7x},GZhw1bQE7:{jF72J7GNJ:jF72J7GNJ1csdu7x},jCzuYe9H0:{jF72J7GNJ:jF72J7GNJ1csdu7x},NBwZFTTGX:{jF72J7GNJ:jF72J7GNJ1csdu7x},NFhaTsTv_:{jF72J7GNJ:jF72J7GNJ12hqwnh},uN_kC7Idz:{variant:\"IVRmVBY0Q\"},Yk6_uPGDT:{jF72J7GNJ:jF72J7GNJ1csdu7x}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(${componentViewport?.width||\"100vw\"} / 2 - 64px)`,y:(componentViewport?.y||0)+0+0+407+0+288,...addPropertyOverrides({cyvJC0k1a:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+288},dfLYvLAyF:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+288},EQEP7iyti:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+288},GZhw1bQE7:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||652)-0-688.2)/2+0+0)+0+375+0+288},jCzuYe9H0:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+288},NBwZFTTGX:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+288},Yk6_uPGDT:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||677.5)-0-688.2)/2+0+0)+0+375+0+288}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qvc94d-container\",layoutDependency:layoutDependency,layoutId:\"XqWHeTyvF-container\",children:/*#__PURE__*/_jsx(BtnDatosGen,{awv1ckb4I:getLocalizedValue(\"v9\",activeLocale)??\"Ginecolog\\xeda\",height:\"100%\",id:\"XqWHeTyvF\",jF72J7GNJ:jF72J7GNJ1yz4xdu,layoutId:\"XqWHeTyvF\",style:{width:\"100%\"},variant:\"O3pBt79yd\",width:\"100%\",...addPropertyOverrides({cyvJC0k1a:{jF72J7GNJ:jF72J7GNJ18wy91v},dfLYvLAyF:{jF72J7GNJ:jF72J7GNJ18wy91v},EQEP7iyti:{jF72J7GNJ:jF72J7GNJ18wy91v},GZhw1bQE7:{jF72J7GNJ:jF72J7GNJ15qh5bp,variant:\"IVRmVBY0Q\"},jCzuYe9H0:{jF72J7GNJ:jF72J7GNJ18wy91v},KBPd3tRgP:{variant:\"IVRmVBY0Q\"},NBwZFTTGX:{jF72J7GNJ:jF72J7GNJ18wy91v},NFhaTsTv_:{jF72J7GNJ:jF72J7GNJ15qh5bp},Yk6_uPGDT:{jF72J7GNJ:jF72J7GNJ18wy91v}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(${componentViewport?.width||\"100vw\"} / 2 - 64px)`,y:(componentViewport?.y||0)+0+0+407+0+360,...addPropertyOverrides({cyvJC0k1a:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+360},dfLYvLAyF:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+360},EQEP7iyti:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+0+0)+0+375+0+360},GZhw1bQE7:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||652)-0-688.2)/2+0+0)+0+375+0+360},jCzuYe9H0:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+360},NBwZFTTGX:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+0+0)+0+375+0+360},Yk6_uPGDT:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||677.5)-0-688.2)/2+0+0)+0+375+0+360}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17lpx24-container\",layoutDependency:layoutDependency,layoutId:\"ezT4G73Zr-container\",children:/*#__PURE__*/_jsx(BtnDatosGen,{awv1ckb4I:getLocalizedValue(\"v10\",activeLocale)??\"Farmacolog\\xeda\",height:\"100%\",id:\"ezT4G73Zr\",jF72J7GNJ:jF72J7GNJwxc85m,layoutId:\"ezT4G73Zr\",style:{width:\"100%\"},variant:\"O3pBt79yd\",width:\"100%\",...addPropertyOverrides({cM9TJCMuv:{variant:\"IVRmVBY0Q\"},cyvJC0k1a:{jF72J7GNJ:jF72J7GNJ1y9b1es},dfLYvLAyF:{jF72J7GNJ:jF72J7GNJ1vbhgzg,variant:\"IVRmVBY0Q\"},EQEP7iyti:{jF72J7GNJ:jF72J7GNJ1y9b1es},GZhw1bQE7:{jF72J7GNJ:jF72J7GNJ1y9b1es},jCzuYe9H0:{jF72J7GNJ:jF72J7GNJ1y9b1es},NBwZFTTGX:{jF72J7GNJ:jF72J7GNJ1y9b1es},NFhaTsTv_:{variant:\"IVRmVBY0Q\"},Yk6_uPGDT:{jF72J7GNJ:jF72J7GNJ1y9b1es}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13pnv82\",layoutDependency:layoutDependency,layoutId:\"pLzxIt2es\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n27r8q\",layoutDependency:layoutDependency,layoutId:\"oN_7p8QDK\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:623,intrinsicWidth:954,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0),pixelHeight:1e3,pixelWidth:1500,sizes:`calc(max(${componentViewport?.width||\"100vw\"} / 2 - 64px, 1px) - 64px)`,src:\"https://framerusercontent.com/images/5Kbvy5oIN5xQjLpNnnz99SwqKM.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/5Kbvy5oIN5xQjLpNnnz99SwqKM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5Kbvy5oIN5xQjLpNnnz99SwqKM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Kbvy5oIN5xQjLpNnnz99SwqKM.jpg 1500w\"},className:\"framer-1849zl0\",\"data-framer-name\":\"chrome_mock_nutrigenetic\",layoutDependency:layoutDependency,layoutId:\"b7Wq0nfPb\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({atfDcn16V:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:623,intrinsicWidth:954,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0),pixelHeight:3970,pixelWidth:5450,sizes:`calc(max(${componentViewport?.width||\"100vw\"} / 2 - 64px, 1px) - 64px)`,src:\"https://framerusercontent.com/images/EtaQhF6NgmKgt8C5jKdEeM.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/EtaQhF6NgmKgt8C5jKdEeM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EtaQhF6NgmKgt8C5jKdEeM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EtaQhF6NgmKgt8C5jKdEeM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/EtaQhF6NgmKgt8C5jKdEeM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/EtaQhF6NgmKgt8C5jKdEeM.jpg 5450w\"}},cM9TJCMuv:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:623,intrinsicWidth:954,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0),pixelHeight:3849,pixelWidth:5848,sizes:`calc(max(${componentViewport?.width||\"100vw\"} / 2 - 64px, 1px) - 64px)`,src:\"https://framerusercontent.com/images/voIbTcaeqvfLNGClCFj4MsltIeA.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/voIbTcaeqvfLNGClCFj4MsltIeA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/voIbTcaeqvfLNGClCFj4MsltIeA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/voIbTcaeqvfLNGClCFj4MsltIeA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/voIbTcaeqvfLNGClCFj4MsltIeA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/voIbTcaeqvfLNGClCFj4MsltIeA.jpg 5848w\"}},dg1vo0RG8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:623,intrinsicWidth:954,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0),pixelHeight:4015,pixelWidth:6022,sizes:`calc(max(${componentViewport?.width||\"100vw\"} / 2 - 64px, 1px) - 64px)`,src:\"https://framerusercontent.com/images/StGXF9GAMisutdMdxLcMlxDMy6c.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/StGXF9GAMisutdMdxLcMlxDMy6c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/StGXF9GAMisutdMdxLcMlxDMy6c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/StGXF9GAMisutdMdxLcMlxDMy6c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/StGXF9GAMisutdMdxLcMlxDMy6c.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/StGXF9GAMisutdMdxLcMlxDMy6c.jpg 6022w\"}},KBPd3tRgP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:623,intrinsicWidth:954,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0),pixelHeight:998,pixelWidth:1500,sizes:`calc(max(${componentViewport?.width||\"100vw\"} / 2 - 64px, 1px) - 64px)`,src:\"https://framerusercontent.com/images/0k4MsDKyovGxGHg4sQb7X5dCBys.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/0k4MsDKyovGxGHg4sQb7X5dCBys.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0k4MsDKyovGxGHg4sQb7X5dCBys.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0k4MsDKyovGxGHg4sQb7X5dCBys.jpg 1500w\"}},uN_kC7Idz:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:623,intrinsicWidth:954,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0),pixelHeight:7990,pixelWidth:5333,sizes:`calc(max(${componentViewport?.width||\"100vw\"} / 2 - 64px, 1px) - 64px)`,src:\"https://framerusercontent.com/images/NH6pAafLCC6tsi8znAfAAPhWc.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/NH6pAafLCC6tsi8znAfAAPhWc.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/NH6pAafLCC6tsi8znAfAAPhWc.jpg?scale-down-to=2048 1366w,https://framerusercontent.com/images/NH6pAafLCC6tsi8znAfAAPhWc.jpg?scale-down-to=4096 2733w,https://framerusercontent.com/images/NH6pAafLCC6tsi8znAfAAPhWc.jpg 5333w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos nutrigen\\xe9ticos que te ofrece N\\xb7GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Ofrecemos resultados actualizados sobre metabolizadores como alcohol, cafe\\xedna, glucosa o MTHFR; eficacia de dietas por predisposici\\xf3n gen\\xe9tica al consumo de ciertos tipos de alimento, termog\\xe9nesis, etc. e intolerancias como la celiaqu\\xeda, lactosa o histamina.\"]})}),className:\"framer-lqr8n\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"p44NgiOBe\",style:{\"--extracted-r6o4lv\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{atfDcn16V:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},cdCEconfx:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},cM9TJCMuv:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},dg1vo0RG8:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},jCzuYe9H0:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},KBPd3tRgP:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},NBwZFTTGX:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},uN_kC7Idz:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({atfDcn16V:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Impulsa tu negocio de fitness y destaca en el mercado con los datos gen\\xe9ticos que te ofrece N-GENE\"}),/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:[/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{})]}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Proporcionamos informaci\\xf3n actualizada sobre predisposici\\xf3n gen\\xe9tica relacionada con el rendimiento f\\xedsico, metabolizaci\\xf3n de macronutrientes, respuesta a ejercicios de fuerza o resistencia, recuperaci\\xf3n muscular y riesgo de lesiones.\"})]})})},cdCEconfx:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos nutrigen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Ofrecemos resultados actualizados sobre intolerancias, metabolizaci\\xf3n de alcohol, cafe\\xedna, glucosa o \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLWl0YWxpYw==\",\"--framer-font-style\":\"italic\"},children:\"MTHFR\"}),\"; eficacia de dietas para perder peso, termog\\xe9nesis, etc.\"]})}),fonts:[\"GF;Roboto-regular\",\"GF;Roboto-italic\"]},cM9TJCMuv:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos farmacogen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Analizamos la respuesta a medicamentos, metabolizaci\\xf3n de f\\xe1rmacos como analg\\xe9sicos, anticoagulantes o antidepresivos, y riesgo de reacciones adversas. Optimiza la prescripci\\xf3n y personaliza los tratamientos de tus pacientes con nuestra tecnolog\\xeda avanzada.\"]})})},dg1vo0RG8:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Impulsa tu pr\\xe1ctica m\\xe9dica y destaca en el \\xe1mbito digestivo con los datos gen\\xe9ticos que te ofrece N-GENE\"}),/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:[/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{})]}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Proporcionamos informaci\\xf3n detallada sobre la predisposici\\xf3n gen\\xe9tica a desarrollar enfermedades del sistema digestivo, como la enfermedad de Crohn y la enfermedad inflamatoria intestinal, as\\xed como intolerancias alimentarias. Esto facilita un diagn\\xf3stico temprano que permite intervenciones m\\xe1s precisas y personalizadas para mejorar la calidad de vida de tus pacientes.\"})]})})},jCzuYe9H0:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos nutrigen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Ofrecemos resultados actualizados sobre intolerancias, metabolizaci\\xf3n de alcohol, cafe\\xedna, glucosa o \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLWl0YWxpYw==\",\"--framer-font-style\":\"italic\"},children:\"MTHFR\"}),\"; eficacia de dietas para perder peso, termog\\xe9nesis, etc.\"]})}),fonts:[\"GF;Roboto-regular\",\"GF;Roboto-italic\"]},KBPd3tRgP:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado ginecol\\xf3gico con los datos gen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Proporcionamos informaci\\xf3n sobre predisposici\\xf3n a alteraciones hormonales, respuesta a anticonceptivos, riesgo gen\\xe9tico de endometriosis o SOP, y niveles de nutrientes clave para la salud femenina. Personaliza tus tratamientos y mejora la experiencia de tus pacientes con nuestra tecnolog\\xeda innovadora.\"]})})},NBwZFTTGX:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos nutrigen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Ofrecemos resultados actualizados sobre intolerancias, metabolizaci\\xf3n de alcohol, cafe\\xedna, glucosa o \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLWl0YWxpYw==\",\"--framer-font-style\":\"italic\"},children:\"MTHFR\"}),\"; eficacia de dietas para perder peso, termog\\xe9nesis, etc.\"]})}),fonts:[\"GF;Roboto-regular\",\"GF;Roboto-italic\"]},uN_kC7Idz:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos dermagen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Ofrecemos resultados sobre predisposici\\xf3n a acn\\xe9, eficacia de tratamientos t\\xf3picos y suplementos esenciales para la salud de la piel. Adem\\xe1s, identificamos factores gen\\xe9ticos asociados a condiciones como dermatitis o envejecimiento prematuro.\"]})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+613,...addPropertyOverrides({atfDcn16V:{y:(componentViewport?.y||0)+0+0+512.2},cdCEconfx:{y:(componentViewport?.y||0)+0+0+512.2},cM9TJCMuv:{y:(componentViewport?.y||0)+0+0+512.2},dg1vo0RG8:{y:(componentViewport?.y||0)+0+0+512.2},jCzuYe9H0:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+557+24)+0+49.2},KBPd3tRgP:{y:(componentViewport?.y||0)+0+0+512.2},NBwZFTTGX:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||566.5)-0-678.2)/2+557+24)+0+49.2},uN_kC7Idz:{y:(componentViewport?.y||0)+0+0+512.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3pwfwy-container\",layoutDependency:layoutDependency,layoutId:\"q4XxDhAUc-container\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"q4XxDhAUc\",layoutId:\"q4XxDhAUc\",wcGnRhpmz:getLocalizedValue(\"v18\",activeLocale)??\"Impulsa tu cl\\xednica ahora\",width:\"100%\",...addPropertyOverrides({jCzuYe9H0:{style:{width:\"100%\"}},NBwZFTTGX:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nfmuce\",layoutDependency:layoutDependency,layoutId:\"JZTqjFYgw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ea5a0y\",layoutDependency:layoutDependency,layoutId:\"fb4DFZEGS\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, rgb(30, 65, 77))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Impulsa tu pr\\xe1ctica m\\xe9dica y destaca en el \\xe1mbito digestivo con los datos nutrigen\\xe9ticos que te ofrece N-GENE\"}),/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:[/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{})]}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Proporcionamos informaci\\xf3n detallada sobre la predisposici\\xf3n gen\\xe9tica a desarrollar enfermedades del sistema digestivo, como la enfermedad de Crohn y la enfermedad inflamatoria intestinal, as\\xed como intolerancias alimentarias. Esto facilita un diagn\\xf3stico temprano que permite intervenciones m\\xe1s precisas y personalizadas para mejorar la calidad de vida de tus pacientes.\"})]})}),className:\"framer-ts0tsk\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"eq__bHFpf\",style:{\"--extracted-tcooor\":\"rgb(30, 65, 77)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{cyvJC0k1a:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},dfLYvLAyF:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},EQEP7iyti:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},GZhw1bQE7:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},Yk6_uPGDT:{\"--extracted-1of0zx5\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cyvJC0k1a:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos dermagen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Ofrecemos resultados sobre predisposici\\xf3n a acn\\xe9, eficacia de tratamientos t\\xf3picos y suplementos esenciales para la salud de la piel. Adem\\xe1s, identificamos factores gen\\xe9ticos asociados a condiciones como dermatitis o envejecimiento prematuro.\"]})})},dfLYvLAyF:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado con los datos farmacogen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Analizamos la respuesta a medicamentos, metabolizaci\\xf3n de f\\xe1rmacos como analg\\xe9sicos, anticoagulantes o antidepresivos, y riesgo de reacciones adversas. Optimiza la prescripci\\xf3n y personaliza los tratamientos de tus pacientes con nuestra tecnolog\\xeda avanzada.\"]})})},EQEP7iyti:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Impulsa tu negocio de fitness y destaca en el mercado con los datos gen\\xe9ticos que te ofrece N-GENE\"}),/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:[/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{})]}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Proporcionamos informaci\\xf3n actualizada sobre predisposici\\xf3n gen\\xe9tica relacionada con el rendimiento f\\xedsico, metabolizaci\\xf3n de macronutrientes, respuesta a ejercicios de fuerza o resistencia, recuperaci\\xf3n muscular y riesgo de lesiones.\"})]})})},GZhw1bQE7:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[\"Impulsa tu cl\\xednica y destaca en el mercado ginecol\\xf3gico con los datos gen\\xe9ticos que te ofrece N-GENE\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Proporcionamos informaci\\xf3n sobre predisposici\\xf3n a alteraciones hormonales, respuesta a anticonceptivos, riesgo gen\\xe9tico de endometriosis o SOP, y niveles de nutrientes clave para la salud femenina. Personaliza tus tratamientos y mejora la experiencia de tus pacientes con nuestra tecnolog\\xeda innovadora.\"]})})},Yk6_uPGDT:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Impulsa tu pr\\xe1ctica m\\xe9dica y destaca en el \\xe1mbito digestivo con los datos gen\\xe9ticos que te ofrece N-GENE\"}),/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:[/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{})]}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"18px\"},children:\"Proporcionamos informaci\\xf3n detallada sobre la predisposici\\xf3n gen\\xe9tica a desarrollar enfermedades del sistema digestivo, como la enfermedad de Crohn y la enfermedad inflamatoria intestinal, as\\xed como intolerancias alimentarias. Esto facilita un diagn\\xf3stico temprano que permite intervenciones m\\xe1s precisas y personalizadas para mejorar la calidad de vida de tus pacientes.\"})]})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({cyvJC0k1a:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+557+24)+0+0+0+59.2},dfLYvLAyF:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+557+24)+0+0+0+59.2},EQEP7iyti:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||627)-0-688.2)/2+557+24)+0+0+0+59.2},GZhw1bQE7:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||652)-0-688.2)/2+557+24)+0+0+0+59.2},Yk6_uPGDT:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||677.5)-0-688.2)/2+557+24)+0+0+0+59.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ug2sc3-container\",layoutDependency:layoutDependency,layoutId:\"uRUK7yGp8-container\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"uRUK7yGp8\",layoutId:\"uRUK7yGp8\",style:{width:\"100%\"},wcGnRhpmz:getLocalizedValue(\"v20\",activeLocale)??\"Impulsa tu cl\\xednica con gen\\xe9tica\",width:\"100%\",...addPropertyOverrides({cyvJC0k1a:{wcGnRhpmz:getLocalizedValue(\"v18\",activeLocale)??\"Impulsa tu cl\\xednica ahora\"},dfLYvLAyF:{wcGnRhpmz:getLocalizedValue(\"v18\",activeLocale)??\"Impulsa tu cl\\xednica ahora\"},EQEP7iyti:{wcGnRhpmz:getLocalizedValue(\"v18\",activeLocale)??\"Impulsa tu cl\\xednica ahora\"},GZhw1bQE7:{wcGnRhpmz:getLocalizedValue(\"v18\",activeLocale)??\"Impulsa tu cl\\xednica ahora\"},Yk6_uPGDT:{wcGnRhpmz:getLocalizedValue(\"v18\",activeLocale)??\"Impulsa tu cl\\xednica ahora\"}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BrFEb.framer-1hz75tl, .framer-BrFEb .framer-1hz75tl { display: block; }\",\".framer-BrFEb.framer-101lv9m { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1152px; }\",\".framer-BrFEb .framer-1scd8xf { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 50%; }\",\".framer-BrFEb .framer-1th9ftd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BrFEb .framer-rd4ewa { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 388px; word-break: break-word; word-wrap: break-word; }\",\".framer-BrFEb .framer-7dtf2y { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BrFEb .framer-hlefta { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BrFEb .framer-1bars9k-container, .framer-BrFEb .framer-1vz9iux-container, .framer-BrFEb .framer-1x0jiln-container, .framer-BrFEb .framer-1s0yq6m-container, .framer-BrFEb .framer-qvc94d-container, .framer-BrFEb .framer-17lpx24-container, .framer-BrFEb .framer-1ug2sc3-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-BrFEb .framer-13pnv82 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 1px; }\",\".framer-BrFEb .framer-1n27r8q, .framer-BrFEb .framer-1ea5a0y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BrFEb .framer-1849zl0 { flex: none; height: 429px; overflow: visible; position: relative; width: 100%; }\",\".framer-BrFEb .framer-lqr8n, .framer-BrFEb .framer-ts0tsk { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BrFEb .framer-3pwfwy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-BrFEb .framer-nfmuce { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 12px 0px 12px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb .framer-1scd8xf, .framer-BrFEb .framer-1th9ftd, .framer-BrFEb .framer-hlefta, .framer-BrFEb .framer-13pnv82, .framer-BrFEb .framer-1n27r8q, .framer-BrFEb .framer-nfmuce, .framer-BrFEb .framer-1ea5a0y { gap: 0px; } .framer-BrFEb .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-BrFEb .framer-1scd8xf > :first-child, .framer-BrFEb .framer-1th9ftd > :first-child, .framer-BrFEb .framer-hlefta > :first-child, .framer-BrFEb .framer-13pnv82 > :first-child, .framer-BrFEb .framer-1n27r8q > :first-child, .framer-BrFEb .framer-nfmuce > :first-child, .framer-BrFEb .framer-1ea5a0y > :first-child { margin-top: 0px; } .framer-BrFEb .framer-1scd8xf > :last-child, .framer-BrFEb .framer-1th9ftd > :last-child, .framer-BrFEb .framer-hlefta > :last-child, .framer-BrFEb .framer-13pnv82 > :last-child, .framer-BrFEb .framer-1n27r8q > :last-child, .framer-BrFEb .framer-nfmuce > :last-child, .framer-BrFEb .framer-1ea5a0y > :last-child { margin-bottom: 0px; } .framer-BrFEb .framer-1th9ftd > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-BrFEb .framer-hlefta > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BrFEb .framer-13pnv82 > *, .framer-BrFEb .framer-nfmuce > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-BrFEb .framer-1n27r8q > *, .framer-BrFEb .framer-1ea5a0y > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-BrFEb.framer-v-109d0u.framer-101lv9m, .framer-BrFEb.framer-v-v2btvy.framer-101lv9m, .framer-BrFEb.framer-v-azhous.framer-101lv9m, .framer-BrFEb.framer-v-ssefrz.framer-101lv9m, .framer-BrFEb.framer-v-185db2p.framer-101lv9m, .framer-BrFEb.framer-v-8lngky.framer-101lv9m, .framer-BrFEb.framer-v-i4ac8j.framer-101lv9m { flex-direction: column; gap: 24px; justify-content: center; width: 522px; }\",\".framer-BrFEb.framer-v-109d0u .framer-1scd8xf, .framer-BrFEb.framer-v-azhous .framer-1scd8xf { align-self: unset; gap: 16px; height: min-content; justify-content: center; padding: 0px; width: 100%; }\",\".framer-BrFEb.framer-v-109d0u .framer-1th9ftd, .framer-BrFEb.framer-v-109d0u .framer-1n27r8q, .framer-BrFEb.framer-v-azhous .framer-1th9ftd, .framer-BrFEb.framer-v-azhous .framer-1n27r8q { order: 0; }\",\".framer-BrFEb.framer-v-109d0u .framer-rd4ewa, .framer-BrFEb.framer-v-109d0u .framer-7dtf2y, .framer-BrFEb.framer-v-v2btvy .framer-rd4ewa, .framer-BrFEb.framer-v-v2btvy .framer-7dtf2y, .framer-BrFEb.framer-v-azhous .framer-rd4ewa, .framer-BrFEb.framer-v-azhous .framer-7dtf2y, .framer-BrFEb.framer-v-ssefrz .framer-rd4ewa, .framer-BrFEb.framer-v-ssefrz .framer-7dtf2y, .framer-BrFEb.framer-v-185db2p .framer-rd4ewa, .framer-BrFEb.framer-v-185db2p .framer-7dtf2y, .framer-BrFEb.framer-v-8lngky .framer-rd4ewa, .framer-BrFEb.framer-v-8lngky .framer-7dtf2y, .framer-BrFEb.framer-v-i4ac8j .framer-rd4ewa, .framer-BrFEb.framer-v-i4ac8j .framer-7dtf2y { width: 100%; }\",\".framer-BrFEb.framer-v-109d0u .framer-hlefta, .framer-BrFEb.framer-v-azhous .framer-hlefta { height: 182px; justify-content: flex-start; order: 1; overflow: auto; padding: 0px 12px 0px 12px; }\",\".framer-BrFEb.framer-v-109d0u .framer-13pnv82, .framer-BrFEb.framer-v-azhous .framer-13pnv82 { flex: none; gap: 24px; padding: 0px 12px 0px 12px; width: 100%; }\",\".framer-BrFEb.framer-v-109d0u .framer-lqr8n, .framer-BrFEb.framer-v-azhous .framer-lqr8n { order: 1; }\",\".framer-BrFEb.framer-v-109d0u .framer-3pwfwy-container, .framer-BrFEb.framer-v-azhous .framer-3pwfwy-container { order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb.framer-v-109d0u.framer-101lv9m, .framer-BrFEb.framer-v-109d0u .framer-1scd8xf, .framer-BrFEb.framer-v-109d0u .framer-13pnv82 { gap: 0px; } .framer-BrFEb.framer-v-109d0u.framer-101lv9m > *, .framer-BrFEb.framer-v-109d0u .framer-13pnv82 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BrFEb.framer-v-109d0u.framer-101lv9m > :first-child, .framer-BrFEb.framer-v-109d0u .framer-1scd8xf > :first-child, .framer-BrFEb.framer-v-109d0u .framer-13pnv82 > :first-child { margin-top: 0px; } .framer-BrFEb.framer-v-109d0u.framer-101lv9m > :last-child, .framer-BrFEb.framer-v-109d0u .framer-1scd8xf > :last-child, .framer-BrFEb.framer-v-109d0u .framer-13pnv82 > :last-child { margin-bottom: 0px; } .framer-BrFEb.framer-v-109d0u .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-BrFEb.framer-v-v2btvy .framer-1scd8xf, .framer-BrFEb.framer-v-ssefrz .framer-1scd8xf, .framer-BrFEb.framer-v-185db2p .framer-1scd8xf, .framer-BrFEb.framer-v-8lngky .framer-1scd8xf, .framer-BrFEb.framer-v-i4ac8j .framer-1scd8xf { align-self: unset; gap: 16px; height: min-content; padding: 0px; width: 100%; }\",\".framer-BrFEb.framer-v-v2btvy .framer-hlefta, .framer-BrFEb.framer-v-ssefrz .framer-hlefta, .framer-BrFEb.framer-v-185db2p .framer-hlefta, .framer-BrFEb.framer-v-8lngky .framer-hlefta, .framer-BrFEb.framer-v-i4ac8j .framer-hlefta { height: 182px; justify-content: flex-start; overflow: auto; padding: 0px 12px 0px 12px; }\",\".framer-BrFEb.framer-v-v2btvy .framer-13pnv82, .framer-BrFEb.framer-v-ssefrz .framer-13pnv82, .framer-BrFEb.framer-v-185db2p .framer-13pnv82, .framer-BrFEb.framer-v-8lngky .framer-13pnv82, .framer-BrFEb.framer-v-i4ac8j .framer-13pnv82 { flex: none; padding: 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb.framer-v-v2btvy.framer-101lv9m, .framer-BrFEb.framer-v-v2btvy .framer-1scd8xf { gap: 0px; } .framer-BrFEb.framer-v-v2btvy.framer-101lv9m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BrFEb.framer-v-v2btvy.framer-101lv9m > :first-child, .framer-BrFEb.framer-v-v2btvy .framer-1scd8xf > :first-child { margin-top: 0px; } .framer-BrFEb.framer-v-v2btvy.framer-101lv9m > :last-child, .framer-BrFEb.framer-v-v2btvy .framer-1scd8xf > :last-child { margin-bottom: 0px; } .framer-BrFEb.framer-v-v2btvy .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb.framer-v-azhous.framer-101lv9m, .framer-BrFEb.framer-v-azhous .framer-1scd8xf, .framer-BrFEb.framer-v-azhous .framer-13pnv82 { gap: 0px; } .framer-BrFEb.framer-v-azhous.framer-101lv9m > *, .framer-BrFEb.framer-v-azhous .framer-13pnv82 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BrFEb.framer-v-azhous.framer-101lv9m > :first-child, .framer-BrFEb.framer-v-azhous .framer-1scd8xf > :first-child, .framer-BrFEb.framer-v-azhous .framer-13pnv82 > :first-child { margin-top: 0px; } .framer-BrFEb.framer-v-azhous.framer-101lv9m > :last-child, .framer-BrFEb.framer-v-azhous .framer-1scd8xf > :last-child, .framer-BrFEb.framer-v-azhous .framer-13pnv82 > :last-child { margin-bottom: 0px; } .framer-BrFEb.framer-v-azhous .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb.framer-v-ssefrz.framer-101lv9m, .framer-BrFEb.framer-v-ssefrz .framer-1scd8xf { gap: 0px; } .framer-BrFEb.framer-v-ssefrz.framer-101lv9m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BrFEb.framer-v-ssefrz.framer-101lv9m > :first-child, .framer-BrFEb.framer-v-ssefrz .framer-1scd8xf > :first-child { margin-top: 0px; } .framer-BrFEb.framer-v-ssefrz.framer-101lv9m > :last-child, .framer-BrFEb.framer-v-ssefrz .framer-1scd8xf > :last-child { margin-bottom: 0px; } .framer-BrFEb.framer-v-ssefrz .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb.framer-v-185db2p.framer-101lv9m, .framer-BrFEb.framer-v-185db2p .framer-1scd8xf { gap: 0px; } .framer-BrFEb.framer-v-185db2p.framer-101lv9m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BrFEb.framer-v-185db2p.framer-101lv9m > :first-child, .framer-BrFEb.framer-v-185db2p .framer-1scd8xf > :first-child { margin-top: 0px; } .framer-BrFEb.framer-v-185db2p.framer-101lv9m > :last-child, .framer-BrFEb.framer-v-185db2p .framer-1scd8xf > :last-child { margin-bottom: 0px; } .framer-BrFEb.framer-v-185db2p .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb.framer-v-8lngky.framer-101lv9m, .framer-BrFEb.framer-v-8lngky .framer-1scd8xf { gap: 0px; } .framer-BrFEb.framer-v-8lngky.framer-101lv9m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BrFEb.framer-v-8lngky.framer-101lv9m > :first-child, .framer-BrFEb.framer-v-8lngky .framer-1scd8xf > :first-child { margin-top: 0px; } .framer-BrFEb.framer-v-8lngky.framer-101lv9m > :last-child, .framer-BrFEb.framer-v-8lngky .framer-1scd8xf > :last-child { margin-bottom: 0px; } .framer-BrFEb.framer-v-8lngky .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrFEb.framer-v-i4ac8j.framer-101lv9m, .framer-BrFEb.framer-v-i4ac8j .framer-1scd8xf { gap: 0px; } .framer-BrFEb.framer-v-i4ac8j.framer-101lv9m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BrFEb.framer-v-i4ac8j.framer-101lv9m > :first-child, .framer-BrFEb.framer-v-i4ac8j .framer-1scd8xf > :first-child { margin-top: 0px; } .framer-BrFEb.framer-v-i4ac8j.framer-101lv9m > :last-child, .framer-BrFEb.framer-v-i4ac8j .framer-1scd8xf > :last-child { margin-bottom: 0px; } .framer-BrFEb.framer-v-i4ac8j .framer-1scd8xf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,'.framer-BrFEb[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-BrFEb [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-BrFEb[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-BrFEb [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 736.5\n * @framerIntrinsicWidth 1152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cdCEconfx\":{\"layout\":[\"fixed\",\"auto\"]},\"dg1vo0RG8\":{\"layout\":[\"fixed\",\"auto\"]},\"atfDcn16V\":{\"layout\":[\"fixed\",\"auto\"]},\"uN_kC7Idz\":{\"layout\":[\"fixed\",\"auto\"]},\"KBPd3tRgP\":{\"layout\":[\"fixed\",\"auto\"]},\"cM9TJCMuv\":{\"layout\":[\"fixed\",\"auto\"]},\"NBwZFTTGX\":{\"layout\":[\"fixed\",\"auto\"]},\"Yk6_uPGDT\":{\"layout\":[\"fixed\",\"auto\"]},\"NFhaTsTv_\":{\"layout\":[\"fixed\",\"auto\"]},\"jCzuYe9H0\":{\"layout\":[\"fixed\",\"auto\"]},\"EQEP7iyti\":{\"layout\":[\"fixed\",\"auto\"]},\"cyvJC0k1a\":{\"layout\":[\"fixed\",\"auto\"]},\"GZhw1bQE7\":{\"layout\":[\"fixed\",\"auto\"]},\"dfLYvLAyF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xcRNa4VhB\":\"click\",\"LIGj9Kr5M\":\"click2\",\"r_QLdo_Yd\":\"click3\",\"Y2ZI31aOu\":\"click4\",\"I_d2NwKzf\":\"click5\",\"OD4IGkNsg\":\"click6\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTP2Z5SEyu=withCSS(Component,css,\"framer-BrFEb\");export default FramerTP2Z5SEyu;FramerTP2Z5SEyu.displayName=\"Profesiones-info\";FramerTP2Z5SEyu.defaultProps={height:736.5,width:1152};addPropertyControls(FramerTP2Z5SEyu,{variant:{options:[\"H3b1TUvwe\",\"cdCEconfx\",\"dg1vo0RG8\",\"atfDcn16V\",\"uN_kC7Idz\",\"KBPd3tRgP\",\"cM9TJCMuv\",\"NBwZFTTGX\",\"Yk6_uPGDT\",\"NFhaTsTv_\",\"jCzuYe9H0\",\"EQEP7iyti\",\"cyvJC0k1a\",\"GZhw1bQE7\",\"dfLYvLAyF\"],optionTitles:[\"Default\",\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"default-mobile\",\"digestiva-mobile\",\"farma-mobile\",\"nutri-mobile\",\"fit-mobile\",\"derma-mobile\",\"gine-mobile\",\"farma-mobile\"],title:\"Variant\",type:ControlType.Enum},xcRNa4VhB:{title:\"Click\",type:ControlType.EventHandler},LIGj9Kr5M:{title:\"Click 2\",type:ControlType.EventHandler},r_QLdo_Yd:{title:\"Click 3\",type:ControlType.EventHandler},Y2ZI31aOu:{title:\"Click 4\",type:ControlType.EventHandler},I_d2NwKzf:{title:\"Click 5\",type:ControlType.EventHandler},OD4IGkNsg:{title:\"Click 6\",type:ControlType.EventHandler}});addFonts(FramerTP2Z5SEyu,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiAr0klQnx24.woff2\",weight:\"400\"}]},...BtnDatosGenFonts,...BtnMainFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTP2Z5SEyu\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cdCEconfx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dg1vo0RG8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"atfDcn16V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uN_kC7Idz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KBPd3tRgP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cM9TJCMuv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NBwZFTTGX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Yk6_uPGDT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NFhaTsTv_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jCzuYe9H0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EQEP7iyti\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cyvJC0k1a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GZhw1bQE7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dfLYvLAyF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1152\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"xcRNa4VhB\\\":\\\"click\\\",\\\"LIGj9Kr5M\\\":\\\"click2\\\",\\\"r_QLdo_Yd\\\":\\\"click3\\\",\\\"Y2ZI31aOu\\\":\\\"click4\\\",\\\"I_d2NwKzf\\\":\\\"click5\\\",\\\"OD4IGkNsg\\\":\\\"click6\\\"}\",\"framerIntrinsicHeight\":\"736.5\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={rkLhxFMKw:new LazyValue(()=>import(\"./vX3MlXYGP-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import Soluciones from\"#framer/local/canvasComponent/asBs7xDwr/asBs7xDwr.js\";import BloqueTituloSubtitle1 from\"#framer/local/canvasComponent/DaLGoPeMw/DaLGoPeMw.js\";import FooterNgene from\"#framer/local/canvasComponent/EiEIVDFJq/EiEIVDFJq.js\";import Navigation from\"#framer/local/canvasComponent/GUEleIJsB/GUEleIJsB.js\";import BloqueTituloSubtitle from\"#framer/local/canvasComponent/HgcFb_eQF/HgcFb_eQF.js\";import LeadForm from\"#framer/local/canvasComponent/IzlcF8lMU/IzlcF8lMU.js\";import CardsNuncaTanFacil from\"#framer/local/canvasComponent/kSWMqhiLr/kSWMqhiLr.js\";import ProfesionesInfo from\"#framer/local/canvasComponent/TP2Z5SEyu/TP2Z5SEyu.js\";import RowCopy from\"#framer/local/canvasComponent/vuOUnzX6i/vuOUnzX6i.js\";import FichaInfo from\"#framer/local/canvasComponent/xxsqzRJcH/xxsqzRJcH.js\";import BtnMain from\"#framer/local/canvasComponent/Y0cvsSD3a/Y0cvsSD3a.js\";import*as sharedStyle1 from\"#framer/local/css/sJ2QEITYH/sJ2QEITYH.js\";import*as sharedStyle from\"#framer/local/css/VDUFAlr9W/VDUFAlr9W.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/vX3MlXYGP/vX3MlXYGP.js\";import metadataProvider from\"#framer/local/webPageMetadata/vX3MlXYGP/vX3MlXYGP.js\";const NavigationFonts=getFonts(Navigation);const BtnMainFonts=getFonts(BtnMain);const RichTextWithFX=withFX(RichText);const SolucionesFonts=getFonts(Soluciones);const CardsNuncaTanFacilFonts=getFonts(CardsNuncaTanFacil);const ProfesionesInfoFonts=getFonts(ProfesionesInfo);const BloqueTituloSubtitleFonts=getFonts(BloqueTituloSubtitle);const SlideshowFonts=getFonts(Slideshow);const FichaInfoFonts=getFonts(FichaInfo);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const LeadFormFonts=getFonts(LeadForm);const EmbedFonts=getFonts(Embed);const TickerFonts=getFonts(Ticker);const BloqueTituloSubtitle1Fonts=getFonts(BloqueTituloSubtitle1);const RowCopyFonts=getFonts(RowCopy);const MotionDivWithFX=withFX(motion.div);const FooterNgeneFonts=getFonts(FooterNgene);const breakpoints={KKsGB1mJA:\"(min-width: 1200px)\",lqMz1QAy1:\"(min-width: 780px) and (max-width: 1199px)\",SAD2FUlfx:\"(max-width: 779px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-xvqcz\";const variantClassNames={KKsGB1mJA:\"framer-v-1otasqi\",lqMz1QAy1:\"framer-v-1rrgw7i\",SAD2FUlfx:\"framer-v-zbko9\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition2={damping:80,delay:.15,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:100};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"KKsGB1mJA\",Phone:\"SAD2FUlfx\",Tablet:\"lqMz1QAy1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"KKsGB1mJA\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"SAD2FUlfx\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"SAD2FUlfx\")return false;return true;};const elementId=useRouteElementId(\"H11EGYtPW\");const ref1=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if([\"SAD2FUlfx\",\"lqMz1QAy1\"].includes(baseVariant))return false;return true;};const elementId1=useRouteElementId(\"l7D0O1FF4\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"KKsGB1mJA\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1otasqi\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yzfcy5\",\"data-framer-name\":\"Bloque Navigation\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:\"max(100vw - 12px, 1px)\"},SAD2FUlfx:{width:\"max(100vw, 1px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"1200px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-184fnpk-container\",\"data-framer-name\":\"new-nav-bar\",name:\"new-nav-bar\",nodeId:\"MTlv6bpAW\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{variant:\"yJqUYcpNo\"},SAD2FUlfx:{variant:\"yJqUYcpNo\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"MTlv6bpAW\",layoutId:\"MTlv6bpAW\",name:\"new-nav-bar\",style:{width:\"100%\"},variant:\"BJRXoocCw\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-192srvb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+64),pixelHeight:3072,pixelWidth:5376,positionX:\"52.4%\",positionY:\"17.8%\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg\",srcSet:\"https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg 5376w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+107),pixelHeight:3072,pixelWidth:5376,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg\",srcSet:\"https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/D97P4ebAJj54gE4cpAtYrHajPY.jpg 5376w\"},className:\"framer-5polf3\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-u4fbip\",\"data-framer-name\":\"black-opacity\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l7o92b\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l8ythm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-2.6px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:[\"La \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-weight\":\"700\"},children:\"soluci\\xf3n gen\\xe9tica\"}),\" para profesionales de la \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-weight\":\"700\"},children:\"salud\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-2.6px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 65, 77)\"},children:[\"La \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-weight\":\"700\"},children:\"soluci\\xf3n gen\\xe9tica\"}),\" para profesionales de la \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-weight\":\"700\"},children:\"salud\"})]})}),className:\"framer-1jqsbjg\",fonts:[\"GF;DM Sans-300\",\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:\"Ofrece resultados personalizados a tus clientes con estudios gen\\xe9ticos y haz crecer tu negocio con N-GENE, una plataforma online f\\xe1cil de usar incluso sin conocimientos previos en gen\\xe9tica.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"Ofrece resultados personalizados a tus clientes con estudios gen\\xe9ticos y haz crecer tu negocio con N-GENE, una plataforma online f\\xe1cil de usar incluso sin conocimientos previos en gen\\xe9tica.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),\"Uso exclusivamente para investigaci\\xf3n\"]})}),className:\"framer-194fyi7\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11at0h7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1224px) - 48px)`,y:(componentViewport?.y||0)+0+0+64+0+0+0+0+80+445.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+107+0+0+0+203.2+0+289.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hv82o8-container\",nodeId:\"zFYSzBoZZ\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"zFYSzBoZZ\",layoutId:\"zFYSzBoZZ\",style:{width:\"100%\"},wcGnRhpmz:getLocalizedValue(\"v4\",activeLocale)??\"Pide una demo gratis\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://wa.me/+34644552502\",motionChild:true,nodeId:\"OJIXytqyf\",openInNewTab:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1oxje81 framer-b91htm\",\"data-border\":true,\"data-framer-name\":\"btn-main\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:\"o cont\\xe1ctanos por WhatsApp\"})}),className:\"framer-1n3bblq\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ugtzx5\",\"data-framer-name\":\"Digital Glyph_Dark_Green\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.503 3.485 C 18.247 1.239 15.247 0.001 12.05 0 C 5.463 0 0.103 5.331 0.1 11.883 C 0.099 13.978 0.65 16.022 1.695 17.824 L 0 23.982 L 6.335 22.33 C 8.08 23.277 10.046 23.776 12.045 23.776 L 12.05 23.776 C 18.636 23.776 23.998 18.445 24 11.893 C 24.001 8.717 22.759 5.732 20.503 3.486 Z M 12.05 21.769 L 12.046 21.769 C 10.264 21.769 8.516 21.292 6.991 20.393 L 6.628 20.178 L 2.869 21.159 L 3.872 17.514 L 3.636 17.14 C 2.642 15.567 2.117 13.75 2.118 11.884 C 2.12 6.438 6.576 2.007 12.054 2.007 C 14.707 2.008 17.201 3.037 19.076 4.904 C 20.952 6.771 21.984 9.253 21.983 11.892 C 21.98 17.338 17.525 21.769 12.05 21.769 Z M 17.498 14.372 C 17.2 14.223 15.732 13.505 15.458 13.406 C 15.184 13.307 14.985 13.257 14.786 13.555 C 14.588 13.852 14.015 14.521 13.841 14.719 C 13.667 14.917 13.493 14.942 13.194 14.793 C 12.896 14.644 11.934 14.331 10.793 13.319 C 9.905 12.532 9.306 11.56 9.132 11.262 C 8.957 10.965 9.113 10.804 9.262 10.657 C 9.396 10.523 9.561 10.31 9.71 10.136 C 9.86 9.963 9.909 9.839 10.009 9.641 C 10.109 9.443 10.059 9.27 9.984 9.121 C 9.91 8.972 9.313 7.511 9.063 6.916 C 8.821 6.338 8.575 6.416 8.392 6.406 C 8.218 6.398 8.019 6.396 7.82 6.396 C 7.62 6.396 7.297 6.47 7.023 6.768 C 6.749 7.065 5.978 7.784 5.978 9.245 C 5.978 10.706 7.048 12.118 7.197 12.317 C 7.347 12.515 9.303 15.514 12.298 16.801 C 13.01 17.106 13.567 17.289 14 17.426 C 14.715 17.652 15.366 17.621 15.881 17.544 C 16.454 17.459 17.647 16.826 17.896 16.132 C 18.145 15.439 18.145 14.844 18.07 14.72 C 17.996 14.596 17.796 14.522 17.498 14.373 Z\" fill=\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119)) /* {&quot;name&quot;:&quot;ngene-secondary&quot;} */\"></path></svg>',svgContentId:11980899646,withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:\"Uso exclusivamente para investigaci\\xf3n\"})}),className:\"framer-1rfzbnf hidden-1otasqi hidden-1rrgw7i\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-wy0xpu\",\"data-framer-name\":\"4. Porque es f\\xe1cil\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ha1uo hidden-zbko9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o5adib\",\"data-framer-name\":\"bloque titulo subtitle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-131gujj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b44o5n\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"R\\xe1pido y sencillo\"})}),className:\"framer-9xu1zo\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Incrementa el valor de tu consulta en tan solo 3 pasos\"})}),className:\"framer-1sn3tyj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ff9h6k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dxi9lh\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+998+0+0+32+102.2+0+0+0),pixelHeight:1168,pixelWidth:2048,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px) / 3, 1px) - 48px)`,src:\"https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png\",srcSet:\"https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png?scale-down-to=512 512w,https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png 2048w\"},className:\"framer-1gc5y95\",\"data-framer-name\":\"Freepik _a-young-caucasian-woman-with-long-brown-hair-weari__87660\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-176z8q9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"1.  Toma una muestra \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"de saliva\"})]}),className:\"framer-1nh7il1\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:[\"Te damos todo lo necesario para recoger una simple muestra de saliva (m\\xe9todo no invasivo) y enviarla al laboratorio para su \",/*#__PURE__*/_jsx(\"strong\",{children:\"secuenciaci\\xf3n\"}),\" (NGS)\"]})}),className:\"framer-4t0sqp\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gs124x\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rjh86k\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+998+0+0+32+102.2+0+0+0),pixelHeight:1152,pixelWidth:896,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px) / 3, 1px) - 48px)`,src:\"https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png\",srcSet:\"https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png?scale-down-to=1024 796w,https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png 896w\"},className:\"framer-18bx307\",\"data-framer-name\":\"Freepik _a-young-caucasian-woman-with-long-brown-hair-weari__87660\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-op6unr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"2.  Explora los resultados \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"gen\\xe9ticos\"})]}),className:\"framer-nipi9p\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:[\"Recibe y explora los resultados de tu paciente en nuestra plataforma online. Podr\\xe1s descargar los informes disponibles en PDF \",/*#__PURE__*/_jsx(\"strong\",{children:\"con tu propia marca\"})]})}),className:\"framer-bejk3\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ffvnpj\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q9ec4j\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+998+0+0+32+102.2+0+0+0),pixelHeight:867,pixelWidth:790,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px) / 3, 1px) - 48px)`,src:\"https://framerusercontent.com/images/NKFf1kCoaITj4qv1lqCqueHjHRs.png\",srcSet:\"https://framerusercontent.com/images/NKFf1kCoaITj4qv1lqCqueHjHRs.png 790w\"},className:\"framer-rbk0n8\",\"data-framer-name\":\"Freepik _a-young-caucasian-woman-with-long-brown-hair-weari__87660\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1914b79\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"3.  Personaliza tu consulta \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"y servicios\"})]}),className:\"framer-1pqi24z\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:[\"Adapta tus consultas a las \",/*#__PURE__*/_jsx(\"strong\",{children:\"necesidades \\xfanicas de cada paciente\"}),\". Personaliza tu atenci\\xf3n, mejora como profesional y ampl\\xeda tus conocimientos con nuestra formaci\\xf3n online\"]})}),className:\"framer-1moad84\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yobs3g hidden-zbko9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1237t5i\",\"data-framer-name\":\"bloque titulo subtitle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s4j1h\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o5xmxn\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"Los m\\xe1s completos\"})}),className:\"framer-1xthgq4\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Explora nuestras soluciones\"})}),className:\"framer-ds6mdf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q745sk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`max((${componentViewport?.width||\"100vw\"} - 32px) * 1, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:380,width:\"1104px\",y:(componentViewport?.y||0)+0+998+0+779.2+48+102.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7i7sxu-container\",nodeId:\"Cmgt6b98i\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(Soluciones,{height:\"100%\",id:\"Cmgt6b98i\",layoutId:\"Cmgt6b98i\",style:{height:\"100%\",width:\"100%\"},variant:\"KwRamGoY7\",width:\"100%\",ZUm_tF8xg:\"row\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+998+0+779.2+48+514.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hcvpls-container\",nodeId:\"yOo6q_P59\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"yOo6q_P59\",layoutId:\"yOo6q_P59\",wcGnRhpmz:\"Pide tu cita ahora\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ygttfp\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e1sy2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a0lk5d\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"\\xbfPor qu\\xe9 escogernos?\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"\\xbfPor qu\\xe9 escogernos?\"})}),className:\"framer-zkkahc\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Integrar la gen\\xe9tica en tu consulta nunca fue tan f\\xe1cil\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Integrar la gen\\xe9tica en tu consulta nunca fue tan f\\xe1cil\"})}),className:\"framer-15a3obl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{height:665.8,width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px)`,y:(componentViewport?.y||0)+0+998+0+1502.4+24+0+24+111.2},SAD2FUlfx:{height:933.8,width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1200px)`,y:(componentViewport?.y||0)+0+912+0+3053.4+48+0+0+235.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:377.8,width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 96px)`,y:(componentViewport?.y||0)+0+998+0+1502.4+24+0+48+111.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uidr4b-container\",nodeId:\"D7lO5IZsB\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{a6fa6eNrz:16,k6ZNGTgVA:\"column\"},SAD2FUlfx:{a6fa6eNrz:16,k6ZNGTgVA:\"column\"}},children:/*#__PURE__*/_jsx(CardsNuncaTanFacil,{a6fa6eNrz:32,height:\"100%\",id:\"D7lO5IZsB\",k6ZNGTgVA:\"row\",layoutId:\"D7lO5IZsB\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gv19w9 hidden-1otasqi hidden-1rrgw7i\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5k5jf6\",\"data-framer-name\":\"bloque titulo subtitle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ithb2q\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z30och\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"R\\xe1pido y sencillo\"})}),className:\"framer-k3jdlo\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Incrementa el valor de tu consulta en tan solo 3 pasos\"})}),className:\"framer-l23qc3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k7p1x3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bwwc31\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+912+0+0+24+135.2+0+0+0+0),pixelHeight:1168,pixelWidth:2048,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png\",srcSet:\"https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png?scale-down-to=512 512w,https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png 2048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,pixelHeight:1168,pixelWidth:2048,src:\"https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png\",srcSet:\"https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png?scale-down-to=512 512w,https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NNiaglkJJTLa1WC1vnhwnxkb0dE.png 2048w\"},className:\"framer-vuwqgt\",\"data-framer-name\":\"Freepik _a-young-caucasian-woman-with-long-brown-hair-weari__87660\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aasu4o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"1.  Toma una muestra \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"de saliva\"})]}),className:\"framer-s8qmn9\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:[\"Te damos todo lo necesario para recoger una simple muestra de saliva (m\\xe9todo no invasivo) y enviarla al laboratorio para su \",/*#__PURE__*/_jsx(\"strong\",{children:\"secuenciaci\\xf3n\"}),\" (NGS)\"]})}),className:\"framer-1hh8twh\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13h8wnf\",style:{rotate:90}}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gmn2np\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+912+0+0+24+135.2+0+755+0+0),pixelHeight:1152,pixelWidth:896,positionX:\"30.3%\",positionY:\"84.9%\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png\",srcSet:\"https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png?scale-down-to=1024 796w,https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png 896w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,pixelHeight:1152,pixelWidth:896,positionX:\"30.3%\",positionY:\"84.9%\",src:\"https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png\",srcSet:\"https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png?scale-down-to=1024 796w,https://framerusercontent.com/images/ZBsodFpxcF7t6oo6J247O6HjLkw.png 896w\"},className:\"framer-171lfo8\",\"data-framer-name\":\"Freepik _a-young-caucasian-woman-with-long-brown-hair-weari__87660\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cpxj7c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"2.  Explora los resultados \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"gen\\xe9ticos\"})]}),className:\"framer-a10tzl\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:[\"Recibe y explora los resultados de tu paciente en nuestra plataforma online. Podr\\xe1s descargar los informes disponibles en PDF \",/*#__PURE__*/_jsx(\"strong\",{children:\"con tu propia marca\"})]})}),className:\"framer-fplo5j\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-csub8e\",style:{rotate:90}}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pn6k3w\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+912+0+0+24+135.2+0+1510+0+0),pixelHeight:867,pixelWidth:790,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/NKFf1kCoaITj4qv1lqCqueHjHRs.png\",srcSet:\"https://framerusercontent.com/images/NKFf1kCoaITj4qv1lqCqueHjHRs.png 790w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1843.2,intrinsicWidth:1433.6,pixelHeight:867,pixelWidth:790,src:\"https://framerusercontent.com/images/NKFf1kCoaITj4qv1lqCqueHjHRs.png\",srcSet:\"https://framerusercontent.com/images/NKFf1kCoaITj4qv1lqCqueHjHRs.png 790w\"},className:\"framer-vcwae8\",\"data-framer-name\":\"Freepik _a-young-caucasian-woman-with-long-brown-hair-weari__87660\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dxnla2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"3.  Personaliza tu consulta \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"y servicios\"})]}),className:\"framer-8nvd40\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:[\"Adapta tus consultas a las \",/*#__PURE__*/_jsx(\"strong\",{children:\"necesidades \\xfanicas de cada paciente\"}),\". Personaliza tu atenci\\xf3n, mejora como profesional y ampl\\xeda tus conocimientos con nuestra formaci\\xf3n online\"]})}),className:\"framer-1x422v9\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u3n3rb hidden-1otasqi hidden-1rrgw7i\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-125xnbq\",\"data-framer-name\":\"bloque titulo subtitle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y34vw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uo36hv\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"Los m\\xe1s completos\"})}),className:\"framer-1jqnsbx\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Explora nuestras soluciones\"})}),className:\"framer-n75bs3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16e4tqp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{width:`max((${componentViewport?.width||\"100vw\"} - 32px) * 1, 1px)`,y:(componentViewport?.y||0)+0+912+0+2396.2+48+102.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:314,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uyxgc2-container\",nodeId:\"Dr3T6yKIZ\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(Soluciones,{height:\"100%\",id:\"Dr3T6yKIZ\",layoutId:\"Dr3T6yKIZ\",style:{width:\"100%\"},variant:\"kQCZCemFF\",width:\"100%\",ZUm_tF8xg:\"column\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{y:(componentViewport?.y||0)+0+912+0+2396.2+48+448.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1psl3g-container\",nodeId:\"hiAQwcZ6a\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"hiAQwcZ6a\",layoutId:\"hiAQwcZ6a\",wcGnRhpmz:\"Pide tu cita ahora\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1czt2hp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,y:(componentViewport?.y||0)+0+3421.4+96+0},SAD2FUlfx:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1200px)`,y:(componentViewport?.y||0)+0+5278.4+96+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:736,width:\"1152px\",y:(componentViewport?.y||0)+0+3181.4+96+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dk9l8p-container\",nodeId:\"Ffd5UMe2i\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{variant:\"jCzuYe9H0\"}},children:/*#__PURE__*/_jsx(ProfesionesInfo,{height:\"100%\",id:\"Ffd5UMe2i\",layoutId:\"Ffd5UMe2i\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"cdCEconfx\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wkky5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uds8o0\",\"data-framer-name\":\"bloque titulo subtitle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ixcq52\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eog2ob\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"\\xbfPor qu\\xe9 para profesionales?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"\\xbfPor qu\\xe9 para profesionales?\"})}),className:\"framer-iaj5fr\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Haz de la gen\\xe9tica tu herramienta m\\xe1s poderosa\"})}),className:\"framer-67qey8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tak1jo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jqtlec\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i6uthn\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y45y1i\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"\u201DLa potencia sin control no sirve de nada\u201D\"})}),className:\"framer-198z5v9\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:[\"La gen\\xe9tica es poderosa, pero los datos por s\\xed solos no son suficientes. En \",/*#__PURE__*/_jsx(\"strong\",{children:\"N-GENE\"}),\", ayudamos a tu cl\\xednica a transformar esa informaci\\xf3n en acciones concretas y resultados reales, apoy\\xe1ndote para brindar un servicio m\\xe1s completo y efectivo\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:[\"La gen\\xe9tica es poderosa, pero los datos por s\\xed solos no son suficientes. En \",/*#__PURE__*/_jsx(\"strong\",{children:\"N-GENE\"}),\", ayudamos a tu cl\\xednica a transformar esa informaci\\xf3n en acciones concretas y resultados reales, apoy\\xe1ndote para brindar un servicio m\\xe1s completo y efectivo\"]})}),className:\"framer-1b48vo\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1slmjnl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4397.4+32+102.2+0+0+0+0),pixelHeight:1356,pixelWidth:2e3,positionX:\"center\",positionY:\"center\",sizes:\"438px\",src:\"https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg\",srcSet:\"https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg 2000w\"}},SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6254.4+24+135.2+0+0+0+0+0),pixelHeight:1356,pixelWidth:2e3,positionX:\"center\",positionY:\"center\",sizes:\"445px\",src:\"https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg\",srcSet:\"https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4157.4+32+102.2+0+0+0+0),pixelHeight:1356,pixelWidth:2e3,positionX:\"center\",positionY:\"center\",sizes:\"438px\",src:\"https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg\",srcSet:\"https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZR0RkxajDOOb2lmBXZBkea2v8.jpg 2000w\"},className:\"framer-19wef3f\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ht5dhg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4397.4+32+102.2+0+311+0),pixelHeight:768,pixelWidth:1344,positionX:\"center\",positionY:\"center\",sizes:\"438px\",src:\"https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg\",srcSet:\"https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg 1344w\"}},SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6254.4+24+135.2+0+627+0+0),pixelHeight:768,pixelWidth:1344,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 48px)`,src:\"https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg\",srcSet:\"https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4157.4+32+102.2+0+311+0),pixelHeight:768,pixelWidth:1344,positionX:\"center\",positionY:\"center\",sizes:\"438px\",src:\"https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg\",srcSet:\"https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/noTi1DVtz3ihetU7qrLTkfoMi70.jpeg 1344w\"},className:\"framer-dmwajn\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yax7yt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ux4z8l\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"\u201DLa gen\\xe9tica sin el conocimiento del profesional no sirve de nada\u201D\"})}),className:\"framer-rtviv6\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:[\"Tus pacientes necesitan m\\xe1s que datos: necesitan confianza. En \",/*#__PURE__*/_jsx(\"strong\",{children:\"N-GENE\"}),\", potenciamos tu trabajo profesional con herramientas y an\\xe1lisis que integran ciencia avanzada con tu experiencia, elevando el valor de tu pr\\xe1ctica\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:[\"Tus pacientes necesitan m\\xe1s que datos: necesitan confianza. En \",/*#__PURE__*/_jsx(\"strong\",{children:\"N-GENE\"}),\", potenciamos tu trabajo profesional con herramientas y an\\xe1lisis que integran ciencia avanzada con tu experiencia, elevando el valor de tu pr\\xe1ctica\"]})}),className:\"framer-17ey18u\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-i6h76t hidden-1otasqi hidden-1rrgw7i\",\"data-framer-name\":\"Fundamentos ciencia\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11v2s8z\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dtys5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-shwr0w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 184, 162)\"},children:\"La ciencia detr\\xe1s de N-GENE\"})}),className:\"framer-1wb1v2y\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Beneficios de validar con el PRS\"})}),className:\"framer-1nr722v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9109.8+0+0+0+0+0+86.2),pixelHeight:1122,pixelWidth:1194,positionX:\"center\",positionY:\"center\",sizes:\"354px\",...getLocalizedValue(\"v36\",activeLocale)??{src:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=512 512w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png 1194w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1122,pixelWidth:1194,positionX:\"center\",positionY:\"center\",sizes:\"354px\",...getLocalizedValue(\"v36\",activeLocale)??{src:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=512 512w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png 1194w\"}},className:\"framer-2qlwfk\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zkVET6ebl\"},motionChild:true,nodeId:\"JmQg_xHiT\",openInNewTab:true,scopeId:\"vX3MlXYGP\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-10pjuly framer-b91htm\",\"data-framer-name\":\"btn-main\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Descubre m\\xe1s sobre el PRS\"})}),className:\"framer-v4cne8\",fonts:[\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:38.4,intrinsicWidth:33.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9109.8+0+0+0+0+0+482.2+12),pixelHeight:48,pixelWidth:42,src:\"https://framerusercontent.com/images/m401YmhuIWjU25V9H6JWxRumd8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:38.4,intrinsicWidth:33.6,pixelHeight:48,pixelWidth:42,src:\"https://framerusercontent.com/images/m401YmhuIWjU25V9H6JWxRumd8.png\"},className:\"framer-1aqamdu\",\"data-framer-name\":\"Arrow-right\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-25z73n\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(108, 138, 147)\"},children:\"El PRS (Poligenic Risk Score) es una medida que eval\\xfaa el riesgo de desarrollar una enfermedad teniendo en cuenta m\\xfaltiples variantes gen\\xe9ticas asociadas con la enfermedad. Asimismo, ayuda a prever la probabilidad de desarrollar ciertas enfermedades al considerar la influencia combinada de varias variantes en distintos genes, ofreciendo una visi\\xf3n m\\xe1s completa del riesgo gen\\xe9tico de una persona.\"})}),className:\"framer-xp7k6n\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hf5ov6\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o3593d\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eear1g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Identificamos variantes gen\\xe9ticas que pueden influir en tu salud\"})}),className:\"framer-16rqs7j\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"A partir de estudios gen\\xe9ticos masivos (GWAS), se seleccionan las variantes asociadas con enfermedades espec\\xedficas\"})}),className:\"framer-1f4z6pi\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vkfpbh\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wco49k\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gx9jrw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"A cada variante le asignamos un peso seg\\xfan su importancia en el riesgo\"})}),className:\"framer-1y31n33\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14t1nd7\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6acu9r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Sumamos los valores ponderados para generar tu puntuaci\\xf3n \\xfanica\"})}),className:\"framer-2cw56z\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Las variantes ponderadas se combinan en una puntuaci\\xf3n que representa el riesgo polig\\xe9nico\"})}),className:\"framer-9bquqp\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-emqaju\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-22s4ea-container hidden-1otasqi hidden-1rrgw7i\",isModuleExternal:true,nodeId:\"O6GhHyMon\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:12,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"O6GhHyMon\",intervalControl:5,itemAmount:1,layoutId:\"O6GhHyMon\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:719,width:\"422px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5832us-container\",\"data-framer-name\":\"slider-mb-1\",inComponentSlot:true,name:\"slider-mb-1\",nodeId:\"rPnk1XsEw\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"rPnk1XsEw\",layoutId:\"rPnk1XsEw\",name:\"slider-mb-1\",style:{height:\"100%\",width:\"100%\"},variant:\"dAl9s7bLP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:719,width:\"422px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wgm1pr-container\",\"data-framer-name\":\"slider-mb-2\",inComponentSlot:true,name:\"slider-mb-2\",nodeId:\"PLGZlUWrw\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"PLGZlUWrw\",layoutId:\"PLGZlUWrw\",name:\"slider-mb-2\",style:{height:\"100%\",width:\"100%\"},variant:\"Fy7BMunkS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:719,width:\"422px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uxqlea-container\",\"data-framer-name\":\"slider-mb-3\",inComponentSlot:true,name:\"slider-mb-3\",nodeId:\"ugDbJRWz4\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"ugDbJRWz4\",layoutId:\"ugDbJRWz4\",name:\"slider-mb-3\",style:{height:\"100%\",width:\"100%\"},variant:\"ed0zhxClZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:719,width:\"422px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3rqnxh-container\",\"data-framer-name\":\"slider-mb-4\",inComponentSlot:true,name:\"slider-mb-4\",nodeId:\"cRPx38JkE\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"cRPx38JkE\",layoutId:\"cRPx38JkE\",name:\"slider-mb-4\",style:{height:\"100%\",width:\"100%\"},variant:\"XAaM0AiNd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:719,width:\"422px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-y3497t-container\",\"data-framer-name\":\"slider-mb-5\",inComponentSlot:true,name:\"slider-mb-5\",nodeId:\"vIYFtiFVF\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"vIYFtiFVF\",layoutId:\"vIYFtiFVF\",name:\"slider-mb-5\",style:{height:\"100%\",width:\"100%\"},variant:\"yMJJAJoZs\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wc8qjy-container hidden-zbko9\",\"data-framer-name\":\"Slideshow-desktop\",isModuleExternal:true,name:\"Slideshow-desktop\",nodeId:\"BOy7BO53Y\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:12,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"BOy7BO53Y\",intervalControl:5,itemAmount:1,layoutId:\"BOy7BO53Y\",name:\"Slideshow-desktop\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"756px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6g2yga-container\",inComponentSlot:true,nodeId:\"B4im3GRTS\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"B4im3GRTS\",layoutId:\"B4im3GRTS\",style:{height:\"100%\",width:\"100%\"},variant:\"ARjRqov_t\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"756px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oyhvmw-container\",\"data-framer-name\":\"bloque titulo subtitle 2\",inComponentSlot:true,name:\"bloque titulo subtitle 2\",nodeId:\"JSI4kwOfI\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"JSI4kwOfI\",layoutId:\"JSI4kwOfI\",name:\"bloque titulo subtitle 2\",style:{height:\"100%\",width:\"100%\"},variant:\"fyZRbr4QD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"756px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-xckox5-container\",\"data-framer-name\":\"bloque titulo subtitle 3\",inComponentSlot:true,name:\"bloque titulo subtitle 3\",nodeId:\"jVA9eyuAj\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"jVA9eyuAj\",layoutId:\"jVA9eyuAj\",name:\"bloque titulo subtitle 3\",style:{height:\"100%\",width:\"100%\"},variant:\"uaxSEj4N5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"756px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-775ln1-container\",\"data-framer-name\":\"bloque titulo subtitle 4\",inComponentSlot:true,name:\"bloque titulo subtitle 4\",nodeId:\"maTtEFuxW\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"maTtEFuxW\",layoutId:\"maTtEFuxW\",name:\"bloque titulo subtitle 4\",style:{height:\"100%\",width:\"100%\"},variant:\"S77iaRGB6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"756px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-kknkw4-container\",\"data-framer-name\":\"bloque titulo subtitle 5\",inComponentSlot:true,name:\"bloque titulo subtitle 5\",nodeId:\"yZkGuDLXh\",rendersWithMotion:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BloqueTituloSubtitle,{height:\"100%\",id:\"yZkGuDLXh\",layoutId:\"yZkGuDLXh\",name:\"bloque titulo subtitle 5\",style:{height:\"100%\",width:\"100%\"},variant:\"rr1dXl5HI\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8i72bd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1schlcv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"Te ahorramos tiempo\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"Te ahorramos tiempo\"})}),className:\"framer-1c5gjwq\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Explora los datos gen\\xe9ticos de manera sencilla\"})}),className:\"framer-aonddt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{height:662,width:\"733px\",y:(componentViewport?.y||0)+0+5868.6+56+202.2},SAD2FUlfx:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1200px)`,y:(componentViewport?.y||0)+0+8316.6+36+187.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:522,width:\"1152px\",y:(componentViewport?.y||0)+0+5532.6+56+202.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qnxtt7-container\",nodeId:\"sYYCYiuZM\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"rMS_lRmBF\"},SAD2FUlfx:{variant:\"rMS_lRmBF\"}},children:/*#__PURE__*/_jsx(FichaInfo,{aku_Sgx_q:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"sYYCYiuZM\",layoutId:\"sYYCYiuZM\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"MlxL2JrgB\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kvi4iu\",\"data-framer-name\":\"5. Formulario\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1itk4yj\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b0rcs1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e57daq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"\\xbfHablamos?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"\\xbfHablamos?\"})}),className:\"framer-pb7tz2\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Contacta y solicita una demo sin compromiso\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Contacta y solicita una demo sin compromiso\"})}),className:\"framer-ofw3wk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:\"Nuestros expertos te proporcionar\\xe1n una demostraci\\xf3n de N-GENE y resolver\\xe1n todas tus dudas. Descubre todas las ventajas de integrar la gen\\xe9tica en tu consulta.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:\"Nuestros expertos te proporcionar\\xe1n una demostraci\\xf3n de N-GENE y resolver\\xe1n todas tus dudas. Descubre todas las ventajas de integrar la gen\\xe9tica en tu consulta.\"})}),className:\"framer-1ktrd68\",\"data-framer-appear-id\":\"1ktrd68\",fonts:[\"GF;Roboto-regular\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://wa.me/+34644552502\",motionChild:true,nodeId:\"zzTo0n1vS\",openInNewTab:true,scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ptbs9v framer-b91htm\",\"data-border\":true,\"data-framer-name\":\"btn-main\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(37, 211, 102)\"},children:\"Contacta por WhatsApp\"})}),className:\"framer-rkmmvj\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:289.6,intrinsicWidth:288,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6892.8+0+24+0+529+12),pixelHeight:362,pixelWidth:360,src:\"https://framerusercontent.com/images/REqzGKtKrWdgrjUsFLAyPQpfIaY.png\"}},SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:289.6,intrinsicWidth:288,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12516.6+0+24+0+0+337.2+12),pixelHeight:362,pixelWidth:360,src:\"https://framerusercontent.com/images/REqzGKtKrWdgrjUsFLAyPQpfIaY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:289.6,intrinsicWidth:288,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6416.8+0+24+0+529+12),pixelHeight:362,pixelWidth:360,src:\"https://framerusercontent.com/images/REqzGKtKrWdgrjUsFLAyPQpfIaY.png\"},className:\"framer-1xs8jta\",\"data-framer-name\":\"Digital Glyph_Green\"})})]})})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-6n05og\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{y:(componentViewport?.y||0)+0+6892.8+0+24+0+0},SAD2FUlfx:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 24px)`,y:(componentViewport?.y||0)+0+12516.6+0+24+453.3333+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:603,width:\"440px\",y:(componentViewport?.y||0)+0+6416.8+0+24+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ks9ev0-container\",nodeId:\"SjfSRWFpp\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{variant:\"Izes8oS47\"}},children:/*#__PURE__*/_jsx(LeadForm,{height:\"100%\",id:\"SjfSRWFpp\",layoutId:\"SjfSRWFpp\",style:{width:\"100%\"},variant:\"htS9WObjF\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j4f21d\",\"data-framer-name\":\"Confian en nosotros\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-v7iyus\",\"data-framer-name\":\"Titulo con subtitulo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1owt5oi\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16fdmtc\",\"data-framer-name\":\"bloque titulo subtitle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jm6eto\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pgp8lf\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"S\\xe9 parte del cambio\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"S\\xe9 parte del cambio\"})}),className:\"framer-1echzog\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"M\\xe1s de 50 empresas conf\\xedan ya en N-GENE\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"+50 empresas conf\\xedan ya en N-GENE\"})}),className:\"framer-1j9ps0i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-180pgze\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7591.8+0+132.2+99.0019),pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"281.2074px\",src:\"https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png 1080w\"}},SAD2FUlfx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10305.4+0+288.2+0+0),pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7115.8+0+132.2+71.5),pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"358px\",src:\"https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFcxN31YEQFm6uD8aOad3FgW67o.png 1080w\"},className:\"framer-1yfgm3u\",\"data-framer-name\":\"Premio\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ooenw6-container\",isModuleExternal:true,nodeId:\"O9gOF5KQC\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:getLocalizedValue(\"v58\",activeLocale)??'<div title=\"Sello PYME INNOVADORA 24/05/2027\" style=\"width:238px;text-align:center;\"><a style=\"text-decoration:none;\" target=\"_blank\"  href=\"https://aplicaciones.ciencia.gob.es/pyiINFO/buscarPyi.mec?&nif=B01663657\"  title=\"Ir a \\'Sello Pyme Innovadora con validez 24/05/2027 \\' en ventana nueva\" ><div><img alt=\"Sello PYME INNOVADORA 24/05/2027\" src=\"https://aplicaciones.ciencia.gob.es/pyiINFO/imagenes/sello.jpg\" /></div><div style=\"color:#000000;text-decoration: none;margin-top:10px;margin-bottom:10px;\"><div style=\"font-weight:bold;font-size: 16px;\">PYME INNOVADORA</div><div style=\"font-size: 10px;\">V\\xe1lido hasta el 24 de mayo de 2027 </div></div><div><img alt=\"escudo de MEIC 24/05/2027\" src=\"https://aplicaciones.ciencia.gob.es/pyiINFO/imagenes/escudo.jpg\"/></div></a></div>',id:\"O9gOF5KQC\",layoutId:\"O9gOF5KQC\",style:{width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7591.8+0+132.2+101.7528),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/px12JoMgs67OM5MU0DfeHVsbA.png\"}},SAD2FUlfx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10305.4+0+288.2+0+717),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/px12JoMgs67OM5MU0DfeHVsbA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7115.8+0+132.2+75),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/px12JoMgs67OM5MU0DfeHVsbA.png\"},className:\"framer-s5on64\",\"data-framer-name\":\"Sello\"})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u6s2wc-container\",isModuleExternal:true,nodeId:\"qOnvhENJn\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:29,height:\"100%\",hoverFactor:1,id:\"qOnvhENJn\",layoutId:\"qOnvhENJn\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vE8xDudhVTcuuvyFulT30Qoy50.webp\"},className:\"framer-10ps6ih\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ppHW8b8pK4TcxYxSLZMLyju7f0A.webp\"},className:\"framer-xudyhc\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Zx6iQ9OxSntC6rw4BKpVC6dcNiE.webp\"},className:\"framer-1hlal8q\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WMhheqEWY61J9AMJTacTUtMEj0.webp\"},className:\"framer-nw0sbh\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jlynWsvuCkoAcgiJn3HK9r1wYE.webp\"},className:\"framer-1391pot\",\"data-framer-name\":\"ukb\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Oonla010NEr9SFiP0cYPjqKhU.webp\"},className:\"framer-1mymxpb\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/KdD8Gj0rLMwDjkOxUTY20uhEico.webp\"},className:\"framer-1kd9t07\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ihuFbg1nQc6VyrRR83ea4uoHoA.webp\"},className:\"framer-1b4gejn\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HOXHPEjqPmg6vjhSSb5wA7ZE5g.webp\"},className:\"framer-1gtgi8j\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/RyeaGILJii0UGeZ8rxHkDSVm4UM.webp\"},className:\"framer-a392zm\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6KXGgqkT98Kc9sy9ANk10GaHlMM.webp\"},className:\"framer-1svzc1b\",\"data-framer-name\":\"Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:400,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5fDKcqXrkjJGNRUzi5SJ3cgQdOk.webp\"},className:\"framer-1vg5ufs\",\"data-framer-name\":\"adelgar\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MozbIVMaBrRxWMZCzdWbt6Kf0dc.jpeg\"},className:\"framer-ql0whv\",\"data-framer-name\":\"epigen\"})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ph5gc3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8sgc4r\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7839+0+0),pixelHeight:800,pixelWidth:536,sizes:\"241px\",src:\"https://framerusercontent.com/images/Co3fyxbi7VIQJ6g8ZFMbU3eeyk.png\",srcSet:\"https://framerusercontent.com/images/Co3fyxbi7VIQJ6g8ZFMbU3eeyk.png 536w\"},className:\"framer-143ythj hidden-zbko9 hidden-1rrgw7i\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`max(min(max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 48px, 1px), 1200px), 1px)`,y:(componentViewport?.y||0)+0+8315+0+0},SAD2FUlfx:{width:`max(min(max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 24px, 1px), 1200px), 1px)`,y:(componentViewport?.y||0)+0+11608.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"812px\",y:(componentViewport?.y||0)+0+7839+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1733vhy-container\",nodeId:\"m6TCv2cti\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{variant:\"nAFEGvpD3\"},SAD2FUlfx:{style:{width:\"100%\"},variant:\"nAFEGvpD3\"}},children:/*#__PURE__*/_jsx(BloqueTituloSubtitle1,{height:\"100%\",id:\"m6TCv2cti\",layoutId:\"m6TCv2cti\",style:{height:\"100%\",width:\"100%\"},variant:\"DZBWbAiU9\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1q34sbq\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"La ciencia nos respalda:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"La ciencia nos respalda:\"})}),className:\"framer-vdlw3d\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:[\"La \",/*#__PURE__*/_jsx(Link,{href:\"https://iris.who.int/bitstream/handle/10665/359560/9789240052857-eng.pdf?sequence=1\",motionChild:true,nodeId:\"OUCII5LQG\",openInNewTab:true,scopeId:\"vX3MlXYGP\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"OMS\"})}),\" destaca la gen\\xe9tica como factor crucial para la salud e impulsa tecnolog\\xedas gen\\xf3micas. La \",/*#__PURE__*/_jsx(Link,{href:\"https://nam.edu/wp-content/uploads/2018/11/Considering-Genomic-Screening-Programs.pdf\",motionChild:true,nodeId:\"OUCII5LQG\",openInNewTab:true,scopeId:\"vX3MlXYGP\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"Academia Nacional de Medicina\"})}),\" de EE. UU. apoya tambi\\xe9n esta visi\\xf3n preventiva\"]})}),className:\"framer-v6fxio\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-3p3zt0 hidden-zbko9\",\"data-framer-name\":\"Fundamentos ciencia\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8kuhmv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b4h6hg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7yfr14\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"La ciencia detr\\xe1s de N-GENE\"})}),className:\"framer-12dbrgi\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Beneficios de validar con el PRS\"})}),className:\"framer-1syrexm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4se923\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{verticalAlignment:\"center\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\"},children:\"El PRS (Poligenic Risk Score) es una medida que eval\\xfaa el riesgo de desarrollar una enfermedad teniendo en cuenta m\\xfaltiples variantes gen\\xe9ticas asociadas con la enfermedad. Asimismo, ayuda a prever la probabilidad de desarrollar ciertas enfermedades al considerar la influencia combinada de varias variantes en distintos genes, ofreciendo una visi\\xf3n m\\xe1s completa del riesgo gen\\xe9tico de una persona.\"})}),className:\"framer-uvy5h9\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9198+0+0+0+0+0+186.2+0),pixelHeight:1122,pixelWidth:1194,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 16px) / 1.5, 1px)`,...getLocalizedValue(\"v36\",activeLocale)??{src:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=512 512w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png 1194w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8722+0+398.5+0+0+-182.4+0+115),pixelHeight:1122,pixelWidth:1194,positionX:\"center\",positionY:\"center\",sizes:\"354px\",...getLocalizedValue(\"v36\",activeLocale)??{src:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=512 512w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7IX4FPlWSZTPrffRTXQUb0dOac.png 1194w\"}},className:\"framer-g10o3a\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zkVET6ebl\"},motionChild:true,nodeId:\"ooXLbqjTk\",openInNewTab:true,scopeId:\"vX3MlXYGP\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-bfwx2l framer-b91htm\",\"data-framer-name\":\"btn-main\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Descubre m\\xe1s sobre el PRS\"})}),className:\"framer-6hfv5j\",fonts:[\"GF;Roboto-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:38.4,intrinsicWidth:33.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9198+0+0+0+0+0+574.2+12),pixelHeight:48,pixelWidth:42,src:\"https://framerusercontent.com/images/m401YmhuIWjU25V9H6JWxRumd8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:38.4,intrinsicWidth:33.6,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8722+0+398.5+0+0+-48+12),pixelHeight:48,pixelWidth:42,src:\"https://framerusercontent.com/images/m401YmhuIWjU25V9H6JWxRumd8.png\"},className:\"framer-14po6vr\",\"data-framer-name\":\"Arrow-right\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ppcq59\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jki429\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-h59kc1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12u37wq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Identificamos variantes gen\\xe9ticas que pueden influir en la salud\"})}),className:\"framer-11s2yih\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(36, 60, 69)\"},children:\"A partir de estudios gen\\xe9ticos masivos (GWAS), se seleccionan las variantes asociadas con enfermedades espec\\xedficas\"})}),className:\"framer-22xcw0\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-quk4na\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qyn45x\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fb4vjr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"A cada variante le asignamos un peso seg\\xfan su importancia en el riesgo\"})}),className:\"framer-801vmy\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u9zh21\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17gas64\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Sumamos los valores ponderados para generar una puntuaci\\xf3n \\xfanica\"})}),className:\"framer-1uzyz0z\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(36, 60, 69)\"},children:\"Las variantes ponderadas se combinan en una puntuaci\\xf3n que representa el riesgo polig\\xe9nico\"})}),className:\"framer-621xe6\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5oq8t6\",\"data-framer-name\":\"FAQ\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-v3zrnv\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-nfh2a7\",\"data-framer-name\":\"Titulo con subtitulo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-bjowsl\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-e2n9p0\",\"data-framer-name\":\"bloque titulo subtitle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hkfjdi\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-138jo4q\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b2c4dbf2-601a-4302-9626-85b68d375277, rgb(0, 184, 162))\"},children:\"\\xbfNecesitas Saber M\\xe1s?\"})}),className:\"framer-qifbum\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v73\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, rgb(30, 65, 77))\"},children:\"Preguntas frecuentes\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",children:\"Preguntas frecuentes\"})}),className:\"framer-mwl5kd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ci1y2\",id:\"7ci1y2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+10480.2+66+125.2+0+0},SAD2FUlfx:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.8 - 40px)`,y:(componentViewport?.y||0)+0+9615+66+125.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cwdjle-container\",nodeId:\"MZMuoxX0z\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(RowCopy,{height:\"100%\",id:\"MZMuoxX0z\",layoutId:\"MZMuoxX0z\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v75\",activeLocale)??\"No es necesario tener conocimientos avanzados en gen\\xe9tica. Es por eso que los reportes que proporcionamos son claros y f\\xe1ciles de entender, incluyendo interpretaciones detalladas de los resultados y recomendaciones pr\\xe1cticas para aplicar con tus pacientes.\",variant:\"d66LEbuc7\",W88zB8mIG:getLocalizedValue(\"v74\",activeLocale)??\"\\xbfNecesito ser un experto en gen\\xe9tica para interpretar los reportes?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+10480.2+66+125.2+0+64},SAD2FUlfx:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.8 - 40px)`,y:(componentViewport?.y||0)+0+9615+66+125.2+0+64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wm17rq-container\",nodeId:\"GhRAVG0H9\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(RowCopy,{height:\"100%\",id:\"GhRAVG0H9\",layoutId:\"GhRAVG0H9\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v77\",activeLocale)??\"Te facilitamos todo el material necesario para recolectar las muestras de tus pacientes. Este material te permitir\\xe1 enviar las muestras a nuestro laboratorio, donde procederemos con la extracci\\xf3n del ADN y tambi\\xe9n la elaboraci\\xf3n del reporte online.\",variant:\"d66LEbuc7\",W88zB8mIG:getLocalizedValue(\"v76\",activeLocale)??\"\\xbfC\\xf3mo recojo las muestras de mis pacientes?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+10480.2+66+125.2+0+128},SAD2FUlfx:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+128}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.8 - 40px)`,y:(componentViewport?.y||0)+0+9615+66+125.2+0+128,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e9o9hs-container\",nodeId:\"Ry1xtfAes\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(RowCopy,{height:\"100%\",id:\"Ry1xtfAes\",layoutId:\"Ry1xtfAes\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v79\",activeLocale)??\"La fiabilidad de nuestros reportes est\\xe1 respaldada por investigaciones cient\\xedficas, que est\\xe1n referenciadas en cada informe. Esto te permite acceder a los estudios que fundamentan los resultados y explorar los marcadores gen\\xe9ticos identificados en cada muestra.\",variant:\"d66LEbuc7\",W88zB8mIG:getLocalizedValue(\"v78\",activeLocale)??\"\\xbfSon fiables los resultados?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+10480.2+66+125.2+0+192},SAD2FUlfx:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.8 - 40px)`,y:(componentViewport?.y||0)+0+9615+66+125.2+0+192,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pfd08c-container\",nodeId:\"qQgrVEfxJ\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(RowCopy,{height:\"100%\",id:\"qQgrVEfxJ\",layoutId:\"qQgrVEfxJ\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v81\",activeLocale)??\"El test basado en un array de genotipado no es diagn\\xf3stico y tiene una finalidad de investigaci\\xf3n y no medica. Los resultados, indican predisposiciones o protecciones gen\\xe9ticas. Para obtener un diagn\\xf3stico v\\xe1lido, ser\\xeda necesario realizar un an\\xe1lisis del Genoma Completo.\\n\\nEn todo momento hablamos de predisposici\\xf3n gen\\xe9tica, es decir, del aumento o disminuci\\xf3n de la probabilidad de que aparezca una condici\\xf3n, una enfermedad, o un comportamiento determinado seg\\xfan la gen\\xe9tica, entre otros rasgos.\\n\\nPor ejemplo, puede ser que la predisposici\\xf3n gen\\xe9tica indique que tu paciente tiende a tener niveles m\\xe1s bajos que la media de vitamina B9 o de colesterol HDL, pero en una anal\\xedtica reciente el paciente presente niveles altos. Esto se debe a que el ambiente y la alimentaci\\xf3n tambi\\xe9n influyen en estos par\\xe1metros y se han de tener en cuenta a la hora de hacer recomendaciones personalizadas para cada momento.\",variant:\"d66LEbuc7\",W88zB8mIG:getLocalizedValue(\"v80\",activeLocale)??\"\\xbfEste test puede ser usado como diagn\\xf3stico?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+10480.2+66+125.2+0+256},SAD2FUlfx:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+256}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.8 - 40px)`,y:(componentViewport?.y||0)+0+9615+66+125.2+0+256,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5r7g5w-container\",nodeId:\"fe7tIcJYl\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(RowCopy,{height:\"100%\",id:\"fe7tIcJYl\",layoutId:\"fe7tIcJYl\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v83\",activeLocale)??\"El kit que proporcionamos incluye todo lo necesario para enviar tus muestras a nuestro laboratorio. Utilizamos tecnolog\\xeda de microarrays para la genotipaci\\xf3n, espec\\xedficamente el chip Illumina \u201CGSA array\u201D, el cual es una herramienta avanzada que permite el an\\xe1lisis detallado de m\\xe1s de 700,000 marcadores gen\\xe9ticos a lo largo del genoma humano. Como resultado, esta tecnolog\\xeda nos permite obtener una visi\\xf3n exhaustiva de variaciones gen\\xe9ticas como SNP (polimorfismos de nucle\\xf3tido \\xfanico) y CNV (variaciones en el n\\xfamero de copias), fundamentales para estudios gen\\xf3micos, investigaci\\xf3n biom\\xe9dica y aplicaciones cl\\xednicas. Adem\\xe1s, para proporcionar una comprensi\\xf3n m\\xe1s completa de tu genoma, implementamos t\\xe9cnicas de imputaci\\xf3n gen\\xe9tica, las cuales nos permiten estimar m\\xe1s de 3 millones de marcadores gen\\xe9ticos adicionales. Esta metodolog\\xeda utiliza bases de datos gen\\xf3micas de referencia y algoritmos estad\\xedsticos para predecir variantes gen\\xe9ticas que no son directamente genotipadas por el chip GSA, ampliando significativamente el alcance de nuestro an\\xe1lisis gen\\xe9tico. Este enfoque hol\\xedstico no solo mejora la precisi\\xf3n de nuestros informes gen\\xe9ticos sino que tambi\\xe9n enriquece la interpretaci\\xf3n de los datos gen\\xe9ticos, facilitando as\\xed descubrimientos m\\xe1s profundos sobre la salud, la ascendencia y rasgos personales.\",variant:\"d66LEbuc7\",W88zB8mIG:getLocalizedValue(\"v82\",activeLocale)??\"\\xbfD\\xf3nde env\\xedo las muestras y qu\\xe9 tecnolog\\xeda us\\xe1is?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+10480.2+66+125.2+0+320},SAD2FUlfx:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+320}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.8 - 40px)`,y:(componentViewport?.y||0)+0+9615+66+125.2+0+320,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7kcg8e-container\",nodeId:\"UMxa84nPO\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(RowCopy,{height:\"100%\",id:\"UMxa84nPO\",layoutId:\"UMxa84nPO\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v85\",activeLocale)??\"No es necesario repetir el test de ADN, ya que el ADN no cambia. Por lo tanto ahorras pruebas a tus pacientes, ya que en una sola tienes toda la informaci\\xf3n. Sin embargo, actualizamos la interpretaci\\xf3n de los resultados conforme avanza la investigaci\\xf3n cient\\xedfica, lo que podr\\xeda modificar algunos resultados con el tiempo, pero podr\\xe1s tener acceso al ser un reporte online.\",variant:\"d66LEbuc7\",W88zB8mIG:getLocalizedValue(\"v84\",activeLocale)??\"\\xbfEs necesario repetir la prueba despu\\xe9s de algunos meses?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+10480.2+66+125.2+0+384},SAD2FUlfx:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+384}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.8 - 40px)`,y:(componentViewport?.y||0)+0+9615+66+125.2+0+384,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w8utcn-container\",nodeId:\"hFuUzZlDz\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(RowCopy,{height:\"100%\",id:\"hFuUzZlDz\",layoutId:\"hFuUzZlDz\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v87\",activeLocale)??\"La privacidad de las muestras es nuestra m\\xe1xima prioridad. No comercializamos los datos con terceros y almacenamos la informaci\\xf3n en servidores de la UE de manera segura. En efecto, las muestras de ADN son destruidas tras su an\\xe1lisis en el laboratorio.\",variant:\"d66LEbuc7\",W88zB8mIG:getLocalizedValue(\"v86\",activeLocale)??\"\\xbfC\\xf3mo se maneja la privacidad de las muestras?\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+13668.9333+40+103.2+0+448}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lrdjh7-container hidden-1otasqi hidden-1rrgw7i\",nodeId:\"mmf8vqE1w\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"mmf8vqE1w\",layoutId:\"mmf8vqE1w\",style:{width:\"100%\"},wcGnRhpmz:getLocalizedValue(\"v88\",activeLocale)??\"Contacta con nosotros\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{y:(componentViewport?.y||0)+0+10480.2+66+601.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+9615+66+601.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t2edze-container hidden-zbko9\",nodeId:\"ZkgfdIN9_\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"ZkgfdIN9_\",layoutId:\"ZkgfdIN9_\",wcGnRhpmz:getLocalizedValue(\"v88\",activeLocale)??\"Contacta con nosotros\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8wznk8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ppj106\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ssv3qv\",\"data-framer-name\":\"Incluido con NGENE\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qogkds\",\"data-framer-name\":\"Claim Primary\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15mg3lh\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1i4dppx\",\"data-framer-name\":\"bloque titulo subtitle\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f4ct5z\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fw3n9p\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 230, 203)\"},children:\"Lleva tu cl\\xednica al siguiente nivel sin ser un experto en gen\\xe9tica\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v89\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(0, 230, 203)\"},children:\"Lleva tu cl\\xednica al siguiente nivel sin ser un experto en gen\\xe9tica\"})}),className:\"framer-kxl9ee\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v91\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yz7s3y\",\"data-styles-preset\":\"VDUFAlr9W\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Fundamental hoy, imprescindible ma\\xf1ana\"})}),className:\"framer-howlwi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{children:getLocalizedValue(\"v93\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"No tendr\\xe1s que preocuparte por la adquisici\\xf3n de los Kits de ADN, la log\\xedstica, laboratorio, etc. Nuestros servicios te proporcionar\\xe1n una soluci\\xf3n completa de principio a fin.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:getLocalizedValue(\"v92\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 243, 244)\"},children:\"Cont\\xe1ctanos ahora e impulsa el valor de tu cl\\xednica gracias a nuestras interpretaciones de los estudios gen\\xe9ticos m\\xe1s pioneros. Sin compromisos ni permanencia, t\\xfa mantienes el control en todo momento.\"})}),className:\"framer-hxonns\",\"data-framer-appear-id\":\"hxonns\",fonts:[\"GF;Roboto-500\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{y:(componentViewport?.y||0)+0+11309.4+0+0+0+80+474},SAD2FUlfx:{width:`calc(max(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 0px) - 24px)`,y:(componentViewport?.y||0)+0+14396.1333+0+0+0+80+564}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+10444.2+0+0+0+80+474,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12oybt3-container\",nodeId:\"sQK5MpJac\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BtnMain,{height:\"100%\",id:\"sQK5MpJac\",layoutId:\"sQK5MpJac\",wcGnRhpmz:getLocalizedValue(\"v94\",activeLocale)??\"Conoce los beneficios ahora\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lqMz1QAy1:{y:(componentViewport?.y||0)+0+11309.4+0+0+682},SAD2FUlfx:{width:`max(${componentViewport?.width||\"100vw\"} - 24px, 1px)`,y:(componentViewport?.y||0)+0+14396.1333+0+0+772}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:149,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,y:(componentViewport?.y||0)+0+10444.2+0+0+682,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n88tkr-container\",nodeId:\"okSwi5Ka8\",scopeId:\"vX3MlXYGP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SAD2FUlfx:{variant:\"VR5yQWuVL\"}},children:/*#__PURE__*/_jsx(FooterNgene,{height:\"100%\",id:\"okSwi5Ka8\",JPvoTb52G:\"12px\",layoutId:\"okSwi5Ka8\",style:{width:\"100%\"},T4wxhbsPQ:\"var(--token-dba31278-a54c-4287-839e-b261abab64d6, rgb(60, 104, 119))\",TDYh36tYZ:\"12px\",variant:\"qJpcUmEUP\",width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xvqcz.framer-b91htm, .framer-xvqcz .framer-b91htm { display: block; }\",\".framer-xvqcz.framer-1otasqi { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-xvqcz .framer-1yzfcy5 { -webkit-backdrop-filter: blur(48px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(48px); background-color: rgba(255, 255, 255, 0.55); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 64px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-xvqcz .framer-184fnpk-container { flex: none; height: auto; position: relative; width: 1200px; z-index: 1; }\",\".framer-xvqcz .framer-192srvb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 95vh; justify-content: center; overflow: hidden; padding: 64px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-5polf3 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 80vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-u4fbip { align-content: flex-start; align-items: flex-start; background: linear-gradient(270deg, rgba(4, 179, 179, 0) 15%, rgba(218, 236, 237, 0.6) 66.25226324957771%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xvqcz .framer-l7o92b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1224px; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1l8ythm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 55%; }\",\".framer-xvqcz .framer-1jqsbjg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-194fyi7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-11at0h7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xvqcz .framer-hv82o8-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-xvqcz .framer-1oxje81 { --border-bottom-width: 2px; --border-color: var(--token-dba31278-a54c-4287-839e-b261abab64d6, #3c6877); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; -webkit-backdrop-filter: blur(8px); align-content: center; align-items: center; backdrop-filter: blur(8px); background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-1n3bblq, .framer-xvqcz .framer-v4cne8, .framer-xvqcz .framer-rkmmvj, .framer-xvqcz .framer-6hfv5j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-xvqcz .framer-1ugtzx5 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-xvqcz .framer-1rfzbnf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-wy0xpu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 65px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-8ha1uo, .framer-xvqcz .framer-1wkky5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 32px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-xvqcz .framer-1o5adib, .framer-xvqcz .framer-1237t5i, .framer-xvqcz .framer-125xnbq, .framer-xvqcz .framer-1uds8o0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 75%; }\",\".framer-xvqcz .framer-131gujj, .framer-xvqcz .framer-s4j1h, .framer-xvqcz .framer-1ithb2q, .framer-xvqcz .framer-1y34vw, .framer-xvqcz .framer-1ixcq52, .framer-xvqcz .framer-1schlcv, .framer-xvqcz .framer-jm6eto, .framer-xvqcz .framer-f4ct5z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-b44o5n, .framer-xvqcz .framer-1o5xmxn, .framer-xvqcz .framer-z30och, .framer-xvqcz .framer-1uo36hv, .framer-xvqcz .framer-eog2ob, .framer-xvqcz .framer-pgp8lf, .framer-xvqcz .framer-138jo4q, .framer-xvqcz .framer-fw3n9p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-9xu1zo, .framer-xvqcz .framer-1xthgq4, .framer-xvqcz .framer-k3jdlo, .framer-xvqcz .framer-1jqnsbx, .framer-xvqcz .framer-iaj5fr, .framer-xvqcz .framer-qifbum { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-1sn3tyj, .framer-xvqcz .framer-ds6mdf, .framer-xvqcz .framer-zkkahc, .framer-xvqcz .framer-l23qc3, .framer-xvqcz .framer-n75bs3, .framer-xvqcz .framer-67qey8, .framer-xvqcz .framer-aonddt, .framer-xvqcz .framer-1echzog, .framer-xvqcz .framer-1j9ps0i, .framer-xvqcz .framer-mwl5kd, .framer-xvqcz .framer-kxl9ee { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xvqcz .framer-ff9h6k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; width: 100%; z-index: 1; }\",\".framer-xvqcz .framer-1dxi9lh, .framer-xvqcz .framer-1rjh86k, .framer-xvqcz .framer-1q9ec4j { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 580px; justify-content: flex-start; overflow: hidden; padding: 0px 24px 24px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-1gc5y95, .framer-xvqcz .framer-18bx307, .framer-xvqcz .framer-rbk0n8 { aspect-ratio: 0.7777777777777777 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 410px); overflow: visible; position: relative; width: 100%; }\",\".framer-xvqcz .framer-176z8q9, .framer-xvqcz .framer-op6unr, .framer-xvqcz .framer-1914b79, .framer-xvqcz .framer-1aasu4o, .framer-xvqcz .framer-1cpxj7c, .framer-xvqcz .framer-1dxnla2, .framer-xvqcz .framer-ux4z8l, .framer-xvqcz .framer-gx9jrw, .framer-xvqcz .framer-6acu9r, .framer-xvqcz .framer-1fb4vjr, .framer-xvqcz .framer-17gas64 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1nh7il1, .framer-xvqcz .framer-4t0sqp, .framer-xvqcz .framer-nipi9p, .framer-xvqcz .framer-bejk3, .framer-xvqcz .framer-1pqi24z, .framer-xvqcz .framer-1moad84, .framer-xvqcz .framer-s8qmn9, .framer-xvqcz .framer-1hh8twh, .framer-xvqcz .framer-a10tzl, .framer-xvqcz .framer-fplo5j, .framer-xvqcz .framer-8nvd40, .framer-xvqcz .framer-1x422v9, .framer-xvqcz .framer-17ey18u { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-gs124x, .framer-xvqcz .framer-ffvnpj { background-color: #1e414d; flex: none; height: 117px; overflow: hidden; position: relative; width: 2px; }\",\".framer-xvqcz .framer-1yobs3g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 48px 0px 48px 0px; position: relative; width: 1200px; z-index: 1; }\",\".framer-xvqcz .framer-q745sk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; z-index: 1; }\",\".framer-xvqcz .framer-7i7sxu-container { flex: 6 0 0px; height: 380px; position: relative; width: 1px; }\",\".framer-xvqcz .framer-1hcvpls-container, .framer-xvqcz .framer-1psl3g-container, .framer-xvqcz .framer-1t2edze-container, .framer-xvqcz .framer-12oybt3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xvqcz .framer-ygttfp { align-content: center; align-items: center; background: linear-gradient(180deg, #edfffd 0%, rgb(219, 235, 240) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 633px; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-e1sy2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 1px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 48px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-a0lk5d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-15a3obl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 40%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xvqcz .framer-1uidr4b-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1gv19w9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 24px 0px 24px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-xvqcz .framer-5k5jf6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 18px 0px 18px 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-k7p1x3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 12px 0px 12px; position: relative; width: 100%; z-index: 1; }\",\".framer-xvqcz .framer-bwwc31, .framer-xvqcz .framer-gmn2np, .framer-xvqcz .framer-pn6k3w { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-vuwqgt, .framer-xvqcz .framer-171lfo8, .framer-xvqcz .framer-vcwae8 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 200px; overflow: visible; position: relative; width: 100%; }\",\".framer-xvqcz .framer-13h8wnf, .framer-xvqcz .framer-csub8e { background-color: var(--token-acb0e533-1d25-48f4-891c-7323630cf7be, #1e414d); flex: none; height: 117px; overflow: hidden; position: relative; width: 2px; }\",\".framer-xvqcz .framer-u3n3rb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 48px 0px 48px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-xvqcz .framer-16e4tqp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; z-index: 1; }\",\".framer-xvqcz .framer-1uyxgc2-container { flex: 6 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-xvqcz .framer-1czt2hp { align-content: center; align-items: center; background: linear-gradient(180deg, #edfffd 0%, rgb(219, 235, 240) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 24px 96px 24px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1dk9l8p-container, .framer-xvqcz .framer-qnxtt7-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 1152px; }\",\".framer-xvqcz .framer-tak1jo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1jqtlec, .framer-xvqcz .framer-ht5dhg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1i6uthn, .framer-xvqcz .framer-yax7yt { align-content: center; align-items: center; align-self: stretch; background: linear-gradient(180deg, #edfffd 0%, rgb(219, 235, 240) 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-1y45y1i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-198z5v9, .framer-xvqcz .framer-rtviv6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xvqcz .framer-1b48vo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-1slmjnl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xvqcz .framer-19wef3f, .framer-xvqcz .framer-dmwajn { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 295px; position: relative; width: 438px; }\",\".framer-xvqcz .framer-i6h76t { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 12px 0px 12px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-11v2s8z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-dtys5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-shwr0w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1wb1v2y, .framer-xvqcz .framer-12dbrgi { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 315px; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-1nr722v, .framer-xvqcz .framer-ofw3wk, .framer-xvqcz .framer-1syrexm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xvqcz .framer-2qlwfk, .framer-xvqcz .framer-g10o3a { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 388px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 354px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-10pjuly { align-content: center; align-items: center; background-color: #3c6877; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-1aqamdu, .framer-xvqcz .framer-14po6vr { aspect-ratio: 0.8750000000000001 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 21px; }\",\".framer-xvqcz .framer-25z73n, .framer-xvqcz .framer-1vkfpbh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-xp7k6n, .framer-xvqcz .framer-16rqs7j, .framer-xvqcz .framer-1f4z6pi, .framer-xvqcz .framer-1y31n33, .framer-xvqcz .framer-2cw56z, .framer-xvqcz .framer-9bquqp, .framer-xvqcz .framer-uvy5h9, .framer-xvqcz .framer-11s2yih, .framer-xvqcz .framer-22xcw0, .framer-xvqcz .framer-801vmy, .framer-xvqcz .framer-1uzyz0z, .framer-xvqcz .framer-621xe6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-1hf5ov6, .framer-xvqcz .framer-1jki429, .framer-xvqcz .framer-quk4na { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 262px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1o3593d, .framer-xvqcz .framer-h59kc1, .framer-xvqcz .framer-1u9zh21 { align-content: flex-start; align-items: flex-start; background-color: #f7fefd; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: 100%; justify-content: center; overflow: hidden; padding: 48px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-eear1g, .framer-xvqcz .framer-12u37wq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 700px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-wco49k, .framer-xvqcz .framer-14t1nd7 { align-content: flex-start; align-items: flex-start; background-color: #f7fefd; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 48px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-emqaju { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-22s4ea-container { flex: none; height: 545px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-5832us-container, .framer-xvqcz .framer-1wgm1pr-container, .framer-xvqcz .framer-1uxqlea-container, .framer-xvqcz .framer-3rqnxh-container, .framer-xvqcz .framer-y3497t-container { height: 719px; position: relative; width: 422px; }\",\".framer-xvqcz .framer-wc8qjy-container { flex: none; height: 539px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-6g2yga-container, .framer-xvqcz .framer-1oyhvmw-container, .framer-xvqcz .framer-xckox5-container, .framer-xvqcz .framer-775ln1-container, .framer-xvqcz .framer-kknkw4-container { height: 350px; position: relative; width: 756px; }\",\".framer-xvqcz .framer-8i72bd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 0px 56px 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1c5gjwq { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 1152px; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-kvi4iu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 75px; width: 100%; }\",\".framer-xvqcz .framer-1itk4yj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 1px; }\",\".framer-xvqcz .framer-1b0rcs1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 388px; }\",\".framer-xvqcz .framer-1e57daq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-pb7tz2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 388px; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-1ktrd68 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 80%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-1ptbs9v { --border-bottom-width: 3px; --border-color: #25d366; --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-1xs8jta { aspect-ratio: 0.9944751381215469 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-xvqcz .framer-6n05og { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 440px; }\",\".framer-xvqcz .framer-ks9ev0-container, .framer-xvqcz .framer-1cwdjle-container, .framer-xvqcz .framer-wm17rq-container, .framer-xvqcz .framer-1e9o9hs-container, .framer-xvqcz .framer-pfd08c-container, .framer-xvqcz .framer-5r7g5w-container, .framer-xvqcz .framer-7kcg8e-container, .framer-xvqcz .framer-1w8utcn-container, .framer-xvqcz .framer-1lrdjh7-container, .framer-xvqcz .framer-n88tkr-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xvqcz .framer-j4f21d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-xvqcz .framer-v7iyus { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 25px 100px 25px 100px; position: relative; width: 93%; }\",\".framer-xvqcz .framer-1owt5oi, .framer-xvqcz .framer-bjowsl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-16fdmtc, .framer-xvqcz .framer-e2n9p0, .framer-xvqcz .framer-1i4dppx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-xvqcz .framer-180pgze { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1yfgm3u { flex: none; height: 257px; overflow: hidden; position: relative; width: 358px; z-index: 1; }\",\".framer-xvqcz .framer-1ooenw6-container { flex: none; height: auto; position: relative; width: 323px; }\",\".framer-xvqcz .framer-s5on64 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 250px); overflow: visible; position: relative; width: 250px; }\",\".framer-xvqcz .framer-1u6s2wc-container { flex: none; height: 131px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-10ps6ih, .framer-xvqcz .framer-xudyhc, .framer-xvqcz .framer-1hlal8q, .framer-xvqcz .framer-nw0sbh, .framer-xvqcz .framer-1391pot, .framer-xvqcz .framer-1mymxpb, .framer-xvqcz .framer-1kd9t07, .framer-xvqcz .framer-1b4gejn, .framer-xvqcz .framer-1gtgi8j, .framer-xvqcz .framer-a392zm, .framer-xvqcz .framer-1svzc1b, .framer-xvqcz .framer-1vg5ufs { height: 85px; overflow: hidden; position: relative; width: 120px; }\",\".framer-xvqcz .framer-ql0whv { height: 95px; overflow: hidden; position: relative; width: 154px; }\",\".framer-xvqcz .framer-1ph5gc3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 400px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 0px 0px 160px; position: relative; width: 1200px; z-index: 1; }\",\".framer-xvqcz .framer-8sgc4r { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xvqcz .framer-143ythj { bottom: 0px; flex: none; left: -53px; overflow: hidden; position: absolute; top: 0px; width: 241px; z-index: 1; }\",\".framer-xvqcz .framer-1733vhy-container { flex: none; height: 400px; position: relative; width: 812px; }\",\".framer-xvqcz .framer-1q34sbq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-vdlw3d { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 96%; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-v6fxio { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1200px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xvqcz .framer-3p3zt0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 845px; justify-content: center; overflow: hidden; padding: 0px 64px 48px 64px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-8kuhmv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1b4h6hg { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xvqcz .framer-7yfr14 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-xvqcz .framer-4se923 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-xvqcz .framer-bfwx2l { align-content: center; align-items: center; align-self: stretch; background-color: #3c6877; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-1ppcq59 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xvqcz .framer-1qyn45x { align-content: flex-start; align-items: flex-start; background-color: #f7fefd; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: 100%; justify-content: center; overflow: hidden; padding: 48px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-5oq8t6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: hidden; padding: 66px 40px 66px 40px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-v3zrnv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 44px 0px 44px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-nfh2a7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 9px 100px 9px 100px; position: relative; width: 93%; }\",\".framer-xvqcz .framer-hkfjdi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-7ci1y2 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 80%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-8wznk8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 24px 24px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-1ppj106 { align-content: center; align-items: center; background-color: #3c6877; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xvqcz .framer-1ssv3qv { align-content: center; align-items: center; background-color: #3c6877; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-qogkds { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 24px 48px 24px 48px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-15mg3lh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xvqcz .framer-howlwi { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xvqcz .framer-hxonns { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xvqcz.framer-1otasqi, .framer-xvqcz .framer-1yzfcy5, .framer-xvqcz .framer-192srvb, .framer-xvqcz .framer-5polf3, .framer-xvqcz .framer-u4fbip, .framer-xvqcz .framer-l7o92b, .framer-xvqcz .framer-1l8ythm, .framer-xvqcz .framer-11at0h7, .framer-xvqcz .framer-1oxje81, .framer-xvqcz .framer-wy0xpu, .framer-xvqcz .framer-8ha1uo, .framer-xvqcz .framer-1o5adib, .framer-xvqcz .framer-131gujj, .framer-xvqcz .framer-b44o5n, .framer-xvqcz .framer-ff9h6k, .framer-xvqcz .framer-1dxi9lh, .framer-xvqcz .framer-176z8q9, .framer-xvqcz .framer-1rjh86k, .framer-xvqcz .framer-op6unr, .framer-xvqcz .framer-1q9ec4j, .framer-xvqcz .framer-1914b79, .framer-xvqcz .framer-1yobs3g, .framer-xvqcz .framer-1237t5i, .framer-xvqcz .framer-s4j1h, .framer-xvqcz .framer-1o5xmxn, .framer-xvqcz .framer-q745sk, .framer-xvqcz .framer-ygttfp, .framer-xvqcz .framer-e1sy2, .framer-xvqcz .framer-a0lk5d, .framer-xvqcz .framer-1gv19w9, .framer-xvqcz .framer-5k5jf6, .framer-xvqcz .framer-1ithb2q, .framer-xvqcz .framer-z30och, .framer-xvqcz .framer-k7p1x3, .framer-xvqcz .framer-bwwc31, .framer-xvqcz .framer-1aasu4o, .framer-xvqcz .framer-gmn2np, .framer-xvqcz .framer-1cpxj7c, .framer-xvqcz .framer-pn6k3w, .framer-xvqcz .framer-1dxnla2, .framer-xvqcz .framer-u3n3rb, .framer-xvqcz .framer-125xnbq, .framer-xvqcz .framer-1y34vw, .framer-xvqcz .framer-1uo36hv, .framer-xvqcz .framer-16e4tqp, .framer-xvqcz .framer-1czt2hp, .framer-xvqcz .framer-1wkky5, .framer-xvqcz .framer-1uds8o0, .framer-xvqcz .framer-1ixcq52, .framer-xvqcz .framer-eog2ob, .framer-xvqcz .framer-tak1jo, .framer-xvqcz .framer-1jqtlec, .framer-xvqcz .framer-1i6uthn, .framer-xvqcz .framer-1y45y1i, .framer-xvqcz .framer-1slmjnl, .framer-xvqcz .framer-ht5dhg, .framer-xvqcz .framer-yax7yt, .framer-xvqcz .framer-ux4z8l, .framer-xvqcz .framer-i6h76t, .framer-xvqcz .framer-11v2s8z, .framer-xvqcz .framer-dtys5, .framer-xvqcz .framer-shwr0w, .framer-xvqcz .framer-2qlwfk, .framer-xvqcz .framer-10pjuly, .framer-xvqcz .framer-25z73n, .framer-xvqcz .framer-1hf5ov6, .framer-xvqcz .framer-1o3593d, .framer-xvqcz .framer-eear1g, .framer-xvqcz .framer-1vkfpbh, .framer-xvqcz .framer-wco49k, .framer-xvqcz .framer-gx9jrw, .framer-xvqcz .framer-14t1nd7, .framer-xvqcz .framer-6acu9r, .framer-xvqcz .framer-emqaju, .framer-xvqcz .framer-8i72bd, .framer-xvqcz .framer-1schlcv, .framer-xvqcz .framer-kvi4iu, .framer-xvqcz .framer-1b0rcs1, .framer-xvqcz .framer-1e57daq, .framer-xvqcz .framer-1ptbs9v, .framer-xvqcz .framer-6n05og, .framer-xvqcz .framer-j4f21d, .framer-xvqcz .framer-v7iyus, .framer-xvqcz .framer-1owt5oi, .framer-xvqcz .framer-16fdmtc, .framer-xvqcz .framer-jm6eto, .framer-xvqcz .framer-pgp8lf, .framer-xvqcz .framer-180pgze, .framer-xvqcz .framer-1ph5gc3, .framer-xvqcz .framer-8sgc4r, .framer-xvqcz .framer-1q34sbq, .framer-xvqcz .framer-3p3zt0, .framer-xvqcz .framer-8kuhmv, .framer-xvqcz .framer-7yfr14, .framer-xvqcz .framer-4se923, .framer-xvqcz .framer-g10o3a, .framer-xvqcz .framer-bfwx2l, .framer-xvqcz .framer-1ppcq59, .framer-xvqcz .framer-1jki429, .framer-xvqcz .framer-h59kc1, .framer-xvqcz .framer-12u37wq, .framer-xvqcz .framer-quk4na, .framer-xvqcz .framer-1qyn45x, .framer-xvqcz .framer-1fb4vjr, .framer-xvqcz .framer-1u9zh21, .framer-xvqcz .framer-17gas64, .framer-xvqcz .framer-5oq8t6, .framer-xvqcz .framer-v3zrnv, .framer-xvqcz .framer-nfh2a7, .framer-xvqcz .framer-bjowsl, .framer-xvqcz .framer-e2n9p0, .framer-xvqcz .framer-hkfjdi, .framer-xvqcz .framer-138jo4q, .framer-xvqcz .framer-7ci1y2, .framer-xvqcz .framer-8wznk8, .framer-xvqcz .framer-1ppj106, .framer-xvqcz .framer-1ssv3qv, .framer-xvqcz .framer-qogkds, .framer-xvqcz .framer-15mg3lh, .framer-xvqcz .framer-1i4dppx, .framer-xvqcz .framer-f4ct5z, .framer-xvqcz .framer-fw3n9p { gap: 0px; } .framer-xvqcz.framer-1otasqi > *, .framer-xvqcz .framer-i6h76t > *, .framer-xvqcz .framer-3p3zt0 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-xvqcz.framer-1otasqi > :first-child, .framer-xvqcz .framer-5polf3 > :first-child, .framer-xvqcz .framer-u4fbip > :first-child, .framer-xvqcz .framer-l7o92b > :first-child, .framer-xvqcz .framer-1l8ythm > :first-child, .framer-xvqcz .framer-11at0h7 > :first-child, .framer-xvqcz .framer-wy0xpu > :first-child, .framer-xvqcz .framer-8ha1uo > :first-child, .framer-xvqcz .framer-1o5adib > :first-child, .framer-xvqcz .framer-131gujj > :first-child, .framer-xvqcz .framer-1dxi9lh > :first-child, .framer-xvqcz .framer-176z8q9 > :first-child, .framer-xvqcz .framer-1rjh86k > :first-child, .framer-xvqcz .framer-op6unr > :first-child, .framer-xvqcz .framer-1q9ec4j > :first-child, .framer-xvqcz .framer-1914b79 > :first-child, .framer-xvqcz .framer-1yobs3g > :first-child, .framer-xvqcz .framer-1237t5i > :first-child, .framer-xvqcz .framer-s4j1h > :first-child, .framer-xvqcz .framer-ygttfp > :first-child, .framer-xvqcz .framer-e1sy2 > :first-child, .framer-xvqcz .framer-a0lk5d > :first-child, .framer-xvqcz .framer-1gv19w9 > :first-child, .framer-xvqcz .framer-5k5jf6 > :first-child, .framer-xvqcz .framer-1ithb2q > :first-child, .framer-xvqcz .framer-k7p1x3 > :first-child, .framer-xvqcz .framer-bwwc31 > :first-child, .framer-xvqcz .framer-1aasu4o > :first-child, .framer-xvqcz .framer-gmn2np > :first-child, .framer-xvqcz .framer-1cpxj7c > :first-child, .framer-xvqcz .framer-pn6k3w > :first-child, .framer-xvqcz .framer-1dxnla2 > :first-child, .framer-xvqcz .framer-u3n3rb > :first-child, .framer-xvqcz .framer-125xnbq > :first-child, .framer-xvqcz .framer-1y34vw > :first-child, .framer-xvqcz .framer-1czt2hp > :first-child, .framer-xvqcz .framer-1wkky5 > :first-child, .framer-xvqcz .framer-1uds8o0 > :first-child, .framer-xvqcz .framer-1ixcq52 > :first-child, .framer-xvqcz .framer-tak1jo > :first-child, .framer-xvqcz .framer-1i6uthn > :first-child, .framer-xvqcz .framer-1y45y1i > :first-child, .framer-xvqcz .framer-yax7yt > :first-child, .framer-xvqcz .framer-ux4z8l > :first-child, .framer-xvqcz .framer-i6h76t > :first-child, .framer-xvqcz .framer-11v2s8z > :first-child, .framer-xvqcz .framer-dtys5 > :first-child, .framer-xvqcz .framer-shwr0w > :first-child, .framer-xvqcz .framer-2qlwfk > :first-child, .framer-xvqcz .framer-25z73n > :first-child, .framer-xvqcz .framer-1o3593d > :first-child, .framer-xvqcz .framer-eear1g > :first-child, .framer-xvqcz .framer-1vkfpbh > :first-child, .framer-xvqcz .framer-wco49k > :first-child, .framer-xvqcz .framer-gx9jrw > :first-child, .framer-xvqcz .framer-14t1nd7 > :first-child, .framer-xvqcz .framer-6acu9r > :first-child, .framer-xvqcz .framer-emqaju > :first-child, .framer-xvqcz .framer-8i72bd > :first-child, .framer-xvqcz .framer-1schlcv > :first-child, .framer-xvqcz .framer-1b0rcs1 > :first-child, .framer-xvqcz .framer-1e57daq > :first-child, .framer-xvqcz .framer-6n05og > :first-child, .framer-xvqcz .framer-j4f21d > :first-child, .framer-xvqcz .framer-v7iyus > :first-child, .framer-xvqcz .framer-16fdmtc > :first-child, .framer-xvqcz .framer-jm6eto > :first-child, .framer-xvqcz .framer-1q34sbq > :first-child, .framer-xvqcz .framer-3p3zt0 > :first-child, .framer-xvqcz .framer-7yfr14 > :first-child, .framer-xvqcz .framer-4se923 > :first-child, .framer-xvqcz .framer-g10o3a > :first-child, .framer-xvqcz .framer-1ppcq59 > :first-child, .framer-xvqcz .framer-h59kc1 > :first-child, .framer-xvqcz .framer-12u37wq > :first-child, .framer-xvqcz .framer-1qyn45x > :first-child, .framer-xvqcz .framer-1fb4vjr > :first-child, .framer-xvqcz .framer-1u9zh21 > :first-child, .framer-xvqcz .framer-17gas64 > :first-child, .framer-xvqcz .framer-5oq8t6 > :first-child, .framer-xvqcz .framer-v3zrnv > :first-child, .framer-xvqcz .framer-nfh2a7 > :first-child, .framer-xvqcz .framer-e2n9p0 > :first-child, .framer-xvqcz .framer-hkfjdi > :first-child, .framer-xvqcz .framer-7ci1y2 > :first-child, .framer-xvqcz .framer-1ppj106 > :first-child, .framer-xvqcz .framer-1ssv3qv > :first-child, .framer-xvqcz .framer-qogkds > :first-child, .framer-xvqcz .framer-1i4dppx > :first-child, .framer-xvqcz .framer-f4ct5z > :first-child { margin-top: 0px; } .framer-xvqcz.framer-1otasqi > :last-child, .framer-xvqcz .framer-5polf3 > :last-child, .framer-xvqcz .framer-u4fbip > :last-child, .framer-xvqcz .framer-l7o92b > :last-child, .framer-xvqcz .framer-1l8ythm > :last-child, .framer-xvqcz .framer-11at0h7 > :last-child, .framer-xvqcz .framer-wy0xpu > :last-child, .framer-xvqcz .framer-8ha1uo > :last-child, .framer-xvqcz .framer-1o5adib > :last-child, .framer-xvqcz .framer-131gujj > :last-child, .framer-xvqcz .framer-1dxi9lh > :last-child, .framer-xvqcz .framer-176z8q9 > :last-child, .framer-xvqcz .framer-1rjh86k > :last-child, .framer-xvqcz .framer-op6unr > :last-child, .framer-xvqcz .framer-1q9ec4j > :last-child, .framer-xvqcz .framer-1914b79 > :last-child, .framer-xvqcz .framer-1yobs3g > :last-child, .framer-xvqcz .framer-1237t5i > :last-child, .framer-xvqcz .framer-s4j1h > :last-child, .framer-xvqcz .framer-ygttfp > :last-child, .framer-xvqcz .framer-e1sy2 > :last-child, .framer-xvqcz .framer-a0lk5d > :last-child, .framer-xvqcz .framer-1gv19w9 > :last-child, .framer-xvqcz .framer-5k5jf6 > :last-child, .framer-xvqcz .framer-1ithb2q > :last-child, .framer-xvqcz .framer-k7p1x3 > :last-child, .framer-xvqcz .framer-bwwc31 > :last-child, .framer-xvqcz .framer-1aasu4o > :last-child, .framer-xvqcz .framer-gmn2np > :last-child, .framer-xvqcz .framer-1cpxj7c > :last-child, .framer-xvqcz .framer-pn6k3w > :last-child, .framer-xvqcz .framer-1dxnla2 > :last-child, .framer-xvqcz .framer-u3n3rb > :last-child, .framer-xvqcz .framer-125xnbq > :last-child, .framer-xvqcz .framer-1y34vw > :last-child, .framer-xvqcz .framer-1czt2hp > :last-child, .framer-xvqcz .framer-1wkky5 > :last-child, .framer-xvqcz .framer-1uds8o0 > :last-child, .framer-xvqcz .framer-1ixcq52 > :last-child, .framer-xvqcz .framer-tak1jo > :last-child, .framer-xvqcz .framer-1i6uthn > :last-child, .framer-xvqcz .framer-1y45y1i > :last-child, .framer-xvqcz .framer-yax7yt > :last-child, .framer-xvqcz .framer-ux4z8l > :last-child, .framer-xvqcz .framer-i6h76t > :last-child, .framer-xvqcz .framer-11v2s8z > :last-child, .framer-xvqcz .framer-dtys5 > :last-child, .framer-xvqcz .framer-shwr0w > :last-child, .framer-xvqcz .framer-2qlwfk > :last-child, .framer-xvqcz .framer-25z73n > :last-child, .framer-xvqcz .framer-1o3593d > :last-child, .framer-xvqcz .framer-eear1g > :last-child, .framer-xvqcz .framer-1vkfpbh > :last-child, .framer-xvqcz .framer-wco49k > :last-child, .framer-xvqcz .framer-gx9jrw > :last-child, .framer-xvqcz .framer-14t1nd7 > :last-child, .framer-xvqcz .framer-6acu9r > :last-child, .framer-xvqcz .framer-emqaju > :last-child, .framer-xvqcz .framer-8i72bd > :last-child, .framer-xvqcz .framer-1schlcv > :last-child, .framer-xvqcz .framer-1b0rcs1 > :last-child, .framer-xvqcz .framer-1e57daq > :last-child, .framer-xvqcz .framer-6n05og > :last-child, .framer-xvqcz .framer-j4f21d > :last-child, .framer-xvqcz .framer-v7iyus > :last-child, .framer-xvqcz .framer-16fdmtc > :last-child, .framer-xvqcz .framer-jm6eto > :last-child, .framer-xvqcz .framer-1q34sbq > :last-child, .framer-xvqcz .framer-3p3zt0 > :last-child, .framer-xvqcz .framer-7yfr14 > :last-child, .framer-xvqcz .framer-4se923 > :last-child, .framer-xvqcz .framer-g10o3a > :last-child, .framer-xvqcz .framer-1ppcq59 > :last-child, .framer-xvqcz .framer-h59kc1 > :last-child, .framer-xvqcz .framer-12u37wq > :last-child, .framer-xvqcz .framer-1qyn45x > :last-child, .framer-xvqcz .framer-1fb4vjr > :last-child, .framer-xvqcz .framer-1u9zh21 > :last-child, .framer-xvqcz .framer-17gas64 > :last-child, .framer-xvqcz .framer-5oq8t6 > :last-child, .framer-xvqcz .framer-v3zrnv > :last-child, .framer-xvqcz .framer-nfh2a7 > :last-child, .framer-xvqcz .framer-e2n9p0 > :last-child, .framer-xvqcz .framer-hkfjdi > :last-child, .framer-xvqcz .framer-7ci1y2 > :last-child, .framer-xvqcz .framer-1ppj106 > :last-child, .framer-xvqcz .framer-1ssv3qv > :last-child, .framer-xvqcz .framer-qogkds > :last-child, .framer-xvqcz .framer-1i4dppx > :last-child, .framer-xvqcz .framer-f4ct5z > :last-child { margin-bottom: 0px; } .framer-xvqcz .framer-1yzfcy5 > *, .framer-xvqcz .framer-ff9h6k > *, .framer-xvqcz .framer-q745sk > *, .framer-xvqcz .framer-16e4tqp > *, .framer-xvqcz .framer-kvi4iu > *, .framer-xvqcz .framer-1ph5gc3 > *, .framer-xvqcz .framer-8sgc4r > *, .framer-xvqcz .framer-8wznk8 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xvqcz .framer-1yzfcy5 > :first-child, .framer-xvqcz .framer-192srvb > :first-child, .framer-xvqcz .framer-1oxje81 > :first-child, .framer-xvqcz .framer-b44o5n > :first-child, .framer-xvqcz .framer-ff9h6k > :first-child, .framer-xvqcz .framer-1o5xmxn > :first-child, .framer-xvqcz .framer-q745sk > :first-child, .framer-xvqcz .framer-z30och > :first-child, .framer-xvqcz .framer-1uo36hv > :first-child, .framer-xvqcz .framer-16e4tqp > :first-child, .framer-xvqcz .framer-eog2ob > :first-child, .framer-xvqcz .framer-1jqtlec > :first-child, .framer-xvqcz .framer-1slmjnl > :first-child, .framer-xvqcz .framer-ht5dhg > :first-child, .framer-xvqcz .framer-10pjuly > :first-child, .framer-xvqcz .framer-1hf5ov6 > :first-child, .framer-xvqcz .framer-kvi4iu > :first-child, .framer-xvqcz .framer-1ptbs9v > :first-child, .framer-xvqcz .framer-1owt5oi > :first-child, .framer-xvqcz .framer-pgp8lf > :first-child, .framer-xvqcz .framer-180pgze > :first-child, .framer-xvqcz .framer-1ph5gc3 > :first-child, .framer-xvqcz .framer-8sgc4r > :first-child, .framer-xvqcz .framer-8kuhmv > :first-child, .framer-xvqcz .framer-bfwx2l > :first-child, .framer-xvqcz .framer-1jki429 > :first-child, .framer-xvqcz .framer-quk4na > :first-child, .framer-xvqcz .framer-bjowsl > :first-child, .framer-xvqcz .framer-138jo4q > :first-child, .framer-xvqcz .framer-8wznk8 > :first-child, .framer-xvqcz .framer-15mg3lh > :first-child, .framer-xvqcz .framer-fw3n9p > :first-child { margin-left: 0px; } .framer-xvqcz .framer-1yzfcy5 > :last-child, .framer-xvqcz .framer-192srvb > :last-child, .framer-xvqcz .framer-1oxje81 > :last-child, .framer-xvqcz .framer-b44o5n > :last-child, .framer-xvqcz .framer-ff9h6k > :last-child, .framer-xvqcz .framer-1o5xmxn > :last-child, .framer-xvqcz .framer-q745sk > :last-child, .framer-xvqcz .framer-z30och > :last-child, .framer-xvqcz .framer-1uo36hv > :last-child, .framer-xvqcz .framer-16e4tqp > :last-child, .framer-xvqcz .framer-eog2ob > :last-child, .framer-xvqcz .framer-1jqtlec > :last-child, .framer-xvqcz .framer-1slmjnl > :last-child, .framer-xvqcz .framer-ht5dhg > :last-child, .framer-xvqcz .framer-10pjuly > :last-child, .framer-xvqcz .framer-1hf5ov6 > :last-child, .framer-xvqcz .framer-kvi4iu > :last-child, .framer-xvqcz .framer-1ptbs9v > :last-child, .framer-xvqcz .framer-1owt5oi > :last-child, .framer-xvqcz .framer-pgp8lf > :last-child, .framer-xvqcz .framer-180pgze > :last-child, .framer-xvqcz .framer-1ph5gc3 > :last-child, .framer-xvqcz .framer-8sgc4r > :last-child, .framer-xvqcz .framer-8kuhmv > :last-child, .framer-xvqcz .framer-bfwx2l > :last-child, .framer-xvqcz .framer-1jki429 > :last-child, .framer-xvqcz .framer-quk4na > :last-child, .framer-xvqcz .framer-bjowsl > :last-child, .framer-xvqcz .framer-138jo4q > :last-child, .framer-xvqcz .framer-8wznk8 > :last-child, .framer-xvqcz .framer-15mg3lh > :last-child, .framer-xvqcz .framer-fw3n9p > :last-child { margin-right: 0px; } .framer-xvqcz .framer-192srvb > *, .framer-xvqcz .framer-b44o5n > *, .framer-xvqcz .framer-1o5xmxn > *, .framer-xvqcz .framer-z30och > *, .framer-xvqcz .framer-1uo36hv > *, .framer-xvqcz .framer-eog2ob > *, .framer-xvqcz .framer-1slmjnl > *, .framer-xvqcz .framer-pgp8lf > *, .framer-xvqcz .framer-138jo4q > *, .framer-xvqcz .framer-fw3n9p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xvqcz .framer-5polf3 > *, .framer-xvqcz .framer-2qlwfk > *, .framer-xvqcz .framer-g10o3a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xvqcz .framer-u4fbip > *, .framer-xvqcz .framer-131gujj > *, .framer-xvqcz .framer-s4j1h > *, .framer-xvqcz .framer-a0lk5d > *, .framer-xvqcz .framer-1ithb2q > *, .framer-xvqcz .framer-k7p1x3 > *, .framer-xvqcz .framer-1y34vw > *, .framer-xvqcz .framer-1ixcq52 > *, .framer-xvqcz .framer-emqaju > *, .framer-xvqcz .framer-1schlcv > *, .framer-xvqcz .framer-6n05og > *, .framer-xvqcz .framer-jm6eto > *, .framer-xvqcz .framer-v3zrnv > *, .framer-xvqcz .framer-7ci1y2 > *, .framer-xvqcz .framer-1ppj106 > *, .framer-xvqcz .framer-f4ct5z > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xvqcz .framer-l7o92b > *, .framer-xvqcz .framer-8ha1uo > *, .framer-xvqcz .framer-1yobs3g > *, .framer-xvqcz .framer-e1sy2 > *, .framer-xvqcz .framer-1gv19w9 > *, .framer-xvqcz .framer-u3n3rb > *, .framer-xvqcz .framer-1wkky5 > *, .framer-xvqcz .framer-1b0rcs1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-xvqcz .framer-1l8ythm > *, .framer-xvqcz .framer-1dxi9lh > *, .framer-xvqcz .framer-1rjh86k > *, .framer-xvqcz .framer-1q9ec4j > *, .framer-xvqcz .framer-ygttfp > *, .framer-xvqcz .framer-1czt2hp > *, .framer-xvqcz .framer-tak1jo > *, .framer-xvqcz .framer-25z73n > *, .framer-xvqcz .framer-1vkfpbh > *, .framer-xvqcz .framer-1q34sbq > *, .framer-xvqcz .framer-1ppcq59 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xvqcz .framer-11at0h7 > *, .framer-xvqcz .framer-176z8q9 > *, .framer-xvqcz .framer-op6unr > *, .framer-xvqcz .framer-1914b79 > *, .framer-xvqcz .framer-1aasu4o > *, .framer-xvqcz .framer-1cpxj7c > *, .framer-xvqcz .framer-1dxnla2 > *, .framer-xvqcz .framer-1y45y1i > *, .framer-xvqcz .framer-ux4z8l > *, .framer-xvqcz .framer-dtys5 > *, .framer-xvqcz .framer-shwr0w > *, .framer-xvqcz .framer-eear1g > *, .framer-xvqcz .framer-gx9jrw > *, .framer-xvqcz .framer-6acu9r > *, .framer-xvqcz .framer-7yfr14 > *, .framer-xvqcz .framer-12u37wq > *, .framer-xvqcz .framer-1fb4vjr > *, .framer-xvqcz .framer-17gas64 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-xvqcz .framer-1oxje81 > *, .framer-xvqcz .framer-1ptbs9v > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-xvqcz .framer-wy0xpu > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-xvqcz .framer-1o5adib > *, .framer-xvqcz .framer-1237t5i > *, .framer-xvqcz .framer-5k5jf6 > *, .framer-xvqcz .framer-125xnbq > *, .framer-xvqcz .framer-1uds8o0 > *, .framer-xvqcz .framer-1i6uthn > *, .framer-xvqcz .framer-yax7yt > *, .framer-xvqcz .framer-8i72bd > *, .framer-xvqcz .framer-16fdmtc > *, .framer-xvqcz .framer-e2n9p0 > *, .framer-xvqcz .framer-1ssv3qv > *, .framer-xvqcz .framer-1i4dppx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xvqcz .framer-bwwc31 > *, .framer-xvqcz .framer-gmn2np > *, .framer-xvqcz .framer-pn6k3w > *, .framer-xvqcz .framer-1e57daq > *, .framer-xvqcz .framer-4se923 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xvqcz .framer-1jqtlec > *, .framer-xvqcz .framer-ht5dhg > *, .framer-xvqcz .framer-10pjuly > *, .framer-xvqcz .framer-1hf5ov6 > *, .framer-xvqcz .framer-bfwx2l > *, .framer-xvqcz .framer-1jki429 > *, .framer-xvqcz .framer-quk4na > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-xvqcz .framer-11v2s8z > *, .framer-xvqcz .framer-j4f21d > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-xvqcz .framer-1o3593d > *, .framer-xvqcz .framer-wco49k > *, .framer-xvqcz .framer-14t1nd7 > *, .framer-xvqcz .framer-h59kc1 > *, .framer-xvqcz .framer-1qyn45x > *, .framer-xvqcz .framer-1u9zh21 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-xvqcz .framer-v7iyus > *, .framer-xvqcz .framer-nfh2a7 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-xvqcz .framer-1owt5oi > *, .framer-xvqcz .framer-bjowsl > *, .framer-xvqcz .framer-15mg3lh > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-xvqcz .framer-180pgze > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-xvqcz .framer-8kuhmv > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-xvqcz .framer-5oq8t6 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-xvqcz .framer-hkfjdi > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-xvqcz .framer-qogkds > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-xvqcz[data-border=\"true\"]::after, .framer-xvqcz [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (max-width: 779px) { .framer-xvqcz.framer-1otasqi { width: 390px; } .framer-xvqcz .framer-1yzfcy5, .framer-xvqcz .framer-1gv19w9, .framer-xvqcz .framer-198z5v9, .framer-xvqcz .framer-22s4ea-container { order: 0; } .framer-xvqcz .framer-184fnpk-container, .framer-xvqcz .framer-kxl9ee { flex: 1 0 0px; width: 1px; } .framer-xvqcz .framer-192srvb { gap: 0px; height: min-content; order: 1; overflow: visible; padding: 64px 12px 0px 12px; } .framer-xvqcz .framer-5polf3 { gap: 0px; overflow: visible; will-change: unset; } .framer-xvqcz .framer-u4fbip { background: linear-gradient(270deg, rgba(4, 179, 179, 0) 0%, rgba(218, 236, 237, 0.82) 37.276886261261254%); order: 0; overflow: visible; will-change: unset; } .framer-xvqcz .framer-l7o92b { align-content: center; align-items: center; gap: unset; height: 80vh; justify-content: space-evenly; overflow: visible; padding: 80px 12px 0px 12px; } .framer-xvqcz .framer-1l8ythm { order: 0; padding: 0px 0px 24px 0px; width: 87%; } .framer-xvqcz .framer-11at0h7 { order: 1; padding: 0px 12px 0px 12px; position: sticky; width: 100%; z-index: 1; } .framer-xvqcz .framer-hv82o8-container, .framer-xvqcz .framer-1rfzbnf { align-self: unset; width: 100%; } .framer-xvqcz .framer-1oxje81 { -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); background-color: rgba(255, 255, 255, 0.3); width: 100%; } .framer-xvqcz .framer-wy0xpu { justify-content: flex-start; order: 2; } .framer-xvqcz .framer-ygttfp { height: 1265px; order: 3; padding: 48px 12px 48px 12px; } .framer-xvqcz .framer-e1sy2, .framer-xvqcz .framer-qogkds { padding: 0px; } .framer-xvqcz .framer-zkkahc, .framer-xvqcz .framer-15a3obl, .framer-xvqcz .framer-1dk9l8p-container, .framer-xvqcz .framer-dmwajn, .framer-xvqcz .framer-qnxtt7-container, .framer-xvqcz .framer-pb7tz2, .framer-xvqcz .framer-1ktrd68, .framer-xvqcz .framer-1ptbs9v, .framer-xvqcz .framer-6n05og, .framer-xvqcz .framer-12oybt3-container { width: 100%; } .framer-xvqcz .framer-u3n3rb, .framer-xvqcz .framer-1b48vo, .framer-xvqcz .framer-1u6s2wc-container { order: 1; } .framer-xvqcz .framer-1czt2hp { order: 3; padding: 96px 12px 96px 12px; } .framer-xvqcz .framer-1wkky5 { order: 4; padding: 24px 0px 24px 0px; } .framer-xvqcz .framer-1uds8o0 { padding: 18px 0px 18px 0px; } .framer-xvqcz .framer-1jqtlec, .framer-xvqcz .framer-ht5dhg, .framer-xvqcz .framer-1owt5oi, .framer-xvqcz .framer-bjowsl, .framer-xvqcz .framer-15mg3lh { flex-direction: column; } .framer-xvqcz .framer-1i6uthn { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-xvqcz .framer-1slmjnl { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; order: 0; width: 100%; will-change: var(--framer-will-change-override, transform); } .framer-xvqcz .framer-19wef3f { order: 0; width: 445px; } .framer-xvqcz .framer-yax7yt { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-xvqcz .framer-i6h76t { order: 7; } .framer-xvqcz .framer-emqaju { order: 5; padding: 0px 12px 0px 12px; } .framer-xvqcz .framer-8i72bd { order: 6; padding: 36px 12px 0px 12px; } .framer-xvqcz .framer-kvi4iu { order: 12; } .framer-xvqcz .framer-1itk4yj { flex-direction: column; gap: 68px; justify-content: center; order: 0; padding: 24px 12px 24px 12px; } .framer-xvqcz .framer-1b0rcs1 { gap: 24px; width: 100%; } .framer-xvqcz .framer-1e57daq { align-content: center; align-items: center; gap: 12px; justify-content: center; } .framer-xvqcz .framer-ofw3wk { width: auto; } .framer-xvqcz .framer-j4f21d { order: 8; width: 100%; } .framer-xvqcz .framer-v7iyus { order: 0; padding: 60px 20px 6px 20px; width: 100%; } .framer-xvqcz .framer-16fdmtc, .framer-xvqcz .framer-e2n9p0, .framer-xvqcz .framer-1i4dppx { flex: none; width: 100%; } .framer-xvqcz .framer-180pgze { flex-direction: column; gap: 48px; order: 2; } .framer-xvqcz .framer-1yfgm3u { height: 221px; width: 232px; } .framer-xvqcz .framer-1ph5gc3 { height: min-content; order: 9; padding: 0px 12px 0px 12px; width: 100%; } .framer-xvqcz .framer-8sgc4r { height: min-content; } .framer-xvqcz .framer-1733vhy-container { flex: 1 0 0px; height: auto; width: 1px; } .framer-xvqcz .framer-1q34sbq { order: 10; padding: 48px 24px 48px 24px; } .framer-xvqcz .framer-5oq8t6 { gap: 0px; order: 13; padding: 40px 0px 40px 0px; } .framer-xvqcz .framer-v3zrnv { padding: 12px 0px 12px 0px; } .framer-xvqcz .framer-nfh2a7 { padding: 0px 20px 0px 20px; } .framer-xvqcz .framer-7ci1y2 { padding: 0px 12px 0px 12px; width: 100%; } .framer-xvqcz .framer-8wznk8 { order: 14; padding: 0px 12px 24px 12px; } .framer-xvqcz .framer-1ssv3qv { min-width: 0px; padding: 80px 12px 80px 12px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xvqcz .framer-192srvb, .framer-xvqcz .framer-5polf3, .framer-xvqcz .framer-l7o92b, .framer-xvqcz .framer-1jqtlec, .framer-xvqcz .framer-ht5dhg, .framer-xvqcz .framer-1itk4yj, .framer-xvqcz .framer-1b0rcs1, .framer-xvqcz .framer-1e57daq, .framer-xvqcz .framer-1owt5oi, .framer-xvqcz .framer-180pgze, .framer-xvqcz .framer-5oq8t6, .framer-xvqcz .framer-bjowsl, .framer-xvqcz .framer-15mg3lh { gap: 0px; } .framer-xvqcz .framer-192srvb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xvqcz .framer-192srvb > :first-child { margin-left: 0px; } .framer-xvqcz .framer-192srvb > :last-child { margin-right: 0px; } .framer-xvqcz .framer-5polf3 > *, .framer-xvqcz .framer-5oq8t6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xvqcz .framer-5polf3 > :first-child, .framer-xvqcz .framer-1jqtlec > :first-child, .framer-xvqcz .framer-ht5dhg > :first-child, .framer-xvqcz .framer-1itk4yj > :first-child, .framer-xvqcz .framer-1b0rcs1 > :first-child, .framer-xvqcz .framer-1e57daq > :first-child, .framer-xvqcz .framer-1owt5oi > :first-child, .framer-xvqcz .framer-180pgze > :first-child, .framer-xvqcz .framer-5oq8t6 > :first-child, .framer-xvqcz .framer-bjowsl > :first-child, .framer-xvqcz .framer-15mg3lh > :first-child { margin-top: 0px; } .framer-xvqcz .framer-5polf3 > :last-child, .framer-xvqcz .framer-1jqtlec > :last-child, .framer-xvqcz .framer-ht5dhg > :last-child, .framer-xvqcz .framer-1itk4yj > :last-child, .framer-xvqcz .framer-1b0rcs1 > :last-child, .framer-xvqcz .framer-1e57daq > :last-child, .framer-xvqcz .framer-1owt5oi > :last-child, .framer-xvqcz .framer-180pgze > :last-child, .framer-xvqcz .framer-5oq8t6 > :last-child, .framer-xvqcz .framer-bjowsl > :last-child, .framer-xvqcz .framer-15mg3lh > :last-child { margin-bottom: 0px; } .framer-xvqcz .framer-l7o92b > *, .framer-xvqcz .framer-l7o92b > :first-child, .framer-xvqcz .framer-l7o92b > :last-child { margin: 0px; } .framer-xvqcz .framer-1jqtlec > *, .framer-xvqcz .framer-ht5dhg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xvqcz .framer-1itk4yj > * { margin: 0px; margin-bottom: calc(68px / 2); margin-top: calc(68px / 2); } .framer-xvqcz .framer-1b0rcs1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xvqcz .framer-1e57daq > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-xvqcz .framer-1owt5oi > *, .framer-xvqcz .framer-bjowsl > *, .framer-xvqcz .framer-15mg3lh > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-xvqcz .framer-180pgze > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\",\"@media (min-width: 780px) and (max-width: 1199px) { .framer-xvqcz.framer-1otasqi { width: 780px; } .framer-xvqcz .framer-1yzfcy5 { padding: 0px 0px 0px 12px; } .framer-xvqcz .framer-184fnpk-container, .framer-xvqcz .framer-1b0rcs1, .framer-xvqcz .framer-1733vhy-container { flex: 1 0 0px; width: 1px; } .framer-xvqcz .framer-1l8ythm, .framer-xvqcz .framer-1jki429 { order: 0; } .framer-xvqcz .framer-11at0h7, .framer-xvqcz .framer-quk4na { order: 1; } .framer-xvqcz .framer-1gc5y95, .framer-xvqcz .framer-18bx307, .framer-xvqcz .framer-rbk0n8 { height: var(--framer-aspect-ratio-supported, 230px); } .framer-xvqcz .framer-1yobs3g, .framer-xvqcz .framer-1dk9l8p-container, .framer-xvqcz .framer-j4f21d, .framer-xvqcz .framer-nfh2a7, .framer-xvqcz .framer-7ci1y2 { width: 100%; } .framer-xvqcz .framer-q745sk { padding: 0px 16px 0px 16px; } .framer-xvqcz .framer-ygttfp { height: 873px; } .framer-xvqcz .framer-e1sy2, .framer-xvqcz .framer-1itk4yj { padding: 24px; } .framer-xvqcz .framer-15a3obl { width: 43%; } .framer-xvqcz .framer-wc8qjy-container { height: 635px; } .framer-xvqcz .framer-8i72bd { padding: 56px 24px 56px 24px; } .framer-xvqcz .framer-qnxtt7-container { height: 662px; width: 733px; } .framer-xvqcz .framer-1e57daq { width: 388px; } .framer-xvqcz .framer-1yfgm3u { height: 202px; width: 281px; } .framer-xvqcz .framer-1ooenw6-container { width: 254px; } .framer-xvqcz .framer-s5on64 { height: var(--framer-aspect-ratio-supported, 196px); width: 196px; } .framer-xvqcz .framer-1ph5gc3 { padding: 0px 24px 0px 24px; width: 100%; } .framer-xvqcz .framer-3p3zt0 { height: min-content; } .framer-xvqcz .framer-8kuhmv { flex-direction: column; gap: 24px; } .framer-xvqcz .framer-1b4h6hg { align-self: unset; gap: 0px; height: min-content; justify-content: center; width: 100%; } .framer-xvqcz .framer-7yfr14 { align-self: unset; order: 0; width: 100%; } .framer-xvqcz .framer-4se923 { align-self: unset; flex-direction: row; gap: 16px; order: 1; width: 100%; } .framer-xvqcz .framer-uvy5h9 { align-self: stretch; flex: 0.5 0 0px; order: 1; width: 1px; } .framer-xvqcz .framer-g10o3a { flex: 1 0 0px; order: 0; width: 1px; } .framer-xvqcz .framer-bfwx2l { align-self: unset; order: 2; width: 100%; } .framer-xvqcz .framer-1ppcq59 { align-self: unset; flex: none; height: min-content; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xvqcz .framer-8kuhmv, .framer-xvqcz .framer-1b4h6hg, .framer-xvqcz .framer-4se923 { gap: 0px; } .framer-xvqcz .framer-8kuhmv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xvqcz .framer-8kuhmv > :first-child, .framer-xvqcz .framer-1b4h6hg > :first-child { margin-top: 0px; } .framer-xvqcz .framer-8kuhmv > :last-child, .framer-xvqcz .framer-1b4h6hg > :last-child { margin-bottom: 0px; } .framer-xvqcz .framer-1b4h6hg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xvqcz .framer-4se923 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-xvqcz .framer-4se923 > :first-child { margin-left: 0px; } .framer-xvqcz .framer-4se923 > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10708\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SAD2FUlfx\":{\"layout\":[\"fixed\",\"auto\"]},\"lqMz1QAy1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"H11EGYtPW\":{\"pattern\":\":H11EGYtPW\",\"name\":\"contact-form\"},\"l7D0O1FF4\":{\"pattern\":\":l7D0O1FF4\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FramervX3MlXYGP=withCSS(Component,css,\"framer-xvqcz\");export default FramervX3MlXYGP;FramervX3MlXYGP.displayName=\"Home\";FramervX3MlXYGP.defaultProps={height:10708,width:1200};addFonts(FramervX3MlXYGP,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhS2f3ZGMZpg.woff2\",weight:\"300\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmWggvWl0Qn.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammWggvWl0Qn.woff2\",weight:\"700\"}]},...NavigationFonts,...BtnMainFonts,...SolucionesFonts,...CardsNuncaTanFacilFonts,...ProfesionesInfoFonts,...BloqueTituloSubtitleFonts,...SlideshowFonts,...FichaInfoFonts,...LeadFormFonts,...EmbedFonts,...TickerFonts,...BloqueTituloSubtitle1Fonts,...RowCopyFonts,...FooterNgeneFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervX3MlXYGP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"H11EGYtPW\\\":{\\\"pattern\\\":\\\":H11EGYtPW\\\",\\\"name\\\":\\\"contact-form\\\"},\\\"l7D0O1FF4\\\":{\\\"pattern\\\":\\\":l7D0O1FF4\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerIntrinsicHeight\":\"10708\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SAD2FUlfx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lqMz1QAy1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "isFunction", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "e", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "t", "P", "j", "testAnimation", "e", "t", "C", "R", "H", "resolveElements", "e", "t", "createGeneratorEasing", "e", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "ae", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "n", "fe", "ue", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "DaLGoPeMw_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "__FramerMetadata__", "valuesByLocaleId", "DaLGoPeMw_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFX", "withFX", "RichText2", "BtnMainFonts", "getFonts", "Y0cvsSD3a_default", "MotionDivWithFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "transition2", "transformTemplate1", "_", "t", "animation2", "transition3", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "N5Zc4FxhR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterb05xj1", "args", "onTapymma5l", "onTapqz62dk", "onTap10gvpst", "onTapfz2blk", "onTap1fk8gt8", "onTap1x8av5f", "onTap1us4wae", "onTap1c49okc", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "getLocalizedValue", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerDaLGoPeMw", "withCSS", "DaLGoPeMw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HgcFb_eQF_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "__FramerMetadata__", "valuesByLocaleId", "HgcFb_eQF_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFX", "withFX", "RichText2", "ImageWithFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "animation2", "transition4", "animation3", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "getLocalizedValue", "css", "FramerHgcFb_eQF", "withCSS", "HgcFb_eQF_default", "addPropertyControls", "ControlType", "addFonts", "kSWMqhiLr_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "__FramerMetadata__", "valuesByLocaleId", "kSWMqhiLr_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFX", "withFX", "RichText2", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "direction", "gap", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "k6ZNGTgVA", "a6fa6eNrz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "Image2", "RichTextWithFX", "getLocalizedValue", "RichText2", "css", "FramerkSWMqhiLr", "withCSS", "kSWMqhiLr_default", "addPropertyControls", "ControlType", "addFonts", "TP2Z5SEyu_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "u", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "__FramerMetadata__", "valuesByLocaleId", "TP2Z5SEyu_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "jF72J7GNJ", "awv1ckb4I", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1vgyjiy", "args", "onMouseEnter6axcgn", "onMouseLeaves29ili", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerK3omDAgUR", "withCSS", "K3omDAgUR_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFX", "withFX", "RichText2", "BtnDatosGenFonts", "getFonts", "K3omDAgUR_default", "BtnMainFonts", "Y0cvsSD3a_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "click2", "click3", "click4", "click5", "click6", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "xcRNa4VhB", "LIGj9Kr5M", "r_QLdo_Yd", "Y2ZI31aOu", "I_d2NwKzf", "OD4IGkNsg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "jF72J7GNJ128q72d", "args", "jF72J7GNJ1wpjech", "jF72J7GNJ3gd1f3", "jF72J7GNJqxu0yl", "jF72J7GNJ1r8glew", "jF72J7GNJdb5n8d", "jF72J7GNJ1sia2fu", "jF72J7GNJ19zbv00", "jF72J7GNJdcrhpv", "jF72J7GNJt56q7t", "jF72J7GNJ17v5uax", "jF72J7GNJwqwew9", "jF72J7GNJ1x75jzm", "jF72J7GNJ1csdu7x", "jF72J7GNJ12hqwnh", "jF72J7GNJ1yz4xdu", "jF72J7GNJ18wy91v", "jF72J7GNJ15qh5bp", "jF72J7GNJwxc85m", "jF72J7GNJ1y9b1es", "jF72J7GNJ1vbhgzg", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "getLocalizedValue", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerTP2Z5SEyu", "withCSS", "TP2Z5SEyu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "GUEleIJsB_default", "BtnMainFonts", "Y0cvsSD3a_default", "RichTextWithFX", "withFX", "RichText2", "SolucionesFonts", "asBs7xDwr_default", "CardsNuncaTanFacilFonts", "kSWMqhiLr_default", "ProfesionesInfoFonts", "TP2Z5SEyu_default", "BloqueTituloSubtitleFonts", "HgcFb_eQF_default", "SlideshowFonts", "Slideshow", "FichaInfoFonts", "xxsqzRJcH_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "LeadFormFonts", "IzlcF8lMU_default", "EmbedFonts", "Embed", "TickerFonts", "Ticker", "BloqueTituloSubtitle1Fonts", "DaLGoPeMw_default", "RowCopyFonts", "vuOUnzX6i_default", "MotionDivWithFX", "motion", "FooterNgeneFonts", "EiEIVDFJq_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "animation3", "animation4", "transition2", "animation5", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "isDisplayed2", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Container", "getLoadingLazyAtYPosition", "Image2", "getLocalizedValue", "x", "Link", "SVG", "css", "FramervX3MlXYGP", "withCSS", "vX3MlXYGP_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
