{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js", "ssg:https://framerusercontent.com/modules/GaSDUhTTiDRknsw1phSc/NstuU1FY4U552FdCCjeP/mXxbZmRMg.js", "ssg:https://framerusercontent.com/modules/vvOpCEqLNOEkyMUiXt3b/UglEZj6qoFfYzpljezrz/I5pQbTlXw.js", "ssg:https://framerusercontent.com/modules/ldAzNZUPICfQqE6y3RxB/4ELpnxXd0WjT8z84Ebn5/fOaATCUPE.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/8tZVkTxe8TSEMF6BzH1a/6LUUF3B0e6aA7vM43Faj/u9pEKDPqz.js", "ssg:https://framerusercontent.com/modules/o4mryEtLNePlQ2onT05L/r11iMwFDPaZIXHZVeuCI/Dpkig5W9L.js", "ssg:https://framerusercontent.com/modules/m0Dih5IOKxO2iRh4zSbh/jNtcdWcs9L3AuEZbSocv/uMZtgTafO.js", "ssg:https://framerusercontent.com/modules/RaLc1ivUO2oPsEPNQK3Q/StcoN5FS6ryFlmOfGbJB/ZMdft2IVB.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,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)`};/**\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 currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// 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[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;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;startTransition(()=>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)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"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.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.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){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]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* 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,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||!isInView?\"auto\":\"transform\",transform:transformer(0)},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\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Medium\",\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Semibold Italic\",\"CUSTOM;Gilroy Medium Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/MX4NFokilrhBIM79HejBYHVxyec.woff2\"},{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"},{family:\"Gilroy Medium Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/VK4y5ty3xT1lbg8GMwEnYYpqFU.woff2\"}]}];export const css=['.framer-oiOXV .framer-styles-preset-1b5ms6p:not(.rich-text-wrapper), .framer-oiOXV .framer-styles-preset-1b5ms6p.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 18px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-oiOXV .framer-styles-preset-1b5ms6p:not(.rich-text-wrapper), .framer-oiOXV .framer-styles-preset-1b5ms6p.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-oiOXV .framer-styles-preset-1b5ms6p:not(.rich-text-wrapper), .framer-oiOXV .framer-styles-preset-1b5ms6p.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 18px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-oiOXV .framer-styles-preset-1b5ms6p:not(.rich-text-wrapper), .framer-oiOXV .framer-styles-preset-1b5ms6p.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 18px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-oiOXV\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}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/f4nWm9qls18n3IMywpnl/z3GKxUR62tGZEM33590Y/AghOAlGbR.js\";const cycleOrder=[\"kTUwUB_Hu\",\"F1gbKf8MC\",\"BjUW68F16\"];const serializationHash=\"framer-PhV1u\";const variantClassNames={BjUW68F16:\"framer-v-4y239f\",F1gbKf8MC:\"framer-v-1ail8v5\",kTUwUB_Hu:\"framer-v-hrsbqx\"};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 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 3\":\"BjUW68F16\",New:\"F1gbKf8MC\",Popular:\"kTUwUB_Hu\"};const getProps=({height,id,title,width,...props})=>{return{...props,u4Gvws9gv:title??props.u4Gvws9gv??\"Popular\",variant:humanReadableVariantMap[props.variant]??props.variant??\"kTUwUB_Hu\"};};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,u4Gvws9gv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kTUwUB_Hu\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hrsbqx\",className,classNames),\"data-framer-name\":\"Popular\",layoutDependency:layoutDependency,layoutId:\"kTUwUB_Hu\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{BjUW68F16:{backgroundColor:\"var(--token-02cb1be2-2ce0-47f2-964c-ed5633b76051, rgb(232, 239, 235))\"},F1gbKf8MC:{backgroundColor:\"var(--token-bdf1d521-1b21-42fe-a7ce-3468d5e0f515, rgb(204, 137, 87))\"}},...addPropertyOverrides({BjUW68F16:{\"data-framer-name\":\"Variant 3\"},F1gbKf8MC:{\"data-framer-name\":\"New\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",children:\"Popular\"})}),className:\"framer-1du7mvl\",\"data-framer-name\":\"Popular\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PKKZmWTAK\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:u4Gvws9gv,variants:{BjUW68F16:{\"--extracted-r6o4lv\":\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62))\"},F1gbKf8MC:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BjUW68F16:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)))\"},children:\"Popular\"})})},F1gbKf8MC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"New\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PhV1u.framer-6gn1hf, .framer-PhV1u .framer-6gn1hf { display: block; }\",\".framer-PhV1u.framer-hrsbqx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 24px; justify-content: center; overflow: visible; padding: 1px 8px 0px 8px; position: relative; width: min-content; }\",\".framer-PhV1u .framer-1du7mvl { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PhV1u.framer-hrsbqx { gap: 0px; } .framer-PhV1u.framer-hrsbqx > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-PhV1u.framer-hrsbqx > :first-child { margin-left: 0px; } .framer-PhV1u.framer-hrsbqx > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 79\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"F1gbKf8MC\":{\"layout\":[\"auto\",\"fixed\"]},\"BjUW68F16\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"u4Gvws9gv\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerI5pQbTlXw=withCSS(Component,css,\"framer-PhV1u\");export default FramerI5pQbTlXw;FramerI5pQbTlXw.displayName=\"Labels\";FramerI5pQbTlXw.defaultProps={height:24,width:79};addPropertyControls(FramerI5pQbTlXw,{variant:{options:[\"kTUwUB_Hu\",\"F1gbKf8MC\",\"BjUW68F16\"],optionTitles:[\"Popular\",\"New\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},u4Gvws9gv:{defaultValue:\"Popular\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerI5pQbTlXw,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerI5pQbTlXw\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"F1gbKf8MC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BjUW68F16\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"79\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"u4Gvws9gv\\\":\\\"title\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/S1lBTSePMWP7sI4cVKYs/hHeOBULaKYYu7U2IS5eV/iL4mo_Aba.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/u004SsgFTrIm9MiTKO5D/LfpX3ecz2tH7Uw8CTtPt/k4gh_dPgx.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/GaSDUhTTiDRknsw1phSc/NstuU1FY4U552FdCCjeP/mXxbZmRMg.js\";import Labels from\"https://framerusercontent.com/modules/vvOpCEqLNOEkyMUiXt3b/UglEZj6qoFfYzpljezrz/I5pQbTlXw.js\";const LabelsFonts=getFonts(Labels);const enabledGestures={ew3SBYoa5:{hover:true},oa08KLc8O:{hover:true},p81UVGqnk:{hover:true},PgGERv1D3:{hover:true}};const cycleOrder=[\"oa08KLc8O\",\"PgGERv1D3\",\"ew3SBYoa5\",\"p81UVGqnk\",\"TO3HpfLqz\",\"DlsT9fA4U\"];const serializationHash=\"framer-EkNfb\";const variantClassNames={DlsT9fA4U:\"framer-v-bhenj4\",ew3SBYoa5:\"framer-v-4ecrfg\",oa08KLc8O:\"framer-v-r7rucf\",p81UVGqnk:\"framer-v-1g5hcbw\",PgGERv1D3:\"framer-v-1ezn7ph\",TO3HpfLqz:\"framer-v-y65z63\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;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={\"Desktop BIG - Pills\":\"PgGERv1D3\",\"Desktop BIG - Shake\":\"oa08KLc8O\",\"Footer - Pills\":\"p81UVGqnk\",\"Footer - Shake\":\"ew3SBYoa5\",\"Mobile BIG - Pills\":\"DlsT9fA4U\",\"Mobile BIG - Shake\":\"TO3HpfLqz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oa08KLc8O\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oa08KLc8O\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"PgGERv1D3-hover\",\"p81UVGqnk-hover\"].includes(gestureVariant))return true;if([\"PgGERv1D3\",\"p81UVGqnk\",\"DlsT9fA4U\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"PgGERv1D3-hover\",\"p81UVGqnk-hover\"].includes(gestureVariant))return false;if([\"PgGERv1D3\",\"p81UVGqnk\",\"DlsT9fA4U\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"ew3SBYoa5-hover\",\"p81UVGqnk-hover\"].includes(gestureVariant))return false;if([\"ew3SBYoa5\",\"p81UVGqnk\",\"TO3HpfLqz\",\"DlsT9fA4U\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"ew3SBYoa5-hover\",\"p81UVGqnk-hover\"].includes(gestureVariant))return false;if([\"ew3SBYoa5\",\"p81UVGqnk\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DK92elOpK\"},motionChild:true,nodeId:\"oa08KLc8O\",openInNewTab:false,scopeId:\"fOaATCUPE\",...addPropertyOverrides({DlsT9fA4U:{href:{webPageId:\"Eiu1RdOlr\"}},p81UVGqnk:{href:{webPageId:\"Eiu1RdOlr\"}},PgGERv1D3:{href:{webPageId:\"Eiu1RdOlr\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-r7rucf\",className,classNames)} framer-er6g76`,\"data-framer-name\":\"Desktop BIG - Shake\",layoutDependency:layoutDependency,layoutId:\"oa08KLc8O\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\",...style},variants:{\"ew3SBYoa5-hover\":{boxShadow:\"0px 10px 30px 0px rgba(0, 0, 0, 0.3)\"},\"oa08KLc8O-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",boxShadow:\"none\"},\"p81UVGqnk-hover\":{boxShadow:\"0px 10px 30px 0px rgba(0, 0, 0, 0.3)\"},\"PgGERv1D3-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",boxShadow:\"none\"},DlsT9fA4U:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",boxShadow:\"none\"},ew3SBYoa5:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 20px 50px 0px rgba(0, 0, 0, 0.2)\"},p81UVGqnk:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 20px 50px 0px rgba(0, 0, 0, 0.2)\"},TO3HpfLqz:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",boxShadow:\"none\"}},...addPropertyOverrides({\"ew3SBYoa5-hover\":{\"data-framer-name\":undefined},\"oa08KLc8O-hover\":{\"data-framer-name\":undefined},\"p81UVGqnk-hover\":{\"data-framer-name\":undefined},\"PgGERv1D3-hover\":{\"data-framer-name\":undefined},DlsT9fA4U:{\"data-framer-name\":\"Mobile BIG - Pills\"},ew3SBYoa5:{\"data-border\":true,\"data-framer-name\":\"Footer - Shake\"},p81UVGqnk:{\"data-border\":true,\"data-framer-name\":\"Footer - Pills\"},PgGERv1D3:{\"data-framer-name\":\"Desktop BIG - Pills\"},TO3HpfLqz:{\"data-framer-name\":\"Mobile BIG - Shake\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/XIELhLypTADfjKw9qORG3ozCh4.png\",srcSet:\"https://framerusercontent.com/images/XIELhLypTADfjKw9qORG3ozCh4.png?scale-down-to=512 512w,https://framerusercontent.com/images/XIELhLypTADfjKw9qORG3ozCh4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XIELhLypTADfjKw9qORG3ozCh4.png 1296w\"},className:\"framer-1hbvw6h\",\"data-framer-name\":\"Metabolism Booster\",layoutDependency:layoutDependency,layoutId:\"rI1O7Baua\",style:{opacity:.8},variants:{\"p81UVGqnk-hover\":{opacity:1},\"PgGERv1D3-hover\":{opacity:1},DlsT9fA4U:{opacity:.9}},...addPropertyOverrides({\"p81UVGqnk-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1.08/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.08)`,src:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png\",srcSet:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png 1296w\"}},\"PgGERv1D3-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||640)*.5000000000000002-(componentViewport?.height||640)*1.0804/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0795)`,src:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png\",srcSet:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png 1296w\"}},DlsT9fA4U:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||440)*.5250000000000002-(componentViewport?.height||440)*1.05/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,src:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png\",srcSet:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png 1296w\"}},p81UVGqnk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1.05/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,src:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png\",srcSet:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png 1296w\"}},PgGERv1D3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||640)*.5000000000000002-(componentViewport?.height||640)*1.05/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,src:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png\",srcSet:\"https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jE4Ch2qDFXEM3LuOvCiUL88xdhE.png 1296w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||640)*.5000000000000002-(componentViewport?.height||640)*1.05/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,src:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png\",srcSet:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=512 512w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png 1296w\"},className:\"framer-1rzhwgm\",\"data-framer-name\":\"Superfood Weight-Loss Shake\",layoutDependency:layoutDependency,layoutId:\"DKuPEjG7O\",style:{opacity:.8},variants:{\"ew3SBYoa5-hover\":{opacity:1},\"oa08KLc8O-hover\":{opacity:1},TO3HpfLqz:{opacity:.9}},...addPropertyOverrides({\"ew3SBYoa5-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1.08/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.08)`,src:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png\",srcSet:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=512 512w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png 1296w\"}},\"oa08KLc8O-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||640)*.5000000000000002-(componentViewport?.height||640)*1.0804/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0795)`,src:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png\",srcSet:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=512 512w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png 1296w\"}},ew3SBYoa5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1.05/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,src:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png\",srcSet:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=512 512w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png 1296w\"}},TO3HpfLqz:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||440)*.5454545454545456-(componentViewport?.height||440)*1.0886/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.09)`,src:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png\",srcSet:\"https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=512 512w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6NlvAeCnokGAmyR93VgGSpdo.png 1296w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1chumj4\",\"data-framer-name\":\"overlay\",layoutDependency:layoutDependency,layoutId:\"hf2A7BfSw\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%)\",opacity:.3}}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15b22u8\",layoutDependency:layoutDependency,layoutId:\"o0e3Rxsr1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+40+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wtjrc8-container\",layoutDependency:layoutDependency,layoutId:\"e288SMa09-container\",nodeId:\"e288SMa09\",rendersWithMotion:true,scopeId:\"fOaATCUPE\",children:/*#__PURE__*/_jsx(Labels,{height:\"100%\",id:\"e288SMa09\",layoutId:\"e288SMa09\",style:{height:\"100%\"},u4Gvws9gv:\"Popular\",variant:\"kTUwUB_Hu\",width:\"100%\",...addPropertyOverrides({PgGERv1D3:{u4Gvws9gv:\"New\",variant:\"F1gbKf8MC\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y42j2a\",\"data-styles-preset\":\"k4gh_dPgx\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Superfood Weight-Loss Shake\"})}),className:\"framer-jre5j7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kku0_RIVi\",style:{\"--extracted-1lwpl3i\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DlsT9fA4U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y42j2a\",\"data-styles-preset\":\"k4gh_dPgx\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Metabolism Booster+\"})})},ew3SBYoa5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h5,{className:\"framer-styles-preset-1y42j2a\",\"data-styles-preset\":\"k4gh_dPgx\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:[\"Superfood\",/*#__PURE__*/_jsx(motion.br,{}),\"Weight-Loss Shake\"]})})},p81UVGqnk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y42j2a\",\"data-styles-preset\":\"k4gh_dPgx\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Metabolism Booster\"})})},PgGERv1D3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y42j2a\",\"data-styles-preset\":\"k4gh_dPgx\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Metabolism Booster+\"})})}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b5ms6p\",\"data-styles-preset\":\"mXxbZmRMg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Enhanced Nutrition, Microbiome Health, & 173 Health Benefits\"})}),className:\"framer-18ma8km\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BiIqr3Hb0\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.7},variants:{TO3HpfLqz:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DlsT9fA4U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"100% Natural Ingredients for a Faster Metabolism\"})})},PgGERv1D3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b5ms6p\",\"data-styles-preset\":\"mXxbZmRMg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Spark Your Metabolism & Burn Fat Faster\"})})},TO3HpfLqz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Enhanced Nutrition, Microbiome Health, & 173 Health Benefits\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5j5yi6\",layoutDependency:layoutDependency,layoutId:\"AyjRSOEG4\",style:{backgroundColor:\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{\"ew3SBYoa5-hover\":{backgroundColor:\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62))\"},\"oa08KLc8O-hover\":{backgroundColor:\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62))\",borderBottomLeftRadius:73.47,borderBottomRightRadius:73.47,borderTopLeftRadius:73.47,borderTopRightRadius:73.47},\"p81UVGqnk-hover\":{backgroundColor:\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62))\"},\"PgGERv1D3-hover\":{backgroundColor:\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62))\"},DlsT9fA4U:{borderBottomLeftRadius:71.43,borderBottomRightRadius:71.43,borderTopLeftRadius:71.43,borderTopRightRadius:71.43},TO3HpfLqz:{borderBottomLeftRadius:71.43,borderBottomRightRadius:71.43,borderTopLeftRadius:71.43,borderTopRightRadius:71.43}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z2ofdg\",layoutDependency:layoutDependency,layoutId:\"t76jBqS6n\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12iwmjt\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vnNE02LY_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 1 8 L 15 8 M 15 8 L 8 1 M 15 8 L 8 15\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10927672672,withExternalLayout:true,...addPropertyOverrides({\"ew3SBYoa5-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.36\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11293124469},\"oa08KLc8O-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 1 8 L 15 8 M 15 8 L 8 1 M 15 8 L 8 15\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11127357093},\"p81UVGqnk-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9831890010},\"PgGERv1D3-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 1 8 L 15 8 M 15 8 L 8 1 M 15 8 L 8 15\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11127357093},ew3SBYoa5:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.36\" stroke=\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:8675823298},p81UVGqnk:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9938280010}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-i7mla6\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"e0boWqSHM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 1 8 L 15 8 M 15 8 L 8 1 M 15 8 L 8 15\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11325955328,withExternalLayout:true,...addPropertyOverrides({\"ew3SBYoa5-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.36\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9029395686},\"oa08KLc8O-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 1 8 L 15 8 M 15 8 L 8 1 M 15 8 L 8 15\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12356449282},\"p81UVGqnk-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12359067061},\"PgGERv1D3-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 1 8 L 15 8 M 15 8 L 8 1 M 15 8 L 8 15\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12356449282},ew3SBYoa5:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.36\" stroke=\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11337495038},p81UVGqnk:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.75 6 L 11.25 6 M 11.25 6 L 6 0.75 M 11.25 6 L 6 11.25\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:8847557814}},baseVariant,gestureVariant)})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EkNfb.framer-er6g76, .framer-EkNfb .framer-er6g76 { display: block; }\",\".framer-EkNfb.framer-r7rucf { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; text-decoration: none; width: 528px; will-change: var(--framer-will-change-override, transform); }\",\".framer-EkNfb .framer-1hbvw6h, .framer-EkNfb .framer-1rzhwgm { flex: none; height: 105%; left: calc(50.00000000000002% - 105% / 2); position: absolute; top: calc(50.00000000000002% - 105% / 2); width: 105%; z-index: 0; }\",\".framer-EkNfb .framer-1chumj4 { flex: none; height: 40%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-EkNfb .framer-15b22u8 { 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 0px 8px 0px; position: relative; width: min-content; }\",\".framer-EkNfb .framer-wtjrc8-container { flex: none; height: 24px; position: relative; width: auto; }\",\".framer-EkNfb .framer-jre5j7, .framer-EkNfb .framer-18ma8km { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-EkNfb .framer-5j5yi6 { align-content: center; align-items: center; bottom: 36px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 36px; width: 48px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-EkNfb .framer-z2ofdg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: -63px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 200%; z-index: 1; }\",\".framer-EkNfb .framer-12iwmjt, .framer-EkNfb .framer-i7mla6 { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EkNfb.framer-r7rucf, .framer-EkNfb .framer-15b22u8, .framer-EkNfb .framer-5j5yi6 { gap: 0px; } .framer-EkNfb.framer-r7rucf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-EkNfb.framer-r7rucf > :first-child, .framer-EkNfb .framer-5j5yi6 > :first-child { margin-top: 0px; } .framer-EkNfb.framer-r7rucf > :last-child, .framer-EkNfb .framer-5j5yi6 > :last-child { margin-bottom: 0px; } .framer-EkNfb .framer-15b22u8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-EkNfb .framer-15b22u8 > :first-child { margin-left: 0px; } .framer-EkNfb .framer-15b22u8 > :last-child { margin-right: 0px; } .framer-EkNfb .framer-5j5yi6 > * { margin: 0px; margin-bottom: calc(8.57px / 2); margin-top: calc(8.57px / 2); } }\",\".framer-EkNfb.framer-v-1ezn7ph .framer-1hbvw6h, .framer-EkNfb.framer-v-1g5hcbw .framer-1hbvw6h { order: 1; z-index: unset; }\",\".framer-EkNfb.framer-v-1ezn7ph .framer-1chumj4, .framer-EkNfb.framer-v-4ecrfg .framer-1chumj4, .framer-EkNfb.framer-v-1g5hcbw .framer-1chumj4, .framer-EkNfb.framer-v-bhenj4 .framer-1chumj4, .framer-EkNfb.framer-v-r7rucf.hover .framer-1chumj4 { order: 2; }\",\".framer-EkNfb.framer-v-1ezn7ph .framer-15b22u8, .framer-EkNfb.framer-v-r7rucf.hover .framer-15b22u8 { order: 3; }\",\".framer-EkNfb.framer-v-1ezn7ph .framer-jre5j7, .framer-EkNfb.framer-v-4ecrfg .framer-jre5j7, .framer-EkNfb.framer-v-1g5hcbw .framer-jre5j7, .framer-EkNfb.framer-v-bhenj4 .framer-jre5j7, .framer-EkNfb.framer-v-r7rucf.hover .framer-jre5j7 { order: 4; }\",\".framer-EkNfb.framer-v-1ezn7ph .framer-18ma8km, .framer-EkNfb.framer-v-bhenj4 .framer-18ma8km, .framer-EkNfb.framer-v-r7rucf.hover .framer-18ma8km { order: 5; }\",\".framer-EkNfb.framer-v-1ezn7ph .framer-5j5yi6 { order: 6; }\",\".framer-EkNfb.framer-v-4ecrfg.framer-r7rucf, .framer-EkNfb.framer-v-1g5hcbw.framer-r7rucf { height: 360px; padding: 24px; width: 360px; }\",\".framer-EkNfb.framer-v-4ecrfg .framer-1rzhwgm { order: 1; }\",\".framer-EkNfb.framer-v-4ecrfg .framer-5j5yi6, .framer-EkNfb.framer-v-1g5hcbw .framer-5j5yi6 { bottom: 16px; height: 32px; order: 6; right: 16px; width: 32px; }\",\".framer-EkNfb.framer-v-4ecrfg .framer-z2ofdg, .framer-EkNfb.framer-v-1g5hcbw .framer-z2ofdg { left: -42px; }\",\".framer-EkNfb.framer-v-4ecrfg .framer-12iwmjt, .framer-EkNfb.framer-v-4ecrfg .framer-i7mla6, .framer-EkNfb.framer-v-1g5hcbw .framer-12iwmjt, .framer-EkNfb.framer-v-1g5hcbw .framer-i7mla6 { height: 12px; width: 12px; }\",\".framer-EkNfb.framer-v-y65z63.framer-r7rucf, .framer-EkNfb.framer-v-bhenj4.framer-r7rucf { cursor: unset; gap: 8px; height: 440px; padding: 28px; width: 400px; }\",\".framer-EkNfb.framer-v-y65z63 .framer-1rzhwgm { height: 109%; left: calc(54.50000000000003% - 109.00000000000001% / 2); top: calc(54.54545454545456% - 108.86363636363636% / 2); width: 109%; }\",\".framer-EkNfb.framer-v-y65z63 .framer-5j5yi6 { bottom: 28px; gap: 7px; height: 40px; right: 28px; width: 40px; }\",\".framer-EkNfb.framer-v-y65z63 .framer-z2ofdg, .framer-EkNfb.framer-v-bhenj4 .framer-z2ofdg { left: -52px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EkNfb.framer-v-y65z63.framer-r7rucf, .framer-EkNfb.framer-v-y65z63 .framer-5j5yi6 { gap: 0px; } .framer-EkNfb.framer-v-y65z63.framer-r7rucf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-EkNfb.framer-v-y65z63.framer-r7rucf > :first-child, .framer-EkNfb.framer-v-y65z63 .framer-5j5yi6 > :first-child { margin-top: 0px; } .framer-EkNfb.framer-v-y65z63.framer-r7rucf > :last-child, .framer-EkNfb.framer-v-y65z63 .framer-5j5yi6 > :last-child { margin-bottom: 0px; } .framer-EkNfb.framer-v-y65z63 .framer-5j5yi6 > * { margin: 0px; margin-bottom: calc(7.14px / 2); margin-top: calc(7.14px / 2); } }\",\".framer-EkNfb.framer-v-bhenj4 .framer-1hbvw6h { order: 1; top: calc(52.50000000000002% - 105% / 2); z-index: unset; }\",\".framer-EkNfb.framer-v-bhenj4 .framer-5j5yi6 { bottom: 28px; gap: 7px; height: 40px; order: 6; right: 28px; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EkNfb.framer-v-bhenj4.framer-r7rucf, .framer-EkNfb.framer-v-bhenj4 .framer-5j5yi6 { gap: 0px; } .framer-EkNfb.framer-v-bhenj4.framer-r7rucf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-EkNfb.framer-v-bhenj4.framer-r7rucf > :first-child, .framer-EkNfb.framer-v-bhenj4 .framer-5j5yi6 > :first-child { margin-top: 0px; } .framer-EkNfb.framer-v-bhenj4.framer-r7rucf > :last-child, .framer-EkNfb.framer-v-bhenj4 .framer-5j5yi6 > :last-child { margin-bottom: 0px; } .framer-EkNfb.framer-v-bhenj4 .framer-5j5yi6 > * { margin: 0px; margin-bottom: calc(7.14px / 2); margin-top: calc(7.14px / 2); } }\",\".framer-EkNfb.framer-v-r7rucf.hover .framer-1rzhwgm { height: 108%; left: calc(50.00000000000002% - 107.95454545454545% / 2); order: 1; top: calc(50.00000000000002% - 108.03571428571428% / 2); width: 108%; }\",\".framer-EkNfb.framer-v-r7rucf.hover .framer-5j5yi6 { gap: 7px; order: 6; }\",\".framer-EkNfb.framer-v-r7rucf.hover .framer-z2ofdg { left: 16px; width: 96px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EkNfb.framer-v-r7rucf.hover .framer-5j5yi6 { gap: 0px; } .framer-EkNfb.framer-v-r7rucf.hover .framer-5j5yi6 > * { margin: 0px; margin-bottom: calc(7.35px / 2); margin-top: calc(7.35px / 2); } .framer-EkNfb.framer-v-r7rucf.hover .framer-5j5yi6 > :first-child { margin-top: 0px; } .framer-EkNfb.framer-v-r7rucf.hover .framer-5j5yi6 > :last-child { margin-bottom: 0px; } }\",\".framer-EkNfb.framer-v-1ezn7ph.hover .framer-1hbvw6h { height: 108%; left: calc(50.00000000000002% - 107.95454545454545% / 2); top: calc(50.00000000000002% - 108.03571428571428% / 2); width: 108%; z-index: unset; }\",\".framer-EkNfb.framer-v-1ezn7ph.hover .framer-z2ofdg { left: 16px; }\",\".framer-EkNfb.framer-v-4ecrfg.hover .framer-1rzhwgm { height: 108%; left: calc(50.00000000000002% - 108% / 2); top: calc(50.00000000000002% - 108% / 2); width: 108%; }\",\".framer-EkNfb.framer-v-4ecrfg.hover .framer-z2ofdg { left: 10px; width: 64px; }\",\".framer-EkNfb.framer-v-1g5hcbw.hover .framer-1hbvw6h { height: 108%; left: calc(50.00000000000002% - 108% / 2); top: calc(50.00000000000002% - 108% / 2); width: 108%; z-index: unset; }\",\".framer-EkNfb.framer-v-1g5hcbw.hover .framer-z2ofdg { left: 10px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-EkNfb[data-border=\"true\"]::after, .framer-EkNfb [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 640\n * @framerIntrinsicWidth 528\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PgGERv1D3\":{\"layout\":[\"fixed\",\"fixed\"]},\"ew3SBYoa5\":{\"layout\":[\"fixed\",\"fixed\"]},\"p81UVGqnk\":{\"layout\":[\"fixed\",\"fixed\"]},\"TO3HpfLqz\":{\"layout\":[\"fixed\",\"fixed\"]},\"DlsT9fA4U\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ecume5hw6\":{\"layout\":[\"fixed\",\"fixed\"]},\"DvCSgRAbl\":{\"layout\":[\"fixed\",\"fixed\"]},\"Cqh7Thkyp\":{\"layout\":[\"fixed\",\"fixed\"]},\"PgjDDv4Lm\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfOaATCUPE=withCSS(Component,css,\"framer-EkNfb\");export default FramerfOaATCUPE;FramerfOaATCUPE.displayName=\"Product-card\";FramerfOaATCUPE.defaultProps={height:640,width:528};addPropertyControls(FramerfOaATCUPE,{variant:{options:[\"oa08KLc8O\",\"PgGERv1D3\",\"ew3SBYoa5\",\"p81UVGqnk\",\"TO3HpfLqz\",\"DlsT9fA4U\"],optionTitles:[\"Desktop BIG - Shake\",\"Desktop BIG - Pills\",\"Footer - Shake\",\"Footer - Pills\",\"Mobile BIG - Shake\",\"Mobile BIG - Pills\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfOaATCUPE,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...LabelsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfOaATCUPE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"640\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PgGERv1D3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ew3SBYoa5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p81UVGqnk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TO3HpfLqz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DlsT9fA4U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ecume5hw6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DvCSgRAbl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Cqh7Thkyp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PgjDDv4Lm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"528\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fOaATCUPE.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/loq40WN1yfZcnLKDDlBY/92BOaYVzXOkw6yDKMegs/gC9l31Wfp.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/S1lBTSePMWP7sI4cVKYs/hHeOBULaKYYu7U2IS5eV/iL4mo_Aba.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/PLsMrcutWBQuJwYFUARi/nFQGBvlylCkg5Fv3Vzwu/SuS3g8pel.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/lWDBdPv5gCvf0TRF3uyP/QSPWFPhBvfBzvqabcvqt/W_9VX5_X5.js\";const ClipboardFonts=getFonts(Clipboard);const MotionDivWithFX=withFX(motion.div);const enabledGestures={XyVtfQwe8:{hover:true,pressed:true}};const cycleOrder=[\"XyVtfQwe8\",\"ugN2FVcov\",\"tcYFDICFM\",\"RpZRCWABk\",\"clpfioZ2A\",\"gYpbSlRI9\"];const serializationHash=\"framer-d4nHF\";const variantClassNames={clpfioZ2A:\"framer-v-rqmetx\",gYpbSlRI9:\"framer-v-123o99t\",RpZRCWABk:\"framer-v-iejrfe\",tcYFDICFM:\"framer-v-mi7gid\",ugN2FVcov:\"framer-v-ct8uhc\",XyVtfQwe8:\"framer-v-1j93rl8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition1={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"XyVtfQwe8\",Disabled:\"tcYFDICFM\",Discount:\"gYpbSlRI9\",Error:\"clpfioZ2A\",Loading:\"ugN2FVcov\",Success:\"RpZRCWABk\"};const getProps=({height,id,title,width,...props})=>{return{...props,RYmeaV5XS:title??props.RYmeaV5XS??\"Submit\",variant:humanReadableVariantMap[props.variant]??props.variant??\"XyVtfQwe8\"};};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,RYmeaV5XS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XyVtfQwe8\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"gYpbSlRI9\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"ugN2FVcov\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"ugN2FVcov\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1j93rl8\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"XyVtfQwe8\",ref:refBinding,style:{background:'radial-gradient(50% 100% at 50% -102.2%, var(--token-34823a83-d133-4b4e-832c-e3da012ca646, rgb(52, 165, 100)) /* {\"name\":\"Green Gradient\"} */ 0%, var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)) /* {\"name\":\"Green Main\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1,...style},variants:{\"XyVtfQwe8-hover\":{background:'radial-gradient(50% 100% at 50% 0%, var(--token-34823a83-d133-4b4e-832c-e3da012ca646, rgb(52, 165, 100)) /* {\"name\":\"Green Gradient\"} */ 0%, var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)) /* {\"name\":\"Green Main\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:1},\"XyVtfQwe8-pressed\":{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:1},clpfioZ2A:{background:\"radial-gradient(50% 50% at 50% 50%, var(--token-569b79a0-cfaa-4065-a3b4-6868f329026c, rgb(247, 219, 216)) 0%, var(--token-569b79a0-cfaa-4065-a3b4-6868f329026c, rgb(247, 219, 216)) 100%)\",backgroundColor:\"var(--token-569b79a0-cfaa-4065-a3b4-6868f329026c, rgb(247, 219, 216))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,opacity:1},gYpbSlRI9:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,opacity:1},RpZRCWABk:{background:\"radial-gradient(50% 50% at 50% 50%, var(--token-02cb1be2-2ce0-47f2-964c-ed5633b76051, rgb(232, 239, 235)) 0%, var(--token-02cb1be2-2ce0-47f2-964c-ed5633b76051, rgb(232, 239, 235)) 100%)\",backgroundColor:\"var(--token-02cb1be2-2ce0-47f2-964c-ed5633b76051, rgb(232, 239, 235))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,opacity:1},tcYFDICFM:{opacity:.5}},...addPropertyOverrides({\"XyVtfQwe8-hover\":{\"data-framer-name\":undefined},\"XyVtfQwe8-pressed\":{\"data-framer-name\":undefined},clpfioZ2A:{\"data-framer-name\":\"Error\"},gYpbSlRI9:{\"data-framer-name\":\"Discount\"},RpZRCWABk:{\"data-framer-name\":\"Success\"},tcYFDICFM:{\"data-framer-name\":\"Disabled\"},ugN2FVcov:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f1gow9\",layoutDependency:layoutDependency,layoutId:\"ET7aPgqXO\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hvacj9\",\"data-styles-preset\":\"SuS3g8pel\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Use this discount code at checkout\"})}),className:\"framer-xb582e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"L8V85BuXH\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-9uvyd3\",\"data-styles-preset\":\"W_9VX5_X5\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Submit\"})}),className:\"framer-x3ytqc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KAgqtixEy\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RYmeaV5XS,variants:{clpfioZ2A:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"},gYpbSlRI9:{\"--extracted-1w1cjl5\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},RpZRCWABk:{\"--extracted-r6o4lv\":\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({clpfioZ2A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})}),text:undefined},gYpbSlRI9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Thanks for Subscribing\"})}),text:undefined},RpZRCWABk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)))\"},children:\"Thank you, we'll contact you within 24 hours\"})}),text:undefined}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fggvz\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"EMTVCBPDk\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1222p5s\",layoutDependency:layoutDependency,layoutId:\"I6keq9UZ3\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ptda5l\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kb5T4dBZu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 6.364 6.364 L 6.364 3.818 C 6.364 2.8 6.364 2.291 6.562 1.902 C 6.736 1.56 7.014 1.282 7.356 1.107 C 7.745 0.909 8.254 0.909 9.273 0.909 L 16.182 0.909 C 17.2 0.909 17.709 0.909 18.098 1.107 C 18.44 1.282 18.718 1.56 18.893 1.902 C 19.091 2.291 19.091 2.8 19.091 3.818 L 19.091 10.727 C 19.091 11.746 19.091 12.255 18.893 12.644 C 18.718 12.986 18.44 13.264 18.098 13.438 C 17.709 13.636 17.2 13.636 16.182 13.636 L 13.636 13.636 M 3.818 19.091 L 10.727 19.091 C 11.746 19.091 12.255 19.091 12.644 18.893 C 12.986 18.718 13.264 18.44 13.438 18.098 C 13.636 17.709 13.636 17.2 13.636 16.182 L 13.636 9.273 C 13.636 8.254 13.636 7.745 13.438 7.356 C 13.264 7.014 12.986 6.736 12.644 6.562 C 12.255 6.364 11.746 6.364 10.727 6.364 L 3.818 6.364 C 2.8 6.364 2.291 6.364 1.902 6.562 C 1.56 6.736 1.282 7.014 1.107 7.356 C 0.909 7.745 0.909 8.254 0.909 9.273 L 0.909 16.182 C 0.909 17.2 0.909 17.709 1.107 18.098 C 1.282 18.44 1.56 18.718 1.902 18.893 C 2.291 19.091 2.8 19.091 3.818 19.091 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)) /* {&quot;name&quot;:&quot;Green Main&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9830781901,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i1w2kr-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"w5gdicnMa-container\",nodeId:\"w5gdicnMa\",rendersWithMotion:true,scopeId:\"u9pEKDPqz\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:6,bottomLeftRadius:6,bottomRightRadius:6,color:\"var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62))\",content:\"BIOME\",fill:\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",font:{fontFamily:'\"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif',fontSize:\"24px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"w5gdicnMa\",isMixedBorderRadius:false,label:\"BIOME\",layoutId:\"w5gdicnMa\",padding:10,paddingBottom:12,paddingLeft:24,paddingPerSide:true,paddingRight:24,paddingTop:12,style:{height:\"100%\",width:\"100%\"},topLeftRadius:6,topRightRadius:6,width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7twjf0\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"qbWcXwaWy\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-dih3wx\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"vgH_V5kZw\",style:{background:\"conic-gradient(from 180deg at 50% 50%, rgb(68, 204, 255) 0deg, rgb(68, 204, 255) 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{ugN2FVcov:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a4k8yf\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"ANDCCtOeC\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate2})})})]})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-d4nHF.framer-1r0hxd4, .framer-d4nHF .framer-1r0hxd4 { display: block; }\",\".framer-d4nHF.framer-1j93rl8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 1px 32px 0px 32px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-d4nHF .framer-f1gow9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-d4nHF .framer-xb582e, .framer-d4nHF .framer-x3ytqc { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-d4nHF .framer-fggvz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: center; overflow: visible; padding: 4px; position: relative; width: 1px; }\",\".framer-d4nHF .framer-1222p5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; pointer-events: none; position: absolute; right: 15px; top: 50%; width: min-content; z-index: 1; }\",\".framer-d4nHF .framer-1ptda5l { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-d4nHF .framer-1i1w2kr-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-d4nHF .framer-7twjf0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-d4nHF .framer-dih3wx { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-d4nHF .framer-1a4k8yf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d4nHF.framer-1j93rl8, .framer-d4nHF .framer-f1gow9, .framer-d4nHF .framer-fggvz, .framer-d4nHF .framer-1222p5s { gap: 0px; } .framer-d4nHF.framer-1j93rl8 > *, .framer-d4nHF .framer-fggvz > *, .framer-d4nHF .framer-1222p5s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-d4nHF.framer-1j93rl8 > :first-child, .framer-d4nHF .framer-fggvz > :first-child, .framer-d4nHF .framer-1222p5s > :first-child { margin-left: 0px; } .framer-d4nHF.framer-1j93rl8 > :last-child, .framer-d4nHF .framer-fggvz > :last-child, .framer-d4nHF .framer-1222p5s > :last-child { margin-right: 0px; } .framer-d4nHF .framer-f1gow9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-d4nHF .framer-f1gow9 > :first-child { margin-top: 0px; } .framer-d4nHF .framer-f1gow9 > :last-child { margin-bottom: 0px; } }\",\".framer-d4nHF.framer-v-ct8uhc.framer-1j93rl8, .framer-d4nHF.framer-v-mi7gid.framer-1j93rl8, .framer-d4nHF.framer-v-iejrfe.framer-1j93rl8, .framer-d4nHF.framer-v-rqmetx.framer-1j93rl8 { cursor: unset; }\",\".framer-d4nHF.framer-v-ct8uhc .framer-f1gow9 { min-height: 200px; min-width: 201px; }\",\".framer-d4nHF.framer-v-ct8uhc .framer-dih3wx { overflow: hidden; }\",\".framer-d4nHF.framer-v-123o99t.framer-1j93rl8 { cursor: unset; flex-direction: column; gap: 12px; height: min-content; padding: 24px; }\",\".framer-d4nHF.framer-v-123o99t .framer-f1gow9 { align-self: stretch; gap: 4px; order: 0; width: auto; }\",\".framer-d4nHF.framer-v-123o99t .framer-xb582e { order: 1; }\",\".framer-d4nHF.framer-v-123o99t .framer-x3ytqc { order: 0; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-d4nHF.framer-v-123o99t .framer-fggvz { align-self: stretch; flex: none; flex-direction: column; order: 2; width: auto; }\",\".framer-d4nHF.framer-v-123o99t .framer-1i1w2kr-container { height: 1px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d4nHF.framer-v-123o99t.framer-1j93rl8, .framer-d4nHF.framer-v-123o99t .framer-f1gow9, .framer-d4nHF.framer-v-123o99t .framer-fggvz { gap: 0px; } .framer-d4nHF.framer-v-123o99t.framer-1j93rl8 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-d4nHF.framer-v-123o99t.framer-1j93rl8 > :first-child, .framer-d4nHF.framer-v-123o99t .framer-f1gow9 > :first-child, .framer-d4nHF.framer-v-123o99t .framer-fggvz > :first-child { margin-top: 0px; } .framer-d4nHF.framer-v-123o99t.framer-1j93rl8 > :last-child, .framer-d4nHF.framer-v-123o99t .framer-f1gow9 > :last-child, .framer-d4nHF.framer-v-123o99t .framer-fggvz > :last-child { margin-bottom: 0px; } .framer-d4nHF.framer-v-123o99t .framer-f1gow9 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-d4nHF.framer-v-123o99t .framer-fggvz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-d4nHF[data-border=\"true\"]::after, .framer-d4nHF [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 48\n * @framerIntrinsicWidth 121.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"ugN2FVcov\":{\"layout\":[\"auto\",\"fixed\"]},\"tcYFDICFM\":{\"layout\":[\"auto\",\"fixed\"]},\"RpZRCWABk\":{\"layout\":[\"auto\",\"fixed\"]},\"clpfioZ2A\":{\"layout\":[\"auto\",\"fixed\"]},\"gYpbSlRI9\":{\"layout\":[\"auto\",\"auto\"]},\"GOklxx5yV\":{\"layout\":[\"auto\",\"fixed\"]},\"MiJesrrNu\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"RYmeaV5XS\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru9pEKDPqz=withCSS(Component,css,\"framer-d4nHF\");export default Frameru9pEKDPqz;Frameru9pEKDPqz.displayName=\"Button - Contact Form\";Frameru9pEKDPqz.defaultProps={height:48,width:121.5};addPropertyControls(Frameru9pEKDPqz,{variant:{options:[\"XyVtfQwe8\",\"ugN2FVcov\",\"tcYFDICFM\",\"RpZRCWABk\",\"clpfioZ2A\",\"gYpbSlRI9\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\",\"Discount\"],title:\"Variant\",type:ControlType.Enum},RYmeaV5XS:{defaultValue:\"Submit\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Frameru9pEKDPqz,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"}]},...ClipboardFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru9pEKDPqz\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"RYmeaV5XS\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ugN2FVcov\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"tcYFDICFM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"RpZRCWABk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"clpfioZ2A\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gYpbSlRI9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GOklxx5yV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"MiJesrrNu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"121.5\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u9pEKDPqz.map", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Bold\",\"CUSTOM;Gilroy Bold Italic\",\"CUSTOM;Gilroy Semibold Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/pyhLQSpWITo3sxhCRFPYZDuUs.woff2\"},{family:\"Gilroy Bold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/gRUmVHEIzfJtvmCAYTroLQFxE.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"}]}];export const css=['.framer-JESKK .framer-styles-preset-v2rksh:not(.rich-text-wrapper), .framer-JESKK .framer-styles-preset-v2rksh.rich-text-wrapper h1 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-JESKK .framer-styles-preset-v2rksh:not(.rich-text-wrapper), .framer-JESKK .framer-styles-preset-v2rksh.rich-text-wrapper h1 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-JESKK .framer-styles-preset-v2rksh:not(.rich-text-wrapper), .framer-JESKK .framer-styles-preset-v2rksh.rich-text-wrapper h1 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-JESKK .framer-styles-preset-v2rksh:not(.rich-text-wrapper), .framer-JESKK .framer-styles-preset-v2rksh.rich-text-wrapper h1 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-JESKK\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Medium\",\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Semibold Italic\",\"CUSTOM;Gilroy Medium Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/MX4NFokilrhBIM79HejBYHVxyec.woff2\"},{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"},{family:\"Gilroy Medium Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/VK4y5ty3xT1lbg8GMwEnYYpqFU.woff2\"}]}];export const css=['.framer-Day9W .framer-styles-preset-7exwm2:not(.rich-text-wrapper), .framer-Day9W .framer-styles-preset-7exwm2.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 12px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-Day9W .framer-styles-preset-7exwm2:not(.rich-text-wrapper), .framer-Day9W .framer-styles-preset-7exwm2.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Day9W .framer-styles-preset-7exwm2:not(.rich-text-wrapper), .framer-Day9W .framer-styles-preset-7exwm2.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 12px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Day9W .framer-styles-preset-7exwm2:not(.rich-text-wrapper), .framer-Day9W .framer-styles-preset-7exwm2.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 12px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Day9W\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/f4nWm9qls18n3IMywpnl/z3GKxUR62tGZEM33590Y/AghOAlGbR.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/o4mryEtLNePlQ2onT05L/r11iMwFDPaZIXHZVeuCI/Dpkig5W9L.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/UWYDWFns7kjMGATHJMqq/nM6MLF5EpoPB5ohXaEUR/m_vwWr_Gg.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7ugNWQUz4VjfLdfhse5c/WApi8PVIXBwy7DRGKHtK/PQ01mVRMJ.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/PLsMrcutWBQuJwYFUARi/nFQGBvlylCkg5Fv3Vzwu/SuS3g8pel.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/m0Dih5IOKxO2iRh4zSbh/jNtcdWcs9L3AuEZbSocv/uMZtgTafO.js\";import ProductCard from\"https://framerusercontent.com/modules/ldAzNZUPICfQqE6y3RxB/4ELpnxXd0WjT8z84Ebn5/fOaATCUPE.js\";import ButtonContactForm from\"https://framerusercontent.com/modules/8tZVkTxe8TSEMF6BzH1a/6LUUF3B0e6aA7vM43Faj/u9pEKDPqz.js\";const ProductCardFonts=getFonts(ProductCard);const TickerFonts=getFonts(Ticker);const ButtonContactFormFonts=getFonts(ButtonContactForm);const cycleOrder=[\"FKdHRih8Z\",\"eew8buTBj\",\"Pku5PMGAC\"];const serializationHash=\"framer-CZuZl\";const variantClassNames={eew8buTBj:\"framer-v-qpu5ap\",FKdHRih8Z:\"framer-v-wemmmf\",Pku5PMGAC:\"framer-v-1ibq6ns\"};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 transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};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={Desktop:\"FKdHRih8Z\",Phone:\"Pku5PMGAC\",Tablet:\"eew8buTBj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"FKdHRih8Z\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FKdHRih8Z\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];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-wemmmf\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FKdHRih8Z\",ref:refBinding,style:{backgroundColor:\"rgb(15, 53, 31)\",...style},...addPropertyOverrides({eew8buTBj:{\"data-framer-name\":\"Tablet\"},Pku5PMGAC:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xqv6as\",layoutDependency:layoutDependency,layoutId:\"VrrF70MXd\",style:{background:\"radial-gradient(75% 68% at 50% 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\",opacity:.2}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-83v6ox\",layoutDependency:layoutDependency,layoutId:\"BRDtp3I9t\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xbvy28\",layoutDependency:layoutDependency,layoutId:\"hpchC724p\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"eOJgQq8F8\",scopeId:\"ZMdft2IVB\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-xlw7we framer-12jybjf\",\"data-framer-name\":\"Biome - Logo White\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eOJgQq8F8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 32\"><path d=\"M 11.486 19.281 C 11.486 22.002 9.577 23.714 6.02 23.714 L 0.249 23.714 L 0.249 8.351 L 5.451 8.351 C 8.963 8.351 10.873 10.018 10.873 12.477 C 10.873 13.904 10.281 14.935 9.183 15.594 L 9.183 15.638 C 10.676 16.319 11.487 17.569 11.487 19.281 Z M 3.233 10.918 L 3.233 14.737 L 5.45 14.737 C 6.832 14.737 7.886 14.21 7.886 12.784 C 7.886 11.358 6.745 10.918 5.45 10.918 Z M 8.457 19.083 C 8.457 17.657 7.359 17.108 6.02 17.108 L 3.232 17.108 L 3.232 21.146 L 6.02 21.146 C 7.446 21.146 8.457 20.443 8.457 19.083 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 15.043 9.47 C 15.043 8.657 15.701 7.999 16.514 7.999 C 17.326 7.999 18.007 8.657 18.007 9.47 C 18.007 10.282 17.348 10.962 16.514 10.962 C 15.679 10.962 15.043 10.304 15.043 9.47 Z M 15.13 12.587 L 17.918 12.587 L 17.918 23.715 L 15.13 23.715 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 33.196 18.161 C 33.196 21.409 30.672 24 27.314 24 C 23.957 24 21.453 21.41 21.453 18.161 C 21.453 14.912 23.978 12.322 27.314 12.322 C 30.651 12.322 33.196 14.891 33.196 18.161 Z M 30.343 18.161 C 30.343 16.427 29.18 15 27.314 15 C 25.448 15 24.307 16.427 24.307 18.161 C 24.307 19.895 25.47 21.322 27.314 21.322 C 29.158 21.322 30.343 19.895 30.343 18.161 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 52.767 23.714 L 49.979 23.714 L 49.979 17.328 C 49.979 15.944 49.408 15.023 48.113 15.023 C 46.819 15.023 46.138 16.054 46.138 17.328 L 46.138 23.714 L 43.35 23.714 L 43.35 17.328 C 43.35 15.944 42.779 15.023 41.484 15.023 C 40.19 15.023 39.509 16.054 39.509 17.328 L 39.509 23.714 L 36.721 23.714 L 36.721 12.586 L 39.509 12.586 L 39.509 13.771 C 40.08 12.959 40.98 12.322 42.451 12.322 C 43.921 12.322 44.953 13.025 45.524 14.079 C 46.204 13.09 47.302 12.322 48.883 12.322 C 51.451 12.322 52.767 14.407 52.767 16.756 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 59.265 19.237 C 59.66 20.73 60.89 21.52 62.426 21.52 C 63.699 21.52 64.577 20.839 64.906 20.422 L 67.144 21.739 C 66.245 22.989 64.533 24 62.426 24 C 58.739 24 56.303 21.542 56.303 18.161 C 56.303 14.78 58.915 12.322 61.987 12.322 C 65.346 12.322 68.023 14.847 67.519 19.237 Z M 64.795 17.086 C 64.509 15.638 63.523 14.803 62.029 14.803 C 60.668 14.803 59.593 15.659 59.264 17.086 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 75.626 0 L 0.24 0 L 0.24 4.7 L 75.626 4.7 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 75.6 27.3 L 0.24 27.3 L 0.24 32 L 75.6 32 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 107.639 14.76 C 106.277 14.76 105.202 15.615 104.873 17.043 L 110.404 17.043 C 110.119 15.594 109.131 14.76 107.639 14.76 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 145.256 14.76 C 143.894 14.76 142.819 15.615 142.49 17.043 L 148.021 17.043 C 147.736 15.594 146.748 14.76 145.256 14.76 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 80.329 0 L 80.329 32 L 167.76 32 L 167.76 0 Z M 93.416 23.957 C 90.541 23.957 87.973 22.772 87.227 20.226 L 90.102 19.326 C 90.321 20.203 91.243 21.345 93.395 21.345 C 94.931 21.345 96.16 20.753 96.16 19.436 C 96.16 17.9 94.426 17.79 91.99 17.198 C 88.896 16.43 87.863 14.872 87.863 12.742 C 87.863 9.845 90.08 8.046 93.285 8.046 C 95.853 8.046 97.872 9.318 98.531 11.667 L 95.633 12.369 C 95.457 11.557 94.667 10.657 93.131 10.657 C 91.858 10.657 90.805 11.316 90.805 12.545 C 90.805 14.279 92.758 14.521 94.184 14.851 C 97.828 15.685 99.144 16.738 99.144 19.218 C 99.144 21.698 97.432 23.959 93.415 23.959 Z M 104.874 19.194 C 105.269 20.687 106.498 21.477 108.034 21.477 C 109.307 21.477 110.186 20.797 110.514 20.379 L 112.753 21.696 C 111.853 22.947 110.141 23.957 108.034 23.957 C 104.347 23.957 101.911 21.499 101.911 18.118 C 101.911 14.738 104.523 12.28 107.596 12.28 C 110.955 12.28 113.632 14.804 113.127 19.194 Z M 121.949 21.279 C 123.135 21.279 124.012 20.708 124.518 19.853 L 126.955 21.236 C 125.923 22.883 124.102 23.957 121.95 23.957 C 118.614 23.957 116.069 21.368 116.069 18.118 C 116.069 14.869 118.615 12.28 121.95 12.28 C 124.102 12.28 125.923 13.355 126.955 14.98 L 124.518 16.384 C 124.013 15.528 123.135 14.958 121.949 14.958 C 120.083 14.958 118.92 16.384 118.92 18.118 C 118.92 19.853 120.083 21.279 121.949 21.279 Z M 136.655 15.309 C 133.363 14.914 132.945 17.021 132.945 19.083 L 132.945 23.67 L 130.157 23.67 L 130.157 12.542 L 132.945 12.542 L 132.945 14.364 C 133.779 12.98 135.316 12.279 136.655 12.279 Z M 142.492 19.194 C 142.887 20.687 144.117 21.477 145.653 21.477 C 146.925 21.477 147.804 20.797 148.133 20.379 L 150.372 21.696 C 149.472 22.947 147.76 23.957 145.653 23.957 C 141.965 23.957 139.53 21.499 139.53 18.118 C 139.53 14.738 142.141 12.28 145.215 12.28 C 148.573 12.28 151.251 14.804 150.746 19.194 Z M 160.424 15.09 L 158.053 15.09 L 158.053 19.15 C 158.053 20.422 158.229 21.169 159.765 21.169 C 159.962 21.169 160.225 21.147 160.424 21.125 L 160.424 23.672 C 160.138 23.759 159.831 23.825 159.26 23.825 C 156.407 23.825 155.265 21.916 155.265 19.611 L 155.265 15.09 L 153.018 15.09 L 153.018 12.543 L 155.265 12.543 L 155.265 10.217 L 158.053 10.217 L 158.053 12.543 L 160.424 12.543 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12481815005,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n727mx\",\"data-framer-name\":\"Footer Links\",layoutDependency:layoutDependency,layoutId:\"g6kfGBeMN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-14o179\",\"data-styles-preset\":\"PQ01mVRMJ\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"VSVm3BU67\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Reviews\"})})})}),className:\"framer-15o1wno\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VSVm3BU67\",style:{\"--extracted-1eung3n\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-14o179\",\"data-styles-preset\":\"PQ01mVRMJ\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"RQ_BUo4cq\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Blog\"})})})}),className:\"framer-f4fmq1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RQ_BUo4cq\",style:{\"--extracted-1eung3n\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-14o179\",\"data-styles-preset\":\"PQ01mVRMJ\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gEeY5HQpk\"},motionChild:true,nodeId:\"ZWwvTYM9r\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Partners\"})})})}),className:\"framer-2v3kjm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZWwvTYM9r\",style:{\"--extracted-1eung3n\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-14o179\",\"data-styles-preset\":\"PQ01mVRMJ\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kfACfg9PP\"},motionChild:true,nodeId:\"wk04LuMFc\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Ingredients\"})})})}),className:\"framer-1j1huel\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wk04LuMFc\",style:{\"--extracted-1eung3n\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-14o179\",\"data-styles-preset\":\"PQ01mVRMJ\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"I65lUqCpr\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Contact\"})})})}),className:\"framer-h17u3o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I65lUqCpr\",style:{\"--extracted-1eung3n\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k2imnt\",\"data-framer-name\":\"socials\",layoutDependency:layoutDependency,layoutId:\"zrruFHh_3\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/biome_secret/\",motionChild:true,nodeId:\"BaYP2Ic3M\",openInNewTab:false,scopeId:\"ZMdft2IVB\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-x5zxt9 framer-12jybjf\",\"data-framer-name\":\"ig\",layoutDependency:layoutDependency,layoutId:\"BaYP2Ic3M\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ovdqsj\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jwswJRtBo\",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 12 2.161 C 15.206 2.161 15.586 2.175 16.847 2.231 C 18.019 2.283 18.652 2.48 19.073 2.644 C 19.631 2.859 20.034 3.122 20.452 3.539 C 20.873 3.961 21.131 4.359 21.347 4.917 C 21.511 5.339 21.708 5.977 21.759 7.144 C 21.816 8.409 21.83 8.789 21.83 11.991 C 21.83 15.197 21.816 15.577 21.759 16.837 C 21.708 18.009 21.511 18.642 21.347 19.064 C 21.131 19.622 20.869 20.025 20.452 20.442 C 20.03 20.864 19.631 21.122 19.073 21.337 C 18.652 21.502 18.014 21.698 16.847 21.75 C 15.581 21.806 15.202 21.82 12 21.82 C 8.794 21.82 8.414 21.806 7.153 21.75 C 5.981 21.698 5.348 21.502 4.927 21.337 C 4.369 21.122 3.966 20.859 3.548 20.442 C 3.127 20.02 2.869 19.622 2.653 19.064 C 2.489 18.642 2.292 18.005 2.241 16.837 C 2.184 15.572 2.17 15.192 2.17 11.991 C 2.17 8.784 2.184 8.405 2.241 7.144 C 2.292 5.972 2.489 5.339 2.653 4.917 C 2.869 4.359 3.131 3.956 3.548 3.539 C 3.97 3.117 4.369 2.859 4.927 2.644 C 5.348 2.48 5.986 2.283 7.153 2.231 C 8.414 2.175 8.794 2.161 12 2.161 Z M 12 0 C 8.742 0 8.334 0.014 7.055 0.07 C 5.78 0.127 4.903 0.333 4.144 0.628 C 3.352 0.938 2.681 1.345 2.016 2.016 C 1.345 2.681 0.938 3.352 0.628 4.139 C 0.333 4.903 0.127 5.775 0.07 7.05 C 0.014 8.334 0 8.742 0 12 C 0 15.258 0.014 15.666 0.07 16.945 C 0.127 18.22 0.333 19.097 0.628 19.856 C 0.938 20.648 1.345 21.319 2.016 21.984 C 2.681 22.65 3.352 23.063 4.139 23.367 C 4.903 23.662 5.775 23.869 7.05 23.925 C 8.33 23.981 8.737 23.995 11.995 23.995 C 15.253 23.995 15.661 23.981 16.941 23.925 C 18.216 23.869 19.092 23.662 19.852 23.367 C 20.639 23.063 21.309 22.65 21.975 21.984 C 22.641 21.319 23.053 20.648 23.358 19.861 C 23.653 19.097 23.859 18.225 23.916 16.95 C 23.972 15.67 23.986 15.263 23.986 12.005 C 23.986 8.747 23.972 8.339 23.916 7.059 C 23.859 5.784 23.653 4.908 23.358 4.148 C 23.063 3.352 22.655 2.681 21.984 2.016 C 21.319 1.35 20.648 0.938 19.861 0.633 C 19.097 0.338 18.225 0.131 16.95 0.075 C 15.666 0.014 15.258 0 12 0 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 12 5.836 C 8.597 5.836 5.836 8.597 5.836 12 C 5.836 15.403 8.597 18.164 12 18.164 C 15.403 18.164 18.164 15.403 18.164 12 C 18.164 8.597 15.403 5.836 12 5.836 Z M 12 15.998 C 9.792 15.998 8.002 14.208 8.002 12 C 8.002 9.792 9.792 8.002 12 8.002 C 14.208 8.002 15.998 9.792 15.998 12 C 15.998 14.208 14.208 15.998 12 15.998 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.847 5.592 C 19.847 6.389 19.2 7.031 18.408 7.031 C 17.611 7.031 16.969 6.384 16.969 5.592 C 16.969 4.795 17.616 4.153 18.408 4.153 C 19.2 4.153 19.847 4.8 19.847 5.592 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10562148067,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/biomesecretog\",motionChild:true,nodeId:\"LKU7aLnmD\",openInNewTab:false,scopeId:\"ZMdft2IVB\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-cyevxl framer-12jybjf\",\"data-framer-name\":\"fb\",layoutDependency:layoutDependency,layoutId:\"LKU7aLnmD\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ilf9lp\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AuWYhgCZt\",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 12 0 C 5.373 0 0 5.373 0 12 C 0 17.627 3.875 22.35 9.101 23.647 L 9.101 15.667 L 6.627 15.667 L 6.627 12 L 9.101 12 L 9.101 10.42 C 9.101 6.335 10.95 4.442 14.96 4.442 C 15.72 4.442 17.032 4.592 17.569 4.74 L 17.569 8.065 C 17.285 8.035 16.793 8.02 16.182 8.02 C 14.215 8.02 13.454 8.765 13.454 10.703 L 13.454 12 L 17.374 12 L 16.701 15.667 L 13.454 15.667 L 13.454 23.912 C 19.396 23.195 24.001 18.135 24.001 12 C 24 5.373 18.627 0 12 0 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10125286406,withExternalLayout:true})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ace737\",\"data-framer-name\":\"Products\",layoutDependency:layoutDependency,layoutId:\"Pvtr0EAbv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:\"360px\",y:(componentViewport?.y||0)+120+0+0+0,...addPropertyOverrides({eew8buTBj:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1300px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+80+0+0+156.8+0},Pku5PMGAC:{height:320,width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1300px)`,y:(componentViewport?.y||0)+64+0+0+262.4+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-emgyxf-container\",layoutDependency:layoutDependency,layoutId:\"WPv5QBCDK-container\",nodeId:\"WPv5QBCDK\",rendersWithMotion:true,scopeId:\"ZMdft2IVB\",children:/*#__PURE__*/_jsx(ProductCard,{height:\"100%\",id:\"WPv5QBCDK\",layoutId:\"WPv5QBCDK\",style:{height:\"100%\",width:\"100%\"},variant:\"ew3SBYoa5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:\"360px\",y:(componentViewport?.y||0)+120+0+0+0,...addPropertyOverrides({eew8buTBj:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1300px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+80+0+0+156.8+0},Pku5PMGAC:{height:320,width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1300px)`,y:(componentViewport?.y||0)+64+0+0+262.4+0+344}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qmhdhm-container\",layoutDependency:layoutDependency,layoutId:\"Aqhlxtz9X-container\",nodeId:\"Aqhlxtz9X\",rendersWithMotion:true,scopeId:\"ZMdft2IVB\",children:/*#__PURE__*/_jsx(ProductCard,{height:\"100%\",id:\"Aqhlxtz9X\",layoutId:\"Aqhlxtz9X\",style:{height:\"100%\",width:\"100%\"},variant:\"p81UVGqnk\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mg3jwc-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ye1d1k2AB-container\",nodeId:\"ye1d1k2AB\",rendersWithMotion:true,scopeId:\"ZMdft2IVB\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:80,height:\"100%\",hoverFactor:1,id:\"ye1d1k2AB\",layoutId:\"ye1d1k2AB\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xv1d0b\",\"data-framer-name\":\"Footer Slogan\",layoutDependency:layoutDependency,layoutId:\"FNgJhrw_H\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2rksh\",\"data-styles-preset\":\"Dpkig5W9L\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Nutrition Backed by Nature\"})}),className:\"framer-1l2ylyn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FaWIgDLhI\",style:{\"--extracted-gdpscs\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.2},verticalAlignment:\"top\",withExternalLayout:true})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({eew8buTBj:{gap:40},Pku5PMGAC:{gap:40}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vz4xeq\",layoutDependency:layoutDependency,layoutId:\"ZN0vJcKsm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ubbxhv\",layoutDependency:layoutDependency,layoutId:\"s3dYK_hcB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jiz4zw\",layoutDependency:layoutDependency,layoutId:\"py8rWsXjt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Disclaimer\"})}),className:\"framer-hergm7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fHgH__35G\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7exwm2\",\"data-styles-preset\":\"uMZtgTafO\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"The statements on this page have not been evaluated by the Food and Drug Administration (FDA). Our products are not intended to diagnose, treat, cure, or prevent any disease. Consult with a healthcare professional before starting any dietary or wellness program. The mention of any external brands on our site does not imply their endorsement of our products. We independently select and share these brands to complement our offerings without any implied partnerships or endorsements.\"})}),className:\"framer-xz18y4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XsXSloMyw\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-urc0oq\",layoutDependency:layoutDependency,layoutId:\"jzXZPlSSX\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-14o179\",\"data-styles-preset\":\"PQ01mVRMJ\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Become Part of Biome Secret Movement\"})}),className:\"framer-dhurya\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fmqJfhPdf\",style:{\"--extracted-1eung3n\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/1dcbba7a-6622-45cd-afeb-9918d0d88333/submit\",className:\"framer-15s5sy\",layoutDependency:layoutDependency,layoutId:\"clFtcVUKM\",nodeId:\"clFtcVUKM\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(motion.label,{className:\"framer-28ekui\",layoutDependency:layoutDependency,layoutId:\"XvMOp507o\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1iirwx1\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"OEMs9yXXq\",placeholder:\"Name\",style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.1)\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-font-color\":\"rgb(255, 255, 255)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(255, 255, 255, 0.3)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-9msjis\",layoutDependency:layoutDependency,layoutId:\"rxseJBi6g\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1ubpp9x\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"t_Qw2WIgC\",placeholder:\"Email\",style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.1)\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-font-color\":\"rgb(255, 255, 255)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(255, 255, 255, 0.4)\"},type:\"email\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+120+568+0+0+0+40+44.8+0,...addPropertyOverrides({eew8buTBj:{y:(componentViewport?.y||0)+80+724.8+0+0+0+0+32+44.8+0},Pku5PMGAC:{width:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1300px) - 48px)`,y:(componentViewport?.y||0)+64+1102.4+0+0+0+0+24+44.8+0+116}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fiwye0-container\",layoutDependency:layoutDependency,layoutId:\"ychzne1CQ-container\",nodeId:\"ychzne1CQ\",rendersWithMotion:true,scopeId:\"ZMdft2IVB\",children:/*#__PURE__*/_jsx(ButtonContactForm,{height:\"100%\",id:\"ychzne1CQ\",layoutId:\"ychzne1CQ\",RYmeaV5XS:\"Submit\",type:\"submit\",variant:formVariants(formState,{error:\"clpfioZ2A\",pending:\"ugN2FVcov\",success:\"RpZRCWABk\"},\"XyVtfQwe8\"),width:\"100%\",...addPropertyOverrides({Pku5PMGAC:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18hzcy9\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"ynaq4uP5w\",style:{backgroundColor:\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:.1}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t76zt2\",layoutDependency:layoutDependency,layoutId:\"lhvp84Vaw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mnuphy\",layoutDependency:layoutDependency,layoutId:\"HGZJsJiVj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hvacj9\",\"data-styles-preset\":\"SuS3g8pel\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"\\xa9 Biome Secret 2025\"})}),className:\"framer-oc6wvc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LPwEhpKD9\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ck31v\",layoutDependency:layoutDependency,layoutId:\"s_hFCpb7o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hvacj9\",\"data-styles-preset\":\"SuS3g8pel\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m6Rwkka6w:\"privacy-policy\"},unresolvedPathSlugs:{m6Rwkka6w:{collectionId:\"uCc7Y5oJc\",collectionItemId:\"BNwPAAL1m\"}},webPageId:\"vfHHcvPR5\"},motionChild:true,nodeId:\"DBB54xkG2\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Privacy\"})})})}),className:\"framer-1e2qvpy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DBB54xkG2\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hvacj9\",\"data-styles-preset\":\"SuS3g8pel\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m6Rwkka6w:\"terms-of-service\"},unresolvedPathSlugs:{m6Rwkka6w:{collectionId:\"uCc7Y5oJc\",collectionItemId:\"s1VeoQYQY\"}},webPageId:\"vfHHcvPR5\"},motionChild:true,nodeId:\"Fm62d9TA2\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Terms\"})})})}),className:\"framer-dsji7y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Fm62d9TA2\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hvacj9\",\"data-styles-preset\":\"SuS3g8pel\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m6Rwkka6w:\"subscription-policy\"},unresolvedPathSlugs:{m6Rwkka6w:{collectionId:\"uCc7Y5oJc\",collectionItemId:\"c9vsHfMqf\"}},webPageId:\"vfHHcvPR5\"},motionChild:true,nodeId:\"VrejgPZ7z\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Subscription\"})})})}),className:\"framer-1fhq969\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VrejgPZ7z\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hvacj9\",\"data-styles-preset\":\"SuS3g8pel\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m6Rwkka6w:\"shipping-policy\"},unresolvedPathSlugs:{m6Rwkka6w:{collectionId:\"uCc7Y5oJc\",collectionItemId:\"X54QPdvhd\"}},webPageId:\"vfHHcvPR5\"},motionChild:true,nodeId:\"hkRSrjFoz\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Shipping\"})})})}),className:\"framer-iy2g44\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hkRSrjFoz\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hvacj9\",\"data-styles-preset\":\"SuS3g8pel\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m6Rwkka6w:\"refund-policy\"},unresolvedPathSlugs:{m6Rwkka6w:{collectionId:\"uCc7Y5oJc\",collectionItemId:\"tFHRPmiuA\"}},webPageId:\"vfHHcvPR5\"},motionChild:true,nodeId:\"IVqhEHnQQ\",openInNewTab:false,scopeId:\"ZMdft2IVB\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Refunds\"})})})}),className:\"framer-xf2sy2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IVqhEHnQQ\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gdxfvi\",\"data-framer-name\":\"Payment methods\",layoutDependency:layoutDependency,layoutId:\"juycKFwSw\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-eldx0e\",\"data-framer-name\":\"Amex\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cGMdH8jsw\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 20\"><path d=\"M 27.632 0 L 2.368 0 C 1.026 0 0 1.083 0 2.5 L 0 17.5 C 0 18.917 1.105 20 2.368 20 L 27.632 20 C 28.974 20 30 18.917 30 17.5 L 30 2.5 C 30 1.083 28.895 0 27.632 0 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.07\"></path><path d=\"M 27.632 0.833 C 28.5 0.833 29.211 1.583 29.211 2.5 L 29.211 17.5 C 29.211 18.417 28.5 19.167 27.632 19.167 L 2.368 19.167 C 1.5 19.167 0.789 18.417 0.789 17.5 L 0.789 2.5 C 0.789 1.583 1.5 0.833 2.368 0.833 Z\" fill=\"rgb(0,111,207)\"></path><path d=\"M 17.378 16.613 L 17.378 9.596 L 29.211 9.607 L 29.211 11.545 L 27.843 13.088 L 29.211 14.644 L 29.211 16.623 L 27.027 16.623 L 25.866 15.272 L 24.714 16.628 L 17.378 16.612 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.168 15.843 L 18.168 10.368 L 22.567 10.368 L 22.567 11.629 L 19.592 11.629 L 19.592 12.486 L 22.496 12.486 L 22.496 13.726 L 19.592 13.726 L 19.592 14.567 L 22.567 14.567 L 22.567 15.843 Z\" fill=\"rgb(0,111,207)\"></path><path d=\"M 22.545 15.843 L 24.979 13.103 L 22.545 10.368 L 24.429 10.368 L 25.916 12.103 L 27.408 10.368 L 29.211 10.368 L 29.211 10.411 L 26.829 13.103 L 29.211 15.767 L 29.211 15.844 L 27.389 15.844 L 25.876 14.092 L 24.377 15.845 L 22.545 15.845 Z\" fill=\"rgb(0,111,207)\"></path><path d=\"M 17.929 3.367 L 20.782 3.367 L 21.784 5.767 L 21.784 3.367 L 25.305 3.367 L 25.913 5.166 L 26.522 3.367 L 29.211 3.367 L 29.211 10.384 L 15 10.384 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.47 4.129 L 16.168 9.601 L 17.747 9.601 L 18.181 8.505 L 20.533 8.505 L 20.968 9.601 L 22.586 9.601 L 20.293 4.129 Z M 18.667 7.277 L 19.358 5.535 L 20.047 7.277 Z\" fill=\"rgb(0,111,207)\"></path><path d=\"M 22.564 9.6 L 22.564 4.127 L 24.783 4.136 L 25.926 7.5 L 27.076 4.128 L 29.211 4.128 L 29.211 9.599 L 27.837 9.612 L 27.837 5.854 L 26.539 9.599 L 25.284 9.599 L 23.961 5.842 L 23.961 9.6 L 22.565 9.6 Z\" fill=\"rgb(0,111,207)\"></path></svg>',svgContentId:11972446087,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-d5ujfa\",\"data-framer-name\":\"Apay\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UpCKJ7k0o\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 20\"><path d=\"M 27.313 0 L 2.687 0 C 2.584 0 2.481 0 2.379 0.001 C 2.292 0.001 2.206 0.002 2.12 0.005 C 1.931 0.01 1.741 0.022 1.555 0.056 C 1.369 0.09 1.188 0.152 1.019 0.24 C 0.68 0.42 0.404 0.708 0.231 1.061 C 0.146 1.237 0.086 1.426 0.054 1.62 C 0.02 1.814 0.009 2.012 0.004 2.208 C 0.002 2.297 0.001 2.387 0 2.477 C 0 2.584 0 2.691 0 2.798 L 0 17.202 C 0 17.309 0 17.416 0 17.523 C 0.001 17.613 0.002 17.703 0.004 17.793 C 0.009 17.988 0.021 18.186 0.054 18.38 C 0.086 18.574 0.145 18.762 0.231 18.938 C 0.316 19.114 0.428 19.275 0.562 19.414 C 0.696 19.554 0.85 19.67 1.019 19.759 C 1.191 19.851 1.367 19.908 1.556 19.944 C 1.741 19.978 1.931 19.99 2.12 19.995 C 2.206 19.997 2.292 19.998 2.379 19.999 C 2.481 20 2.584 20 2.687 20 L 27.313 20 C 27.416 20 27.519 20 27.621 19.999 C 27.707 19.999 27.794 19.997 27.88 19.995 C 28.068 19.99 28.258 19.978 28.445 19.944 C 28.631 19.91 28.812 19.848 28.981 19.759 C 29.32 19.579 29.596 19.292 29.769 18.938 C 29.857 18.76 29.912 18.577 29.946 18.38 C 29.979 18.186 29.99 17.988 29.995 17.793 C 29.998 17.703 29.999 17.613 29.999 17.523 C 30 17.416 30 17.309 30 17.202 L 30 2.798 C 30 2.691 30 2.584 29.999 2.477 C 29.999 2.387 29.998 2.297 29.995 2.208 C 29.99 2.012 29.979 1.814 29.946 1.62 C 29.914 1.426 29.855 1.237 29.769 1.061 C 29.596 0.708 29.32 0.42 28.981 0.24 C 28.812 0.152 28.631 0.09 28.445 0.057 C 28.258 0.022 28.068 0.01 27.88 0.005 C 27.794 0.003 27.707 0.001 27.621 0.001 C 27.519 0 27.416 0 27.313 0 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 27.313 0.667 L 27.616 0.667 C 27.698 0.668 27.78 0.669 27.863 0.671 C 28.007 0.675 28.174 0.683 28.331 0.712 C 28.467 0.738 28.581 0.777 28.691 0.835 C 28.91 0.951 29.088 1.136 29.199 1.365 C 29.254 1.478 29.291 1.596 29.316 1.739 C 29.344 1.9 29.352 2.075 29.355 2.226 C 29.358 2.311 29.359 2.396 29.359 2.483 C 29.36 2.588 29.36 2.693 29.36 2.798 L 29.36 17.202 C 29.36 17.308 29.36 17.413 29.359 17.52 C 29.359 17.605 29.358 17.69 29.355 17.775 C 29.352 17.925 29.344 18.1 29.315 18.263 C 29.295 18.393 29.255 18.519 29.199 18.636 C 29.087 18.864 28.909 19.05 28.69 19.166 C 28.581 19.224 28.467 19.262 28.332 19.288 C 28.173 19.317 27.998 19.325 27.866 19.329 C 27.783 19.331 27.701 19.332 27.616 19.333 C 27.515 19.333 27.414 19.333 27.313 19.333 L 2.683 19.333 C 2.583 19.333 2.483 19.333 2.382 19.333 C 2.3 19.332 2.219 19.331 2.137 19.329 C 2.002 19.325 1.827 19.317 1.669 19.288 C 1.543 19.266 1.422 19.225 1.309 19.165 C 1.2 19.107 1.101 19.032 1.015 18.942 C 0.929 18.853 0.856 18.749 0.801 18.636 C 0.744 18.518 0.705 18.392 0.684 18.261 C 0.656 18.098 0.648 17.924 0.644 17.775 C 0.642 17.69 0.641 17.604 0.641 17.519 L 0.64 17.269 L 0.64 2.732 L 0.641 2.482 C 0.641 2.396 0.642 2.311 0.644 2.226 C 0.648 2.076 0.656 1.902 0.684 1.737 C 0.705 1.607 0.745 1.481 0.801 1.363 C 0.857 1.25 0.929 1.147 1.015 1.057 C 1.102 0.967 1.201 0.892 1.31 0.834 C 1.423 0.775 1.544 0.734 1.669 0.712 C 1.825 0.683 1.993 0.675 2.137 0.671 C 2.219 0.669 2.301 0.668 2.383 0.667 L 2.687 0.667 L 27.313 0.667\" fill=\"rgb(255,255,255)\"></path><path d=\"M 7.886 6.751 C 8.14 6.42 8.313 5.975 8.267 5.521 C 7.895 5.54 7.441 5.776 7.178 6.108 C 6.941 6.392 6.732 6.855 6.787 7.291 C 7.205 7.328 7.622 7.073 7.886 6.751 M 8.262 7.376 C 7.655 7.338 7.139 7.734 6.85 7.734 C 6.56 7.734 6.116 7.395 5.636 7.404 C 5.011 7.413 4.431 7.781 4.114 8.367 C 3.462 9.537 3.942 11.273 4.576 12.226 C 4.884 12.698 5.255 13.217 5.744 13.199 C 6.207 13.18 6.388 12.887 6.949 12.887 C 7.51 12.887 7.674 13.199 8.163 13.189 C 8.67 13.18 8.987 12.717 9.295 12.245 C 9.648 11.707 9.793 11.188 9.802 11.16 C 9.793 11.151 8.824 10.764 8.815 9.603 C 8.806 8.631 9.576 8.168 9.612 8.14 C 9.177 7.47 8.498 7.395 8.262 7.376 M 14.314 6.06 C 15.633 6.06 16.551 7.007 16.551 8.386 C 16.551 9.769 15.614 10.721 14.281 10.721 L 12.82 10.721 L 12.82 13.14 L 11.765 13.14 L 11.765 6.06 Z M 12.82 9.799 L 14.031 9.799 C 14.95 9.799 15.472 9.284 15.472 8.391 C 15.472 7.498 14.95 6.988 14.036 6.988 L 12.82 6.988 Z M 16.813 11.673 C 16.813 10.765 17.477 10.245 18.702 10.167 L 20.017 10.084 L 20.017 9.691 C 20.017 9.117 19.654 8.803 19.009 8.803 C 18.476 8.803 18.09 9.088 18.01 9.524 L 17.058 9.524 C 17.086 8.607 17.915 7.94 19.037 7.94 C 20.243 7.94 21.03 8.597 21.03 9.618 L 21.03 13.14 L 20.054 13.14 L 20.054 12.291 L 20.031 12.291 C 19.753 12.846 19.14 13.194 18.476 13.194 C 17.496 13.194 16.813 12.586 16.813 11.673 Z M 20.017 11.217 L 20.017 10.819 L 18.844 10.898 C 18.184 10.942 17.84 11.197 17.84 11.643 C 17.84 12.075 18.198 12.355 18.759 12.355 C 19.475 12.355 20.017 11.879 20.017 11.217 Z M 21.926 15.034 L 21.926 14.185 C 21.992 14.195 22.152 14.205 22.237 14.205 C 22.703 14.205 22.967 13.999 23.128 13.469 L 23.222 13.155 L 21.436 8.003 L 22.538 8.003 L 23.782 12.183 L 23.806 12.183 L 25.05 8.003 L 26.124 8.003 L 24.272 13.415 C 23.848 14.656 23.363 15.063 22.336 15.063 C 22.256 15.063 21.997 15.053 21.926 15.034 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:9356321318,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-r5n7gz\",\"data-framer-name\":\"Gpay\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"h1QqtdoMR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 20\"><path d=\"M 27.632 0 L 2.368 0 C 1.026 0 0 1.083 0 2.5 L 0 17.5 C 0 18.917 1.105 20 2.368 20 L 27.632 20 C 28.974 20 30 18.917 30 17.5 L 30 2.5 C 30 1.083 28.895 0 27.632 0 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.07\"></path><path d=\"M 27.632 0.833 C 28.5 0.833 29.211 1.583 29.211 2.5 L 29.211 17.5 C 29.211 18.417 28.5 19.167 27.632 19.167 L 2.368 19.167 C 1.5 19.167 0.789 18.417 0.789 17.5 L 0.789 2.5 C 0.789 1.583 1.5 0.833 2.368 0.833 L 27.632 0.833\" fill=\"rgb(255,255,255)\"></path><path d=\"M 14.284 9.98 L 14.284 12.647 L 13.48 12.647 L 13.48 6.063 L 15.605 6.063 C 16.119 6.054 16.615 6.262 16.984 6.64 C 17.333 6.984 17.539 7.46 17.555 7.964 C 17.571 8.468 17.397 8.958 17.071 9.327 L 16.984 9.423 C 16.613 9.796 16.117 9.998 15.605 9.985 Z M 14.284 6.87 L 14.284 9.193 L 15.624 9.193 C 15.922 9.203 16.209 9.081 16.418 8.857 C 16.723 8.521 16.808 8.026 16.635 7.599 C 16.463 7.172 16.065 6.895 15.624 6.895 Z M 19.403 7.993 C 19.916 7.968 20.418 8.15 20.807 8.504 C 21.158 8.863 21.345 9.363 21.32 9.878 L 21.32 12.657 L 20.555 12.657 L 20.555 12.018 L 20.516 12.018 C 20.237 12.505 19.735 12.801 19.195 12.794 C 18.763 12.809 18.341 12.65 18.014 12.35 C 17.701 12.08 17.522 11.673 17.53 11.247 C 17.512 10.815 17.692 10.4 18.014 10.133 C 18.404 9.838 18.875 9.687 19.355 9.704 C 19.763 9.688 20.168 9.782 20.531 9.98 L 20.531 9.807 C 20.536 9.516 20.415 9.239 20.202 9.056 C 19.991 8.853 19.714 8.743 19.428 8.749 C 19.007 8.745 18.613 8.971 18.387 9.347 L 17.68 8.877 C 18.07 8.287 18.722 7.952 19.403 7.993 Z M 18.387 11.267 C 18.383 11.486 18.483 11.693 18.653 11.818 C 18.829 11.965 19.048 12.042 19.273 12.037 C 19.611 12.037 19.936 11.896 20.177 11.644 C 20.418 11.406 20.555 11.073 20.555 10.725 C 20.251 10.497 19.882 10.387 19.509 10.413 C 19.221 10.401 18.936 10.487 18.696 10.658 C 18.504 10.794 18.388 11.022 18.387 11.267 Z M 25.718 8.142 L 23.042 14.633 L 22.214 14.633 L 23.226 12.36 L 21.47 8.142 L 22.341 8.142 L 23.613 11.379 L 24.852 8.142 Z\" fill=\"rgb(95,99,104)\"></path><path d=\"M 11.042 9.403 C 11.042 9.147 11.023 8.89 10.984 8.637 L 7.597 8.637 L 7.597 10.092 L 9.532 10.092 C 9.453 10.56 9.196 10.973 8.822 11.237 L 8.822 12.182 L 9.977 12.182 C 10.688 11.456 11.075 10.447 11.042 9.403 Z\" fill=\"rgb(66,133,244)\"></path><path d=\"M 7.602 13.101 C 8.475 13.126 9.325 12.799 9.978 12.187 L 8.821 11.237 C 8.257 11.618 7.559 11.704 6.927 11.469 C 6.296 11.235 5.802 10.706 5.589 10.037 L 4.403 10.037 L 4.403 11.012 C 5.008 12.292 6.247 13.1 7.602 13.101 Z\" fill=\"rgb(52,168,83)\"></path><path d=\"M 5.589 10.042 C 5.439 9.573 5.439 9.065 5.589 8.596 L 5.589 7.621 L 4.403 7.621 C 3.89 8.688 3.89 9.949 4.403 11.017 Z\" fill=\"rgb(251,188,4)\"></path><path d=\"M 7.602 7.033 C 8.113 7.023 8.606 7.227 8.976 7.6 L 10.002 6.523 C 9.347 5.874 8.479 5.521 7.582 5.537 C 6.235 5.544 5.006 6.349 4.403 7.62 L 5.589 8.596 C 5.873 7.673 6.683 7.045 7.602 7.033 Z\" fill=\"rgb(234,67,53)\"></path></svg>',svgContentId:11243402592,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fzfnmt\",\"data-framer-name\":\"Ppal\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KqyZuARym\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 20\"><path d=\"M 27.632 0 L 2.368 0 C 1.026 0 0 1.083 0 2.5 L 0 17.5 C 0 18.917 1.105 20 2.368 20 L 27.632 20 C 28.974 20 30 18.917 30 17.5 L 30 2.5 C 30 1.083 28.895 0 27.632 0 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.07\"></path><path d=\"M 27.632 0.833 C 28.5 0.833 29.211 1.583 29.211 2.5 L 29.211 17.5 C 29.211 18.417 28.5 19.167 27.632 19.167 L 2.368 19.167 C 1.5 19.167 0.789 18.417 0.789 17.5 L 0.789 2.5 C 0.789 1.583 1.5 0.833 2.368 0.833 L 27.632 0.833\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.868 6.917 C 19.026 6.083 18.868 5.5 18.395 5 C 17.921 4.417 17.053 4.167 15.947 4.167 L 12.711 4.167 C 12.474 4.167 12.316 4.333 12.237 4.583 L 11.053 13 C 11.053 13.167 11.132 13.333 11.289 13.333 L 13.421 13.333 L 13.737 10.5 L 15.158 8.667 Z\" fill=\"rgb(0,48,135)\"></path><path d=\"M 18.868 6.917 L 18.711 7.083 C 18.316 9.417 16.974 10.25 15.079 10.25 L 14.211 10.25 C 13.974 10.25 13.816 10.417 13.737 10.667 L 13.263 13.917 L 13.105 14.75 C 13.105 14.917 13.184 15.083 13.342 15.083 L 15 15.083 C 15.237 15.083 15.395 14.917 15.395 14.75 L 15.395 14.667 L 15.711 12.667 L 15.711 12.583 C 15.711 12.417 15.947 12.25 16.105 12.25 L 16.342 12.25 C 18 12.25 19.263 11.583 19.579 9.583 C 19.737 8.75 19.658 8.083 19.263 7.583 C 19.184 7.167 19.026 7 18.868 6.917 Z\" fill=\"rgb(48,134,200)\"></path><path d=\"M 18.395 6.75 C 18.316 6.667 18.237 6.667 18.158 6.667 C 18.079 6.667 18 6.667 17.921 6.583 C 17.684 6.5 17.368 6.5 17.053 6.5 L 14.684 6.5 C 14.605 6.5 14.526 6.5 14.526 6.583 C 14.368 6.667 14.289 6.75 14.289 6.917 L 13.737 10.583 L 13.737 10.667 C 13.737 10.417 13.974 10.25 14.211 10.25 L 15.237 10.25 C 17.211 10.25 18.474 9.417 18.868 7.083 L 18.868 6.917 C 18.789 6.833 18.632 6.75 18.474 6.75 Z\" fill=\"rgb(1,33,105)\"></path></svg>',svgContentId:8968263763,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gcha0s\",\"data-framer-name\":\"Mcard\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gLjJwUoUz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 20\"><path d=\"M 27.632 0 L 2.368 0 C 1.026 0 0 1.083 0 2.5 L 0 17.5 C 0 18.917 1.105 20 2.368 20 L 27.632 20 C 28.974 20 30 18.917 30 17.5 L 30 2.5 C 30 1.083 28.895 0 27.632 0 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.07\"></path><path d=\"M 27.632 0.833 C 28.5 0.833 29.211 1.583 29.211 2.5 L 29.211 17.5 C 29.211 18.417 28.5 19.167 27.632 19.167 L 2.368 19.167 C 1.5 19.167 0.789 18.417 0.789 17.5 L 0.789 2.5 C 0.789 1.583 1.5 0.833 2.368 0.833 L 27.632 0.833\" fill=\"rgb(255,255,255)\"></path><path d=\"M 6.316 10 C 6.316 6.778 8.79 4.167 11.842 4.167 C 14.894 4.167 17.368 6.778 17.368 10 C 17.368 13.222 14.894 15.833 11.842 15.833 C 8.79 15.833 6.316 13.222 6.316 10 Z\" fill=\"rgb(235,0,27)\"></path><path d=\"M 12.632 10 C 12.632 6.778 15.106 4.167 18.158 4.167 C 21.21 4.167 23.684 6.778 23.684 10 C 23.684 13.222 21.21 15.833 18.158 15.833 C 15.106 15.833 12.632 13.222 12.632 10 Z\" fill=\"rgb(247,158,27)\"></path><path d=\"M 17.368 10 C 17.368 8 16.421 6.25 15 5.25 C 13.579 6.333 12.632 8.083 12.632 10 C 12.632 11.917 13.579 13.75 15 14.75 C 16.421 13.75 17.368 12 17.368 10 Z\" fill=\"rgb(255,95,0)\"></path></svg>',svgContentId:10799742043,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14gmd0v\",\"data-framer-name\":\"Visa\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Ij2xNIZK2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 20\"><path d=\"M 27.632 0 L 2.368 0 C 1.026 0 0 1.083 0 2.5 L 0 17.5 C 0 18.917 1.105 20 2.368 20 L 27.632 20 C 28.974 20 30 18.917 30 17.5 L 30 2.5 C 30 1.083 28.895 0 27.632 0 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.07\"></path><path d=\"M 27.632 0.833 C 28.5 0.833 29.211 1.583 29.211 2.5 L 29.211 17.5 C 29.211 18.417 28.5 19.167 27.632 19.167 L 2.368 19.167 C 1.5 19.167 0.789 18.417 0.789 17.5 L 0.789 2.5 C 0.789 1.583 1.5 0.833 2.368 0.833 L 27.632 0.833\" fill=\"rgb(255,255,255)\"></path><path d=\"M 22.342 8.417 L 22.105 8.417 C 21.789 9.25 21.553 9.667 21.316 10.917 L 22.816 10.917 C 22.579 9.667 22.579 9.083 22.342 8.417 Z M 24.632 13.333 L 23.289 13.333 C 23.211 13.333 23.211 13.333 23.132 13.25 L 22.974 12.5 L 22.895 12.333 L 21 12.333 C 20.921 12.333 20.842 12.333 20.842 12.5 L 20.605 13.25 C 20.605 13.333 20.526 13.333 20.526 13.333 L 18.868 13.333 L 19.026 12.917 L 21.316 7.25 C 21.316 6.833 21.553 6.667 21.947 6.667 L 23.132 6.667 C 23.211 6.667 23.289 6.667 23.289 6.833 L 24.395 12.25 C 24.474 12.583 24.553 12.833 24.553 13.167 C 24.632 13.25 24.632 13.25 24.632 13.333 Z M 14.053 13.083 L 14.368 11.583 C 14.447 11.583 14.526 11.667 14.526 11.667 C 15.079 11.917 15.632 12.083 16.184 12 C 16.342 12 16.579 11.917 16.737 11.833 C 17.132 11.667 17.132 11.25 16.816 10.917 C 16.658 10.75 16.421 10.667 16.184 10.5 C 15.868 10.333 15.553 10.167 15.316 9.917 C 14.368 9.083 14.684 7.917 15.237 7.333 C 15.711 7 15.947 6.667 16.579 6.667 C 17.526 6.667 18.553 6.667 19.026 6.833 L 19.105 6.833 C 19.026 7.333 18.947 7.75 18.789 8.25 C 18.395 8.083 18 7.917 17.605 7.917 C 17.368 7.917 17.132 7.917 16.895 8 C 16.737 8 16.658 8.083 16.579 8.167 C 16.421 8.333 16.421 8.583 16.579 8.75 L 16.974 9.083 C 17.289 9.25 17.605 9.417 17.842 9.583 C 18.237 9.833 18.632 10.25 18.711 10.75 C 18.868 11.5 18.632 12.167 18 12.667 C 17.605 13 17.447 13.167 16.895 13.167 C 15.789 13.167 14.921 13.25 14.211 13 C 14.132 13.167 14.132 13.167 14.053 13.083 Z M 11.289 13.333 C 11.368 12.75 11.368 12.75 11.447 12.5 C 11.842 10.667 12.237 8.75 12.553 6.917 C 12.632 6.75 12.632 6.667 12.789 6.667 L 14.211 6.667 C 14.053 7.667 13.895 8.417 13.658 9.333 C 13.421 10.583 13.184 11.833 12.868 13.083 C 12.868 13.25 12.789 13.25 12.632 13.25 M 3.947 6.833 C 3.947 6.75 4.105 6.667 4.184 6.667 L 6.868 6.667 C 7.263 6.667 7.579 6.917 7.658 7.333 L 8.368 11 C 8.368 11.083 8.368 11.083 8.447 11.167 C 8.447 11.083 8.526 11.083 8.526 11.083 L 10.184 6.833 C 10.105 6.75 10.184 6.667 10.263 6.667 L 11.921 6.667 C 11.921 6.75 11.921 6.75 11.842 6.833 L 9.395 12.917 C 9.316 13.083 9.316 13.167 9.237 13.25 C 9.158 13.333 9 13.25 8.842 13.25 L 7.658 13.25 C 7.579 13.25 7.5 13.25 7.5 13.083 L 6.237 7.917 C 6.079 7.75 5.842 7.5 5.526 7.417 C 5.053 7.167 4.184 7 4.026 7 Z\" fill=\"rgb(20,38,136)\"></path></svg>',svgContentId:9717312870,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-usgjtd\",\"data-framer-name\":\"Shop\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"M77Fyn0tO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 20\"><path d=\"M 27.632 0 L 2.368 0 C 1.026 0 0 1.083 0 2.5 L 0 17.5 C 0 18.917 1.105 20 2.368 20 L 27.632 20 C 28.974 20 30 18.917 30 17.5 L 30 2.5 C 30 1.083 28.895 0 27.632 0 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.07\"></path><path d=\"M 28.333 0 C 29.25 0 30 0.818 30 1.818 L 30 18.182 C 30 19.182 29.25 20 28.333 20 L 1.666 20 C 0.75 20 0 19.182 0 18.182 L 0 1.818 C 0 0.818 0.75 0 1.667 0 L 28.334 0 Z\" fill=\"rgb(90,49,244)\"></path><path d=\"M 7.382 9.473 C 6.579 9.288 6.221 9.215 6.221 8.886 C 6.221 8.576 6.463 8.421 6.947 8.421 C 7.374 8.421 7.685 8.619 7.914 9.008 C 7.931 9.037 7.967 9.048 7.997 9.033 L 8.901 8.546 C 8.917 8.537 8.928 8.522 8.933 8.504 C 8.938 8.486 8.936 8.467 8.927 8.451 C 8.552 7.758 7.858 7.379 6.945 7.379 C 5.745 7.379 5 8.008 5 9.009 C 5 10.072 5.908 10.34 6.713 10.526 C 7.518 10.711 7.877 10.784 7.877 11.113 C 7.877 11.443 7.614 11.598 7.093 11.598 C 6.609 11.598 6.252 11.363 6.035 10.907 C 6.019 10.874 5.981 10.861 5.95 10.878 L 5.048 11.353 C 5.016 11.37 5.003 11.411 5.019 11.445 C 5.378 12.212 6.112 12.643 7.093 12.643 C 8.343 12.643 9.098 12.024 9.098 10.993 C 9.098 9.961 8.186 9.661 7.382 9.476 L 7.382 9.473 Z M 12.229 7.379 C 11.716 7.379 11.263 7.572 10.937 7.917 C 10.928 7.928 10.914 7.931 10.902 7.925 C 10.89 7.92 10.882 7.907 10.883 7.892 L 10.883 5.692 C 10.883 5.675 10.877 5.658 10.865 5.645 C 10.853 5.632 10.837 5.625 10.82 5.625 L 9.687 5.625 C 9.67 5.625 9.654 5.632 9.642 5.645 C 9.63 5.658 9.623 5.675 9.624 5.693 L 9.624 12.522 C 9.623 12.54 9.63 12.557 9.642 12.57 C 9.654 12.583 9.67 12.59 9.687 12.59 L 10.818 12.59 C 10.835 12.59 10.852 12.583 10.864 12.57 C 10.876 12.557 10.883 12.54 10.882 12.522 L 10.882 9.527 C 10.882 8.947 11.299 8.504 11.86 8.504 C 12.421 8.504 12.828 8.938 12.828 9.527 L 12.828 12.522 C 12.828 12.54 12.834 12.557 12.846 12.57 C 12.858 12.583 12.875 12.59 12.892 12.59 L 14.023 12.59 C 14.041 12.59 14.057 12.583 14.069 12.57 C 14.081 12.557 14.088 12.54 14.087 12.522 L 14.087 9.527 C 14.087 8.268 13.313 7.379 12.228 7.379 Z M 16.384 7.183 C 15.77 7.183 15.194 7.383 14.781 7.673 C 14.753 7.693 14.743 7.733 14.76 7.764 L 15.259 8.671 C 15.267 8.686 15.281 8.698 15.297 8.703 C 15.314 8.707 15.331 8.705 15.346 8.696 C 15.659 8.494 16.019 8.388 16.386 8.391 C 17.373 8.391 18.099 9.133 18.099 10.114 C 18.099 10.95 17.518 11.568 16.782 11.568 C 16.182 11.568 15.765 11.197 15.765 10.671 C 15.765 10.37 15.885 10.123 16.198 9.949 C 16.213 9.941 16.225 9.926 16.23 9.908 C 16.235 9.89 16.232 9.871 16.223 9.855 L 15.752 9.007 C 15.737 8.978 15.704 8.966 15.675 8.978 C 15.044 9.227 14.602 9.826 14.602 10.631 C 14.602 11.848 15.512 12.756 16.781 12.756 C 18.263 12.756 19.329 11.662 19.329 10.093 C 19.329 8.412 18.089 7.183 16.384 7.183 Z M 22.638 7.369 C 22.067 7.369 21.554 7.594 21.182 7.991 C 21.161 8.013 21.127 7.997 21.127 7.967 L 21.127 7.49 C 21.128 7.472 21.121 7.455 21.109 7.442 C 21.097 7.429 21.081 7.422 21.064 7.422 L 19.961 7.422 C 19.944 7.422 19.928 7.429 19.916 7.442 C 19.904 7.455 19.897 7.472 19.898 7.49 L 19.898 14.308 C 19.898 14.326 19.904 14.343 19.916 14.356 C 19.928 14.369 19.944 14.376 19.961 14.376 L 21.092 14.376 C 21.109 14.376 21.126 14.369 21.138 14.356 C 21.15 14.344 21.157 14.326 21.156 14.308 L 21.156 12.072 C 21.156 12.042 21.19 12.027 21.211 12.047 C 21.598 12.429 22.109 12.638 22.638 12.631 C 23.966 12.631 25.001 11.487 25.001 10 C 25.001 8.513 23.964 7.369 22.638 7.369 Z M 22.424 11.477 C 21.669 11.477 21.097 10.837 21.097 9.991 C 21.097 9.145 21.668 8.505 22.424 8.505 C 23.181 8.505 23.751 9.134 23.751 9.991 C 23.751 10.847 23.188 11.477 22.423 11.477 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10341255005,withExternalLayout:true})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CZuZl.framer-12jybjf, .framer-CZuZl .framer-12jybjf { display: block; }\",\".framer-CZuZl.framer-wemmmf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 0px 40px 0px; position: relative; width: 1200px; }\",\".framer-CZuZl .framer-xqv6as { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-CZuZl .framer-83v6ox { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1300px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-CZuZl .framer-xbvy28 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CZuZl .framer-xlw7we { flex: none; height: 32px; position: relative; text-decoration: none; width: 168px; }\",\".framer-CZuZl .framer-1n727mx { align-content: flex-start; align-items: flex-start; align-self: stretch; 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: auto; }\",\".framer-CZuZl .framer-15o1wno, .framer-CZuZl .framer-f4fmq1, .framer-CZuZl .framer-2v3kjm, .framer-CZuZl .framer-1j1huel, .framer-CZuZl .framer-h17u3o, .framer-CZuZl .framer-hergm7, .framer-CZuZl .framer-oc6wvc, .framer-CZuZl .framer-1e2qvpy, .framer-CZuZl .framer-dsji7y, .framer-CZuZl .framer-1fhq969, .framer-CZuZl .framer-iy2g44, .framer-CZuZl .framer-xf2sy2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CZuZl .framer-k2imnt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CZuZl .framer-x5zxt9, .framer-CZuZl .framer-cyevxl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-CZuZl .framer-ovdqsj, .framer-CZuZl .framer-ilf9lp { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-CZuZl .framer-ace737 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CZuZl .framer-emgyxf-container, .framer-CZuZl .framer-1qmhdhm-container { flex: none; height: 360px; position: relative; width: 360px; }\",\".framer-CZuZl .framer-1mg3jwc-container { flex: none; height: 80px; position: relative; width: 100%; }\",\".framer-CZuZl .framer-xv1d0b { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 58px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 791px; }\",\".framer-CZuZl .framer-1l2ylyn, .framer-CZuZl .framer-xz18y4, .framer-CZuZl .framer-dhurya { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CZuZl .framer-vz4xeq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1300px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-CZuZl .framer-ubbxhv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CZuZl .framer-jiz4zw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CZuZl .framer-urc0oq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 744px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CZuZl .framer-15s5sy { align-content: flex-start; align-items: flex-start; 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-CZuZl .framer-28ekui { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",'.framer-CZuZl .framer-1iirwx1 { --framer-input-focused-border-color: var(--token-743372cc-26ea-42fd-8667-4764c833b191, #ffffff); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: 1 0 0px; height: 1px; position: relative; width: 180px; }',\".framer-CZuZl .framer-9msjis { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-CZuZl .framer-1ubpp9x { --framer-input-focused-border-color: var(--token-743372cc-26ea-42fd-8667-4764c833b191, #ffffff); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: 1 0 0px; height: 1px; position: relative; width: 100%; }',\".framer-CZuZl .framer-fiwye0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CZuZl .framer-18hzcy9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; 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); }\",\".framer-CZuZl .framer-1t76zt2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CZuZl .framer-1mnuphy { 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: min-content; }\",\".framer-CZuZl .framer-15ck31v { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CZuZl .framer-1gdxfvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CZuZl .framer-eldx0e, .framer-CZuZl .framer-d5ujfa, .framer-CZuZl .framer-r5n7gz, .framer-CZuZl .framer-1fzfnmt, .framer-CZuZl .framer-gcha0s, .framer-CZuZl .framer-14gmd0v, .framer-CZuZl .framer-usgjtd { flex: none; height: 20px; position: relative; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CZuZl.framer-wemmmf, .framer-CZuZl .framer-xbvy28, .framer-CZuZl .framer-1n727mx, .framer-CZuZl .framer-k2imnt, .framer-CZuZl .framer-x5zxt9, .framer-CZuZl .framer-cyevxl, .framer-CZuZl .framer-ace737, .framer-CZuZl .framer-xv1d0b, .framer-CZuZl .framer-vz4xeq, .framer-CZuZl .framer-ubbxhv, .framer-CZuZl .framer-jiz4zw, .framer-CZuZl .framer-urc0oq, .framer-CZuZl .framer-15s5sy, .framer-CZuZl .framer-28ekui, .framer-CZuZl .framer-9msjis, .framer-CZuZl .framer-18hzcy9, .framer-CZuZl .framer-1mnuphy, .framer-CZuZl .framer-15ck31v, .framer-CZuZl .framer-1gdxfvi { gap: 0px; } .framer-CZuZl.framer-wemmmf > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-CZuZl.framer-wemmmf > :first-child, .framer-CZuZl .framer-xbvy28 > :first-child, .framer-CZuZl .framer-1n727mx > :first-child, .framer-CZuZl .framer-xv1d0b > :first-child, .framer-CZuZl .framer-vz4xeq > :first-child, .framer-CZuZl .framer-jiz4zw > :first-child, .framer-CZuZl .framer-urc0oq > :first-child, .framer-CZuZl .framer-28ekui > :first-child, .framer-CZuZl .framer-9msjis > :first-child { margin-top: 0px; } .framer-CZuZl.framer-wemmmf > :last-child, .framer-CZuZl .framer-xbvy28 > :last-child, .framer-CZuZl .framer-1n727mx > :last-child, .framer-CZuZl .framer-xv1d0b > :last-child, .framer-CZuZl .framer-vz4xeq > :last-child, .framer-CZuZl .framer-jiz4zw > :last-child, .framer-CZuZl .framer-urc0oq > :last-child, .framer-CZuZl .framer-28ekui > :last-child, .framer-CZuZl .framer-9msjis > :last-child { margin-bottom: 0px; } .framer-CZuZl .framer-xbvy28 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CZuZl .framer-1n727mx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CZuZl .framer-k2imnt > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-CZuZl .framer-k2imnt > :first-child, .framer-CZuZl .framer-x5zxt9 > :first-child, .framer-CZuZl .framer-cyevxl > :first-child, .framer-CZuZl .framer-ace737 > :first-child, .framer-CZuZl .framer-ubbxhv > :first-child, .framer-CZuZl .framer-15s5sy > :first-child, .framer-CZuZl .framer-18hzcy9 > :first-child, .framer-CZuZl .framer-1mnuphy > :first-child, .framer-CZuZl .framer-15ck31v > :first-child, .framer-CZuZl .framer-1gdxfvi > :first-child { margin-left: 0px; } .framer-CZuZl .framer-k2imnt > :last-child, .framer-CZuZl .framer-x5zxt9 > :last-child, .framer-CZuZl .framer-cyevxl > :last-child, .framer-CZuZl .framer-ace737 > :last-child, .framer-CZuZl .framer-ubbxhv > :last-child, .framer-CZuZl .framer-15s5sy > :last-child, .framer-CZuZl .framer-18hzcy9 > :last-child, .framer-CZuZl .framer-1mnuphy > :last-child, .framer-CZuZl .framer-15ck31v > :last-child, .framer-CZuZl .framer-1gdxfvi > :last-child { margin-right: 0px; } .framer-CZuZl .framer-x5zxt9 > *, .framer-CZuZl .framer-cyevxl > *, .framer-CZuZl .framer-15s5sy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CZuZl .framer-ace737 > *, .framer-CZuZl .framer-1mnuphy > *, .framer-CZuZl .framer-15ck31v > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-CZuZl .framer-xv1d0b > *, .framer-CZuZl .framer-jiz4zw > *, .framer-CZuZl .framer-28ekui > *, .framer-CZuZl .framer-9msjis > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-CZuZl .framer-vz4xeq > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-CZuZl .framer-ubbxhv > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-CZuZl .framer-urc0oq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CZuZl .framer-18hzcy9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-CZuZl .framer-1gdxfvi > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-CZuZl.framer-v-qpu5ap.framer-wemmmf { padding: 80px 0px 40px 0px; width: 810px; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-xqv6as { height: 50%; left: calc(50.00000000000002% - 150% / 2); top: calc(24.96714848883051% - 50% / 2); width: 150%; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-83v6ox, .framer-CZuZl.framer-v-1ibq6ns .framer-83v6ox { flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-xbvy28 { align-content: flex-start; align-items: flex-start; gap: 48px; order: 0; width: 100%; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-1n727mx { align-self: unset; flex-direction: row; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-ace737 { order: 1; width: 100%; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-emgyxf-container, .framer-CZuZl.framer-v-qpu5ap .framer-1qmhdhm-container { flex: 1 0 0px; width: 1px; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-ubbxhv, .framer-CZuZl.framer-v-1ibq6ns .framer-ubbxhv, .framer-CZuZl.framer-v-1ibq6ns .framer-15s5sy { flex-direction: column; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-jiz4zw, .framer-CZuZl.framer-v-1ibq6ns .framer-jiz4zw { flex: none; order: 1; width: 100%; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-urc0oq { order: 0; padding: 32px; width: 100%; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-1t76zt2 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-1mnuphy { align-content: flex-start; align-items: flex-start; gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-oc6wvc { order: 0; }\",\".framer-CZuZl.framer-v-qpu5ap .framer-15ck31v, .framer-CZuZl.framer-v-qpu5ap .framer-1gdxfvi, .framer-CZuZl.framer-v-1ibq6ns .framer-oc6wvc { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CZuZl.framer-v-qpu5ap .framer-83v6ox, .framer-CZuZl.framer-v-qpu5ap .framer-xbvy28, .framer-CZuZl.framer-v-qpu5ap .framer-1n727mx, .framer-CZuZl.framer-v-qpu5ap .framer-ubbxhv, .framer-CZuZl.framer-v-qpu5ap .framer-1t76zt2, .framer-CZuZl.framer-v-qpu5ap .framer-1mnuphy { gap: 0px; } .framer-CZuZl.framer-v-qpu5ap .framer-83v6ox > *, .framer-CZuZl.framer-v-qpu5ap .framer-xbvy28 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-CZuZl.framer-v-qpu5ap .framer-83v6ox > :first-child, .framer-CZuZl.framer-v-qpu5ap .framer-xbvy28 > :first-child, .framer-CZuZl.framer-v-qpu5ap .framer-ubbxhv > :first-child, .framer-CZuZl.framer-v-qpu5ap .framer-1t76zt2 > :first-child { margin-top: 0px; } .framer-CZuZl.framer-v-qpu5ap .framer-83v6ox > :last-child, .framer-CZuZl.framer-v-qpu5ap .framer-xbvy28 > :last-child, .framer-CZuZl.framer-v-qpu5ap .framer-ubbxhv > :last-child, .framer-CZuZl.framer-v-qpu5ap .framer-1t76zt2 > :last-child { margin-bottom: 0px; } .framer-CZuZl.framer-v-qpu5ap .framer-1n727mx > *, .framer-CZuZl.framer-v-qpu5ap .framer-1n727mx > :first-child, .framer-CZuZl.framer-v-qpu5ap .framer-1n727mx > :last-child, .framer-CZuZl.framer-v-qpu5ap .framer-1mnuphy > *, .framer-CZuZl.framer-v-qpu5ap .framer-1mnuphy > :first-child, .framer-CZuZl.framer-v-qpu5ap .framer-1mnuphy > :last-child { margin: 0px; } .framer-CZuZl.framer-v-qpu5ap .framer-ubbxhv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CZuZl.framer-v-qpu5ap .framer-1t76zt2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-CZuZl.framer-v-1ibq6ns.framer-wemmmf { gap: 48px; padding: 64px 0px 40px 0px; width: 390px; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-xqv6as { height: 30%; left: calc(50.00000000000002% - 150% / 2); top: calc(14.97876145763472% - 30.002235636038456% / 2); width: 150%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-xbvy28 { align-content: flex-start; align-items: flex-start; gap: 48px; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-1n727mx { align-content: unset; align-items: unset; align-self: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-15o1wno, .framer-CZuZl.framer-v-1ibq6ns .framer-f4fmq1, .framer-CZuZl.framer-v-1ibq6ns .framer-2v3kjm, .framer-CZuZl.framer-v-1ibq6ns .framer-1j1huel, .framer-CZuZl.framer-v-1ibq6ns .framer-h17u3o { align-self: start; height: 100%; justify-self: start; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-k2imnt { align-self: start; justify-self: start; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-ace737 { flex-direction: column; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-emgyxf-container { height: 320px; order: 0; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-1qmhdhm-container { height: 320px; order: 1; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-vz4xeq { gap: 32px; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-urc0oq { order: 0; padding: 24px; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-28ekui { align-self: unset; height: 48px; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-1iirwx1, .framer-CZuZl.framer-v-1ibq6ns .framer-fiwye0-container { width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-9msjis { align-self: unset; flex: none; height: 48px; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-1t76zt2 { flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-1mnuphy { align-content: flex-start; align-items: flex-start; flex-direction: column; order: 0; width: 100%; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-15ck31v { align-content: flex-start; align-items: flex-start; flex-direction: column; order: 0; }\",\".framer-CZuZl.framer-v-1ibq6ns .framer-1gdxfvi { justify-content: flex-start; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CZuZl.framer-v-1ibq6ns.framer-wemmmf, .framer-CZuZl.framer-v-1ibq6ns .framer-83v6ox, .framer-CZuZl.framer-v-1ibq6ns .framer-xbvy28, .framer-CZuZl.framer-v-1ibq6ns .framer-1n727mx, .framer-CZuZl.framer-v-1ibq6ns .framer-ace737, .framer-CZuZl.framer-v-1ibq6ns .framer-vz4xeq, .framer-CZuZl.framer-v-1ibq6ns .framer-ubbxhv, .framer-CZuZl.framer-v-1ibq6ns .framer-15s5sy, .framer-CZuZl.framer-v-1ibq6ns .framer-1t76zt2, .framer-CZuZl.framer-v-1ibq6ns .framer-1mnuphy, .framer-CZuZl.framer-v-1ibq6ns .framer-15ck31v { gap: 0px; } .framer-CZuZl.framer-v-1ibq6ns.framer-wemmmf > *, .framer-CZuZl.framer-v-1ibq6ns .framer-83v6ox > *, .framer-CZuZl.framer-v-1ibq6ns .framer-xbvy28 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-CZuZl.framer-v-1ibq6ns.framer-wemmmf > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-83v6ox > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-xbvy28 > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-ace737 > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-vz4xeq > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-ubbxhv > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-15s5sy > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-1t76zt2 > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-1mnuphy > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-15ck31v > :first-child { margin-top: 0px; } .framer-CZuZl.framer-v-1ibq6ns.framer-wemmmf > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-83v6ox > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-xbvy28 > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-ace737 > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-vz4xeq > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-ubbxhv > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-15s5sy > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-1t76zt2 > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-1mnuphy > :last-child, .framer-CZuZl.framer-v-1ibq6ns .framer-15ck31v > :last-child { margin-bottom: 0px; } .framer-CZuZl.framer-v-1ibq6ns .framer-1n727mx > *, .framer-CZuZl.framer-v-1ibq6ns .framer-1n727mx > :first-child, .framer-CZuZl.framer-v-1ibq6ns .framer-1n727mx > :last-child { margin: 0px; } .framer-CZuZl.framer-v-1ibq6ns .framer-ace737 > *, .framer-CZuZl.framer-v-1ibq6ns .framer-1t76zt2 > *, .framer-CZuZl.framer-v-1ibq6ns .framer-1mnuphy > *, .framer-CZuZl.framer-v-1ibq6ns .framer-15ck31v > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CZuZl.framer-v-1ibq6ns .framer-vz4xeq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-CZuZl.framer-v-1ibq6ns .framer-ubbxhv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CZuZl.framer-v-1ibq6ns .framer-15s5sy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1037\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eew8buTBj\":{\"layout\":[\"fixed\",\"auto\"]},\"Pku5PMGAC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZMdft2IVB=withCSS(Component,css,\"framer-CZuZl\");export default FramerZMdft2IVB;FramerZMdft2IVB.displayName=\"Footer\";FramerZMdft2IVB.defaultProps={height:1037,width:1200};addPropertyControls(FramerZMdft2IVB,{variant:{options:[\"FKdHRih8Z\",\"eew8buTBj\",\"Pku5PMGAC\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZMdft2IVB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ProductCardFonts,...TickerFonts,...ButtonContactFormFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZMdft2IVB\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eew8buTBj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pku5PMGAC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1037\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZMdft2IVB.map"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "n", "isNumber", "t", "isEasingList", "wrap", "e", "n", "o", "getEasingForSegment", "mix", "noopReturn", "t", "progress", "e", "n", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isString", "t", "e", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "n", "createGeneratorEasing", "t", "n", "o", "getGenerator", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "i", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "Z", "createAxisInfo", "createScrollInfo", "X", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Y", "J", "resolveEdge", "isString", "isNumber", "Q", "resolveOffset", "ee", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "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", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "u4Gvws9gv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "FramerI5pQbTlXw", "withCSS", "I5pQbTlXw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LabelsFonts", "getFonts", "I5pQbTlXw_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "SVG", "css", "FramerfOaATCUPE", "withCSS", "fOaATCUPE_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "useConstant", "init", "ref", "pe", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "ClipboardFonts", "getFonts", "Clipboard", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transformTemplate1", "_", "t", "transition1", "animation", "transformTemplate2", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "RYmeaV5XS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "p", "LayoutGroup", "u", "RichText2", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Frameru9pEKDPqz", "withCSS", "u9pEKDPqz_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ProductCardFonts", "getFonts", "fOaATCUPE_default", "TickerFonts", "Ticker", "ButtonContactFormFonts", "u9pEKDPqz_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "formVariants", "form", "currentVariant", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "FormContainer", "formState", "l", "FormPlainTextInput2", "css", "FramerZMdft2IVB", "withCSS", "ZMdft2IVB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
