{
  "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.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.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.14.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/Jz6H7HFQhTchUp6uXcdd/lLG55dzzmG6WaJFQOMN3/AutoYearCopyright.js", "ssg:https://framerusercontent.com/modules/pztmAAX1SQ57Lrk4XXUt/paP7RjOiDInNJWlKm4Ta/Smoothcounter.js", "ssg:https://framerusercontent.com/modules/3mzDYdTeQ8v5ifrtGn5m/pGDRHUFh6n8zMmPGkIa4/hBqPbM31T.js", "ssg:https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js", "ssg:https://framerusercontent.com/modules/7LstmaW90XfT0kvE2ydo/vI44JIid7NSIXOpRn4um/Scrollfade.js", "ssg:https://framerusercontent.com/modules/8u5FVhMpXixojF0ziqS4/jJGi6OzQszJ29t1PVkBS/nt3DoQEuN.js", "ssg:https://framerusercontent.com/modules/wb0Jpp8QvmhntgFU827N/TEPfRDEy45zHU66U57Ce/L93J3ISKU.js", "ssg:https://framerusercontent.com/modules/yRROAsWCf1q8HA2RFJwd/Chf0m4EOmb8gpbuvZyFy/WJXbzUmlZ.js", "ssg:https://framerusercontent.com/modules/gVLXJ2KiYgkH7kK166SH/whL3SkDSBrX4js8sTQSJ/lYCmFKZYs.js", "ssg:https://framerusercontent.com/modules/n5AuhSJH5YHWNt2gayY6/RrVV7moItLzjf0n2QhLS/SmoothShift.js", "ssg:https://framerusercontent.com/modules/4dH8hy1verzv2IK6lNK1/rnHyW8tQ93ZRFUXWHEhT/NAkHDy8Y8.js", "ssg:https://framerusercontent.com/modules/VBEjTTvKyiMCydKCvuIL/cT6BPFP0jzolUCkDnL0H/Rg35i73Do.js", "ssg:https://framerusercontent.com/modules/1XZhiPlKEx9DdlKfKIrg/a0d3iGjhHPLYbnQ8rWAQ/rNJneYIp3.js", "ssg:https://framerusercontent.com/modules/MV0d7KUtmf3D9SyEK14h/NlIIukEcEPzqnvLnO9fy/Y0P6QuT6p.js", "ssg:https://framerusercontent.com/modules/Ht5jZadxNXbDQpMni2tq/xp8IaXagjaGwdEdruq2y/YntV3TRYL.js", "ssg:https://framerusercontent.com/modules/deB0R8qDneignBaeXf8u/xnQzSCtbWFDysOiicHd5/Imagehover.js", "ssg:https://framerusercontent.com/modules/FrUn3FXMNp43x1VHU51J/AZdiQu1sdT1zAXO7Iyzz/Scrollgrab.js", "ssg:https://ga.jspm.io/npm:react-is@16.13.1/index.js", "ssg:https://ga.jspm.io/npm:shallowequal@1.1.0/index.js", "ssg:https://ga.jspm.io/npm:@emotion/stylis@0.8.5/dist/stylis.browser.esm.js", "ssg:https://ga.jspm.io/npm:@emotion/unitless@0.7.5/dist/unitless.browser.esm.js", "ssg:https://ga.jspm.io/npm:@emotion/memoize@0.7.4/dist/memoize.browser.esm.js", "ssg:https://ga.jspm.io/npm:@emotion/is-prop-valid@0.8.8/dist/is-prop-valid.browser.esm.js", "ssg:https://ga.jspm.io/npm:hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js", "ssg:https://ga.jspm.io/npm:styled-components@5.3.3/dist/styled-components.browser.esm.js", "ssg:https://framerusercontent.com/modules/5H91ETG7Vg4WU4ufUNk0/Sgl83HVm1kNG6skHMjhM/Scrollreveal.js", "ssg:https://framerusercontent.com/modules/ecIgl5RfhEf0OITqgE4Y/RTwJbZvJ4dtQzQWTJHyI/tloyIFsEU.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{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.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,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.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=r.stiffness,damping:s=r.damping,mass:n=r.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/n)/1e3;const l=calcDampingRatio(e,s,n);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 a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/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", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth 100%\n * @framerSupportedLayoutHeight 100%\n */export default function AutoYearCopyright(props){const{companyName,rightsText,showSymbol,showTrademark,trademarkType,yearPlacement,font,color,fontSize}=props;const currentYear=new Date().getFullYear();const symbol=showSymbol===\"yes\"?\"\\xa9\":\"\";const trademarkOptionActive=showTrademark===\"yes\";const trademarkSymbol=trademarkOptionActive?trademarkType===\"trademark\"?\"\u2122\":\"\\xae\":\"\";let finalCompanyName=companyName.trim();let finalRightsText=rightsText.trim();let dotAfterCompanyName=\"\";if(yearPlacement===\"beforeCompanyName\"){finalCompanyName=`${currentYear} ${finalCompanyName}`;}else if(yearPlacement===\"afterCompanyName\"&&finalCompanyName){finalCompanyName+=` ${currentYear}`;}else if(yearPlacement===\"beforeRightsText\"&&finalRightsText){finalRightsText=`${currentYear}. ${finalRightsText}`;}else if(yearPlacement===\"afterRightsText\"&&finalRightsText){finalRightsText+=` ${currentYear}`;dotAfterCompanyName=!trademarkOptionActive&&finalCompanyName&&finalRightsText?\".\":\"\";}else if(!finalCompanyName&&!finalRightsText){finalCompanyName=`${currentYear}`;}finalCompanyName+=trademarkSymbol?`${trademarkSymbol}`:\"\";let displayText=symbol?`${symbol} `:\"\";displayText+=finalCompanyName?`${finalCompanyName}${dotAfterCompanyName}`:\"\";if(finalCompanyName&&finalRightsText)displayText+=\" \";displayText+=finalRightsText;const textStyle={fontSize:`${fontSize}px`,color:color,...font};return /*#__PURE__*/_jsx(\"div\",{style:textStyle,children:displayText.trim()});}AutoYearCopyright.defaultProps={companyName:\"Company Name\",rightsText:\"All rights reserved\",showSymbol:\"yes\",showTrademark:\"no\",trademarkType:\"trademark\",yearPlacement:\"afterRightsText\",color:\"#999999\",fontSize:18,font:{family:\"Inter\"}};addPropertyControls(AutoYearCopyright,{font:{type:ControlType.Font,title:\"Font\",defaultValue:\"Inter\",controls:\"extended\"},color:{type:ControlType.Color,title:\"Font Color\",defaultValue:\"#999999\"},companyName:{type:ControlType.String,title:\"Company Name\",defaultValue:\"Company Name\"},rightsText:{type:ControlType.String,title:\"Rights Text\",defaultValue:\"All rights reserved\"},showSymbol:{type:ControlType.SegmentedEnum,title:\"Symbol\",options:[\"yes\",\"no\"],optionTitles:[\"Yes\",\"No\"],defaultValue:\"yes\"},showTrademark:{type:ControlType.SegmentedEnum,title:\"Trademark\",options:[\"yes\",\"no\"],optionTitles:[\"Yes\",\"No\"],defaultValue:\"no\"},trademarkType:{type:ControlType.Enum,options:[\"trademark\",\"registered\"],optionTitles:[\"Trademark\",\"Registered\"],defaultValue:\"trademark\",hidden:({showTrademark})=>showTrademark!==\"yes\"},yearPlacement:{type:ControlType.Enum,options:[\"beforeCompanyName\",\"afterCompanyName\",\"beforeRightsText\",\"afterRightsText\"],optionTitles:[\"Before Company\",\"After Company\",\"Before Rights\",\"After Rights\"],defaultValue:\"afterRightsText\",displaySegmentedControl:true,segmentedControlDirection:\"vertical\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AutoYearCopyright\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"100%\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"100%\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AutoYearCopyright.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";// Code component provided by Eleveight Supply. All rights reserved 2024.\n/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth 100%\n * @framerSupportedLayoutHeight 100%\n */export default function SmoothCounter(props){const{start,end,font,fontProps,trigger,lineHeight,transition,label,labelPosition,loop,loopDelay,padding,useMask}=props;const{Color,Size,letterSpacing,verticalSpacing}=fontProps;const computedLineHeight=lineHeight||(verticalSpacing===0?Size*.9:Size);const computedDigitWidth=Size*.65;const formatNumber=value=>value.toString().split(\"\");const[displayNumber,setDisplayNumber]=React.useState(formatNumber(start));const[hasAnimated,setHasAnimated]=React.useState(false);const numberRef=React.useRef(null);const memoizedDigits=React.useMemo(()=>formatNumber(start),[start]);React.useEffect(()=>{if(trigger===\"inView\"){const observer=new IntersectionObserver(entries=>{entries.forEach(entry=>{if(entry.isIntersecting&&!hasAnimated){setDisplayNumber(formatNumber(end));setHasAnimated(true);}});},{threshold:.1});if(numberRef.current){observer.observe(numberRef.current);}return()=>{if(numberRef.current){observer.unobserve(numberRef.current);}};}else{setDisplayNumber(formatNumber(end));}},[end,hasAnimated,trigger]);const renderScrollingDigits=targetChars=>{const computedPunctuationWidth=computedDigitWidth*.65;return targetChars.map((char,index)=>{// Compute margins as before.\nconst marginRight=index<targetChars.length-1?`${letterSpacing}px`:\"0px\";const marginLeft=letterSpacing<0&&index>0?`${letterSpacing}px`:\"0px\";if(/\\d/.test(char)){const targetDigit=parseInt(char,10);return /*#__PURE__*/_jsx(\"div\",{style:{position:\"relative\",height:`${computedLineHeight}px`,overflow:\"visible\",width:`${computedDigitWidth}px`,display:\"inline-flex\",justifyContent:\"center\",marginRight,marginLeft,willChange:\"transform\",letterSpacing:\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{initial:{translateY:0},animate:{translateY:`-${targetDigit*(computedLineHeight+verticalSpacing)}px`},transition:{...transition,repeat:loop?Infinity:0,repeatType:\"mirror\",repeatDelay:loopDelay},style:{display:\"flex\",flexDirection:\"column\",willChange:\"transform\"},children:Array.from({length:10}).map((_,i)=>/*#__PURE__*/_jsx(\"div\",{style:{height:`${computedLineHeight}px`,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",fontSize:`${Size}px`,lineHeight:`${computedLineHeight}px`,color:Color,...font,marginBottom:verticalSpacing>0?`${verticalSpacing}px`:\"0px\",letterSpacing:\"0px\"},children:i},i))},`${index}-${targetDigit}`)},index);}else{return /*#__PURE__*/_jsx(\"div\",{style:{height:`${computedLineHeight}px`,width:`${computedPunctuationWidth}px`,display:\"inline-flex\",alignItems:\"center\",justifyContent:\"center\",fontSize:`${Size}px`,lineHeight:`${computedLineHeight}px`,color:Color,...font,marginRight,marginLeft,letterSpacing:\"0px\"},children:char},index);}});};const dynamicStyle={fontSize:`${Size}px`,fontFeatureSettings:\"'tnum'\",fontVariantNumeric:\"lining-nums\",display:\"inline-flex\",flexDirection:\"row\",lineHeight:`${computedLineHeight}px`,color:Color,...font,userSelect:\"none\",letterSpacing:\"px\"};const outerContainerStyle={position:\"relative\",display:\"inline-block\",overflow:\"hidden\",paddingTop:useMask?`${padding}px`:\"0px\",paddingBottom:useMask?`${padding}px`:\"0px\",...useMask&&{WebkitMaskImage:`linear-gradient(to bottom, transparent 5%, black 25%, black 75%, transparent 95%)`,maskImage:`linear-gradient(to bottom, transparent 5%, black 25%, black 75%, transparent 95%)`}};return /*#__PURE__*/_jsx(\"div\",{style:outerContainerStyle,children:/*#__PURE__*/_jsxs(\"div\",{ref:numberRef,style:dynamicStyle,children:[labelPosition===\"Before\"&&label,renderScrollingDigits(displayNumber),labelPosition===\"After\"&&label]})});}SmoothCounter.defaultProps={start:\"00\",end:\"1,234\",font:{family:\"Inter\",weight:400,style:\"normal\",fontSize:40},fontProps:{Color:\"#929292\",Size:40,letterSpacing:-2,verticalSpacing:0},trigger:\"onAppear\",transition:{type:\"tween\",ease:[.5,.02,.16,.99],duration:3.2},label:\"\",labelPosition:\"After\",loop:false,loopDelay:0,padding:7,useMask:false};addPropertyControls(SmoothCounter,{font:{type:ControlType.Font,title:\"Font\",defaultValue:\"Inter\"},fontProps:{type:ControlType.Object,title:\"Font Props\",controls:{Color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#929292\"},Size:{type:ControlType.Number,title:\"Size\",defaultValue:40,min:8,max:500,step:1,displayStepper:true},letterSpacing:{type:ControlType.Number,title:\"Letter\",defaultValue:-2,min:-50,max:100,step:1,displayStepper:true},verticalSpacing:{type:ControlType.Number,title:\"Line\",defaultValue:0,min:0,max:50,step:1,displayStepper:true}}},start:{type:ControlType.String,title:\"Start\",defaultValue:SmoothCounter.defaultProps.start},end:{type:ControlType.String,title:\"End\",defaultValue:SmoothCounter.defaultProps.end},trigger:{type:ControlType.Enum,title:\"Trigger\",options:[\"onAppear\",\"inView\"],optionTitles:[\"On Appear\",\"In View\"],defaultValue:\"onAppear\",displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"tween\",ease:[.5,.02,.16,.99],duration:3.2}},label:{type:ControlType.String,title:\"Label\",defaultValue:\"\",placeholder:\"ex: %,+,etc...\"},labelPosition:{type:ControlType.SegmentedEnum,title:\"Label\",options:[\"Before\",\"After\"],optionTitles:[\"Before\",\"After\"],defaultValue:\"After\"},loop:{type:ControlType.Boolean,title:\"Loop\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},loopDelay:{type:ControlType.Number,title:\"Delay\",defaultValue:0,min:0,max:10,step:.1,unit:\"s\",hidden:({loop})=>!loop},useMask:{type:ControlType.Boolean,title:\"Gradient\",defaultValue:SmoothCounter.defaultProps.useMask,enabledTitle:\"Yes\",disabledTitle:\"No\"},padding:{type:ControlType.Number,title:\"Cut-off\",defaultValue:SmoothCounter.defaultProps.padding,min:0,max:100,step:1,displayStepper:true,hidden:({useMask})=>!useMask}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothCounter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"100%\",\"framerSupportedLayoutWidth\":\"100%\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smoothcounter.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={EzGYNhDEg:{hover:true},VGDYmaJt3:{hover:true},WlLfKKJ5Z:{hover:true},ZPm4Fp_Pz:{hover:true}};const cycleOrder=[\"ZPm4Fp_Pz\",\"VGDYmaJt3\",\"NpfDjEh9N\",\"rojz2b0gm\",\"WlLfKKJ5Z\",\"EzGYNhDEg\",\"RRhprPhxh\"];const serializationHash=\"framer-8VMmm\";const variantClassNames={EzGYNhDEg:\"framer-v-xs0boj\",NpfDjEh9N:\"framer-v-1p2nijc\",rojz2b0gm:\"framer-v-u7pczb\",RRhprPhxh:\"framer-v-q43yrn\",VGDYmaJt3:\"framer-v-1kqczvv\",WlLfKKJ5Z:\"framer-v-rdv599\",ZPm4Fp_Pz:\"framer-v-1mr0h7k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:48,delay:0,mass:1.6,stiffness:633,type:\"spring\"};const transition3={damping:38,delay:0,mass:1.6,stiffness:633,type:\"spring\"};const transition4={damping:38,delay:0,mass:.7,stiffness:633,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -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={\"footer big button\":\"WlLfKKJ5Z\",\"footer button mobile\":\"EzGYNhDEg\",\"mobile icon\":\"NpfDjEh9N\",\"Mobile no icon\":\"rojz2b0gm\",\"Variant 1\":\"ZPm4Fp_Pz\",\"Variant 2\":\"VGDYmaJt3\",Button:\"RRhprPhxh\"};const getProps=({height,id,title,width,...props})=>{return{...props,rMuQAzjcU:title??props.rMuQAzjcU??\"inquiries@eleveight.studio\",variant:humanReadableVariantMap[props.variant]??props.variant??\"ZPm4Fp_Pz\"};};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,rMuQAzjcU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZPm4Fp_Pz\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"VGDYmaJt3-hover\")return true;if([\"VGDYmaJt3\",\"NpfDjEh9N\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"VGDYmaJt3-hover\")return false;if(baseVariant===\"VGDYmaJt3\")return false;return true;};const isDisplayed2=()=>{if([\"VGDYmaJt3-hover\",\"WlLfKKJ5Z-hover\"].includes(gestureVariant))return true;if([\"VGDYmaJt3\",\"NpfDjEh9N\",\"rojz2b0gm\",\"WlLfKKJ5Z\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({EzGYNhDEg:{value:transition4},NpfDjEh9N:{value:transition3},rojz2b0gm:{value:transition3},RRhprPhxh:{value:transition3},VGDYmaJt3:{value:transition2},WlLfKKJ5Z:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:\"mailto:contact@timeloop.design\",motionChild:true,nodeId:\"ZPm4Fp_Pz\",scopeId:\"hBqPbM31T\",...addPropertyOverrides({EzGYNhDEg:{href:\"mailto:inquiries@eleveight.studio?subject=Studio%20inquire proposal\",openInNewTab:true},RRhprPhxh:{href:\"mailto:inquiries@eleveight.studio\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1mr0h7k\",className,classNames)} framer-19v55gq`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZPm4Fp_Pz\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:300,borderBottomRightRadius:300,borderTopLeftRadius:300,borderTopRightRadius:300,...style},variants:{\"VGDYmaJt3-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},\"ZPm4Fp_Pz-hover\":{backgroundColor:\"var(--token-4136c695-df3a-4889-ac35-567861fb877e, rgb(251, 202, 105))\"},EzGYNhDEg:{backgroundColor:\"rgba(0, 0, 0, 0)\"},NpfDjEh9N:{backgroundColor:\"var(--token-429ecd23-27c4-4126-a3ca-42a615f2b35c, rgba(248, 248, 246, 0.95))\"},rojz2b0gm:{backgroundColor:\"rgb(237, 236, 238)\"},RRhprPhxh:{backgroundColor:\"rgba(0, 0, 0, 0)\"},VGDYmaJt3:{backgroundColor:\"rgb(237, 236, 238)\"},WlLfKKJ5Z:{backgroundColor:\"var(--token-429ecd23-27c4-4126-a3ca-42a615f2b35c, rgba(248, 248, 246, 0.95))\"}},...addPropertyOverrides({\"EzGYNhDEg-hover\":{\"data-framer-name\":undefined},\"VGDYmaJt3-hover\":{\"data-framer-name\":undefined},\"WlLfKKJ5Z-hover\":{\"data-framer-name\":undefined},\"ZPm4Fp_Pz-hover\":{\"data-framer-name\":undefined},EzGYNhDEg:{\"data-framer-name\":\"footer button mobile\"},NpfDjEh9N:{\"data-framer-name\":\"mobile icon\"},rojz2b0gm:{\"data-framer-name\":\"Mobile no icon\"},RRhprPhxh:{\"data-framer-name\":\"Button\"},VGDYmaJt3:{\"data-framer-name\":\"Variant 2\"},WlLfKKJ5Z:{\"data-framer-name\":\"footer big button\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\"},children:\"Let's chat\"})}),className:\"framer-17jg7d8\",\"data-framer-name\":\"Email\",fonts:[\"FS;General Sans-semibold\"],layoutDependency:layoutDependency,layoutId:\"w4OYKaj9r\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rMuQAzjcU,variants:{\"EzGYNhDEg-hover\":{\"--extracted-r6o4lv\":\"rgb(106, 133, 0)\"},rojz2b0gm:{\"--extracted-r6o4lv\":\"var(--token-c80870de-7eea-4e07-88c5-992d1e21ed04, rgb(30, 28, 38))\"},VGDYmaJt3:{\"--extracted-r6o4lv\":\"var(--token-c80870de-7eea-4e07-88c5-992d1e21ed04, rgb(30, 28, 38))\"},WlLfKKJ5Z:{\"--extracted-r6o4lv\":\"var(--token-c80870de-7eea-4e07-88c5-992d1e21ed04, rgb(30, 28, 38))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"EzGYNhDEg-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(106, 133, 0))\",\"--framer-text-decoration\":\"underline\"},children:\"inquiries@eleveight.studio\"})})},\"VGDYmaJt3-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\"},children:\"Let's chat\"})})},\"ZPm4Fp_Pz-hover\":{transformTemplate:transformTemplate1},EzGYNhDEg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-decoration\":\"underline\"},children:\"inquiries@eleveight.studio\"})}),fonts:[\"GF;Albert Sans-600\"]},rojz2b0gm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c80870de-7eea-4e07-88c5-992d1e21ed04, rgb(30, 28, 38)))\"},children:\"Let's chat\"})})},RRhprPhxh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-decoration\":\"underline\"},children:\"inquiries@eleveight.studio\"})}),fonts:[\"GF;Albert Sans-600\"]},VGDYmaJt3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c80870de-7eea-4e07-88c5-992d1e21ed04, rgb(30, 28, 38)))\"},children:\"Let's chat\"})})},WlLfKKJ5Z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c80870de-7eea-4e07-88c5-992d1e21ed04, rgb(30, 28, 38)))\"},children:\"Let's chat\"})}),fonts:[\"FS;General Sans-medium\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-765ui0\",layoutDependency:layoutDependency,layoutId:\"mcN2atxn0\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ap7j1v\",\"data-framer-name\":\"envelope_plus\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,layoutDependency:layoutDependency,layoutId:\"IElgtt2vi\",style:{opacity:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M24 12.5v6a5.506 5.506 0 0 1-5.5 5.5h-13A5.506 5.506 0 0 1 0 18.5v-10A5.506 5.506 0 0 1 5.5 3h4a1.5 1.5 0 0 1 0 3h-4a2.493 2.493 0 0 0-2.2 1.336l6.931 6.932a2.562 2.562 0 0 0 3.536 0l1.224-1.3a1.5 1.5 0 1 1 2.182 2.06l-1.255 1.328a5.521 5.521 0 0 1-7.808.032L3 11.278V18.5A2.5 2.5 0 0 0 5.5 21h13a2.5 2.5 0 0 0 2.5-2.5v-6a1.5 1.5 0 0 1 3 0ZM14.5 7H17v2.5a1.5 1.5 0 0 0 3 0V7h2.5a1.5 1.5 0 0 0 0-3H20V1.5a1.5 1.5 0 0 0-3 0V4h-2.5a1.5 1.5 0 0 0 0 3Z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12wk405\",\"data-framer-name\":\"envelope_plus\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YC7csWtFb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 15\"><path d=\"M 15 7.812 L 15 11.562 C 14.998 13.46 13.46 14.998 11.562 15 L 3.438 15 C 1.54 14.998 0.002 13.46 0 11.562 L 0 5.313 C 0.002 3.415 1.54 1.877 3.438 1.875 L 5.938 1.875 C 6.455 1.875 6.875 2.295 6.875 2.813 C 6.875 3.33 6.455 3.75 5.938 3.75 L 3.438 3.75 C 2.86 3.752 2.331 4.073 2.062 4.585 L 6.394 8.918 C 7.013 9.507 7.986 9.507 8.604 8.918 L 9.369 8.105 C 9.725 7.728 10.318 7.711 10.695 8.067 C 11.072 8.422 11.089 9.016 10.733 9.393 L 9.949 10.223 C 9.304 10.872 8.428 11.239 7.513 11.243 C 6.598 11.247 5.719 10.887 5.069 10.243 L 1.875 7.049 L 1.875 11.562 C 1.875 12.425 2.575 13.125 3.438 13.125 L 11.562 13.125 C 12.425 13.125 13.125 12.425 13.125 11.562 L 13.125 7.812 C 13.125 7.295 13.545 6.875 14.063 6.875 C 14.58 6.875 15 7.295 15 7.812 Z M 9.063 4.375 L 10.625 4.375 L 10.625 5.938 C 10.625 6.455 11.045 6.875 11.563 6.875 C 12.08 6.875 12.5 6.455 12.5 5.938 L 12.5 4.375 L 14.063 4.375 C 14.58 4.375 15 3.955 15 3.438 C 15 2.92 14.58 2.5 14.063 2.5 L 12.5 2.5 L 12.5 0.938 C 12.5 0.42 12.08 0 11.563 0 C 11.045 0 10.625 0.42 10.625 0.938 L 10.625 2.5 L 9.063 2.5 C 8.545 2.5 8.125 2.92 8.125 3.438 C 8.125 3.955 8.545 4.375 9.063 4.375 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:10640722496,withExternalLayout:true,...addPropertyOverrides({NpfDjEh9N:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 15\"><path d=\"M 15 7.812 L 15 11.562 C 14.998 13.46 13.46 14.998 11.562 15 L 3.438 15 C 1.54 14.998 0.002 13.46 0 11.562 L 0 5.313 C 0.002 3.415 1.54 1.877 3.438 1.875 L 5.938 1.875 C 6.455 1.875 6.875 2.295 6.875 2.813 C 6.875 3.33 6.455 3.75 5.938 3.75 L 3.438 3.75 C 2.86 3.752 2.331 4.073 2.062 4.585 L 6.394 8.918 C 7.013 9.507 7.986 9.507 8.604 8.918 L 9.369 8.105 C 9.725 7.728 10.318 7.711 10.695 8.067 C 11.072 8.422 11.089 9.016 10.733 9.393 L 9.949 10.223 C 9.304 10.872 8.428 11.239 7.513 11.243 C 6.598 11.247 5.719 10.887 5.069 10.243 L 1.875 7.049 L 1.875 11.562 C 1.875 12.425 2.575 13.125 3.438 13.125 L 11.562 13.125 C 12.425 13.125 13.125 12.425 13.125 11.562 L 13.125 7.812 C 13.125 7.295 13.545 6.875 14.063 6.875 C 14.58 6.875 15 7.295 15 7.812 Z M 9.063 4.375 L 10.625 4.375 L 10.625 5.938 C 10.625 6.455 11.045 6.875 11.563 6.875 C 12.08 6.875 12.5 6.455 12.5 5.938 L 12.5 4.375 L 14.063 4.375 C 14.58 4.375 15 3.955 15 3.438 C 15 2.92 14.58 2.5 14.063 2.5 L 12.5 2.5 L 12.5 0.938 C 12.5 0.42 12.08 0 11.563 0 C 11.045 0 10.625 0.42 10.625 0.938 L 10.625 2.5 L 9.063 2.5 C 8.545 2.5 8.125 2.92 8.125 3.438 C 8.125 3.955 8.545 4.375 9.063 4.375 Z\" fill=\"var(--token-c80870de-7eea-4e07-88c5-992d1e21ed04, rgb(30, 28, 38))\"></path></svg>',svgContentId:9551218887},VGDYmaJt3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 15\"><path d=\"M 15 7.812 L 15 11.562 C 14.998 13.46 13.46 14.998 11.562 15 L 3.438 15 C 1.54 14.998 0.002 13.46 0 11.562 L 0 5.313 C 0.002 3.415 1.54 1.877 3.438 1.875 L 5.938 1.875 C 6.455 1.875 6.875 2.295 6.875 2.813 C 6.875 3.33 6.455 3.75 5.938 3.75 L 3.438 3.75 C 2.86 3.752 2.331 4.073 2.062 4.585 L 6.394 8.918 C 7.013 9.507 7.986 9.507 8.604 8.918 L 9.369 8.105 C 9.725 7.728 10.318 7.711 10.695 8.067 C 11.072 8.422 11.089 9.016 10.733 9.393 L 9.949 10.223 C 9.304 10.872 8.428 11.239 7.513 11.243 C 6.598 11.247 5.719 10.887 5.069 10.243 L 1.875 7.049 L 1.875 11.562 C 1.875 12.425 2.575 13.125 3.438 13.125 L 11.562 13.125 C 12.425 13.125 13.125 12.425 13.125 11.562 L 13.125 7.812 C 13.125 7.295 13.545 6.875 14.063 6.875 C 14.58 6.875 15 7.295 15 7.812 Z M 9.063 4.375 L 10.625 4.375 L 10.625 5.938 C 10.625 6.455 11.045 6.875 11.563 6.875 C 12.08 6.875 12.5 6.455 12.5 5.938 L 12.5 4.375 L 14.063 4.375 C 14.58 4.375 15 3.955 15 3.438 C 15 2.92 14.58 2.5 14.063 2.5 L 12.5 2.5 L 12.5 0.938 C 12.5 0.42 12.08 0 11.563 0 C 11.045 0 10.625 0.42 10.625 0.938 L 10.625 2.5 L 9.063 2.5 C 8.545 2.5 8.125 2.92 8.125 3.438 C 8.125 3.955 8.545 4.375 9.063 4.375 Z\" fill=\"hsl(0, 0%, 0%)\"></path></svg>',svgContentId:10133738826}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-20uzi5\",layoutDependency:layoutDependency,layoutId:\"o0fljFCJM\",style:{backgroundColor:\"var(--token-cac7b5cf-91d5-4d9a-8627-e25e13644f56, rgb(48, 38, 102))\",borderBottomLeftRadius:41,borderBottomRightRadius:41,borderTopLeftRadius:41,borderTopRightRadius:41},variants:{VGDYmaJt3:{backgroundColor:\"var(--token-4136c695-df3a-4889-ac35-567861fb877e, rgb(251, 202, 105))\"},WlLfKKJ5Z:{backgroundColor:\"var(--token-4136c695-df3a-4889-ac35-567861fb877e, rgb(251, 202, 105))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8VMmm.framer-19v55gq, .framer-8VMmm .framer-19v55gq { display: block; }\",\".framer-8VMmm.framer-1mr0h7k { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 43px; justify-content: center; overflow: hidden; padding: 14px 20px 14px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-8VMmm .framer-17jg7d8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8VMmm .framer-765ui0 { flex: none; height: 15px; overflow: hidden; position: absolute; right: -170px; top: calc(49.411764705882376% - 15px / 2); width: 15px; z-index: 1; }\",\".framer-8VMmm .framer-1ap7j1v { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-8VMmm .framer-12wk405 { flex: none; height: 15px; left: 0px; position: absolute; top: 0px; width: 15px; }\",\".framer-8VMmm .framer-20uzi5 { flex: none; height: 36px; left: -44px; overflow: hidden; position: absolute; top: calc(47.05882352941179% - 36px / 2); width: 38px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8VMmm.framer-1mr0h7k { gap: 0px; } .framer-8VMmm.framer-1mr0h7k > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-8VMmm.framer-1mr0h7k > :first-child { margin-left: 0px; } .framer-8VMmm.framer-1mr0h7k > :last-child { margin-right: 0px; } }\",\".framer-8VMmm.framer-v-1kqczvv.framer-1mr0h7k { width: 115px; }\",\".framer-8VMmm.framer-v-1kqczvv .framer-765ui0 { right: -70px; }\",\".framer-8VMmm.framer-v-1p2nijc.framer-1mr0h7k, .framer-8VMmm.framer-v-u7pczb.framer-1mr0h7k { cursor: unset; height: 43px; }\",\".framer-8VMmm.framer-v-1p2nijc .framer-765ui0, .framer-8VMmm.framer-v-1kqczvv.hover .framer-765ui0 { position: relative; right: unset; top: unset; }\",\".framer-8VMmm.framer-v-rdv599.framer-1mr0h7k { height: 59px; }\",\".framer-8VMmm.framer-v-rdv599 .framer-17jg7d8 { order: 2; z-index: 2; }\",\".framer-8VMmm.framer-v-rdv599 .framer-20uzi5 { order: 1; }\",\".framer-8VMmm.framer-v-xs0boj.framer-1mr0h7k { height: 59px; padding: 0px; }\",\".framer-8VMmm.framer-v-xs0boj .framer-17jg7d8, .framer-8VMmm.framer-v-q43yrn .framer-17jg7d8, .framer-8VMmm.framer-v-1kqczvv.hover .framer-17jg7d8 { z-index: 1; }\",\".framer-8VMmm.framer-v-q43yrn.framer-1mr0h7k { cursor: unset; height: 59px; padding: 0px 16px 0px 16px; width: 322px; }\",\".framer-8VMmm.framer-v-1mr0h7k.hover.framer-1mr0h7k { height: 43px; width: 115px; }\",\".framer-8VMmm.framer-v-1mr0h7k.hover .framer-17jg7d8 { left: 50%; position: absolute; top: 49%; }\",\".framer-8VMmm.framer-v-1kqczvv.hover.framer-1mr0h7k { padding: 14px 16px 14px 16px; width: min-content; }\",\".framer-8VMmm.framer-v-1kqczvv.hover .framer-20uzi5 { bottom: -18px; height: unset; left: -38px; right: -38px; top: -17px; width: unset; z-index: 0; }\",\".framer-8VMmm.framer-v-rdv599.hover.framer-1mr0h7k { height: 56px; padding: 10px 18px 10px 18px; }\",\".framer-8VMmm.framer-v-rdv599.hover .framer-20uzi5 { bottom: -11px; height: unset; left: -68px; right: -10px; top: -14px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 244\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"VGDYmaJt3\":{\"layout\":[\"fixed\",\"fixed\"]},\"NpfDjEh9N\":{\"layout\":[\"auto\",\"fixed\"]},\"rojz2b0gm\":{\"layout\":[\"auto\",\"fixed\"]},\"WlLfKKJ5Z\":{\"layout\":[\"auto\",\"fixed\"]},\"EzGYNhDEg\":{\"layout\":[\"auto\",\"fixed\"]},\"RRhprPhxh\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ec3hWpeXg\":{\"layout\":[\"fixed\",\"fixed\"]},\"wXwuF_1L_\":{\"layout\":[\"auto\",\"fixed\"]},\"fL5Li9DaT\":{\"layout\":[\"auto\",\"fixed\"]},\"i4xusL1ni\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"rMuQAzjcU\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhBqPbM31T=withCSS(Component,css,\"framer-8VMmm\");export default FramerhBqPbM31T;FramerhBqPbM31T.displayName=\"let's chat cta\";FramerhBqPbM31T.defaultProps={height:42,width:244};addPropertyControls(FramerhBqPbM31T,{variant:{options:[\"ZPm4Fp_Pz\",\"VGDYmaJt3\",\"NpfDjEh9N\",\"rojz2b0gm\",\"WlLfKKJ5Z\",\"EzGYNhDEg\",\"RRhprPhxh\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"mobile icon\",\"Mobile no icon\",\"footer big button\",\"footer button mobile\",\"Button\"],title:\"Variant\",type:ControlType.Enum},rMuQAzjcU:{defaultValue:\"inquiries@eleveight.studio\",displayTextArea:false,placeholder:\"inquiries@eleveight.studio\",title:\"Title\",type:ControlType.String}});addFonts(FramerhBqPbM31T,[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2\",weight:\"600\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_qY32TxAj1g.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhBqPbM31T\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"42\",\"framerIntrinsicWidth\":\"244\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"rMuQAzjcU\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"VGDYmaJt3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NpfDjEh9N\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"rojz2b0gm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"WlLfKKJ5Z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"EzGYNhDEg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"RRhprPhxh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ec3hWpeXg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wXwuF_1L_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fL5Li9DaT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"i4xusL1ni\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hBqPbM31T.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,useMotionValue,useTransform}from\"framer-motion\";/**\n * ANIMATOR\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Animator(props){/* Properties */const{pathAnimation,from,to,animate,shouldLoop,loopOptions,slots=[],endCircle}=props;/* State */const hasChildren=Children.count(slots)>0;/* Empty State */let customShape=/*#__PURE__*/_jsxs(\"div\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u270D\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Graphic\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Animates single or joined paths on Web Pages only.\"})]});if(hasChildren){/* Grab the SVG from the Graphic */const firstChild=getFirstChild(slots);const svgChild=getFirstChild(firstChild.props.svg);const isSpring=pathAnimation.type===\"spring\";/* Shape transition properties *//* Dividing stiffness and damping by 1000 is a trick I got from Matt \n        which helps with pathLength animations, which otherwise are so fast \n        you never even see them happen in the preview. */const shapeTransition={pathLength:{...pathAnimation,repeat:shouldLoop?Infinity:0,repeatType:loopOptions,stiffness:isSpring?pathAnimation.stiffness/1e3:pathAnimation.stiffness,damping:isSpring?pathAnimation.damping/1e3:pathAnimation.damping}};/* Add our own properties to the Path */const pathLength=useMotionValue(0);const opacity=useTransform(pathLength,[0,.025],[0,1]);const shapeProps={variants:{start:{pathLength:from/100},end:{pathLength:to/100}},transition:shapeTransition};/* Prevent animating or adjusting pathLength on the Canvas */const isCanvas=RenderTarget.current()===RenderTarget.canvas;/* Just render the full connected Graphic on Canvas, when connected */if(isCanvas){customShape=firstChild;}/* If on a web page */if(!isCanvas&&svgChild){/* Pass Attributes */let attributes=svgChild.match(/[\\w-]+=\"[^\"]*\"/g);let pathD;let stroke;let strokeWidth;let strokeLinecap;let strokeLinejoin;for(const element of attributes){if(element.includes(\"d=\")){pathD=splitAndReplace(element);}if(element.includes(\"stroke=\")){stroke=splitAndReplace(element);}if(element.includes(\"stroke-width=\")){strokeWidth=splitAndReplace(element);}if(element.includes(\"stroke-linecap=\")){strokeLinecap=splitAndReplace(element);}if(element.includes(\"stroke-linejoin=\")){strokeLinejoin=splitAndReplace(element);}}/* Grab viewbox */let svgViewbox;svgViewbox=svgChild.split(\"viewBox=\")[1];svgViewbox=svgViewbox.split(\">\")[0];svgViewbox=svgViewbox.replace(/^\"(.+(?=\"$))\"$/,\"$1\");customShape=/*#__PURE__*/_jsx(motion.div,{initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\",style:{width:\"100%\",height:\"100%\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",backgroundColor:\"transparent\",overflow:\"hidden\"},children:/*#__PURE__*/_jsx(motion.svg,{xmlns:\"http://www.w3.org/2000/svg\",width:\"100%\",height:\"100%\",viewBox:svgViewbox,children:/*#__PURE__*/_jsx(motion.path,{...shapeProps,d:pathD,stroke:stroke,strokeWidth:strokeWidth,strokeLinejoin:strokeLinejoin,strokeLinecap:strokeLinecap,fill:\"transparent\",style:!endCircle&&{pathLength,opacity},initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\"})})});}}return customShape;}/* Default Properties */Animator.defaultProps={animate:true,shouldLoop:false,loopOptions:\"reverse\",from:0,to:100,pathAnimation:{type:\"tween\",duration:2},endCircle:true};/* Property Controls */addPropertyControls(Animator,{slots:{type:ControlType.ComponentInstance,title:\"Children\"},animate:{title:\"Animate\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.animate,enabledTitle:\"True\",disabledTitle:\"False\"},shouldLoop:{title:\"Loop\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.shouldLoop,enabledTitle:\"True\",disabledTitle:\"False\",hidden(props){return props.animate===false;}},loopOptions:{type:ControlType.Enum,title:\"Type\",defaultValue:Animator.defaultProps.loopOptions,options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],hidden(props){return props.shouldLoop===false;}},endCircle:{title:\"End Circle\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.endCircle,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden(props){return props.animate===false;}},from:{title:\"From\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.from,unit:\"%\",hidden(props){return props.animate===false;}},to:{title:\"To\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.to,unit:\"%\",hidden(props){return props.animate===false;}},pathAnimation:{title:\" \",type:ControlType.Transition,defaultValue:Animator.defaultProps.pathAnimation,hidden(props){return props.animate===false;}}});/* Method to get stringless attributes */const splitAndReplace=string=>{return string.split(\"=\")[1].replace(/['\"]+/g,\"\");};/* Method to get the first child */function getFirstChild(slots){let firstChild;Children.map(slots,child=>{if(firstChild===undefined){firstChild=child;}});return firstChild;}/* 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\"};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\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Animator\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Animator.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect,useLayoutEffect,useRef,forwardRef}from\"react\";const topGradient=`linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0.7) 40%, transparent 100%)`;const bottomGradient=`linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 40%, transparent 100%)`;export function scrollFadeY(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const componentRef=useRef(null);const topOverlayRef=useRef(null);const bottomOverlayRef=useRef(null);const[isAtBottom,setIsAtBottom]=useState(false);const[isScrolling,setIsScrolling]=useState(false);const[showGradients,setShowGradients]=useState(true);useLayoutEffect(()=>{const handleResize=()=>{if(componentRef.current){const containerHeight=componentRef.current.clientHeight;if(containerHeight>=562){setShowGradients(false);}else{setShowGradients(true);}}};const handleScroll=()=>{const{scrollTop,scrollHeight,clientHeight}=componentRef.current;const isEnd=Math.ceil(scrollTop+clientHeight)>=scrollHeight;setIsAtBottom(isEnd);setIsScrolling(scrollTop>0&&!isEnd);if(topOverlayRef.current&&showGradients){topOverlayRef.current.style.opacity=scrollTop>0?1:0;}if(bottomOverlayRef.current&&showGradients){bottomOverlayRef.current.style.opacity=isEnd?0:1;}};const componentEl=componentRef.current;if(componentEl){componentEl.addEventListener(\"scroll\",handleScroll);window.addEventListener(\"resize\",handleResize);handleResize()// Check initial height\n;handleScroll()// Initialize gradient visibility on mount\n;}return()=>{if(componentEl){componentEl.removeEventListener(\"scroll\",handleScroll);}window.removeEventListener(\"resize\",handleResize);};},[showGradients]);useEffect(()=>{if(bottomOverlayRef.current&&showGradients){bottomOverlayRef.current.style.opacity=1;}if(topOverlayRef.current&&showGradients){topOverlayRef.current.style.opacity=0;}},[showGradients]);return /*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\",overflow:\"hidden\",width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/_jsx(Component,{...props,ref:node=>{componentRef.current=node;if(typeof ref===\"function\"){ref(node);}else if(ref){ref.current=node;}},style:{...props.style,width:\"100%\",height:\"100%\",overflowY:\"auto\",boxSizing:\"border-box\"}}),showGradients&&/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{ref:topOverlayRef,style:{position:\"absolute\",top:0,left:0,right:0,height:\"50px\",pointerEvents:\"none\",backgroundImage:topGradient,opacity:0,transition:\"opacity 0.3s ease\"}}),/*#__PURE__*/_jsx(\"div\",{ref:bottomOverlayRef,style:{position:\"absolute\",bottom:0,left:0,right:0,height:\"50px\",pointerEvents:\"none\",backgroundImage:bottomGradient,opacity:1,transition:\"opacity 0.3s ease\"}})]})]});});}\nexport const __FramerMetadata__ = {\"exports\":{\"scrollFadeY\":{\"type\":\"reactHoc\",\"name\":\"scrollFadeY\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scrollfade.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Scrambletext from\"https://framerusercontent.com/modules/CKF4t8iHREE0ex1V3rYN/QjCu5AucwpboGzYEhGn7/Scrambletext.js\";const ScrambletextFonts=getFonts(Scrambletext);const MotionDivWithFX=withFX(motion.div);const enabledGestures={h6pGahUFD:{hover:true}};const cycleOrder=[\"h6pGahUFD\",\"AlY7efu9E\",\"WwTH4CRxt\",\"V7ppbJJ3I\",\"vctHwbXLz\"];const serializationHash=\"framer-Rbi6E\";const variantClassNames={AlY7efu9E:\"framer-v-11mbcy1\",h6pGahUFD:\"framer-v-zqwa8n\",V7ppbJJ3I:\"framer-v-1cb9jdb\",vctHwbXLz:\"framer-v-7cy21h\",WwTH4CRxt:\"framer-v-eaab1d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"h6pGahUFD\",Disabled:\"WwTH4CRxt\",Error:\"vctHwbXLz\",Loading:\"AlY7efu9E\",Success:\"V7ppbJJ3I\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"h6pGahUFD\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"h6pGahUFD\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"h6pGahUFD-hover\")return false;if(baseVariant===\"AlY7efu9E\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"h6pGahUFD-hover\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"AlY7efu9E\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-zqwa8n\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"h6pGahUFD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(13, 13, 13)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,...style},variants:{\"h6pGahUFD-hover\":{backgroundColor:\"rgb(59, 59, 59)\"},V7ppbJJ3I:{backgroundColor:\"var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, rgb(208, 255, 0))\"},vctHwbXLz:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"},WwTH4CRxt:{opacity:.5}},...addPropertyOverrides({\"h6pGahUFD-hover\":{\"data-framer-name\":undefined},AlY7efu9E:{\"data-framer-name\":\"Loading\"},V7ppbJJ3I:{\"data-framer-name\":\"Success\"},vctHwbXLz:{\"data-framer-name\":\"Error\"},WwTH4CRxt:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Request Quote\"})}),className:\"framer-1sovlry\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"PxjQbCm2j\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{vctHwbXLz:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({V7ppbJJ3I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\"},children:\"We'll be in touch shortly\"})}),fonts:[\"Inter-SemiBold\"]},vctHwbXLz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})}),fonts:[\"Inter-SemiBold\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j16b3d-container\",layoutDependency:layoutDependency,layoutId:\"neZeIkmix-container\",children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"onAppear\",color:\"rgb(255, 255, 255)\",delay:2,duration:.3,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.2em\",textAlign:\"center\"},globalDelay:0,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"neZeIkmix\",layoutId:\"neZeIkmix\",loop:false,scramblePercentage:12,scrambleSpeed:50,style:{width:\"100%\"},text:\"Request Quote\",useGradient:false,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ot9970\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"UdaI0mLK3\",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:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-y06lrv\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"fH383UvVy\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",mask:\"none\",WebkitMask:\"none\"},variants:{AlY7efu9E:{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-1d7de63\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"vtNm6GdN4\",style:{backgroundColor:\"var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, rgb(208, 255, 0))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rbi6E.framer-fomjtw, .framer-Rbi6E .framer-fomjtw { display: block; }\",\".framer-Rbi6E.framer-zqwa8n { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-Rbi6E .framer-1sovlry { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Rbi6E .framer-1j16b3d-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-Rbi6E .framer-1ot9970 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-Rbi6E .framer-y06lrv { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-Rbi6E .framer-1d7de63 { 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-Rbi6E.framer-zqwa8n { gap: 0px; } .framer-Rbi6E.framer-zqwa8n > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Rbi6E.framer-zqwa8n > :first-child { margin-left: 0px; } .framer-Rbi6E.framer-zqwa8n > :last-child { margin-right: 0px; } }\",\".framer-Rbi6E.framer-v-11mbcy1.framer-zqwa8n, .framer-Rbi6E.framer-v-eaab1d.framer-zqwa8n, .framer-Rbi6E.framer-v-1cb9jdb.framer-zqwa8n, .framer-Rbi6E.framer-v-7cy21h.framer-zqwa8n { cursor: unset; }\",\".framer-Rbi6E.framer-v-11mbcy1 .framer-y06lrv { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"AlY7efu9E\":{\"layout\":[\"fixed\",\"fixed\"]},\"WwTH4CRxt\":{\"layout\":[\"fixed\",\"fixed\"]},\"V7ppbJJ3I\":{\"layout\":[\"fixed\",\"fixed\"]},\"vctHwbXLz\":{\"layout\":[\"fixed\",\"fixed\"]},\"j7psUmOmN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framernt3DoQEuN=withCSS(Component,css,\"framer-Rbi6E\");export default Framernt3DoQEuN;Framernt3DoQEuN.displayName=\"Button Copy\";Framernt3DoQEuN.defaultProps={height:40,width:240};addPropertyControls(Framernt3DoQEuN,{variant:{options:[\"h6pGahUFD\",\"AlY7efu9E\",\"WwTH4CRxt\",\"V7ppbJJ3I\",\"vctHwbXLz\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framernt3DoQEuN,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...ScrambletextFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framernt3DoQEuN\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"240\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AlY7efu9E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WwTH4CRxt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"V7ppbJJ3I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vctHwbXLz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j7psUmOmN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nt3DoQEuN.map", "// Generated by Framer (03f754e)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,FormSelect,getFonts,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Animator from\"https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js\";import{scrollFadeY}from\"https://framerusercontent.com/modules/7LstmaW90XfT0kvE2ydo/vI44JIid7NSIXOpRn4um/Scrollfade.js\";import ButtonCopy from\"https://framerusercontent.com/modules/8u5FVhMpXixojF0ziqS4/jJGi6OzQszJ29t1PVkBS/nt3DoQEuN.js\";const MotionDivScrollFadeY=scrollFadeY(motion.div);const ButtonCopyFonts=getFonts(ButtonCopy);const AnimatorFonts=getFonts(Animator);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"MrnGtCcwR\",\"fevZ_WAm_\",\"QQNurNicY\"];const serializationHash=\"framer-67YrN\";const variantClassNames={fevZ_WAm_:\"framer-v-19u52p7\",MrnGtCcwR:\"framer-v-ogigra\",QQNurNicY:\"framer-v-13v6ipy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const transition2={damping:35,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={damping:60,delay:.1,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"MrnGtCcwR\",\"Variant 2\":\"fevZ_WAm_\",\"Variant 3\":\"QQNurNicY\"};const getProps=({cursor,height,id,tapToClose,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,gspFQHn6J:tapToClose!==null&&tapToClose!==void 0?tapToClose:props.gspFQHn6J,O0Vtp4BAg:cursor!==null&&cursor!==void 0?cursor:props.O0Vtp4BAg,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"MrnGtCcwR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,gspFQHn6J,O0Vtp4BAg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MrnGtCcwR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onLoading13ch35q=activeVariantCallback(async(...args)=>{setVariant(\"fevZ_WAm_\");});const onSuccessp64b12=activeVariantCallback(async(...args)=>{setVariant(\"QQNurNicY\");});const onTap1bekvq5=activeVariantCallback(async(...args)=>{if(gspFQHn6J){const res=await gspFQHn6J(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"fevZ_WAm_\",\"QQNurNicY\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"fevZ_WAm_\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(FormContainer,{...restProps,...gestureHandlers,action:\"https://api.framer.com/forms/v1/forms/fddf0f5c-3f76-41b2-825b-ccdb5cc7aee5/submit\",className:cx(serializationHash,...sharedStyleClassNames,\"framer-ogigra\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MrnGtCcwR\",onLoading:onLoading13ch35q,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.04)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,...style},...addPropertyOverrides({fevZ_WAm_:{\"data-framer-name\":\"Variant 2\",onLoading:undefined,onSuccess:onSuccessp64b12},QQNurNicY:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lck9q9\",layoutDependency:layoutDependency,layoutId:\"OMYa0hhfx\",style:{backgroundColor:\"rgb(250, 250, 250)\"},variants:{QQNurNicY:{backgroundColor:\"rgb(255, 255, 255)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1403uef\",layoutDependency:layoutDependency,layoutId:\"tDFwUmCqu\",style:{opacity:1},variants:{fevZ_WAm_:{opacity:.24},QQNurNicY:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(26, 26, 26))\"},children:\"Custom Request\"})}),className:\"framer-8vcmf9\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"V0XyaeJDT\",style:{\"--extracted-r6o4lv\":\"rgb(26, 26, 26)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7hty3q\",\"data-framer-cursor\":O0Vtp4BAg,\"data-framer-name\":\"close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xuEjDCLdD\",onTap:onTap1bekvq5,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zmj8ml\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WfkjkjQEe\",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 16.288 14.962 C 16.655 15.328 16.655 15.923 16.288 16.29 C 15.922 16.657 15.327 16.657 14.96 16.29 L 10 11.328 L 5.038 16.288 C 4.672 16.655 4.077 16.655 3.71 16.288 C 3.343 15.922 3.343 15.327 3.71 14.96 L 8.672 10 L 3.712 5.038 C 3.345 4.672 3.345 4.077 3.712 3.71 C 4.078 3.343 4.673 3.343 5.04 3.71 L 10 8.672 L 14.962 3.709 C 15.328 3.343 15.923 3.343 16.29 3.709 C 16.657 4.076 16.657 4.671 16.29 5.037 L 11.328 10 Z\" fill=\"rgba(0, 0, 0, 0.35)\"></path></svg>',svgContentId:9929368520,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivScrollFadeY,{className:\"framer-1054wg9\",\"data-framer-name\":\"scrolling\",layoutDependency:layoutDependency,layoutId:\"PF5S7rRqz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17xr3bi\",layoutDependency:layoutDependency,layoutId:\"HBqojuEOg\",style:{opacity:1},variants:{fevZ_WAm_:{opacity:.26},QQNurNicY:{opacity:0}},...addPropertyOverrides({QQNurNicY:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-i9vwdh\",layoutDependency:layoutDependency,layoutId:\"yXsEM88Sp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Name\"})}),className:\"framer-94w8dc\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"c9pKlq36r\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-11s4dyt\",inputName:\"Name/Company\",layoutDependency:layoutDependency,layoutId:\"AuauFqcAj\",placeholder:\"Will Smith\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(219, 219, 219)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(18, 18, 18)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(156, 156, 156)\"},type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1v13f57\",layoutDependency:layoutDependency,layoutId:\"nJNoTXOob\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Email\"})}),className:\"framer-1228i4h\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"tqwxo9B3l\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-so7153\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"QvWclwSyf\",placeholder:\"email@address.com\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(219, 219, 219)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(18, 18, 18)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(156, 156, 156)\"},type:\"email\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2jfjwy\",layoutDependency:layoutDependency,layoutId:\"WQYCYbsAy\",style:{opacity:1},variants:{fevZ_WAm_:{opacity:.26},QQNurNicY:{opacity:0}},...addPropertyOverrides({QQNurNicY:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1ln4nwb\",layoutDependency:layoutDependency,layoutId:\"fdPbQ71ov\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Company (Optional)\"})}),className:\"framer-1d2m1nq\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"DLh7qRP24\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1gozlt0\",inputName:\"Company\",layoutDependency:layoutDependency,layoutId:\"VxYQmQ1vf\",placeholder:\"Company name\",required:false,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(219, 219, 219)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(18, 18, 18)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(156, 156, 156)\"},type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-867eyv\",layoutDependency:layoutDependency,layoutId:\"Xd7F3mmpZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Type of Service\"})}),className:\"framer-1r6uyg4\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"ctGoBFVJu\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-1w0228l\",inputName:\"Type of service\",layoutDependency:layoutDependency,layoutId:\"XrRn2O9YO\",required:true,selectOptions:[{title:\"Web App\",type:\"option\",value:\"Web App\"},{title:\"Desktop App\",type:\"option\",value:\"Desktop App\"},{title:\"Mobile App\",type:\"option\",value:\"Mobile App\"},{type:\"divider\",value:\"\"},{title:\"Other (Describe below)\",type:\"option\",value:\"Other\"}],style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(219, 219, 219)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(153, 153, 153)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-invalid-text-color\":\"rgb(133, 133, 133)\"}})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-kkxkw9\",layoutDependency:layoutDependency,layoutId:\"EUmUi4mKk\",style:{opacity:1},variants:{fevZ_WAm_:{opacity:.26},QQNurNicY:{opacity:0}},...addPropertyOverrides({QQNurNicY:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Project Info\"})}),className:\"framer-shytwb\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"WwDUzCOUf\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1mt8amh\",inputName:\"Other\",layoutDependency:layoutDependency,layoutId:\"UyVxB9tKD\",placeholder:\"Describe what type of service you are looking for\",style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(219, 219, 219)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(18, 18, 18)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(156, 156, 156)\"},type:\"textarea\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-e0m1bo\",layoutDependency:layoutDependency,layoutId:\"EBfOEdopt\",style:{opacity:1},variants:{fevZ_WAm_:{opacity:.26},QQNurNicY:{opacity:0}},...addPropertyOverrides({QQNurNicY:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Deadline\"})}),className:\"framer-js713\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"oWiCWhASH\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-182u00g\",inputName:\"Deadline\",layoutDependency:layoutDependency,layoutId:\"JcYngxzcg\",placeholder:\"Jane Smith\",required:false,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(219, 219, 219)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(18, 18, 18)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(156, 156, 156)\"},type:\"date\"})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15uzfye\",layoutDependency:layoutDependency,layoutId:\"Rr72jUYfg\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||690)-0-(57.599999999999994+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||690)-0-127.6)/1)*1+70+0))/2+(57.599999999999994+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||690)-0-127.6)/1)*1)+0)+10,...addPropertyOverrides({QQNurNicY:{width:\"353px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||690)-70-(41.599999999999994+30+88+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||690)-70-159.6)/1)*1+0))/2+41.599999999999994+0)+30- -455}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wf7wzf-container\",\"data-framer-cursor\":O0Vtp4BAg,layoutDependency:layoutDependency,layoutId:\"uUIXxIxnX-container\",style:{opacity:1},variants:{QQNurNicY:{opacity:0}},children:/*#__PURE__*/_jsx(ButtonCopy,{height:\"100%\",id:\"uUIXxIxnX\",layoutId:\"uUIXxIxnX\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"AlY7efu9E\",success:\"V7ppbJJ3I\"},\"h6pGahUFD\"),width:\"100%\",...addPropertyOverrides({fevZ_WAm_:{variant:formVariants(formState,{pending:\"AlY7efu9E\",success:\"V7ppbJJ3I\"},\"AlY7efu9E\")},QQNurNicY:{variant:formVariants(formState,{pending:\"AlY7efu9E\",success:\"V7ppbJJ3I\"},\"AlY7efu9E\")}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8oj468\",\"data-framer-name\":\"Thank You\",layoutDependency:layoutDependency,layoutId:\"lDgy8zmW2\",...addPropertyOverrides({fevZ_WAm_:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1fxupik\",\"data-framer-appear-id\":\"1fxupik\",\"data-framer-name\":\"Icon\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"cPQe1X3QF\",optimized:true,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ha1r72-container\",layoutDependency:layoutDependency,layoutId:\"nDefv6eJV-container\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"nDefv6eJV\",layoutId:\"nDefv6eJV\",loopOptions:\"reverse\",pathAnimation:{delay:.3,duration:.3,ease:[.44,0,.56,1],type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-uwt02k\",\"data-framer-name\":\"Check\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SKxiB8qrF-shape\",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 7 12 L 10.5 15.5 L 17 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11691864869,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19v8ens\",\"data-framer-name\":\"Backdrop\",layoutDependency:layoutDependency,layoutId:\"bq2IJOEZn\",style:{backgroundColor:\"rgb(242, 242, 242)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1diwieb\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"tPeK59F6m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"left\"},children:\"Thank you for your submission.\"})}),className:\"framer-zatjoy\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"lF3m0Jg3J\",style:{opacity:1},variants:{fevZ_WAm_:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\"},children:\"We\u2019ll reach out soon.\"})}),className:\"framer-1sxnjle\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"ryhndRFvp\",style:{opacity:1},variants:{fevZ_WAm_:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-67YrN.framer-xoz32s, .framer-67YrN .framer-xoz32s { display: block; }\",\".framer-67YrN.framer-ogigra { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 690px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 393px; will-change: var(--framer-will-change-override, transform); }\",\".framer-67YrN .framer-lck9q9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-67YrN .framer-1403uef { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-67YrN .framer-8vcmf9, .framer-67YrN .framer-94w8dc, .framer-67YrN .framer-1228i4h, .framer-67YrN .framer-1d2m1nq, .framer-67YrN .framer-1r6uyg4, .framer-67YrN .framer-shytwb, .framer-67YrN .framer-js713 { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-67YrN .framer-7hty3q { cursor: pointer; flex: none; height: 21px; overflow: visible; position: relative; width: 20px; }\",\".framer-67YrN .framer-zmj8ml { flex: none; height: 20px; left: 0px; position: absolute; top: calc(47.61904761904764% - 20px / 2); width: 20px; }\",\".framer-67YrN .framer-1054wg9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 1px; justify-content: flex-start; overflow: auto; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-67YrN .framer-17xr3bi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-67YrN .framer-i9vwdh, .framer-67YrN .framer-1v13f57 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-67YrN .framer-11s4dyt, .framer-67YrN .framer-so7153, .framer-67YrN .framer-1gozlt0, .framer-67YrN .framer-182u00g { --framer-input-focused-border-color: #858585; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-family: \"Satoshi\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-padding: 0px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-67YrN .framer-2jfjwy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-67YrN .framer-1ln4nwb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-67YrN .framer-867eyv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",'.framer-67YrN .framer-1w0228l { --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-family: \"Satoshi\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-padding: 0px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-67YrN .framer-kkxkw9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",'.framer-67YrN .framer-1mt8amh { --framer-input-focused-border-color: #858585; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-family: \"Satoshi\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-padding: 0px; --framer-input-wrapper-height: auto; flex: none; height: auto; max-height: 240px; min-height: 100px; position: relative; width: 100%; }',\".framer-67YrN .framer-e0m1bo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-67YrN .framer-15uzfye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 20px 20px 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-67YrN .framer-1wf7wzf-container { flex: 1 0 0px; height: 40px; position: relative; width: 1px; }\",\".framer-67YrN .framer-8oj468 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-67YrN .framer-1fxupik { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-67YrN .framer-ha1r72-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-67YrN .framer-uwt02k { height: 24px; position: relative; width: 24px; }\",\".framer-67YrN .framer-19v8ens { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-67YrN .framer-1diwieb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-67YrN .framer-zatjoy, .framer-67YrN .framer-1sxnjle { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-67YrN.framer-ogigra, .framer-67YrN .framer-1403uef, .framer-67YrN .framer-1054wg9, .framer-67YrN .framer-17xr3bi, .framer-67YrN .framer-i9vwdh, .framer-67YrN .framer-1v13f57, .framer-67YrN .framer-2jfjwy, .framer-67YrN .framer-1ln4nwb, .framer-67YrN .framer-867eyv, .framer-67YrN .framer-kkxkw9, .framer-67YrN .framer-e0m1bo, .framer-67YrN .framer-15uzfye, .framer-67YrN .framer-8oj468, .framer-67YrN .framer-1diwieb { gap: 0px; } .framer-67YrN.framer-ogigra > *, .framer-67YrN .framer-e0m1bo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-67YrN.framer-ogigra > :first-child, .framer-67YrN .framer-1054wg9 > :first-child, .framer-67YrN .framer-17xr3bi > :first-child, .framer-67YrN .framer-i9vwdh > :first-child, .framer-67YrN .framer-1v13f57 > :first-child, .framer-67YrN .framer-2jfjwy > :first-child, .framer-67YrN .framer-1ln4nwb > :first-child, .framer-67YrN .framer-867eyv > :first-child, .framer-67YrN .framer-kkxkw9 > :first-child, .framer-67YrN .framer-e0m1bo > :first-child, .framer-67YrN .framer-8oj468 > :first-child, .framer-67YrN .framer-1diwieb > :first-child { margin-top: 0px; } .framer-67YrN.framer-ogigra > :last-child, .framer-67YrN .framer-1054wg9 > :last-child, .framer-67YrN .framer-17xr3bi > :last-child, .framer-67YrN .framer-i9vwdh > :last-child, .framer-67YrN .framer-1v13f57 > :last-child, .framer-67YrN .framer-2jfjwy > :last-child, .framer-67YrN .framer-1ln4nwb > :last-child, .framer-67YrN .framer-867eyv > :last-child, .framer-67YrN .framer-kkxkw9 > :last-child, .framer-67YrN .framer-e0m1bo > :last-child, .framer-67YrN .framer-8oj468 > :last-child, .framer-67YrN .framer-1diwieb > :last-child { margin-bottom: 0px; } .framer-67YrN .framer-1403uef > *, .framer-67YrN .framer-15uzfye > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-67YrN .framer-1403uef > :first-child, .framer-67YrN .framer-15uzfye > :first-child { margin-left: 0px; } .framer-67YrN .framer-1403uef > :last-child, .framer-67YrN .framer-15uzfye > :last-child { margin-right: 0px; } .framer-67YrN .framer-1054wg9 > *, .framer-67YrN .framer-17xr3bi > *, .framer-67YrN .framer-2jfjwy > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-67YrN .framer-i9vwdh > *, .framer-67YrN .framer-1v13f57 > *, .framer-67YrN .framer-1ln4nwb > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-67YrN .framer-867eyv > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-67YrN .framer-kkxkw9 > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-67YrN .framer-8oj468 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-67YrN .framer-1diwieb > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-67YrN.framer-v-19u52p7 .framer-1403uef { flex: 1 0 0px; justify-content: flex-start; width: 1px; z-index: 1; }\",\".framer-67YrN.framer-v-19u52p7 .framer-17xr3bi, .framer-67YrN.framer-v-19u52p7 .framer-2jfjwy, .framer-67YrN.framer-v-19u52p7 .framer-kkxkw9, .framer-67YrN.framer-v-19u52p7 .framer-e0m1bo { -webkit-user-select: none; pointer-events: none; user-select: none; }\",\".framer-67YrN.framer-v-19u52p7 .framer-8oj468 { -webkit-user-select: none; bottom: -110px; left: 50%; pointer-events: none; position: absolute; user-select: none; width: 90%; z-index: 1; }\",\".framer-67YrN.framer-v-19u52p7 .framer-zatjoy, .framer-67YrN.framer-v-19u52p7 .framer-1sxnjle { z-index: 1; }\",\".framer-67YrN.framer-v-13v6ipy.framer-ogigra { padding: 0px 0px 70px 0px; }\",\".framer-67YrN.framer-v-13v6ipy .framer-lck9q9 { order: 0; padding: 20px 20px 0px 20px; }\",\".framer-67YrN.framer-v-13v6ipy .framer-1403uef { justify-content: flex-start; z-index: 1; }\",\".framer-67YrN.framer-v-13v6ipy .framer-1054wg9 { order: 3; }\",\".framer-67YrN.framer-v-13v6ipy .framer-17xr3bi { -webkit-user-select: none; bottom: -41px; left: 50%; pointer-events: none; position: absolute; user-select: none; z-index: 1; }\",\".framer-67YrN.framer-v-13v6ipy .framer-2jfjwy { -webkit-user-select: none; bottom: -126px; left: 50%; pointer-events: none; position: absolute; user-select: none; z-index: 1; }\",\".framer-67YrN.framer-v-13v6ipy .framer-kkxkw9 { -webkit-user-select: none; bottom: -348px; left: 50%; pointer-events: none; position: absolute; user-select: none; z-index: 1; }\",\".framer-67YrN.framer-v-13v6ipy .framer-e0m1bo { -webkit-user-select: none; bottom: -432px; left: 50%; pointer-events: none; position: absolute; user-select: none; z-index: 1; }\",\".framer-67YrN.framer-v-13v6ipy .framer-15uzfye { min-height: 80px; order: 1; }\",\".framer-67YrN.framer-v-13v6ipy .framer-1wf7wzf-container { bottom: -495px; flex: none; left: calc(49.8727735368957% - 353px / 2); position: absolute; width: 353px; z-index: 1; }\",\".framer-67YrN.framer-v-13v6ipy .framer-8oj468 { order: 2; }\",'.framer-67YrN[data-border=\"true\"]::after, .framer-67YrN [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; }','.framer-67YrN[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-67YrN [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-67YrN[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-67YrN [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 690\n * @framerIntrinsicWidth 393\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fevZ_WAm_\":{\"layout\":[\"fixed\",\"fixed\"]},\"QQNurNicY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"gspFQHn6J\":\"tapToClose\",\"O0Vtp4BAg\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerL93J3ISKU=withCSS(Component,css,\"framer-67YrN\");export default FramerL93J3ISKU;FramerL93J3ISKU.displayName=\"Form\";FramerL93J3ISKU.defaultProps={height:690,width:393};addPropertyControls(FramerL93J3ISKU,{variant:{options:[\"MrnGtCcwR\",\"fevZ_WAm_\",\"QQNurNicY\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},gspFQHn6J:{title:\"Tap To Close\",type:ControlType.EventHandler},O0Vtp4BAg:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(FramerL93J3ISKU,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...ButtonCopyFonts,...AnimatorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL93J3ISKU\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"690\",\"framerIntrinsicWidth\":\"393\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"gspFQHn6J\\\":\\\"tapToClose\\\",\\\"O0Vtp4BAg\\\":\\\"cursor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fevZ_WAm_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QQNurNicY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L93J3ISKU.map", "// Generated by Framer (92d6359)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"WapCobzAD\",\"iWrInYbHN\",\"kc0R_CiwL\"];const serializationHash=\"framer-eqyUn\";const variantClassNames={iWrInYbHN:\"framer-v-4xh7e1\",kc0R_CiwL:\"framer-v-lu2gim\",WapCobzAD:\"framer-v-1m7czqy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"WapCobzAD\",\"Variant 2\":\"iWrInYbHN\",\"Variant 3\":\"kc0R_CiwL\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WapCobzAD\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WapCobzAD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1lr89bu=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"iWrInYbHN\");});const onMouseLeave1ilexy1=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"WapCobzAD\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"mailto:inquiries@eleveight.studio\",nodeId:\"WapCobzAD\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1m7czqy\",className,classNames)} framer-4h9eyk`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WapCobzAD\",onMouseEnter:onMouseEnter1lr89bu,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(227, 227, 227)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11,boxShadow:\"0px 1.5px 4px -3px rgba(0, 0, 0, 0)\",...style},variants:{iWrInYbHN:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 1.5px 4px -3px rgba(0, 0, 0, 0.23)\"},kc0R_CiwL:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 1.5px 4px -3px rgba(0, 0, 0, 0.23)\"}},...addPropertyOverrides({iWrInYbHN:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeave1ilexy1},kc0R_CiwL:{\"data-framer-name\":\"Variant 3\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-opluhm\",layoutDependency:layoutDependency,layoutId:\"QH_piCNY6\",style:{opacity:.27},variants:{iWrInYbHN:{opacity:.62},kc0R_CiwL:{opacity:.62}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uadpfz\",\"data-framer-name\":\"Plus\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CCVRakCxF\",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 10 4.167 L 10 15.833 M 4.167 10 L 15.833 10\" fill=\"transparent\" stroke-width=\"1.67\" stroke=\"rgb(43, 43, 43)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:8985136095,withExternalLayout:true,...addPropertyOverrides({kc0R_CiwL:{svgContentId:11487701118}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss07' on, 'ss08' on, 'cv01' on, 'cv09' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv11' on, 'cv12' on, 'cv10' on, 'cv08' on, 'cv05' on, 'cv07' on, 'cv13' on, 'cv06' on, 'salt' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Be next\"})}),className:\"framer-tgcxyg\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"YLwvioz6K\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},transformTemplate:transformTemplate1,variants:{iWrInYbHN:{opacity:1},kc0R_CiwL:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iWrInYbHN:{transformTemplate:undefined},kc0R_CiwL:{transformTemplate:undefined}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eqyUn.framer-4h9eyk, .framer-eqyUn .framer-4h9eyk { display: block; }\",\".framer-eqyUn.framer-1m7czqy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 46px; justify-content: center; overflow: hidden; padding: 8px; position: relative; text-decoration: none; width: 46px; will-change: var(--framer-will-change-override, transform); }\",\".framer-eqyUn .framer-opluhm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 4; }\",\".framer-eqyUn .framer-1uadpfz { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-eqyUn .framer-tgcxyg { flex: none; height: auto; position: absolute; right: -52px; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eqyUn.framer-1m7czqy, .framer-eqyUn .framer-opluhm { gap: 0px; } .framer-eqyUn.framer-1m7czqy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-eqyUn.framer-1m7czqy > :first-child, .framer-eqyUn .framer-opluhm > :first-child { margin-left: 0px; } .framer-eqyUn.framer-1m7czqy > :last-child, .framer-eqyUn .framer-opluhm > :last-child { margin-right: 0px; } .framer-eqyUn .framer-opluhm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-eqyUn.framer-v-4xh7e1.framer-1m7czqy, .framer-eqyUn.framer-v-lu2gim.framer-1m7czqy { gap: 4px; padding: 8px 17px 8px 13px; width: min-content; }\",\".framer-eqyUn.framer-v-4xh7e1 .framer-tgcxyg, .framer-eqyUn.framer-v-lu2gim .framer-tgcxyg { position: relative; right: unset; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eqyUn.framer-v-4xh7e1.framer-1m7czqy { gap: 0px; } .framer-eqyUn.framer-v-4xh7e1.framer-1m7czqy > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-eqyUn.framer-v-4xh7e1.framer-1m7czqy > :first-child { margin-left: 0px; } .framer-eqyUn.framer-v-4xh7e1.framer-1m7czqy > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eqyUn.framer-v-lu2gim.framer-1m7czqy { gap: 0px; } .framer-eqyUn.framer-v-lu2gim.framer-1m7czqy > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-eqyUn.framer-v-lu2gim.framer-1m7czqy > :first-child { margin-left: 0px; } .framer-eqyUn.framer-v-lu2gim.framer-1m7czqy > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 46\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iWrInYbHN\":{\"layout\":[\"auto\",\"fixed\"]},\"kc0R_CiwL\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWJXbzUmlZ=withCSS(Component,css,\"framer-eqyUn\");export default FramerWJXbzUmlZ;FramerWJXbzUmlZ.displayName=\"partner +\";FramerWJXbzUmlZ.defaultProps={height:46,width:46};addPropertyControls(FramerWJXbzUmlZ,{variant:{options:[\"WapCobzAD\",\"iWrInYbHN\",\"kc0R_CiwL\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWJXbzUmlZ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWJXbzUmlZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"46\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"46\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iWrInYbHN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kc0R_CiwL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WJXbzUmlZ.map", "// Generated by Framer (f22aa3d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Partner from\"https://framerusercontent.com/modules/yRROAsWCf1q8HA2RFJwd/Chf0m4EOmb8gpbuvZyFy/WJXbzUmlZ.js\";const PartnerFonts=getFonts(Partner);const cycleOrder=[\"NB3t1_jdx\",\"nQihihJBS\"];const serializationHash=\"framer-fFmDP\";const variantClassNames={NB3t1_jdx:\"framer-v-19cbnyb\",nQihihJBS:\"framer-v-1obbn3c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"NB3t1_jdx\",\"Variant 2\":\"nQihihJBS\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NB3t1_jdx\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NB3t1_jdx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"nQihihJBS\")return false;return true;};const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19cbnyb\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NB3t1_jdx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(201, 201, 201)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({nQihihJBS:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mkeegg\",layoutDependency:layoutDependency,layoutId:\"g4f0Ut5zV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-flyel7\",layoutDependency:layoutDependency,layoutId:\"WWLQ0IUg6\",style:{borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11},children:[/*#__PURE__*/_jsx(Link,{href:\"https://tiny.supply/\",children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Partner link\",className:\"framer-6y1pkb framer-1ec83hi\",\"data-framer-name\":\"https://tiny.supply/\",layoutDependency:layoutDependency,layoutId:\"flYNhrlgt\",style:{borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11},children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ydxwzs\",\"data-border\":true,\"data-framer-name\":\"icon\",\"data-highlight\":true,id:`${layoutId}-1ydxwzs`,layoutDependency:layoutDependency,layoutId:\"dWcuI9IyS\",onMouseEnter:onMouseEnterizu9gt({overlay}),ref:ref2,style:{\"--border-bottom-width\":\"0.6px\",\"--border-color\":\"rgb(227, 227, 227)\",\"--border-left-width\":\"0.6px\",\"--border-right-width\":\"0.6px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6px\",backgroundColor:\"rgb(245, 245, 245)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11,boxShadow:\"0px 0.421531111242075px 0.421531111242075px -1.25px rgba(0, 0, 0, 0.20877), 0px 1.60197331227042px 1.60197331227042px -2.5px rgba(0, 0, 0, 0.18432), 0px 7px 7px -3.75px rgba(0, 0, 0, 0.0725)\"},children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-9ni1hy\",layoutDependency:layoutDependency,layoutId:\"tqPe54kiZ\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-szpd22\",\"data-framer-name\":\"Solid Blue (2)\",fill:\"black\",intrinsicHeight:90,intrinsicWidth:90,layoutDependency:layoutDependency,layoutId:\"LN2lOrh4L\",svg:'<svg width=\"90\" height=\"90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill=\"#F3F3F3\" d=\"M0 0h90v90H0z\"/><path d=\"M40.72 82.5 24 58.5l8.5-10.574c-.742-1.12-2.042-2.042-5.5-5.82-4.322-4.725-4.523-16.244-2.327-20.9 2.197-4.655 9.875-8.004 16.046-8.414C46.547 12.406 53.346 14.77 55 16c4.133 3.074 6.083 6.785 8 10.5l2.212 9.053 3.192 2.795.133 1.995-3.892 1.762 2.194 2.861.698 2.96-15.37 10.04L40.72 82.5Z\" fill=\"#fff\"/><path d=\"M59.503 35.452c.663 1.211.417 1.986-.182 2.314-.6.328-1.623-.388-2.286-1.6-.663-1.21-.714-2.458-.115-2.786.6-.329 1.92.86 2.583 2.072Z\" fill=\"#06F\"/><path opacity=\".2\" d=\"M51.25 59.271 41 53v29l10.25-22.729Z\" fill=\"#06F\"/><path d=\"m57.727 43.566 6.917-1.508c9.492 14.693 5.962 26.688.954 26.688-7.738 0-25.317-12.734-27.079-16.626-1.409-3.114 3.493-11.277 4.198-15.75l2.074 1.04c2.046 6.679 4.848 8.877 12.936 6.157Z\" fill=\"#06F\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M62.774 34.869a.75.75 0 0 1 .822-.671c1.07.108 2.147.555 3.042 1.171.892.614 1.667 1.44 2.073 2.367.417.95.453 2.042-.233 3.016-.525.744-1.414 1.332-2.664 1.754 4.393 7.121 5.815 13.623 5.493 18.456-.167 2.507-.807 4.6-1.783 6.091-.976 1.491-2.343 2.443-3.926 2.443-2.1 0-4.772-.852-7.557-2.117-2.81-1.275-5.822-3.01-8.635-4.86-2.814-1.85-5.446-3.826-7.49-5.592-1.023-.882-1.906-1.719-2.596-2.467-.677-.734-1.212-1.43-1.484-2.03-.457-1.012-.366-2.312-.088-3.612.285-1.333.806-2.83 1.376-4.33.264-.694.533-1.374.798-2.044.324-.818.642-1.623.94-2.425.535-1.438.95-2.727 1.114-3.766a.75.75 0 0 1 1.077-.553l2.074 1.04a.75.75 0 0 1 .38.45c1.017 3.318 2.157 5.268 3.838 6.16 1.678.892 4.137.853 8.142-.494a.784.784 0 0 1 .08-.022l6.911-1.507c1.621-.384 2.424-.943 2.774-1.44.319-.452.34-.968.086-1.548-.265-.604-.82-1.231-1.55-1.734-.727-.5-1.567-.836-2.343-.915a.75.75 0 0 1-.67-.821Zm1.52 8.033-6.367 1.389c-4.063 1.361-7.036 1.579-9.285.384-2.184-1.16-3.459-3.532-4.473-6.738l-.915-.459c-.235.955-.59 1.998-.986 3.063-.294.793-.63 1.642-.964 2.487-.267.676-.533 1.35-.778 1.993-.567 1.49-1.051 2.897-1.311 4.11-.267 1.246-.26 2.134-.012 2.68.168.373.568.925 1.22 1.632.639.694 1.478 1.49 2.473 2.349 1.988 1.717 4.566 3.654 7.334 5.474 2.769 1.82 5.712 3.513 8.43 4.747 2.742 1.245 5.17 1.983 6.938 1.983.921 0 1.874-.547 2.671-1.764.798-1.218 1.386-3.042 1.541-5.37.303-4.552-1.063-10.898-5.517-17.96Z\" fill=\"#06F\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.658 16.623c5.236 4.14 8.335 10.663 8.591 18.352a.75.75 0 0 1-1.499.05c-.243-7.311-3.18-13.396-8.022-17.225-4.839-3.826-11.664-5.466-19.817-3.73-4.762 1.014-7.943 3.333-9.878 6.466-1.947 3.154-2.68 7.21-2.378 11.762.331 4.991 3.231 8.459 5.976 11.74l.673.809a.75.75 0 0 1-1.155.956c-.227-.274-.46-.552-.698-.835-2.713-3.235-5.927-7.069-6.293-12.57-.315-4.752.438-9.15 2.599-12.65 2.174-3.52 5.726-6.056 10.841-7.145 8.522-1.815 15.82-.123 21.06 4.02ZM35.88 34.425c-.835-.008-1.855.31-2.932 1.54-.955 1.09-1.04 2.728-.471 4.557.561 1.81 1.709 3.605 2.88 4.777a.75.75 0 0 1 .042 1.015l-12.825 15.17a.75.75 0 1 1-1.146-.968l12.395-14.66c-1.156-1.309-2.217-3.08-2.779-4.889-.631-2.034-.685-4.322.775-5.99 1.338-1.528 2.763-2.064 4.076-2.052 1.271.013 2.334.54 2.992.939a.75.75 0 1 1-.78 1.282c-.564-.343-1.35-.712-2.227-.72Zm14.313 26.507a.75.75 0 0 1 .404.98L41.692 83.29a.75.75 0 0 1-1.384-.577l8.905-21.376a.75.75 0 0 1 .98-.404Z\" fill=\"#06F\"/><path d=\"m34.064 39.343 2.872 1.562a.852.852 0 0 0 .857-1.472l-2.775-1.727a.948.948 0 1 0-.954 1.637Z\" fill=\"#06F\"/><path d=\"m37.805 38.82-2.142 2.469a.852.852 0 0 1-1.318-1.078l1.994-2.59a.948.948 0 1 1 1.466 1.199Z\" fill=\"#06F\"/><path d=\"M63.898 45.632c.965-.06 1.601.605.853 1.22-.851.7-2.173 1.36-3.08 1.642-1.52.472-3.428.345-3.731-.63-1.125-3.622 1.755-2.29 3.593-2.199.79.04 1.646.011 2.364-.033Z\" fill=\"#FED1D0\"/><path d=\"m57.627 31.742-3.19 1.703a.909.909 0 0 1-.9-1.578l3.087-1.882a1.012 1.012 0 1 1 1.003 1.757ZM28.533 55.316C17.09 53.685 3.616 66.99 0 71.5V100l45.005-4.746c1.132-.114 1.942-1.147 1.739-2.267-2.081-11.464-7.466-36.14-18.21-37.671Z\" fill=\"#06F\"/><path d=\"M54.979 40.4c-.293 1.065-1.825 1.572-3.423 1.134-1.597-.439-2.656-1.658-2.363-2.723.292-1.065 1.458-2.197 3.056-1.759 1.597.439 3.022 2.282 2.73 3.347Z\" fill=\"#FED1D0\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h90v90H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1ydxwzs`,offsetX:0,offsetY:4,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mxemgk\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"tO84BlwTP\",ref:ref3,role:\"dialog\",style:{\"--border-bottom-width\":\"0.4px\",\"--border-color\":\"rgba(33, 33, 33, 0.11)\",\"--border-left-width\":\"0.4px\",\"--border-right-width\":\"0.4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.4px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.12)\",WebkitBackdropFilter:\"blur(5px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\"},children:\"tiny.SUPPLY\"})}),className:\"framer-10yp837\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Whf5wPhFR\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed(),children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.pixroad.com/\",children:/*#__PURE__*/_jsxs(motion.a,{\"aria-label\":\"Partner link\",className:\"framer-wu2md8 framer-1ec83hi\",\"data-framer-name\":\"https://www.pixroad.com/\",\"data-highlight\":true,id:`${layoutId}-wu2md8`,layoutDependency:layoutDependency,layoutId:\"tmlFAGBjc\",onMouseEnter:onMouseEnterizu9gt({overlay:overlay1}),ref:ref4,style:{backgroundColor:\"rgb(26, 26, 26)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11,boxShadow:\"0px 0.421531111242075px 0.421531111242075px -1.25px rgba(0, 0, 0, 0.20877), 0px 1.60197331227042px 1.60197331227042px -2.5px rgba(0, 0, 0, 0.18432), 0px 7px 7px -3.75px rgba(0, 0, 0, 0.0725)\"},children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1rvymw5\",layoutDependency:layoutDependency,layoutId:\"RPhpxRfRz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-b53fjb\",\"data-framer-name\":\"Pixroad logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"njeIVzI6Q\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26\"><g transform=\"translate(2 2)\" id=\"ss10430106617_1\"><path d=\"M 0 22 L 5.5 22 L 11 16.5 L 16.5 16.5 L 22 11 L 22 0 L 11 0 L 0 11 Z\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 22 0 L 16.5 5.5 L 11 5.5 L 5.5 11 L 0 11 M 11 5.5 L 11 16.5 M 16.5 16.5 L 16.5 5.5 M 5.5 22 L 5.5 11\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10430106617,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-wu2md8`,offsetX:0,offsetY:4,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ch8u4h\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ZpQ1hG0Q_\",ref:ref5,role:\"dialog\",style:{\"--border-bottom-width\":\"0.4px\",\"--border-color\":\"rgba(33, 33, 33, 0.11)\",\"--border-left-width\":\"0.4px\",\"--border-right-width\":\"0.4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.4px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.12)\",WebkitBackdropFilter:\"blur(5px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\"},children:\"Pixroad\"})}),className:\"framer-1y8jkh3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BLxirGvf1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed(),children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.uilens.com/\",children:/*#__PURE__*/_jsxs(motion.a,{\"aria-label\":\"Partner link\",className:\"framer-bibrdn framer-1ec83hi\",\"data-framer-name\":\"https://www.uilens.com/\",\"data-highlight\":true,id:`${layoutId}-bibrdn`,layoutDependency:layoutDependency,layoutId:\"ge3H7FFMT\",onMouseEnter:onMouseEnterizu9gt({overlay:overlay2}),ref:ref6,style:{backgroundColor:\"rgb(14, 19, 26)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11,boxShadow:\"0px 0.421531111242075px 0.421531111242075px -1.25px rgba(0, 0, 0, 0.20877), 0px 1.60197331227042px 1.60197331227042px -2.5px rgba(0, 0, 0, 0.18432), 0px 7px 7px -3.75px rgba(0, 0, 0, 0.0725)\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref6,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-bibrdn`,offsetX:0,offsetY:4,onDismiss:overlay2.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14solew\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"kv8iQTiJa\",ref:ref7,role:\"dialog\",style:{\"--border-bottom-width\":\"0.4px\",\"--border-color\":\"rgba(33, 33, 33, 0.11)\",\"--border-left-width\":\"0.4px\",\"--border-right-width\":\"0.4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.4px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.12)\",WebkitBackdropFilter:\"blur(5px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\"},children:\"uilens\"})}),className:\"framer-1o0pzhq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K_5JXUxnh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1aoajdg\",\"data-framer-name\":\"Logo-1\",fill:\"black\",intrinsicHeight:250,intrinsicWidth:250,layoutDependency:layoutDependency,layoutId:\"yDxUcLHXx\",svg:'<svg width=\"250\" height=\"250\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M80.261 0a44.74 44.74 0 1 0 89.481 0h30a74.739 74.739 0 0 1-127.59 52.85A74.74 74.74 0 0 1 50.261 0h30ZM31.637 93.364A44.74 44.74 0 0 0 0 80.26v-30a74.74 74.74 0 1 1 0 149.48v-30A44.74 44.74 0 0 0 44.741 125a44.74 44.74 0 0 0-13.104-31.636ZM250 80.26a44.739 44.739 0 0 0-31.636 76.376A44.737 44.737 0 0 0 250 169.741v30a74.743 74.743 0 0 1 0-149.481v30ZM125.001 205.259A44.743 44.743 0 0 0 80.261 250h-30a74.742 74.742 0 0 1 149.48 0h-30a44.742 44.742 0 0 0-44.74-44.741Z\" fill=\"#2DBAD4\" style=\"fill:color(display-p3 .1777 .7302 .8306);fill-opacity:1\"/></svg>',withExternalLayout:true})]})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18gd75w\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"ZVXH8ONOI\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bhh71\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"InyGfgi9u\",style:{backgroundColor:\"rgb(227, 227, 227)\"}})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||62)-16-46)/2)+0,...addPropertyOverrides({nQihihJBS:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 110px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ojnsyq-container\",layoutDependency:layoutDependency,layoutId:\"m8x7WC8il-container\",children:/*#__PURE__*/_jsx(Partner,{height:\"100%\",id:\"m8x7WC8il\",layoutId:\"m8x7WC8il\",style:{height:\"100%\"},variant:\"WapCobzAD\",width:\"100%\",...addPropertyOverrides({nQihihJBS:{style:{height:\"100%\",width:\"100%\"},variant:\"kc0R_CiwL\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fFmDP.framer-1ec83hi, .framer-fFmDP .framer-1ec83hi { display: block; }\",\".framer-fFmDP.framer-19cbnyb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-fFmDP .framer-mkeegg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fFmDP .framer-flyel7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fFmDP .framer-6y1pkb { 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; }\",\".framer-fFmDP .framer-1ydxwzs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 46px; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: 46px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fFmDP .framer-9ni1hy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-fFmDP .framer-szpd22 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); position: relative; width: 38px; }\",\".framer-fFmDP .framer-mxemgk, .framer-fFmDP .framer-ch8u4h, .framer-fFmDP .framer-14solew { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; pointer-events: none; position: relative; user-select: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-fFmDP .framer-10yp837, .framer-fFmDP .framer-1y8jkh3, .framer-fFmDP .framer-1o0pzhq { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-fFmDP .framer-wu2md8, .framer-fFmDP .framer-bibrdn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 46px; justify-content: center; overflow: hidden; padding: 10px; position: relative; text-decoration: none; width: 46px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fFmDP .framer-1rvymw5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 4; }\",\".framer-fFmDP .framer-b53fjb { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-fFmDP .framer-1aoajdg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 25px; }\",\".framer-fFmDP .framer-18gd75w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; overflow: visible; padding: 4px; position: relative; width: min-content; }\",\".framer-fFmDP .framer-bhh71 { flex: none; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-fFmDP .framer-ojnsyq-container { flex: none; height: 46px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fFmDP.framer-19cbnyb, .framer-fFmDP .framer-mkeegg, .framer-fFmDP .framer-flyel7, .framer-fFmDP .framer-6y1pkb, .framer-fFmDP .framer-1ydxwzs, .framer-fFmDP .framer-9ni1hy, .framer-fFmDP .framer-mxemgk, .framer-fFmDP .framer-wu2md8, .framer-fFmDP .framer-1rvymw5, .framer-fFmDP .framer-ch8u4h, .framer-fFmDP .framer-bibrdn, .framer-fFmDP .framer-14solew, .framer-fFmDP .framer-18gd75w { gap: 0px; } .framer-fFmDP.framer-19cbnyb > *, .framer-fFmDP .framer-mkeegg > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-fFmDP.framer-19cbnyb > :first-child, .framer-fFmDP .framer-mkeegg > :first-child, .framer-fFmDP .framer-flyel7 > :first-child, .framer-fFmDP .framer-6y1pkb > :first-child, .framer-fFmDP .framer-1ydxwzs > :first-child, .framer-fFmDP .framer-9ni1hy > :first-child, .framer-fFmDP .framer-wu2md8 > :first-child, .framer-fFmDP .framer-1rvymw5 > :first-child, .framer-fFmDP .framer-bibrdn > :first-child, .framer-fFmDP .framer-18gd75w > :first-child { margin-left: 0px; } .framer-fFmDP.framer-19cbnyb > :last-child, .framer-fFmDP .framer-mkeegg > :last-child, .framer-fFmDP .framer-flyel7 > :last-child, .framer-fFmDP .framer-6y1pkb > :last-child, .framer-fFmDP .framer-1ydxwzs > :last-child, .framer-fFmDP .framer-9ni1hy > :last-child, .framer-fFmDP .framer-wu2md8 > :last-child, .framer-fFmDP .framer-1rvymw5 > :last-child, .framer-fFmDP .framer-bibrdn > :last-child, .framer-fFmDP .framer-18gd75w > :last-child { margin-right: 0px; } .framer-fFmDP .framer-flyel7 > *, .framer-fFmDP .framer-6y1pkb > *, .framer-fFmDP .framer-9ni1hy > *, .framer-fFmDP .framer-1rvymw5 > *, .framer-fFmDP .framer-18gd75w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fFmDP .framer-1ydxwzs > *, .framer-fFmDP .framer-wu2md8 > *, .framer-fFmDP .framer-bibrdn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-fFmDP .framer-mxemgk > *, .framer-fFmDP .framer-ch8u4h > *, .framer-fFmDP .framer-14solew > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fFmDP .framer-mxemgk > :first-child, .framer-fFmDP .framer-ch8u4h > :first-child, .framer-fFmDP .framer-14solew > :first-child { margin-top: 0px; } .framer-fFmDP .framer-mxemgk > :last-child, .framer-fFmDP .framer-ch8u4h > :last-child, .framer-fFmDP .framer-14solew > :last-child { margin-bottom: 0px; } }\",\".framer-fFmDP.framer-v-1obbn3c.framer-19cbnyb { flex-wrap: wrap; width: 329px; }\",\".framer-fFmDP.framer-v-1obbn3c .framer-mkeegg { flex: 1 0 0px; flex-wrap: wrap; width: 1px; }\",\".framer-fFmDP.framer-v-1obbn3c .framer-ojnsyq-container { flex: 1 0 0px; min-width: 110px; width: 1px; }\",'.framer-fFmDP[data-border=\"true\"]::after, .framer-fFmDP [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 62\n * @framerIntrinsicWidth 245\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nQihihJBS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlYCmFKZYs=withCSS(Component,css,\"framer-fFmDP\");export default FramerlYCmFKZYs;FramerlYCmFKZYs.displayName=\"partners section\";FramerlYCmFKZYs.defaultProps={height:62,width:245};addPropertyControls(FramerlYCmFKZYs,{variant:{options:[\"NB3t1_jdx\",\"nQihihJBS\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlYCmFKZYs,[{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\"}]},...PartnerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlYCmFKZYs\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"62\",\"framerIntrinsicWidth\":\"245\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nQihihJBS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useRef}from\"react\";// Code component provided by Eleveight Supply. All rights reserved 2025.\n/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n * @framerDisableUnlink\n */export default function SmoothShift({active,style}){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ref=useRef(null);const rafId=useRef();useEffect(()=>{if(isCanvas||!active)return;const parent=ref.current?.parentElement?.parentElement;if(!parent)return;const container=parent.parentElement;if(!container)return;const updateSize=()=>{const rect=parent.getBoundingClientRect();container.style.width=`${rect.width}px`;container.style.height=`${rect.height}px`;rafId.current=requestAnimationFrame(updateSize);};rafId.current=requestAnimationFrame(updateSize);return()=>{if(rafId.current)cancelAnimationFrame(rafId.current);container.style.width=\"\";container.style.height=\"\";};},[active]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...style}});}SmoothShift.displayName=\"SmoothShift\";addPropertyControls(SmoothShift,{active:{type:ControlType.Boolean,title:\"Active\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"Brought to you by [Eleveight Supply](https://www.eleveight.supply/)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothShift\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothShift.map", "// Generated by Framer (99288e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SmoothShift from\"https://framerusercontent.com/modules/n5AuhSJH5YHWNt2gayY6/RrVV7moItLzjf0n2QhLS/SmoothShift.js\";const MotionDivWithFX=withFX(motion.div);const SmoothShiftFonts=getFonts(SmoothShift);const cycleOrder=[\"OAL9slZp5\",\"TtM49b4kt\",\"huRxjfq3Y\",\"WxN1EV3pp\",\"lZbOHeegi\",\"pbi0arvLb\",\"UaLkCkMcB\",\"yP5zU5IqE\"];const serializationHash=\"framer-Mw3Fy\";const variantClassNames={huRxjfq3Y:\"framer-v-w78cbi\",lZbOHeegi:\"framer-v-pmpb2o\",OAL9slZp5:\"framer-v-1hz9aig\",pbi0arvLb:\"framer-v-12k2p0l\",TtM49b4kt:\"framer-v-1a5w1dr\",UaLkCkMcB:\"framer-v-1t58wtv\",WxN1EV3pp:\"framer-v-1nkxyli\",yP5zU5IqE:\"framer-v-krkf82\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:950,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:17};const transition2={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const transition3={bounce:.2,delay:.11,duration:.4,type:\"spring\"};const transition4={bounce:.2,delay:.12,duration:.4,type:\"spring\"};const transition5={bounce:.2,delay:.13,duration:.4,type:\"spring\"};const transition6={bounce:.2,delay:.14,duration:.4,type:\"spring\"};const transition7={bounce:.2,delay:.15,duration:.4,type:\"spring\"};const transition8={bounce:.2,delay:.16,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={\"1\":\"TtM49b4kt\",\"2\":\"huRxjfq3Y\",\"3\":\"WxN1EV3pp\",\"4\":\"lZbOHeegi\",\"5\":\"pbi0arvLb\",\"6\":\"UaLkCkMcB\",\"7\":\"yP5zU5IqE\",Default:\"OAL9slZp5\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OAL9slZp5\"};};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:\"OAL9slZp5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1vnjf6z=activeVariantCallback(async(...args)=>{setVariant(\"TtM49b4kt\");});const onTapp88jk4=activeVariantCallback(async(...args)=>{setVariant(\"OAL9slZp5\");});const onTapnqj0ui=activeVariantCallback(async(...args)=>{setVariant(\"huRxjfq3Y\");});const onTap1acu2w3=activeVariantCallback(async(...args)=>{setVariant(\"WxN1EV3pp\");});const onTaprfdg85=activeVariantCallback(async(...args)=>{setVariant(\"lZbOHeegi\");});const onTap193gclb=activeVariantCallback(async(...args)=>{setVariant(\"pbi0arvLb\");});const onTap1yxm3hy=activeVariantCallback(async(...args)=>{setVariant(\"UaLkCkMcB\");});const onTap1dkw02c=activeVariantCallback(async(...args)=>{setVariant(\"yP5zU5IqE\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1hz9aig\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"OAL9slZp5\",ref:refBinding,style:{...style},...addPropertyOverrides({huRxjfq3Y:{\"data-framer-name\":\"2\"},lZbOHeegi:{\"data-framer-name\":\"4\"},pbi0arvLb:{\"data-framer-name\":\"5\"},TtM49b4kt:{\"data-framer-name\":\"1\"},UaLkCkMcB:{\"data-framer-name\":\"6\"},WxN1EV3pp:{\"data-framer-name\":\"3\"},yP5zU5IqE:{\"data-framer-name\":\"7\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qeyifi\",\"data-framer-name\":\"Title and subtitle\",layoutDependency:layoutDependency,layoutId:\"mX_dUYZRv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"FAQ\"})}),className:\"framer-njc5ec\",fonts:[\"GF;Albert Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"AGzedKBbe\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gbeumr\",layoutDependency:layoutDependency,layoutId:\"dEx3_fMGg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"left\"},children:\"Some common questions and answers\"})}),className:\"framer-15ytotk\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"PfsWelpip\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6w4nrv\",layoutDependency:layoutDependency,layoutId:\"BDX3gYFe7\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1fgl9c7\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZnuTCxgkX\",onTap:onTap1vnjf6z,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({TtM49b4kt:{onTap:onTapp88jk4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nvhaae\",layoutDependency:layoutDependency,layoutId:\"XrysPhY1h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"Where do I get started?\"})}),className:\"framer-166rlez\",\"data-framer-name\":\"Question\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Pyl48IbN5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pf318n\",layoutDependency:layoutDependency,layoutId:\"J6PXtv8Br\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rcpvh9\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"n0bT4bESX\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{TtM49b4kt:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-59lq5z\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"rAv91yLTb\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{TtM49b4kt:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Pick a plan and reach out to us to share your idea. We will go over the details together, discussing the requirements, scope, and budget to make sure we bring your vision to life. Whether it is a custom website or a tailored app design, we focus on creating high-quality solutions that fit your needs perfectly.\"})}),className:\"framer-uaww71\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"o3vUEHyCL\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1y9h9r1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HbNMVcad_\",onTap:onTapnqj0ui,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({huRxjfq3Y:{onTap:onTapp88jk4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5oo3c1\",layoutDependency:layoutDependency,layoutId:\"SZvSKFmOK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"How does it work?\"})}),className:\"framer-1qa2nbt\",\"data-framer-name\":\"Question\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Eu56bvmr2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ebj45\",layoutDependency:layoutDependency,layoutId:\"sA84zMt31\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1chrmkr\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"zJADwNJu5\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{huRxjfq3Y:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7t1rnz\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"Z2NbYN7M_\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{huRxjfq3Y:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"We stay transparent and keep you updated daily on our progress, using the communication channel that works best for you, whether it is Slack, email, iMessage, or anything else that fits your workflow. You can also share your ideas, mood boards, guidelines, or wireframes if you already have a foundation for your product, and we will make sure everything aligns perfectly with your vision.\"})}),className:\"framer-rxgw6m\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"sOGHKVy1M\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-ejgwn7\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xvSeVM6V8\",onTap:onTap1acu2w3,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({WxN1EV3pp:{onTap:onTapp88jk4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5axmls\",layoutDependency:layoutDependency,layoutId:\"AVrVFWnYc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"What if I don't like the design?\"})}),className:\"framer-sx1x6w\",\"data-framer-name\":\"Question\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"W_rrpLfr6\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o2qlso\",layoutDependency:layoutDependency,layoutId:\"IUJGd55hg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1llm2a9\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"fRW14Mh4H\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{WxN1EV3pp:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pa9s7x\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"LvGLq_PW9\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{WxN1EV3pp:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"We're iterating until you're happy with the results. If there are things that may break accessibility or functionality we'll provide relevant explanations on why we choose to make these decisions. Sometimes in design we need to have some trade-offs in order to better assure great functionality to the end user.\"})}),className:\"framer-5861m7\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Mi2BwsSjM\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-waamao\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LhQBF_1PY\",onTap:onTaprfdg85,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({lZbOHeegi:{onTap:onTapp88jk4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jck4ua\",layoutDependency:layoutDependency,layoutId:\"wxoIdnPQS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"I already have a Figma project, can you develop it?\"})}),className:\"framer-1e390bg\",\"data-framer-name\":\"Question\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"cXH2BwvpB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1knnu4t\",layoutDependency:layoutDependency,layoutId:\"MVaGvmeCV\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ji50d\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"YqGsS5ITc\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{lZbOHeegi:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cjmebh\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"J25fCXnd0\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{lZbOHeegi:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:[\"We can do that too, we can re-work and integrate in Framer your design file from Figma and create responsive design for it as well if you only have desktop versions. Pricing \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0gaXRhbGlj\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(89, 89, 89))\"},children:\"starts from $999\"}),\" and it adds to it based on complexity or if it's a single landing page or an entire multi-page website.\"]})}),className:\"framer-1o001np\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\",\"FS;Satoshi-medium italic\"],layoutDependency:layoutDependency,layoutId:\"FYxTYKa0V\",style:{\"--extracted-1w3ko1f\":\"rgb(89, 89, 89)\",\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1f0i0cn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pNZmGIlZ1\",onTap:onTap193gclb,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({pbi0arvLb:{onTap:onTapp88jk4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ueiyml\",layoutDependency:layoutDependency,layoutId:\"MrOyCLyhB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"Can you do mobile apps?\"})}),className:\"framer-wqbu6e\",\"data-framer-name\":\"Question\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"hCnQGaq8k\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qftc56\",layoutDependency:layoutDependency,layoutId:\"cGJrLnzz_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-t040w9\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"lP2g4xeHL\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{pbi0arvLb:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lsikdq\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"irdJsXr8m\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{pbi0arvLb:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Yes, we can design mobile and desktop apps for iOS & Mac OS. We only offer design services for these, we do not offer development.\"})}),className:\"framer-1ppvlvx\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"LeBvz2dL2\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-15pg2pm\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZzP3r2QlM\",onTap:onTap1yxm3hy,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({UaLkCkMcB:{onTap:onTapp88jk4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g6da21\",layoutDependency:layoutDependency,layoutId:\"ttVteFTQV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"How about deliverables?\"})}),className:\"framer-1t8ntod\",\"data-framer-name\":\"Question\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"VS44GDp81\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cxgr17\",layoutDependency:layoutDependency,layoutId:\"cjtYfWQcm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-e4d7mk\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"YcMEjpSxf\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{UaLkCkMcB:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-115poln\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"NBEzZ98Wj\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{UaLkCkMcB:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"The way we are delivering the website to you it's by providing a remix link, you can then directly add it to your Framer account, add your domain and update other relevant settings if necessary.\"})}),className:\"framer-1w9xfjo\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"BWiO5XkoM\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-6me38a\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"artIG9Okm\",onTap:onTap1dkw02c,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({yP5zU5IqE:{onTap:onTapp88jk4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o4fkwh\",layoutDependency:layoutDependency,layoutId:\"hXEX8rf0D\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"Do you offer refunds?\"})}),className:\"framer-1048zy9\",\"data-framer-name\":\"Question\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"BAawsVBhS\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sy0fip\",layoutDependency:layoutDependency,layoutId:\"pQYlttonF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gt1mfx\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"jFexEfDSA\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{yP5zU5IqE:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p9cuaw\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"hDUgVE7Kv\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{yP5zU5IqE:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Due to the nature of our work, spending tens of hours to deliver exceptional results, we cannot offer refunds, but rest assured that we will do our best to make sure you are satisfied with your end-result. We are passionate about what we're doing and seeing our customers happy only makes us deliver over expectations.\"})}),className:\"framer-e4k351\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"PFxTQS5U2\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f1wzgf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"F9ZABHC8v-container\",nodeId:\"F9ZABHC8v\",rendersWithMotion:true,scopeId:\"NAkHDy8Y8\",children:/*#__PURE__*/_jsx(SmoothShift,{active:true,height:\"100%\",id:\"F9ZABHC8v\",layoutId:\"F9ZABHC8v\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mw3Fy.framer-v9sqdn, .framer-Mw3Fy .framer-v9sqdn { display: block; }\",\".framer-Mw3Fy.framer-1hz9aig { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 358px; }\",\".framer-Mw3Fy .framer-qeyifi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 4px; position: relative; width: 100%; }\",\".framer-Mw3Fy .framer-njc5ec, .framer-Mw3Fy .framer-15ytotk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mw3Fy .framer-1gbeumr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 2px; position: relative; width: 100%; }\",\".framer-Mw3Fy .framer-6w4nrv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mw3Fy .framer-1fgl9c7, .framer-Mw3Fy .framer-1y9h9r1, .framer-Mw3Fy .framer-ejgwn7, .framer-Mw3Fy .framer-1f0i0cn, .framer-Mw3Fy .framer-15pg2pm, .framer-Mw3Fy .framer-6me38a { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 57px; justify-content: flex-start; overflow: hidden; padding: 18px 20px 18px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-Mw3Fy .framer-1nvhaae, .framer-Mw3Fy .framer-5oo3c1, .framer-Mw3Fy .framer-5axmls, .framer-Mw3Fy .framer-1ueiyml, .framer-Mw3Fy .framer-1g6da21, .framer-Mw3Fy .framer-1o4fkwh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mw3Fy .framer-166rlez, .framer-Mw3Fy .framer-1qa2nbt, .framer-Mw3Fy .framer-sx1x6w, .framer-Mw3Fy .framer-1e390bg, .framer-Mw3Fy .framer-wqbu6e, .framer-Mw3Fy .framer-1t8ntod, .framer-Mw3Fy .framer-1048zy9 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Mw3Fy .framer-1pf318n, .framer-Mw3Fy .framer-ebj45, .framer-Mw3Fy .framer-o2qlso, .framer-Mw3Fy .framer-1qftc56, .framer-Mw3Fy .framer-cxgr17, .framer-Mw3Fy .framer-1sy0fip { flex: none; height: 12px; overflow: hidden; position: relative; width: 12px; }\",\".framer-Mw3Fy .framer-rcpvh9, .framer-Mw3Fy .framer-59lq5z, .framer-Mw3Fy .framer-1chrmkr, .framer-Mw3Fy .framer-7t1rnz, .framer-Mw3Fy .framer-1llm2a9, .framer-Mw3Fy .framer-1pa9s7x, .framer-Mw3Fy .framer-t040w9, .framer-Mw3Fy .framer-1lsikdq, .framer-Mw3Fy .framer-e4d7mk, .framer-Mw3Fy .framer-115poln, .framer-Mw3Fy .framer-1gt1mfx, .framer-Mw3Fy .framer-p9cuaw { bottom: 0px; flex: none; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: 0px; width: 2px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Mw3Fy .framer-uaww71, .framer-Mw3Fy .framer-rxgw6m, .framer-Mw3Fy .framer-5861m7, .framer-Mw3Fy .framer-1o001np, .framer-Mw3Fy .framer-1ppvlvx, .framer-Mw3Fy .framer-1w9xfjo, .framer-Mw3Fy .framer-e4k351 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mw3Fy .framer-waamao { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 74px; justify-content: flex-start; overflow: hidden; padding: 18px 20px 18px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-Mw3Fy .framer-jck4ua { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mw3Fy .framer-1knnu4t { flex: none; height: 12px; overflow: visible; position: relative; width: 12px; }\",\".framer-Mw3Fy .framer-6ji50d, .framer-Mw3Fy .framer-cjmebh { bottom: -3px; flex: none; height: 12px; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; width: 2px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Mw3Fy .framer-1f1wzgf-container { flex: none; height: auto; left: 0px; position: absolute; top: 0px; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mw3Fy.framer-1hz9aig, .framer-Mw3Fy .framer-qeyifi, .framer-Mw3Fy .framer-1gbeumr, .framer-Mw3Fy .framer-6w4nrv, .framer-Mw3Fy .framer-1fgl9c7, .framer-Mw3Fy .framer-1y9h9r1, .framer-Mw3Fy .framer-ejgwn7, .framer-Mw3Fy .framer-waamao, .framer-Mw3Fy .framer-jck4ua, .framer-Mw3Fy .framer-1f0i0cn, .framer-Mw3Fy .framer-15pg2pm, .framer-Mw3Fy .framer-6me38a { gap: 0px; } .framer-Mw3Fy.framer-1hz9aig > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-Mw3Fy.framer-1hz9aig > :first-child, .framer-Mw3Fy .framer-qeyifi > :first-child, .framer-Mw3Fy .framer-1gbeumr > :first-child, .framer-Mw3Fy .framer-6w4nrv > :first-child, .framer-Mw3Fy .framer-1fgl9c7 > :first-child, .framer-Mw3Fy .framer-1y9h9r1 > :first-child, .framer-Mw3Fy .framer-ejgwn7 > :first-child, .framer-Mw3Fy .framer-waamao > :first-child, .framer-Mw3Fy .framer-1f0i0cn > :first-child, .framer-Mw3Fy .framer-15pg2pm > :first-child, .framer-Mw3Fy .framer-6me38a > :first-child { margin-top: 0px; } .framer-Mw3Fy.framer-1hz9aig > :last-child, .framer-Mw3Fy .framer-qeyifi > :last-child, .framer-Mw3Fy .framer-1gbeumr > :last-child, .framer-Mw3Fy .framer-6w4nrv > :last-child, .framer-Mw3Fy .framer-1fgl9c7 > :last-child, .framer-Mw3Fy .framer-1y9h9r1 > :last-child, .framer-Mw3Fy .framer-ejgwn7 > :last-child, .framer-Mw3Fy .framer-waamao > :last-child, .framer-Mw3Fy .framer-1f0i0cn > :last-child, .framer-Mw3Fy .framer-15pg2pm > :last-child, .framer-Mw3Fy .framer-6me38a > :last-child { margin-bottom: 0px; } .framer-Mw3Fy .framer-qeyifi > *, .framer-Mw3Fy .framer-6w4nrv > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Mw3Fy .framer-1gbeumr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Mw3Fy .framer-1fgl9c7 > *, .framer-Mw3Fy .framer-1y9h9r1 > *, .framer-Mw3Fy .framer-ejgwn7 > *, .framer-Mw3Fy .framer-waamao > *, .framer-Mw3Fy .framer-1f0i0cn > *, .framer-Mw3Fy .framer-15pg2pm > *, .framer-Mw3Fy .framer-6me38a > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Mw3Fy .framer-jck4ua > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Mw3Fy .framer-jck4ua > :first-child { margin-left: 0px; } .framer-Mw3Fy .framer-jck4ua > :last-child { margin-right: 0px; } }\",\".framer-Mw3Fy.framer-v-1a5w1dr .framer-1fgl9c7, .framer-Mw3Fy.framer-v-w78cbi .framer-1y9h9r1, .framer-Mw3Fy.framer-v-1nkxyli .framer-ejgwn7, .framer-Mw3Fy.framer-v-pmpb2o .framer-waamao, .framer-Mw3Fy.framer-v-12k2p0l .framer-1f0i0cn, .framer-Mw3Fy.framer-v-1t58wtv .framer-15pg2pm, .framer-Mw3Fy.framer-v-krkf82 .framer-6me38a { height: min-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 573.5\n * @framerIntrinsicWidth 358\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"TtM49b4kt\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"huRxjfq3Y\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"WxN1EV3pp\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"lZbOHeegi\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"pbi0arvLb\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"UaLkCkMcB\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"yP5zU5IqE\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerNAkHDy8Y8=withCSS(Component,css,\"framer-Mw3Fy\");export default FramerNAkHDy8Y8;FramerNAkHDy8Y8.displayName=\"FAQ Mobile\";FramerNAkHDy8Y8.defaultProps={height:573.5,width:358};addPropertyControls(FramerNAkHDy8Y8,{variant:{options:[\"OAL9slZp5\",\"TtM49b4kt\",\"huRxjfq3Y\",\"WxN1EV3pp\",\"lZbOHeegi\",\"pbi0arvLb\",\"UaLkCkMcB\",\"yP5zU5IqE\"],optionTitles:[\"Default\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNAkHDy8Y8,[{explicitInter:true,fonts:[{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_qY32TxAj1g.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2\",weight:\"500\"}]},...SmoothShiftFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNAkHDy8Y8\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"TtM49b4kt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"huRxjfq3Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"WxN1EV3pp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"lZbOHeegi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"pbi0arvLb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"UaLkCkMcB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"yP5zU5IqE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]}}}\",\"framerIntrinsicHeight\":\"573.5\",\"framerIntrinsicWidth\":\"358\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NAkHDy8Y8.map", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"J3kwfa0v8\",\"kyVJOjeIY\"];const serializationHash=\"framer-2Gos2\";const variantClassNames={J3kwfa0v8:\"framer-v-a6h55t\",kyVJOjeIY:\"framer-v-1fjym55\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.88,.08,.06,1.26],type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:604,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-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={\"Variant 1\":\"J3kwfa0v8\",\"Variant 2\":\"kyVJOjeIY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"J3kwfa0v8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"J3kwfa0v8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter129fxav=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"kyVJOjeIY\");});const onMouseLeaveeu6bo6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"J3kwfa0v8\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({kyVJOjeIY:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-a6h55t\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"J3kwfa0v8\",onMouseEnter:onMouseEnter129fxav,ref:ref??ref1,style:{...style},...addPropertyOverrides({kyVJOjeIY:{\"data-framer-name\":\"Variant 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeaveeu6bo6}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xvorht\",layoutDependency:layoutDependency,layoutId:\"zwyOIlVK2\",style:{background:\"linear-gradient(180deg, rgba(230, 230, 230, 0) 0%, rgba(219, 219, 219, 0) 15.641310953810963%, rgba(214, 214, 214, 0.55) 35.54693085943086%, rgba(217, 217, 217, 0.15) 68.72296403546405%, rgba(204, 204, 204, 0) 100%)\",opacity:0},variants:{kyVJOjeIY:{background:\"linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgba(201, 201, 201, 0) 20.443874744617325%, rgba(179, 179, 179, 0.55) 37.375091675834256%, rgba(196, 196, 196, 0.15) 68.55535255906543%, rgba(184, 184, 184, 0) 100%)\",opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cejd7q\",layoutDependency:layoutDependency,layoutId:\"DbsVJCfJe\",style:{background:\"linear-gradient(180deg, rgba(230, 230, 230, 0) 0%, rgba(219, 219, 219, 0) 15.641310953810963%, rgba(214, 214, 214, 0.55) 35.54693085943086%, rgba(217, 217, 217, 0.15) 68.72296403546405%, rgba(204, 204, 204, 0) 100%)\",opacity:0},variants:{kyVJOjeIY:{background:\"linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgba(201, 201, 201, 0) 20.443874744617325%, rgba(179, 179, 179, 0.55) 37.375091675834256%, rgba(196, 196, 196, 0.15) 68.55535255906543%, rgba(184, 184, 184, 0) 100%)\",opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wmf0gf\",layoutDependency:layoutDependency,layoutId:\"zgbbSvxah\",style:{background:\"linear-gradient(180deg, rgba(230, 230, 230, 0) 0%, rgba(219, 219, 219, 0) 15.641310953810963%, rgba(214, 214, 214, 0.55) 35.54693085943086%, rgba(217, 217, 217, 0.15) 68.72296403546405%, rgba(204, 204, 204, 0) 100%)\",opacity:0,rotate:-90},variants:{kyVJOjeIY:{background:\"linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgba(201, 201, 201, 0) 20.443874744617325%, rgba(179, 179, 179, 0.55) 37.375091675834256%, rgba(196, 196, 196, 0.15) 68.55535255906543%, rgba(184, 184, 184, 0) 100%)\",opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-anznw5\",layoutDependency:layoutDependency,layoutId:\"UqGXdxjOn\",style:{background:\"linear-gradient(180deg, rgba(230, 230, 230, 0) 0%, rgba(219, 219, 219, 0) 15.641310953810963%, rgba(214, 214, 214, 0.55) 35.54693085943086%, rgba(217, 217, 217, 0.15) 68.72296403546405%, rgba(204, 204, 204, 0) 100%)\",opacity:0,rotate:-90},variants:{kyVJOjeIY:{background:\"linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgba(201, 201, 201, 0) 20.443874744617325%, rgba(179, 179, 179, 0.55) 37.375091675834256%, rgba(196, 196, 196, 0.15) 68.55535255906543%, rgba(184, 184, 184, 0) 100%)\",opacity:1}}}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"v_RUJ_S3J\"},nodeId:\"PRMJKOgjN\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Homepage\",className:\"framer-266f7h framer-8w3j2i\",\"data-framer-name\":\"https://eleveight.studio\",layoutDependency:layoutDependency,layoutId:\"PRMJKOgjN\",style:{backgroundColor:\"rgba(186, 186, 186, 0)\"},variants:{kyVJOjeIY:{backgroundColor:\"rgb(186, 186, 186)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n4h8p4\",layoutDependency:layoutDependency,layoutId:\"YoPcWSGs2\",style:{backgroundColor:\"rgba(219, 219, 219, 0)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({kyVJOjeIY:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vdcgse\",\"data-framer-name\":\"main\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nT3XNyRzi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 32\"><path d=\"M 26.021 0.764 C 26.021 4.14 24.676 7.378 22.28 9.767 C 19.887 12.154 16.638 13.496 13.25 13.497 L 13.238 13.497 C 12.152 13.506 11.093 13.776 10.19 14.38 C 9.268 14.997 8.551 15.872 8.128 16.894 C 7.705 17.918 7.594 19.044 7.81 20.131 C 8.025 21.216 8.558 22.214 9.341 22.999 C 10.123 23.782 11.12 24.316 12.207 24.532 C 13.293 24.749 14.419 24.638 15.442 24.214 C 16.466 23.788 17.34 23.07 17.954 22.15 C 18.569 21.228 18.897 20.145 18.897 19.038 L 26.021 19.038 C 26.022 21.554 25.276 24.015 23.877 26.111 C 22.482 28.203 20.495 29.835 18.168 30.801 C 15.845 31.764 13.286 32.017 10.818 31.526 C 8.347 31.033 6.08 29.82 4.304 28.041 C 2.523 26.257 1.312 23.989 0.823 21.522 C 0.332 19.052 0.584 16.494 1.547 14.166 C 2.202 12.581 3.172 11.144 4.398 9.942 C 1.893 7.539 0.479 4.226 0.479 0.764 L 7.631 0.764 C 7.631 2.25 8.223 3.675 9.277 4.726 C 10.33 5.776 11.759 6.366 13.25 6.366 C 14.741 6.366 16.17 5.776 17.223 4.726 C 18.278 3.674 18.869 2.25 18.869 0.764 L 26.021 0.764 Z\" fill=\"rgb(59, 59, 59)\"></path></svg>',svgContentId:10906457271,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yf0xuz\",\"data-framer-name\":\"greener\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tDE9n2Qx_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 32\"><path d=\"M 26.021 0.764 C 26.021 4.14 24.676 7.378 22.28 9.767 C 19.887 12.154 16.638 13.496 13.25 13.497 L 13.238 13.497 C 12.152 13.506 11.093 13.776 10.19 14.38 C 9.268 14.997 8.551 15.872 8.128 16.894 C 7.705 17.918 7.594 19.044 7.81 20.131 C 8.025 21.216 8.558 22.214 9.341 22.999 C 10.123 23.782 11.12 24.316 12.207 24.532 C 13.293 24.749 14.419 24.638 15.442 24.214 C 16.466 23.788 17.34 23.07 17.954 22.15 C 18.569 21.228 18.897 20.145 18.897 19.038 L 26.021 19.038 C 26.022 21.554 25.276 24.015 23.877 26.111 C 22.482 28.203 20.495 29.835 18.168 30.801 C 15.845 31.764 13.286 32.017 10.818 31.526 C 8.347 31.033 6.08 29.82 4.304 28.041 C 2.523 26.257 1.312 23.989 0.823 21.522 C 0.332 19.052 0.584 16.494 1.547 14.166 C 2.202 12.581 3.172 11.144 4.398 9.942 C 1.893 7.539 0.479 4.226 0.479 0.764 L 7.631 0.764 C 7.631 2.25 8.223 3.675 9.277 4.726 C 10.33 5.776 11.759 6.366 13.25 6.366 C 14.741 6.366 16.17 5.776 17.223 4.726 C 18.278 3.674 18.869 2.25 18.869 0.764 L 26.021 0.764 Z\" fill=\"var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, rgb(208, 255, 0)) /* {&quot;name&quot;:&quot;lime&quot;} */\"></path></svg>',svgContentId:9620559087,withExternalLayout:true,...addPropertyOverrides({kyVJOjeIY:{svgContentId:12518767882}},baseVariant,gestureVariant)})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2Gos2.framer-8w3j2i, .framer-2Gos2 .framer-8w3j2i { display: block; }\",\".framer-2Gos2.framer-a6h55t { height: 144px; overflow: visible; position: relative; width: 135px; }\",\".framer-2Gos2 .framer-1xvorht { flex: none; height: 252px; left: calc(33.33333333333336% - 1px / 2); overflow: hidden; position: absolute; top: calc(17.361111111111132% - 252px / 2); width: 1px; z-index: 1; }\",\".framer-2Gos2 .framer-1cejd7q { flex: none; height: 252px; left: calc(63.70370370370373% - 1px / 2); overflow: hidden; position: absolute; top: calc(93.75000000000003% - 252px / 2); width: 1px; z-index: 1; }\",\".framer-2Gos2 .framer-wmf0gf { flex: none; height: 252px; left: calc(19.25925925925928% - 1px / 2); overflow: hidden; position: absolute; top: calc(63.88888888888891% - 252px / 2); width: 1px; z-index: 1; }\",\".framer-2Gos2 .framer-anznw5 { flex: none; height: 252px; left: calc(100.74074074074075% - 1px / 2); overflow: hidden; position: absolute; top: calc(35.41666666666669% - 252px / 2); width: 1px; z-index: 1; }\",\".framer-2Gos2 .framer-266f7h { flex: none; height: 42px; left: calc(48.88888888888891% - 42px / 2); overflow: hidden; position: absolute; text-decoration: none; top: calc(50.00000000000002% - 42px / 2); width: 42px; z-index: 1; }\",\".framer-2Gos2 .framer-1n4h8p4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 42px; }\",\".framer-2Gos2 .framer-1vdcgse { flex: none; height: 32px; left: calc(50.00000000000002% - 27px / 2); position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 27px; }\",\".framer-2Gos2 .framer-yf0xuz { bottom: -35px; flex: none; height: 32px; left: calc(50.00000000000002% - 27px / 2); position: absolute; width: 27px; }\",\".framer-2Gos2.framer-v-1fjym55 .framer-1xvorht, .framer-2Gos2.framer-v-1fjym55 .framer-1cejd7q { top: calc(59.0277777777778% - 252px / 2); }\",\".framer-2Gos2.framer-v-1fjym55 .framer-wmf0gf, .framer-2Gos2.framer-v-1fjym55 .framer-anznw5 { left: calc(63.70370370370373% - 1px / 2); }\",\".framer-2Gos2.framer-v-1fjym55 .framer-266f7h { bottom: 52px; height: unset; left: 45px; right: 49px; top: 51px; width: unset; }\",\".framer-2Gos2.framer-v-1fjym55 .framer-1n4h8p4 { top: -48px; }\",\".framer-2Gos2.framer-v-1fjym55 .framer-yf0xuz { bottom: -43px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 144\n * @framerIntrinsicWidth 135\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kyVJOjeIY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRg35i73Do=withCSS(Component,css,\"framer-2Gos2\");export default FramerRg35i73Do;FramerRg35i73Do.displayName=\"lines logo\";FramerRg35i73Do.defaultProps={height:144,width:135};addPropertyControls(FramerRg35i73Do,{variant:{options:[\"J3kwfa0v8\",\"kyVJOjeIY\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRg35i73Do,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRg35i73Do\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"144\",\"framerIntrinsicWidth\":\"135\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kyVJOjeIY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rg35i73Do.map", "// Generated by Framer (4b118ea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={wMdc37CAI:{hover:true}};const cycleOrder=[\"wMdc37CAI\",\"pB8ql69S1\"];const serializationHash=\"framer-FAEk1\";const variantClassNames={pB8ql69S1:\"framer-v-q2t29\",wMdc37CAI:\"framer-v-1w0bzea\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,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 1\":\"wMdc37CAI\",Mobile:\"pB8ql69S1\"};const getProps=({height,id,radius,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wMdc37CAI\",wJb0AaXGZ:radius??props.wJb0AaXGZ??\"292px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,wJb0AaXGZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wMdc37CAI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://contra.com/fabianalbert\",motionChild:true,nodeId:\"wMdc37CAI\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1w0bzea\",className,classNames)} framer-154bw79`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"wMdc37CAI\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(51, 46, 209)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(87, 81, 240)\",borderBottomLeftRadius:radiusForCorner(wJb0AaXGZ,3),borderBottomRightRadius:radiusForCorner(wJb0AaXGZ,2),borderTopLeftRadius:radiusForCorner(wJb0AaXGZ,0),borderTopRightRadius:radiusForCorner(wJb0AaXGZ,1),...style},variants:{\"wMdc37CAI-hover\":{\"--border-color\":\"rgb(90, 85, 242)\",backgroundColor:\"rgb(117, 112, 255)\"}},...addPropertyOverrides({\"wMdc37CAI-hover\":{\"data-framer-name\":undefined},pB8ql69S1:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rxau3i\",layoutDependency:layoutDependency,layoutId:\"AxPTI5JmM\",style:{rotate:0},variants:{\"wMdc37CAI-hover\":{rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vjwh3z\",\"data-framer-name\":\"Contra_id2pzDKpyY_2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"w4SxW6jo3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 13\"><path d=\"M 6.871 6.036 L 12.675 6.036 C 12.768 6.036 12.814 6.036 12.814 5.943 L 12.814 5.757 C 12.814 5.711 12.814 5.664 12.721 5.664 C 9.982 4.921 7.846 2.832 7.15 0.093 L 6.964 0 L 6.825 0 C 6.779 0 6.732 0.046 6.732 0.139 L 6.732 5.943 C 6.732 5.989 6.732 6.036 6.825 6.036 Z M 6.871 12.814 L 7.057 12.814 L 7.15 12.721 C 7.893 9.982 9.982 7.846 12.721 7.15 L 12.814 7.011 L 12.814 6.871 C 12.814 6.825 12.768 6.732 12.675 6.732 L 6.871 6.732 L 6.779 6.871 L 6.779 12.675 C 6.779 12.768 6.779 12.814 6.871 12.814 Z M 5.804 12.814 L 5.943 12.814 C 5.989 12.814 6.036 12.768 6.036 12.675 L 6.036 6.871 C 6.036 6.825 6.036 6.732 5.943 6.732 L 0.139 6.732 C 0.046 6.732 0 6.825 0 6.871 L 0 7.057 C 0 7.104 0 7.15 0.093 7.15 C 2.832 7.846 4.968 9.982 5.664 12.721 Z M 0.139 6.036 L 5.943 6.036 C 5.989 6.036 6.036 6.036 6.036 5.943 L 6.036 0.139 C 6.036 0.046 6.036 0 5.943 0 L 5.757 0 C 5.711 0 5.664 0 5.664 0.093 C 4.921 2.786 2.786 4.968 0.093 5.664 L 0 5.804 L 0 5.943 C 0 5.989 0.046 6.036 0.139 6.036 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9739890737,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hire on Contra\"})}),className:\"framer-wo0do7\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"sBebA85io\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FAEk1.framer-154bw79, .framer-FAEk1 .framer-154bw79 { display: block; }\",\".framer-FAEk1.framer-1w0bzea { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 35px; justify-content: center; overflow: hidden; padding: 6px 14px 6px 14px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FAEk1 .framer-rxau3i { -webkit-user-select: none; 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; user-select: none; width: min-content; }\",\".framer-FAEk1 .framer-vjwh3z { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-FAEk1 .framer-wo0do7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FAEk1.framer-1w0bzea, .framer-FAEk1 .framer-rxau3i { gap: 0px; } .framer-FAEk1.framer-1w0bzea > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-FAEk1.framer-1w0bzea > :first-child, .framer-FAEk1 .framer-rxau3i > :first-child { margin-left: 0px; } .framer-FAEk1.framer-1w0bzea > :last-child, .framer-FAEk1 .framer-rxau3i > :last-child { margin-right: 0px; } .framer-FAEk1 .framer-rxau3i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-FAEk1.framer-v-q2t29.framer-1w0bzea { cursor: unset; }\",'.framer-FAEk1[data-border=\"true\"]::after, .framer-FAEk1 [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 35\n * @framerIntrinsicWidth 136\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"pB8ql69S1\":{\"layout\":[\"auto\",\"fixed\"]},\"dlhcLISmZ\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"wJb0AaXGZ\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrNJneYIp3=withCSS(Component,css,\"framer-FAEk1\");export default FramerrNJneYIp3;FramerrNJneYIp3.displayName=\"Hire contra\";FramerrNJneYIp3.defaultProps={height:35,width:136};addPropertyControls(FramerrNJneYIp3,{variant:{options:[\"wMdc37CAI\",\"pB8ql69S1\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},wJb0AaXGZ:{defaultValue:\"292px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FramerrNJneYIp3,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrNJneYIp3\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"pB8ql69S1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"dlhcLISmZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"wJb0AaXGZ\\\":\\\"radius\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"136\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"35\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rNJneYIp3.map", "// Generated by Framer (99288e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SmoothShift from\"https://framerusercontent.com/modules/n5AuhSJH5YHWNt2gayY6/RrVV7moItLzjf0n2QhLS/SmoothShift.js\";const MotionDivWithFX=withFX(motion.div);const SmoothShiftFonts=getFonts(SmoothShift);const cycleOrder=[\"AwYeMpPnq\",\"znfhUCSkZ\",\"n2vxlWoki\",\"xgsbhaylV\",\"rBOwh6Uw7\",\"L_xOARYZf\",\"iwIcoLtE_\",\"JVKgeZthJ\"];const serializationHash=\"framer-DpPPw\";const variantClassNames={AwYeMpPnq:\"framer-v-igi3kq\",iwIcoLtE_:\"framer-v-2stpr0\",JVKgeZthJ:\"framer-v-1biew3d\",L_xOARYZf:\"framer-v-1clum7z\",n2vxlWoki:\"framer-v-1bcx6a4\",rBOwh6Uw7:\"framer-v-28oclo\",xgsbhaylV:\"framer-v-1pbc3iw\",znfhUCSkZ:\"framer-v-3x6mly\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:950,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:17};const transition2={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const transition3={bounce:.2,delay:.11,duration:.4,type:\"spring\"};const transition4={bounce:.2,delay:.12,duration:.4,type:\"spring\"};const transition5={bounce:.2,delay:.13,duration:.4,type:\"spring\"};const transition6={bounce:.2,delay:.14,duration:.4,type:\"spring\"};const transition7={bounce:.2,delay:.15,duration:.4,type:\"spring\"};const transition8={bounce:.2,delay:.16,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={\"1\":\"znfhUCSkZ\",\"2\":\"n2vxlWoki\",\"3\":\"xgsbhaylV\",\"4\":\"rBOwh6Uw7\",\"5\":\"L_xOARYZf\",\"6\":\"iwIcoLtE_\",\"7\":\"JVKgeZthJ\",Default:\"AwYeMpPnq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"AwYeMpPnq\"};};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:\"AwYeMpPnq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1n3ur8u=activeVariantCallback(async(...args)=>{setVariant(\"znfhUCSkZ\");});const onTapwh6e0j=activeVariantCallback(async(...args)=>{setVariant(\"AwYeMpPnq\");});const onTaphfv3ih=activeVariantCallback(async(...args)=>{setVariant(\"n2vxlWoki\");});const onTapskwrp0=activeVariantCallback(async(...args)=>{setVariant(\"xgsbhaylV\");});const onTapqq74zt=activeVariantCallback(async(...args)=>{setVariant(\"rBOwh6Uw7\");});const onTap164icpr=activeVariantCallback(async(...args)=>{setVariant(\"L_xOARYZf\");});const onTapext8zt=activeVariantCallback(async(...args)=>{setVariant(\"iwIcoLtE_\");});const onTapuiguqk=activeVariantCallback(async(...args)=>{setVariant(\"JVKgeZthJ\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,\"aria-label\":\"Footer\",className:cx(scopingClassNames,\"framer-igi3kq\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"AwYeMpPnq\",ref:refBinding,style:{...style},...addPropertyOverrides({iwIcoLtE_:{\"data-framer-name\":\"6\"},JVKgeZthJ:{\"data-framer-name\":\"7\"},L_xOARYZf:{\"data-framer-name\":\"5\"},n2vxlWoki:{\"data-framer-name\":\"2\"},rBOwh6Uw7:{\"data-framer-name\":\"4\"},xgsbhaylV:{\"data-framer-name\":\"3\"},znfhUCSkZ:{\"data-framer-name\":\"1\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mngqe5\",\"data-framer-name\":\"Title and subtitle\",layoutDependency:layoutDependency,layoutId:\"pvhs1_Afr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"FAQ\"})}),className:\"framer-1badjuw\",fonts:[\"GF;Albert Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"YZpx2GMhC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lwjtom\",layoutDependency:layoutDependency,layoutId:\"SMxzStrgt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(110, 110, 110))\"},children:\"Some common questions and answers\"})}),className:\"framer-1obrhpv\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"iR2MLBXWI\",style:{\"--extracted-r6o4lv\":\"rgb(110, 110, 110)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i09100\",layoutDependency:layoutDependency,layoutId:\"WRx5XHzvF\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1x815vp\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"h2xwnk80g\",onTap:onTap1n3ur8u,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({znfhUCSkZ:{onTap:onTapwh6e0j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ibtu9\",layoutDependency:layoutDependency,layoutId:\"cNmg97wff\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Where do I get started?\"})}),className:\"framer-1jwkg6g\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"XZeqQdfva\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1535exl\",layoutDependency:layoutDependency,layoutId:\"brA1U4GyA\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ka5e09\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"g0nFAN12L\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{znfhUCSkZ:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tiw3hn\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"hXGhLZ9Gc\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{znfhUCSkZ:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Pick a plan and reach out to us to share your idea. We will go over the details together, discussing the requirements, scope, and budget to make sure we bring your vision to life. Whether it is a custom website or a tailored app design, we focus on creating high-quality solutions that fit your needs perfectly.\"})}),className:\"framer-1b3vk8e\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"krMheZGIg\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-q32zrt\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UJ0ZoG38_\",onTap:onTaphfv3ih,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({n2vxlWoki:{onTap:onTapwh6e0j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bvgxmx\",layoutDependency:layoutDependency,layoutId:\"nlT40gb97\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"How does it work?\"})}),className:\"framer-qcky55\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"UfFMGMsw2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fa81c8\",layoutDependency:layoutDependency,layoutId:\"GJ3rmnm10\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2n1ss0\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"OmmM7MEgE\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{n2vxlWoki:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o1lf81\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"XqYws10sN\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{n2vxlWoki:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"We stay transparent and keep you updated daily on our progress, using the communication channel that works best for you, whether it is Slack, email, iMessage, or anything else that fits your workflow. You can also share your ideas, mood boards, guidelines, or wireframes if you already have a foundation for your product, and we will make sure everything aligns perfectly with your vision.\"})}),className:\"framer-1xciixw\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"GR5Oi5gLX\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-3u0s3x\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xwFlfwTnE\",onTap:onTapskwrp0,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({xgsbhaylV:{onTap:onTapwh6e0j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-170r0h2\",layoutDependency:layoutDependency,layoutId:\"vppg0PCIl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"What if I don't like the design?\"})}),className:\"framer-1cdf4yz\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"NOQCqLfoC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3devkm\",layoutDependency:layoutDependency,layoutId:\"NhsyXDJLd\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u4vk6u\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"WgU4yRTQ0\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{xgsbhaylV:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-maa43a\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"Y9_ycHBr_\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{xgsbhaylV:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"We're iterating until you're happy with the results. If there are things that may break accessibility or functionality we'll provide relevant explanations on why we choose to make these decisions. Sometimes in design we need to have some trade-offs in order to better assure great functionality to the end user.\"})}),className:\"framer-f0jmq5\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"txcR2CRJ4\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-apgdr8\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bwuv7APb3\",onTap:onTapqq74zt,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({rBOwh6Uw7:{onTap:onTapwh6e0j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gufoo5\",layoutDependency:layoutDependency,layoutId:\"Ar1pnI8Ty\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"I already have a Figma project, can you develop it?\"})}),className:\"framer-4lfdgp\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"TeQqVSKvN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qmw07f\",layoutDependency:layoutDependency,layoutId:\"MZ7WoD33m\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-i586m8\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"MXcJNDD8F\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{rBOwh6Uw7:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fw09o\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"GZIqMTbyK\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{rBOwh6Uw7:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:[\"We can do that too, we can re-work and integrate in Framer your design file from Figma and create responsive design for it as well if you only have desktop versions. Pricing \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0gaXRhbGlj\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(84, 84, 84))\"},children:\"starts from $999\"}),\" and it adds to it based on complexity or if it's a single landing page or an entire multi-page website.\"]})}),className:\"framer-12js5c1\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\",\"FS;Satoshi-medium italic\"],layoutDependency:layoutDependency,layoutId:\"wCNRS3wox\",style:{\"--extracted-1w3ko1f\":\"rgb(84, 84, 84)\",\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{rBOwh6Uw7:{\"--extracted-3sq8v0\":\"rgb(79, 79, 79)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({rBOwh6Uw7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:[\"We can do that too, we can re-work and integrate in Framer your design file from Figma and create responsive design for it as well if you only have desktop versions. Pricing \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0gaXRhbGlj\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(84, 84, 84))\"},children:\"starts from $999\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-3sq8v0, rgb(79, 79, 79))\"},children:\" \"}),\"and it adds to it based on complexity or if it's a single landing page or an entire multi-page website.\"]})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1hy3g3e\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MNxtS8rh9\",onTap:onTap164icpr,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({L_xOARYZf:{onTap:onTapwh6e0j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tyg4by\",layoutDependency:layoutDependency,layoutId:\"REn0gc7xD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Can you do mobile apps?\"})}),className:\"framer-ti5ub2\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"RvEIFA4mr\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xw7bv3\",layoutDependency:layoutDependency,layoutId:\"HGhClMOW4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v6mgan\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"lVyHi4UgL\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{L_xOARYZf:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bcrkwr\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"ZYuRc4Jn1\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{L_xOARYZf:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Yes, we can design mobile and desktop apps for iOS & Mac OS. We only offer design services for these, we do not offer development.\"})}),className:\"framer-1g4ob1m\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"kVdN5Xlmp\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-zk2bwg\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yZotl45kO\",onTap:onTapext8zt,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({iwIcoLtE_:{onTap:onTapwh6e0j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xeglfh\",layoutDependency:layoutDependency,layoutId:\"PbKCdFdeS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"How about deliverables?\"})}),className:\"framer-jl5jzf\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"C0BRdesN3\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u5br4r\",layoutDependency:layoutDependency,layoutId:\"zBeAifeIN\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-be2xeq\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"vZCpjqeS7\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{iwIcoLtE_:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-114sqh0\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"pZ81YqtkD\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{iwIcoLtE_:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"The way we are delivering the website to you it's by providing a remix link, you can then directly add it to your Framer account, add your domain and update other relevant settings if necessary.\"})}),className:\"framer-1s6okl6\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"culYHWsec\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-13g3y30\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kMVvY3vBG\",onTap:onTapuiguqk,style:{backgroundColor:\"rgb(247, 247, 247)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},...addPropertyOverrides({JVKgeZthJ:{onTap:onTapwh6e0j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-188wyj8\",layoutDependency:layoutDependency,layoutId:\"lJooPXCbf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Do you offer refunds?\"})}),className:\"framer-uo3i15\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"V1GSP5XTd\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aty3kt\",layoutDependency:layoutDependency,layoutId:\"Mln1uBclM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jz12p8\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"hPAjGkisP\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-90},variants:{JVKgeZthJ:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-akp031\",\"data-framer-name\":\"vertical\",layoutDependency:layoutDependency,layoutId:\"b_BIvtSu6\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-180},variants:{JVKgeZthJ:{rotate:90}}})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Due to the nature of our work, spending tens of hours to deliver exceptional results, we cannot offer refunds, but rest assured that we will do our best to make sure you are satisfied with your end-result. We are passionate about what we're doing and seeing our customers happy only makes us deliver over expectations.\"})}),className:\"framer-8nz3y8\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"CA18Jil69\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-44lj2f-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"N_qQCp5p1-container\",nodeId:\"N_qQCp5p1\",rendersWithMotion:true,scopeId:\"Y0P6QuT6p\",children:/*#__PURE__*/_jsx(SmoothShift,{active:true,height:\"100%\",id:\"N_qQCp5p1\",layoutId:\"N_qQCp5p1\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DpPPw.framer-1t3tv5m, .framer-DpPPw .framer-1t3tv5m { display: block; }\",\".framer-DpPPw.framer-igi3kq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 1100px; }\",\".framer-DpPPw .framer-mngqe5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 4px; position: relative; width: 100%; }\",\".framer-DpPPw .framer-1badjuw, .framer-DpPPw .framer-1b3vk8e, .framer-DpPPw .framer-1xciixw, .framer-DpPPw .framer-f0jmq5, .framer-DpPPw .framer-12js5c1, .framer-DpPPw .framer-1g4ob1m, .framer-DpPPw .framer-1s6okl6, .framer-DpPPw .framer-8nz3y8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DpPPw .framer-lwjtom { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 2px; position: relative; width: 100%; }\",\".framer-DpPPw .framer-1obrhpv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DpPPw .framer-i09100 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DpPPw .framer-1x815vp, .framer-DpPPw .framer-q32zrt, .framer-DpPPw .framer-3u0s3x, .framer-DpPPw .framer-apgdr8, .framer-DpPPw .framer-1hy3g3e, .framer-DpPPw .framer-zk2bwg, .framer-DpPPw .framer-13g3y30 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 57px; justify-content: flex-start; overflow: hidden; padding: 18px 20px 18px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-DpPPw .framer-10ibtu9, .framer-DpPPw .framer-bvgxmx, .framer-DpPPw .framer-170r0h2, .framer-DpPPw .framer-gufoo5, .framer-DpPPw .framer-tyg4by, .framer-DpPPw .framer-1xeglfh, .framer-DpPPw .framer-188wyj8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DpPPw .framer-1jwkg6g, .framer-DpPPw .framer-qcky55, .framer-DpPPw .framer-1cdf4yz, .framer-DpPPw .framer-4lfdgp, .framer-DpPPw .framer-ti5ub2, .framer-DpPPw .framer-jl5jzf, .framer-DpPPw .framer-uo3i15 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DpPPw .framer-1535exl, .framer-DpPPw .framer-1fa81c8, .framer-DpPPw .framer-3devkm, .framer-DpPPw .framer-1qmw07f, .framer-DpPPw .framer-xw7bv3, .framer-DpPPw .framer-1u5br4r, .framer-DpPPw .framer-1aty3kt { flex: none; height: 12px; overflow: hidden; position: relative; width: 12px; }\",\".framer-DpPPw .framer-1ka5e09, .framer-DpPPw .framer-1tiw3hn, .framer-DpPPw .framer-2n1ss0, .framer-DpPPw .framer-o1lf81, .framer-DpPPw .framer-u4vk6u, .framer-DpPPw .framer-maa43a, .framer-DpPPw .framer-i586m8, .framer-DpPPw .framer-fw09o, .framer-DpPPw .framer-1v6mgan, .framer-DpPPw .framer-bcrkwr, .framer-DpPPw .framer-be2xeq, .framer-DpPPw .framer-114sqh0, .framer-DpPPw .framer-jz12p8, .framer-DpPPw .framer-akp031 { bottom: 0px; flex: none; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: 0px; width: 2px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DpPPw .framer-44lj2f-container { flex: none; height: auto; left: 0px; position: absolute; top: 0px; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DpPPw.framer-igi3kq, .framer-DpPPw .framer-mngqe5, .framer-DpPPw .framer-lwjtom, .framer-DpPPw .framer-i09100, .framer-DpPPw .framer-1x815vp, .framer-DpPPw .framer-q32zrt, .framer-DpPPw .framer-3u0s3x, .framer-DpPPw .framer-apgdr8, .framer-DpPPw .framer-1hy3g3e, .framer-DpPPw .framer-zk2bwg, .framer-DpPPw .framer-13g3y30 { gap: 0px; } .framer-DpPPw.framer-igi3kq > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-DpPPw.framer-igi3kq > :first-child, .framer-DpPPw .framer-mngqe5 > :first-child, .framer-DpPPw .framer-lwjtom > :first-child, .framer-DpPPw .framer-i09100 > :first-child, .framer-DpPPw .framer-1x815vp > :first-child, .framer-DpPPw .framer-q32zrt > :first-child, .framer-DpPPw .framer-3u0s3x > :first-child, .framer-DpPPw .framer-apgdr8 > :first-child, .framer-DpPPw .framer-1hy3g3e > :first-child, .framer-DpPPw .framer-zk2bwg > :first-child, .framer-DpPPw .framer-13g3y30 > :first-child { margin-top: 0px; } .framer-DpPPw.framer-igi3kq > :last-child, .framer-DpPPw .framer-mngqe5 > :last-child, .framer-DpPPw .framer-lwjtom > :last-child, .framer-DpPPw .framer-i09100 > :last-child, .framer-DpPPw .framer-1x815vp > :last-child, .framer-DpPPw .framer-q32zrt > :last-child, .framer-DpPPw .framer-3u0s3x > :last-child, .framer-DpPPw .framer-apgdr8 > :last-child, .framer-DpPPw .framer-1hy3g3e > :last-child, .framer-DpPPw .framer-zk2bwg > :last-child, .framer-DpPPw .framer-13g3y30 > :last-child { margin-bottom: 0px; } .framer-DpPPw .framer-mngqe5 > *, .framer-DpPPw .framer-i09100 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DpPPw .framer-lwjtom > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DpPPw .framer-1x815vp > *, .framer-DpPPw .framer-q32zrt > *, .framer-DpPPw .framer-3u0s3x > *, .framer-DpPPw .framer-apgdr8 > *, .framer-DpPPw .framer-1hy3g3e > *, .framer-DpPPw .framer-zk2bwg > *, .framer-DpPPw .framer-13g3y30 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-DpPPw.framer-v-3x6mly .framer-1x815vp, .framer-DpPPw.framer-v-1bcx6a4 .framer-q32zrt, .framer-DpPPw.framer-v-1pbc3iw .framer-3u0s3x, .framer-DpPPw.framer-v-28oclo .framer-apgdr8, .framer-DpPPw.framer-v-1clum7z .framer-1hy3g3e, .framer-DpPPw.framer-v-2stpr0 .framer-zk2bwg, .framer-DpPPw.framer-v-1biew3d .framer-13g3y30 { height: min-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 565\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"znfhUCSkZ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"n2vxlWoki\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"xgsbhaylV\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"rBOwh6Uw7\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"L_xOARYZf\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"iwIcoLtE_\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]},\"JVKgeZthJ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1100px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerY0P6QuT6p=withCSS(Component,css,\"framer-DpPPw\");export default FramerY0P6QuT6p;FramerY0P6QuT6p.displayName=\"FAQ\";FramerY0P6QuT6p.defaultProps={height:565,width:1100};addPropertyControls(FramerY0P6QuT6p,{variant:{options:[\"AwYeMpPnq\",\"znfhUCSkZ\",\"n2vxlWoki\",\"xgsbhaylV\",\"rBOwh6Uw7\",\"L_xOARYZf\",\"iwIcoLtE_\",\"JVKgeZthJ\"],optionTitles:[\"Default\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerY0P6QuT6p,[{explicitInter:true,fonts:[{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_qY32TxAj1g.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2\",weight:\"500\"}]},...SmoothShiftFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerY0P6QuT6p\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"znfhUCSkZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"n2vxlWoki\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"xgsbhaylV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"rBOwh6Uw7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"L_xOARYZf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"iwIcoLtE_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]},\\\"JVKgeZthJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1100px\\\",null,null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"565\",\"framerIntrinsicWidth\":\"1100\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Y0P6QuT6p.map", "// Generated by Framer (0623976)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"paMpYMfEj\",\"hb3zS2OPe\",\"FiLH1hRs3\",\"Nw_IQAEJ6\"];const serializationHash=\"framer-PdZh2\";const variantClassNames={FiLH1hRs3:\"framer-v-9owupz\",hb3zS2OPe:\"framer-v-16jqxtw\",Nw_IQAEJ6:\"framer-v-nmefjv\",paMpYMfEj:\"framer-v-g0ea4a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"paMpYMfEj\",\"Variant 2\":\"hb3zS2OPe\",green:\"Nw_IQAEJ6\",none:\"FiLH1hRs3\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"paMpYMfEj\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"paMpYMfEj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-g0ea4a\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"paMpYMfEj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:101,borderBottomRightRadius:101,borderTopLeftRadius:101,borderTopRightRadius:101,...style},...addPropertyOverrides({FiLH1hRs3:{\"data-framer-name\":\"none\"},hb3zS2OPe:{\"data-framer-name\":\"Variant 2\"},Nw_IQAEJ6:{\"data-framer-name\":\"green\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wkme4y\",layoutDependency:layoutDependency,layoutId:\"evqIsDG1E\",style:{backdropFilter:\"none\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:89,borderBottomRightRadius:89,borderTopLeftRadius:89,borderTopRightRadius:89,opacity:1,WebkitBackdropFilter:\"none\"},variants:{FiLH1hRs3:{opacity:0},hb3zS2OPe:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(36, 36, 36, 0.62)\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,WebkitBackdropFilter:\"blur(5px)\"},Nw_IQAEJ6:{backgroundColor:\"var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, rgb(208, 255, 0))\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"2px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Visit\"})}),className:\"framer-zx0b9y\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"tbDpo71PY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},transformTemplate:transformTemplate1,variants:{hb3zS2OPe:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb3zS2OPe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Visit\"})}),transformTemplate:transformTemplate2}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PdZh2.framer-196ain8, .framer-PdZh2 .framer-196ain8 { display: block; }\",\".framer-PdZh2.framer-g0ea4a { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 17px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 17px; }\",\".framer-PdZh2 .framer-wkme4y { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); overflow: hidden; position: relative; width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-PdZh2 .framer-zx0b9y { flex: none; height: auto; position: absolute; right: 6px; top: 53%; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PdZh2.framer-g0ea4a { gap: 0px; } .framer-PdZh2.framer-g0ea4a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PdZh2.framer-g0ea4a > :first-child { margin-left: 0px; } .framer-PdZh2.framer-g0ea4a > :last-child { margin-right: 0px; } }\",\".framer-PdZh2.framer-v-16jqxtw.framer-g0ea4a { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 21px); }\",\".framer-PdZh2.framer-v-16jqxtw .framer-wkme4y { aspect-ratio: unset; height: 21px; width: 37px; }\",\".framer-PdZh2.framer-v-16jqxtw .framer-zx0b9y { left: 47%; right: unset; top: 48%; }\",\".framer-PdZh2.framer-v-9owupz.framer-g0ea4a, .framer-PdZh2.framer-v-nmefjv.framer-g0ea4a { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 17px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 17\n * @framerIntrinsicWidth 17\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hb3zS2OPe\":{\"layout\":[\"fixed\",\"fixed\"]},\"FiLH1hRs3\":{\"layout\":[\"fixed\",\"fixed\"]},\"Nw_IQAEJ6\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYntV3TRYL=withCSS(Component,css,\"framer-PdZh2\");export default FramerYntV3TRYL;FramerYntV3TRYL.displayName=\"cursor\";FramerYntV3TRYL.defaultProps={height:17,width:17};addPropertyControls(FramerYntV3TRYL,{variant:{options:[\"paMpYMfEj\",\"hb3zS2OPe\",\"FiLH1hRs3\",\"Nw_IQAEJ6\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"none\",\"green\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYntV3TRYL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYntV3TRYL\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"17\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hb3zS2OPe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FiLH1hRs3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Nw_IQAEJ6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"17\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YntV3TRYL.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef,useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export function ImageHover({image1,image2,image3,image4,fillType,position,movementThreshold,loopDelay,cornerRadius,link,hoverSwitchEnabled}){const[currentImage,setCurrentImage]=useState(0);const[lastCursorPos,setLastCursorPos]=useState({x:0,y:0});const[isMoving,setIsMoving]=useState(false);const[isHovering,setIsHovering]=useState(false);const[isDragging,setIsDragging]=useState(false);const[draggingComplete,setDraggingComplete]=useState(true);const[dragStartPos,setDragStartPos]=useState({x:0,y:0});const autoLoopRef=useRef(null);const cursorStopTimerRef=useRef(null);const images=[image1,image2,image3,image4].filter(Boolean);const preloadImages=useCallback(()=>{images.forEach(src=>{const img=new Image;img.src=src;});},[images]);useEffect(()=>{if(images.length>0){preloadImages();}},[preloadImages]);const handleMouseMove=event=>{if(!hoverSwitchEnabled)return;const{clientX,clientY}=event;const distanceMoved=Math.sqrt(Math.pow(clientX-lastCursorPos.x,2)+Math.pow(clientY-lastCursorPos.y,2));if(distanceMoved>movementThreshold){setCurrentImage(prevImage=>(prevImage+1)%images.length);setLastCursorPos({x:clientX,y:clientY});setIsMoving(true);clearTimeout(autoLoopRef.current);}if(cursorStopTimerRef.current){clearTimeout(cursorStopTimerRef.current);}cursorStopTimerRef.current=window.setTimeout(()=>{setIsMoving(false);},loopDelay);};const startAutoLoop=()=>{clearTimeout(autoLoopRef.current);autoLoopRef.current=window.setTimeout(()=>{setCurrentImage(prevImage=>(prevImage+1)%images.length);startAutoLoop();},loopDelay);};useEffect(()=>{if(isHovering&&!isMoving){startAutoLoop();}else{clearTimeout(autoLoopRef.current);}},[isMoving,isHovering]);const handleMouseEnter=()=>{if(images.length>1){setCurrentImage(1);}setIsHovering(true);};const handleMouseLeave=()=>{setIsHovering(false);setIsMoving(false);clearTimeout(autoLoopRef.current);clearTimeout(cursorStopTimerRef.current);setCurrentImage(0);};const handleMouseDown=event=>{setDragStartPos({x:event.clientX,y:event.clientY});setIsDragging(false);setDraggingComplete(false);};const handleMouseUp=event=>{const dragDistance=Math.sqrt(Math.pow(event.clientX-dragStartPos.x,2)+Math.pow(event.clientY-dragStartPos.y,2));if(dragDistance>5){setIsDragging(true);setDraggingComplete(true);}else{setIsDragging(false);setDraggingComplete(true);}};const handleClick=event=>{if(!isDragging&&draggingComplete&&link){window.open(link,\"_blank\");}};const renderImageHover=/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",position:\"relative\",overflow:\"hidden\",borderRadius:`${cornerRadius}px`,WebkitTouchCallout:\"none\",WebkitUserSelect:\"none\",MozUserSelect:\"none\",msUserSelect:\"none\",userSelect:\"none\"},onMouseMove:handleMouseMove,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp,onClick:handleClick,children:images.length>0&&images.map((image,index)=>/*#__PURE__*/_jsx(\"img\",{src:image,alt:`image-${index}`,draggable:false,style:{width:\"100%\",height:\"100%\",objectFit:fillType,objectPosition:position,position:\"absolute\",top:0,left:0,opacity:currentImage===index?1:0,transition:\"opacity 0s\",borderRadius:`${cornerRadius}px`,pointerEvents:\"none\"}},index))});return renderImageHover;}addPropertyControls(ImageHover,{image1:{type:ControlType.Image,title:\"Image 1\"},image2:{type:ControlType.Image,title:\"Image 2\"},image3:{type:ControlType.Image,title:\"Image 3\"},image4:{type:ControlType.Image,title:\"Image 4\"},fillType:{type:ControlType.Enum,options:[\"cover\",\"contain\"],optionTitles:[\"Cover\",\"Contain\"],title:\"Fill Type\",defaultValue:\"cover\"},position:{type:ControlType.Enum,options:[\"top left\",\"top center\",\"top right\",\"center left\",\"center\",\"center right\",\"bottom left\",\"bottom center\",\"bottom right\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Center Left\",\"Center\",\"Center Right\",\"Bottom Left\",\"Bottom Center\",\"Bottom Right\"],title:\"Image Position\",defaultValue:\"center\"},movementThreshold:{type:ControlType.Number,title:\"Movement Threshold\",defaultValue:10,min:1,max:100},loopDelay:{type:ControlType.Number,title:\"Auto-loop Delay (ms)\",defaultValue:1e3,min:100,max:5e3},cornerRadius:{type:ControlType.Number,title:\"Corner Radius\",defaultValue:0,min:0,max:100},link:{type:ControlType.String,title:\"Link\",defaultValue:\"\"},hoverSwitchEnabled:{type:ControlType.Boolean,title:\"Enable Hover Switch\",defaultValue:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"ImageHover\":{\"type\":\"reactComponent\",\"name\":\"ImageHover\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Imagehover.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useRef,useEffect}from\"react\";export function DragScrollWithMomentum(){const[isDragging,setIsDragging]=useState(false);const startX=useRef(0);const scrollLeft=useRef(0);const scrollContainer=useRef(null);const velocity=useRef(0);const animationFrame=useRef(null);const dragThreshold=5;const wasDragging=useRef(false);// Check if the device is touch-enabled (client-side only)\nconst isTouchDevice=typeof window!==\"undefined\"&&(\"ontouchstart\"in window||navigator.maxTouchPoints>0);const onPointerDown=event=>{if(isTouchDevice)return;// Disable override for touch devices\nsetIsDragging(true);wasDragging.current=false;startX.current=event.clientX;scrollLeft.current=scrollContainer.current.scrollLeft;velocity.current=0;if(animationFrame.current)cancelAnimationFrame(animationFrame.current);};const onPointerMove=event=>{if(isTouchDevice||!isDragging)return;const x=event.clientX-startX.current;if(Math.abs(x)>dragThreshold){wasDragging.current=true;const newScrollLeft=scrollLeft.current-x;velocity.current=newScrollLeft-scrollContainer.current.scrollLeft;scrollContainer.current.scrollLeft=newScrollLeft;}};const onPointerUp=()=>{if(isTouchDevice)return;setIsDragging(false);if(wasDragging.current){const momentumScroll=()=>{if(Math.abs(velocity.current)>.1){scrollContainer.current.scrollLeft+=velocity.current;velocity.current*=.95;animationFrame.current=requestAnimationFrame(momentumScroll);}else{cancelAnimationFrame(animationFrame.current);}};momentumScroll();}};useEffect(()=>{return()=>cancelAnimationFrame(animationFrame.current);},[]);return{ref:scrollContainer,onPointerDown:event=>{onPointerDown(event);if(!isTouchDevice)event.target.setPointerCapture(event.pointerId);},onPointerMove:onPointerMove,onPointerUp:event=>{onPointerUp();if(!isTouchDevice)event.target.releasePointerCapture(event.pointerId);},onPointerLeave:onPointerUp,onClickCapture:event=>{if(wasDragging.current){event.stopPropagation();event.preventDefault();}},style:{cursor:isTouchDevice?\"auto\":\"ew-resize\",overflow:\"auto\",scrollbarWidth:\"none\",msOverflowStyle:\"none\"}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withDragScrollWithMomentum(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...DragScrollWithMomentum(props)});};}withDragScrollWithMomentum.displayName=\"DragScrollWithMomentum\";\nexport const __FramerMetadata__ = {\"exports\":{\"withDragScrollWithMomentum\":{\"type\":\"reactHoc\",\"name\":\"withDragScrollWithMomentum\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DragScrollWithMomentum\":{\"type\":\"override\",\"name\":\"DragScrollWithMomentum\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scrollgrab.map", "var e={};var o=\"function\"===typeof Symbol&&Symbol.for,r=o?Symbol.for(\"react.element\"):60103,t=o?Symbol.for(\"react.portal\"):60106,n=o?Symbol.for(\"react.fragment\"):60107,c=o?Symbol.for(\"react.strict_mode\"):60108,f=o?Symbol.for(\"react.profiler\"):60114,s=o?Symbol.for(\"react.provider\"):60109,i=o?Symbol.for(\"react.context\"):60110,a=o?Symbol.for(\"react.async_mode\"):60111,u=o?Symbol.for(\"react.concurrent_mode\"):60111,y=o?Symbol.for(\"react.forward_ref\"):60112,l=o?Symbol.for(\"react.suspense\"):60113,m=o?Symbol.for(\"react.suspense_list\"):60120,p=o?Symbol.for(\"react.memo\"):60115,d=o?Symbol.for(\"react.lazy\"):60116,S=o?Symbol.for(\"react.block\"):60121,b=o?Symbol.for(\"react.fundamental\"):60117,$=o?Symbol.for(\"react.responder\"):60118,C=o?Symbol.for(\"react.scope\"):60119;function z(e){if(\"object\"===typeof e&&null!==e){var o=e.$$typeof;switch(o){case r:switch(e=e.type,e){case a:case u:case n:case f:case c:case l:return e;default:switch(e=e&&e.$$typeof,e){case i:case y:case d:case p:case s:return e;default:return o}}case t:return o}}}function A(e){return z(e)===u}e.AsyncMode=a;e.ConcurrentMode=u;e.ContextConsumer=i;e.ContextProvider=s;e.Element=r;e.ForwardRef=y;e.Fragment=n;e.Lazy=d;e.Memo=p;e.Portal=t;e.Profiler=f;e.StrictMode=c;e.Suspense=l;e.isAsyncMode=function(e){return A(e)||z(e)===a};e.isConcurrentMode=A;e.isContextConsumer=function(e){return z(e)===i};e.isContextProvider=function(e){return z(e)===s};e.isElement=function(e){return\"object\"===typeof e&&null!==e&&e.$$typeof===r};e.isForwardRef=function(e){return z(e)===y};e.isFragment=function(e){return z(e)===n};e.isLazy=function(e){return z(e)===d};e.isMemo=function(e){return z(e)===p};e.isPortal=function(e){return z(e)===t};e.isProfiler=function(e){return z(e)===f};e.isStrictMode=function(e){return z(e)===c};e.isSuspense=function(e){return z(e)===l};e.isValidElementType=function(e){return\"string\"===typeof e||\"function\"===typeof e||e===n||e===u||e===f||e===c||e===l||e===m||\"object\"===typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===p||e.$$typeof===s||e.$$typeof===i||e.$$typeof===y||e.$$typeof===b||e.$$typeof===$||e.$$typeof===C||e.$$typeof===S)};e.typeOf=z;const M=e.AsyncMode,P=e.ConcurrentMode,x=e.ContextConsumer,v=e.ContextProvider,w=e.Element,F=e.ForwardRef,g=e.Fragment,E=e.Lazy,_=e.Memo,L=e.Portal,R=e.Profiler,h=e.StrictMode,j=e.Suspense,O=e.isAsyncMode,T=e.isConcurrentMode,V=e.isContextConsumer,k=e.isContextProvider,q=e.isElement,B=e.isForwardRef,D=e.isFragment,G=e.isLazy,H=e.isMemo,I=e.isPortal,J=e.isProfiler,K=e.isStrictMode,N=e.isSuspense,Q=e.isValidElementType,U=e.typeOf;export default e;export{M as AsyncMode,P as ConcurrentMode,x as ContextConsumer,v as ContextProvider,w as Element,F as ForwardRef,g as Fragment,E as Lazy,_ as Memo,L as Portal,R as Profiler,h as StrictMode,j as Suspense,O as isAsyncMode,T as isConcurrentMode,V as isContextConsumer,k as isContextProvider,q as isElement,B as isForwardRef,D as isFragment,G as isLazy,H as isMemo,I as isPortal,J as isProfiler,K as isStrictMode,N as isSuspense,Q as isValidElementType,U as typeOf};\n\n//# sourceMappingURL=index.js.map", "var r={};r=function shallowEqual(r,e,t,a){var f=t?t.call(a,r,e):void 0;if(void 0!==f)return!!f;if(r===e)return true;if(\"object\"!==typeof r||!r||\"object\"!==typeof e||!e)return false;var l=Object.keys(r);var o=Object.keys(e);if(l.length!==o.length)return false;var n=Object.prototype.hasOwnProperty.bind(e);for(var v=0;v<l.length;v++){var i=l[v];if(!n(i))return false;var u=r[i];var s=e[i];f=t?t.call(a,u,s,i):void 0;if(false===f||void 0===f&&u!==s)return false}return true};var e=r;export default e;\n\n//# sourceMappingURL=index.js.map", "function stylis_min(e){function M(e,t,c,s,i){for(var n,o,u,k,d,w=0,p=0,x=0,O=0,z=0,j=0,S=u=n=0,_=0,q=0,D=0,E=0,F=c.length,G=F-1,I=\"\",J=\"\",K=\"\",N=\"\";_<F;){o=c.charCodeAt(_);_===G&&0!==p+O+x+w&&(0!==p&&(o=47===p?10:47),O=x=w=0,F++,G++);if(0===p+O+x+w){if(_===G&&(0<q&&(I=I.replace(r,\"\")),0<I.trim().length)){switch(o){case 32:case 9:case 59:case 13:case 10:break;default:I+=c.charAt(_)}o=59}switch(o){case 123:I=I.trim();n=I.charCodeAt(0);u=1;for(E=++_;_<F;){switch(o=c.charCodeAt(_)){case 123:u++;break;case 125:u--;break;case 47:switch(o=c.charCodeAt(_+1)){case 42:case 47:e:{for(S=_+1;S<G;++S)switch(c.charCodeAt(S)){case 47:if(42===o&&42===c.charCodeAt(S-1)&&_+2!==S){_=S+1;break e}break;case 10:if(47===o){_=S+1;break e}}_=S}}break;case 91:o++;case 40:o++;case 34:case 39:for(;_++<G&&c.charCodeAt(_)!==o;);}if(0===u)break;_++}u=c.substring(E,_);0===n&&(n=(I=I.replace(a,\"\").trim()).charCodeAt(0));switch(n){case 64:0<q&&(I=I.replace(r,\"\"));o=I.charCodeAt(1);switch(o){case 100:case 109:case 115:case 45:q=t;break;default:q=v}u=M(t,q,u,o,i+1);E=u.length;0<$&&(q=X(v,I,D),d=H(3,u,q,t,A,g,E,o,i,s),I=q.join(\"\"),void 0!==d&&0===(E=(u=d.trim()).length)&&(o=0,u=\"\"));if(0<E)switch(o){case 115:I=I.replace(h,ea);case 100:case 109:case 45:u=I+\"{\"+u+\"}\";break;case 107:I=I.replace(l,\"$1 $2\");u=I+\"{\"+u+\"}\";u=1===C||2===C&&L(\"@\"+u,3)?\"@-webkit-\"+u+\"@\"+u:\"@\"+u;break;default:u=I+u,112===s&&(u=(J+=u,\"\"))}else u=\"\";break;default:u=M(t,X(t,I,D),u,s,i+1)}K+=u;u=D=q=S=n=0;I=\"\";o=c.charCodeAt(++_);break;case 125:case 59:I=(0<q?I.replace(r,\"\"):I).trim();if(1<(E=I.length))switch(0===S&&(n=I.charCodeAt(0),45===n||96<n&&123>n)&&(E=(I=I.replace(\" \",\":\")).length),0<$&&void 0!==(d=H(1,I,t,e,A,g,J.length,s,i,s))&&0===(E=(I=d.trim()).length)&&(I=\"\\0\\0\"),n=I.charCodeAt(0),o=I.charCodeAt(1),n){case 0:break;case 64:if(105===o||99===o){N+=I+c.charAt(_);break}default:58!==I.charCodeAt(E-1)&&(J+=P(I,n,o,I.charCodeAt(2)))}D=q=S=n=0;I=\"\";o=c.charCodeAt(++_)}}switch(o){case 13:case 10:47===p?p=0:0===1+n&&107!==s&&0<I.length&&(q=1,I+=\"\\0\");0<$*y&&H(0,I,t,e,A,g,J.length,s,i,s);g=1;A++;break;case 59:case 125:if(0===p+O+x+w){g++;break}default:g++;k=c.charAt(_);switch(o){case 9:case 32:if(0===O+w+p)switch(z){case 44:case 58:case 9:case 32:k=\"\";break;default:32!==o&&(k=\" \")}break;case 0:k=\"\\\\0\";break;case 12:k=\"\\\\f\";break;case 11:k=\"\\\\v\";break;case 38:0===O+p+w&&(q=D=1,k=\"\\f\"+k);break;case 108:if(0===O+p+w+m&&0<S)switch(_-S){case 2:112===z&&58===c.charCodeAt(_-3)&&(m=z);case 8:111===j&&(m=j)}break;case 58:0===O+p+w&&(S=_);break;case 44:0===p+x+O+w&&(q=1,k+=\"\\r\");break;case 34:case 39:0===p&&(O=O===o?0:0===O?o:O);break;case 91:0===O+p+x&&w++;break;case 93:0===O+p+x&&w--;break;case 41:0===O+p+w&&x--;break;case 40:if(0===O+p+w){if(0===n)switch(2*z+3*j){case 533:break;default:n=1}x++}break;case 64:0===p+x+O+w+S+u&&(u=1);break;case 42:case 47:if(!(0<O+w+x))switch(p){case 0:switch(2*o+3*c.charCodeAt(_+1)){case 235:p=47;break;case 220:E=_,p=42}break;case 42:47===o&&42===z&&E+2!==_&&(33===c.charCodeAt(E+2)&&(J+=c.substring(E,_+1)),k=\"\",p=0)}}0===p&&(I+=k)}j=z;z=o;_++}E=J.length;if(0<E){q=t;if(0<$&&(d=H(2,J,q,e,A,g,E,s,i,s),void 0!==d&&0===(J=d).length))return N+J+K;J=q.join(\",\")+\"{\"+J+\"}\";if(0!==C*m){2!==C||L(J,2)||(m=0);switch(m){case 111:J=J.replace(f,\":-moz-$1\")+J;break;case 112:J=J.replace(b,\"::-webkit-input-$1\")+J.replace(b,\"::-moz-$1\")+J.replace(b,\":-ms-input-$1\")+J}m=0}}return N+J+K}function X(e,a,r){var t=a.trim().split(i);a=t;var c=t.length,s=e.length;switch(s){case 0:case 1:var n=0;for(e=0===s?\"\":e[0]+\" \";n<c;++n)a[n]=Z(e,a[n],r).trim();break;default:var l=n=0;for(a=[];n<c;++n)for(var b=0;b<s;++b)a[l++]=Z(e[b]+\" \",t[n],r).trim()}return a}function Z(e,a,r){var t=a.charCodeAt(0);33>t&&(t=(a=a.trim()).charCodeAt(0));switch(t){case 38:return a.replace(n,\"$1\"+e.trim());case 58:return e.trim()+a.replace(n,\"$1\"+e.trim());default:if(0<1*r&&0<a.indexOf(\"\\f\"))return a.replace(n,(58===e.charCodeAt(0)?\"\":\"$1\")+e.trim())}return e+a}function P(e,a,r,i){var n=e+\";\",l=2*a+3*r+4*i;if(944===l){e=n.indexOf(\":\",9)+1;var b=n.substring(e,n.length-1).trim();b=n.substring(0,e).trim()+b+\";\";return 1===C||2===C&&L(b,1)?\"-webkit-\"+b+b:b}if(0===C||2===C&&!L(n,1))return n;switch(l){case 1015:return 97===n.charCodeAt(10)?\"-webkit-\"+n+n:n;case 951:return 116===n.charCodeAt(3)?\"-webkit-\"+n+n:n;case 963:return 110===n.charCodeAt(5)?\"-webkit-\"+n+n:n;case 1009:if(100!==n.charCodeAt(4))break;case 969:case 942:return\"-webkit-\"+n+n;case 978:return\"-webkit-\"+n+\"-moz-\"+n+n;case 1019:case 983:return\"-webkit-\"+n+\"-moz-\"+n+\"-ms-\"+n+n;case 883:if(45===n.charCodeAt(8))return\"-webkit-\"+n+n;if(0<n.indexOf(\"image-set(\",11))return n.replace(p,\"$1-webkit-$2\")+n;break;case 932:if(45===n.charCodeAt(4))switch(n.charCodeAt(5)){case 103:return\"-webkit-box-\"+n.replace(\"-grow\",\"\")+\"-webkit-\"+n+\"-ms-\"+n.replace(\"grow\",\"positive\")+n;case 115:return\"-webkit-\"+n+\"-ms-\"+n.replace(\"shrink\",\"negative\")+n;case 98:return\"-webkit-\"+n+\"-ms-\"+n.replace(\"basis\",\"preferred-size\")+n}return\"-webkit-\"+n+\"-ms-\"+n+n;case 964:return\"-webkit-\"+n+\"-ms-flex-\"+n+n;case 1023:if(99!==n.charCodeAt(8))break;b=n.substring(n.indexOf(\":\",15)).replace(\"flex-\",\"\").replace(\"space-between\",\"justify\");return\"-webkit-box-pack\"+b+\"-webkit-\"+n+\"-ms-flex-pack\"+b+n;case 1005:return c.test(n)?n.replace(t,\":-webkit-\")+n.replace(t,\":-moz-\")+n:n;case 1e3:b=n.substring(13).trim();a=b.indexOf(\"-\")+1;switch(b.charCodeAt(0)+b.charCodeAt(a)){case 226:b=n.replace(o,\"tb\");break;case 232:b=n.replace(o,\"tb-rl\");break;case 220:b=n.replace(o,\"lr\");break;default:return n}return\"-webkit-\"+n+\"-ms-\"+b+n;case 1017:if(-1===n.indexOf(\"sticky\",9))break;case 975:a=(n=e).length-10;b=(33===n.charCodeAt(a)?n.substring(0,a):n).substring(e.indexOf(\":\",7)+1).trim();switch(l=b.charCodeAt(0)+(0|b.charCodeAt(7))){case 203:if(111>b.charCodeAt(8))break;case 115:n=n.replace(b,\"-webkit-\"+b)+\";\"+n;break;case 207:case 102:n=n.replace(b,\"-webkit-\"+(102<l?\"inline-\":\"\")+\"box\")+\";\"+n.replace(b,\"-webkit-\"+b)+\";\"+n.replace(b,\"-ms-\"+b+\"box\")+\";\"+n}return n+\";\";case 938:if(45===n.charCodeAt(5))switch(n.charCodeAt(6)){case 105:return b=n.replace(\"-items\",\"\"),\"-webkit-\"+n+\"-webkit-box-\"+b+\"-ms-flex-\"+b+n;case 115:return\"-webkit-\"+n+\"-ms-flex-item-\"+n.replace(k,\"\")+n;default:return\"-webkit-\"+n+\"-ms-flex-line-pack\"+n.replace(\"align-content\",\"\").replace(k,\"\")+n}break;case 973:case 989:if(45!==n.charCodeAt(3)||122===n.charCodeAt(4))break;case 931:case 953:if(!0===w.test(e))return 115===(b=e.substring(e.indexOf(\":\")+1)).charCodeAt(0)?P(e.replace(\"stretch\",\"fill-available\"),a,r,i).replace(\":fill-available\",\":stretch\"):n.replace(b,\"-webkit-\"+b)+n.replace(b,\"-moz-\"+b.replace(\"fill-\",\"\"))+n;break;case 962:if(n=\"-webkit-\"+n+(102===n.charCodeAt(5)?\"-ms-\"+n:\"\")+n,211===r+i&&105===n.charCodeAt(13)&&0<n.indexOf(\"transform\",10))return n.substring(0,n.indexOf(\";\",27)+1).replace(s,\"$1-webkit-$2\")+n}return n}function L(e,a){var r=e.indexOf(1===a?\":\":\"{\"),t=e.substring(0,3!==a?r:10);r=e.substring(r+1,e.length-1);return O(2!==a?t:t.replace(d,\"$1\"),r,a)}function ea(e,a){var r=P(a,a.charCodeAt(0),a.charCodeAt(1),a.charCodeAt(2));return r!==a+\";\"?r.replace(u,\" or ($1)\").substring(4):\"(\"+a+\")\"}function H(e,a,r,t,c,s,i,n,l,b){for(var f,o=0,h=a;o<$;++o)switch(f=x[o].call(B,e,h,r,t,c,s,i,n,l,b)){case void 0:case!1:case!0:case null:break;default:h=f}if(h!==a)return h}function T(e){switch(e){case void 0:case null:$=x.length=0;break;default:if(\"function\"===typeof e)x[$++]=e;else if(\"object\"===typeof e)for(var a=0,r=e.length;a<r;++a)T(e[a]);else y=0|!!e}return T}function U(e){e=e.prefix;void 0!==e&&(O=null,e?\"function\"!==typeof e?C=1:(C=2,O=e):C=0);return U}function B(e,a){var r=e;33>r.charCodeAt(0)&&(r=r.trim());z=r;r=[z];if(0<$){var t=H(-1,a,r,r,A,g,0,0,0,0);void 0!==t&&\"string\"===typeof t&&(a=t)}var c=M(v,r,a,0,0);0<$&&(t=H(-2,c,r,r,A,g,c.length,0,0,0),void 0!==t&&(c=t));z=\"\";m=0;g=A=1;return c}var a=/^\\0+/g,r=/[\\0\\r\\f]/g,t=/: */g,c=/zoo|gra/,s=/([,: ])(transform)/g,i=/,\\r+?/g,n=/([\\t\\r\\n ])*\\f?&/g,l=/@(k\\w+)\\s*(\\S*)\\s*/,b=/::(place)/g,f=/:(read-only)/g,o=/[svh]\\w+-[tblr]{2}/,h=/\\(\\s*(.*)\\s*\\)/g,u=/([\\s\\S]*?);/g,k=/-self|flex-/g,d=/[^]*?(:[rp][el]a[\\w-]+)[^]*/,w=/stretch|:\\s*\\w+\\-(?:conte|avail)/,p=/([^-])(image-set\\()/,g=1,A=1,m=0,C=1,v=[],x=[],$=0,O=null,y=0,z=\"\";B.use=T;B.set=U;void 0!==e&&U(e);return B}export{stylis_min as default};\n\n//# sourceMappingURL=stylis.browser.esm.js.map", "var o={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};export{o as default};\n\n//# sourceMappingURL=unitless.browser.esm.js.map", "function memoize(e){var n={};return function(o){void 0===n[o]&&(n[o]=e(o));return n[o]}}export{memoize as default};\n\n//# sourceMappingURL=memoize.browser.esm.js.map", "import e from\"@emotion/memoize\";var t=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;var r=e((function(e){return t.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));export{r as default};\n\n//# sourceMappingURL=is-prop-valid.browser.esm.js.map", "import*as t from\"react-is\";var e=\"default\"in t?t.default:t;var r={};var a=e;var o={childContextTypes:true,contextType:true,contextTypes:true,defaultProps:true,displayName:true,getDefaultProps:true,getDerivedStateFromError:true,getDerivedStateFromProps:true,mixins:true,propTypes:true,type:true};var u={name:true,length:true,prototype:true,caller:true,callee:true,arguments:true,arity:true};var p={$$typeof:true,render:true,defaultProps:true,displayName:true,propTypes:true};var s={$$typeof:true,compare:true,defaultProps:true,displayName:true,propTypes:true,type:true};var i={};i[a.ForwardRef]=p;i[a.Memo]=s;function getStatics(t){return a.isMemo(t)?s:i[t.$$typeof]||o}var c=Object.defineProperty;var n=Object.getOwnPropertyNames;var y=Object.getOwnPropertySymbols;var v=Object.getOwnPropertyDescriptor;var f=Object.getPrototypeOf;var l=Object.prototype;function hoistNonReactStatics(t,e,r){if(\"string\"!==typeof e){if(l){var a=f(e);a&&a!==l&&hoistNonReactStatics(t,a,r)}var o=n(e);y&&(o=o.concat(y(e)));var p=getStatics(t);var s=getStatics(e);for(var i=0;i<o.length;++i){var d=o[i];if(!u[d]&&!(r&&r[d])&&!(s&&s[d])&&!(p&&p[d])){var m=v(e,d);try{c(t,d,m)}catch(t){}}}}return t}r=hoistNonReactStatics;var d=r;export default d;\n\n//# sourceMappingURL=hoist-non-react-statics.cjs.js.map", "import{typeOf as n,isElement as r,isValidElementType as o}from\"react-is\";import i,{useContext as a,useState as c,useMemo as u,useEffect as d,useRef as p,useDebugValue as y,createElement as w,useLayoutEffect as E}from\"react\";import C from\"shallowequal\";import A from\"@emotion/stylis\";import I from\"@emotion/unitless\";import P from\"@emotion/is-prop-valid\";import R from\"hoist-non-react-statics\";function v(){return(v=Object.assign||function(n){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])}return n}).apply(this,arguments)}var g=function(n,r){for(var o=[n[0]],i=0,a=r.length;i<a;i+=1)o.push(r[i],n[i+1]);return o},S=function(r){return null!==r&&\"object\"==typeof r&&\"[object Object]\"===(r.toString?r.toString():Object.prototype.toString.call(r))&&!n(r)},T=Object.freeze([]),k=Object.freeze({});function b(n){return\"function\"==typeof n}function _(n){return\"production\"!==process.env.NODE_ENV&&\"string\"==typeof n&&n||n.displayName||n.name||\"Component\"}function N(n){return n&&\"string\"==typeof n.styledComponentId}var x=\"undefined\"!=typeof process&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||\"data-styled\",V=\"5.3.3\",G=\"undefined\"!=typeof window&&\"HTMLElement\"in window,L=Boolean(\"boolean\"==typeof SC_DISABLE_SPEEDY?SC_DISABLE_SPEEDY:\"undefined\"!=typeof process&&void 0!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&\"\"!==process.env.REACT_APP_SC_DISABLE_SPEEDY?\"false\"!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&process.env.REACT_APP_SC_DISABLE_SPEEDY:\"undefined\"!=typeof process&&void 0!==process.env.SC_DISABLE_SPEEDY&&\"\"!==process.env.SC_DISABLE_SPEEDY?\"false\"!==process.env.SC_DISABLE_SPEEDY&&process.env.SC_DISABLE_SPEEDY:\"production\"!==process.env.NODE_ENV),W={},$=\"production\"!==process.env.NODE_ENV?{1:\"Cannot create styled-component for component: %s.\\n\\n\",2:\"Can't collect styles once you've consumed a `ServerStyleSheet`'s styles! `ServerStyleSheet` is a one off instance for each server-side render cycle.\\n\\n- Are you trying to reuse it across renders?\\n- Are you accidentally calling collectStyles twice?\\n\\n\",3:\"Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.\\n\\n\",4:\"The `StyleSheetManager` expects a valid target or sheet prop!\\n\\n- Does this error occur on the client and is your target falsy?\\n- Does this error occur on the server and is the sheet falsy?\\n\\n\",5:\"The clone method cannot be used on the client!\\n\\n- Are you running in a client-like environment on the server?\\n- Are you trying to run SSR on the client?\\n\\n\",6:\"Trying to insert a new style tag, but the given Node is unmounted!\\n\\n- Are you using a custom target that isn't mounted?\\n- Does your document not have a valid head element?\\n- Have you accidentally removed a style tag manually?\\n\\n\",7:'ThemeProvider: Please return an object from your \"theme\" prop function, e.g.\\n\\n```js\\ntheme={() => ({})}\\n```\\n\\n',8:'ThemeProvider: Please make your \"theme\" prop an object.\\n\\n',9:\"Missing document `<head>`\\n\\n\",10:\"Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021\\n\\n\",11:\"_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.\\n\\n\",12:\"It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\\\`\\\\` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css\\n\\n\",13:\"%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.\\n\\n\",14:'ThemeProvider: \"theme\" prop is required.\\n\\n',15:\"A stylis plugin has been supplied that is not named. We need a name for each plugin to be able to prevent styling collisions between different stylis configurations within the same app. Before you pass your plugin to `<StyleSheetManager stylisPlugins={[]}>`, please make sure each plugin is uniquely-named, e.g.\\n\\n```js\\nObject.defineProperty(importedPlugin, 'name', { value: 'some-unique-name' });\\n```\\n\\n\",16:\"Reached the limit of how many styled components may be created at group %s.\\nYou may only create up to 1,073,741,824 components. If you're creating components dynamically,\\nas for instance in your render method then you may be running into this limitation.\\n\\n\",17:\"CSSStyleSheet could not be found on HTMLStyleElement.\\nHas styled-components' style tag been unmounted or altered by another script?\\n\"}:{};function D(){for(var n=arguments.length<=0?void 0:arguments[0],r=[],o=1,i=arguments.length;o<i;o+=1)r.push(o<0||arguments.length<=o?void 0:arguments[o]);return r.forEach((function(r){n=n.replace(/%[a-z]/,r)})),n}function j(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];throw\"production\"===process.env.NODE_ENV?new Error(\"An error occurred. See https://git.io/JUIaE#\"+n+\" for more information.\"+(o.length>0?\" Args: \"+o.join(\", \"):\"\")):new Error(D.apply(void 0,[$[n]].concat(o)).trim())}var U=function(){function e(n){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=n}var n=e.prototype;return n.indexOfGroup=function(n){for(var r=0,o=0;o<n;o++)r+=this.groupSizes[o];return r},n.insertRules=function(n,r){if(n>=this.groupSizes.length){for(var o=this.groupSizes,i=o.length,a=i;n>=a;)(a<<=1)<0&&j(16,\"\"+n);this.groupSizes=new Uint32Array(a),this.groupSizes.set(o),this.length=a;for(var c=i;c<a;c++)this.groupSizes[c]=0}for(var u=this.indexOfGroup(n+1),d=0,p=r.length;d<p;d++)this.tag.insertRule(u,r[d])&&(this.groupSizes[n]++,u++)},n.clearGroup=function(n){if(n<this.length){var r=this.groupSizes[n],o=this.indexOfGroup(n),i=o+r;this.groupSizes[n]=0;for(var a=o;a<i;a++)this.tag.deleteRule(o)}},n.getGroup=function(n){var r=\"\";if(n>=this.length||0===this.groupSizes[n])return r;for(var o=this.groupSizes[n],i=this.indexOfGroup(n),a=i+o,c=i;c<a;c++)r+=this.tag.getRule(c)+\"/*!sc*/\\n\";return r},e}(),J=new Map,X=new Map,Z=1,B=function(n){if(J.has(n))return J.get(n);for(;X.has(Z);)Z++;var r=Z++;return\"production\"!==process.env.NODE_ENV&&((0|r)<0||r>1<<30)&&j(16,\"\"+r),J.set(n,r),X.set(r,n),r},z=function(n){return X.get(n)},M=function(n,r){r>=Z&&(Z=r+1),J.set(n,r),X.set(r,n)},K=\"style[\"+x+'][data-styled-version=\"5.3.3\"]',oe=new RegExp(\"^\"+x+'\\\\.g(\\\\d+)\\\\[id=\"([\\\\w\\\\d-]+)\"\\\\].*?\"([^\"]*)'),F=function(n,r,o){for(var i,a=o.split(\",\"),c=0,u=a.length;c<u;c++)(i=a[c])&&n.registerName(r,i)},Y=function(n,r){for(var o=(r.textContent||\"\").split(\"/*!sc*/\\n\"),i=[],a=0,c=o.length;a<c;a++){var u=o[a].trim();if(u){var d=u.match(oe);if(d){var p=0|parseInt(d[1],10),y=d[2];0!==p&&(M(y,p),F(n,y,d[3]),n.getTag().insertRules(p,i)),i.length=0}else i.push(u)}}},q=function(){return\"undefined\"!=typeof window&&void 0!==window.__webpack_nonce__?window.__webpack_nonce__:null},H=function(n){var r=document.head,o=n||r,i=document.createElement(\"style\"),a=function(n){for(var r=n.childNodes,o=r.length;o>=0;o--){var i=r[o];if(i&&1===i.nodeType&&i.hasAttribute(x))return i}}(o),c=void 0!==a?a.nextSibling:null;i.setAttribute(x,\"active\"),i.setAttribute(\"data-styled-version\",\"5.3.3\");var u=q();return u&&i.setAttribute(\"nonce\",u),o.insertBefore(i,c),i},se=function(){function e(n){var r=this.element=H(n);r.appendChild(document.createTextNode(\"\")),this.sheet=function(n){if(n.sheet)return n.sheet;for(var r=document.styleSheets,o=0,i=r.length;o<i;o++){var a=r[o];if(a.ownerNode===n)return a}j(17)}(r),this.length=0}var n=e.prototype;return n.insertRule=function(n,r){try{return this.sheet.insertRule(r,n),this.length++,!0}catch(n){return!1}},n.deleteRule=function(n){this.sheet.deleteRule(n),this.length--},n.getRule=function(n){var r=this.sheet.cssRules[n];return void 0!==r&&\"string\"==typeof r.cssText?r.cssText:\"\"},e}(),ie=function(){function e(n){var r=this.element=H(n);this.nodes=r.childNodes,this.length=0}var n=e.prototype;return n.insertRule=function(n,r){if(n<=this.length&&n>=0){var o=document.createTextNode(r),i=this.nodes[n];return this.element.insertBefore(o,i||null),this.length++,!0}return!1},n.deleteRule=function(n){this.element.removeChild(this.nodes[n]),this.length--},n.getRule=function(n){return n<this.length?this.nodes[n].textContent:\"\"},e}(),ae=function(){function e(n){this.rules=[],this.length=0}var n=e.prototype;return n.insertRule=function(n,r){return n<=this.length&&(this.rules.splice(n,0,r),this.length++,!0)},n.deleteRule=function(n){this.rules.splice(n,1),this.length--},n.getRule=function(n){return n<this.length?this.rules[n]:\"\"},e}(),ue=G,le={isServer:!G,useCSSOMInjection:!L},de=function(){function e(n,r,o){void 0===n&&(n=k),void 0===r&&(r={}),this.options=v({},le,{},n),this.gs=r,this.names=new Map(o),this.server=!!n.isServer,!this.server&&G&&ue&&(ue=!1,function(n){for(var r=document.querySelectorAll(K),o=0,i=r.length;o<i;o++){var a=r[o];a&&\"active\"!==a.getAttribute(x)&&(Y(n,a),a.parentNode&&a.parentNode.removeChild(a))}}(this))}e.registerId=function(n){return B(n)};var n=e.prototype;return n.reconstructWithOptions=function(n,r){return void 0===r&&(r=!0),new e(v({},this.options,{},n),this.gs,r&&this.names||void 0)},n.allocateGSInstance=function(n){return this.gs[n]=(this.gs[n]||0)+1},n.getTag=function(){return this.tag||(this.tag=(o=(r=this.options).isServer,i=r.useCSSOMInjection,a=r.target,n=o?new ae(a):i?new se(a):new ie(a),new U(n)));var n,r,o,i,a},n.hasNameForId=function(n,r){return this.names.has(n)&&this.names.get(n).has(r)},n.registerName=function(n,r){if(B(n),this.names.has(n))this.names.get(n).add(r);else{var o=new Set;o.add(r),this.names.set(n,o)}},n.insertRules=function(n,r,o){this.registerName(n,r),this.getTag().insertRules(B(n),o)},n.clearNames=function(n){this.names.has(n)&&this.names.get(n).clear()},n.clearRules=function(n){this.getTag().clearGroup(B(n)),this.clearNames(n)},n.clearTag=function(){this.tag=void 0},n.toString=function(){return function(n){for(var r=n.getTag(),o=r.length,i=\"\",a=0;a<o;a++){var c=z(a);if(void 0!==c){var u=n.names.get(c),d=r.getGroup(a);if(u&&d&&u.size){var p=x+\".g\"+a+'[id=\"'+c+'\"]',y=\"\";void 0!==u&&u.forEach((function(n){n.length>0&&(y+=n+\",\")})),i+=\"\"+d+p+'{content:\"'+y+'\"}/*!sc*/\\n'}}}return i}(this)},e}(),he=/(a)(d)/gi,Q=function(n){return String.fromCharCode(n+(n>25?39:97))};function ee(n){var r,o=\"\";for(r=Math.abs(n);r>52;r=r/52|0)o=Q(r%52)+o;return(Q(r%52)+o).replace(he,\"$1-$2\")}var te=function(n,r){for(var o=r.length;o;)n=33*n^r.charCodeAt(--o);return n},ne=function(n){return te(5381,n)};function re(n){for(var r=0;r<n.length;r+=1){var o=n[r];if(b(o)&&!N(o))return!1}return!0}var pe=ne(\"5.3.3\"),ve=function(){function e(n,r,o){this.rules=n,this.staticRulesId=\"\",this.isStatic=\"production\"===process.env.NODE_ENV&&(void 0===o||o.isStatic)&&re(n),this.componentId=r,this.baseHash=te(pe,r),this.baseStyle=o,de.registerId(r)}return e.prototype.generateAndInjectStyles=function(n,r,o){var i=this.componentId,a=[];if(this.baseStyle&&a.push(this.baseStyle.generateAndInjectStyles(n,r,o)),this.isStatic&&!o.hash)if(this.staticRulesId&&r.hasNameForId(i,this.staticRulesId))a.push(this.staticRulesId);else{var c=Ne(this.rules,n,r,o).join(\"\"),u=ee(te(this.baseHash,c)>>>0);if(!r.hasNameForId(i,u)){var d=o(c,\".\"+u,void 0,i);r.insertRules(i,u,d)}a.push(u),this.staticRulesId=u}else{for(var p=this.rules.length,y=te(this.baseHash,o.hash),w=\"\",E=0;E<p;E++){var C=this.rules[E];if(\"string\"==typeof C)w+=C,\"production\"!==process.env.NODE_ENV&&(y=te(y,C+E));else if(C){var A=Ne(C,n,r,o),I=Array.isArray(A)?A.join(\"\"):A;y=te(y,I+E),w+=I}}if(w){var P=ee(y>>>0);if(!r.hasNameForId(i,P)){var R=o(w,\".\"+P,void 0,i);r.insertRules(i,P,R)}a.push(P)}}return a.join(\" \")},e}(),ge=/^\\s*\\/\\/.*$/gm,Se=[\":\",\"[\",\".\",\"#\"];function ce(n){var r,o,i,a,c=void 0===n?k:n,u=c.options,d=void 0===u?k:u,p=c.plugins,y=void 0===p?T:p,w=new A(d),E=[],C=function(n){function t(r){if(r)try{n(r+\"}\")}catch(n){}}return function(r,o,i,a,c,u,d,p,y,w){switch(r){case 1:if(0===y&&64===o.charCodeAt(0))return n(o+\";\"),\"\";break;case 2:if(0===p)return o+\"/*|*/\";break;case 3:switch(p){case 102:case 112:return n(i[0]+o),\"\";default:return o+(0===w?\"/*|*/\":\"\")}case-2:o.split(\"/*|*/}\").forEach(t)}}}((function(n){E.push(n)})),f=function(n,i,c){return 0===i&&-1!==Se.indexOf(c[o.length])||c.match(a)?n:\".\"+r};function m(n,c,u,d){void 0===d&&(d=\"&\");var p=n.replace(ge,\"\"),y=c&&u?u+\" \"+c+\" { \"+p+\" }\":p;return r=d,o=c,i=new RegExp(\"\\\\\"+o+\"\\\\b\",\"g\"),a=new RegExp(\"(\\\\\"+o+\"\\\\b){2,}\"),w(u||!c?\"\":c,y)}return w.use([].concat(y,[function(n,r,a){2===n&&a.length&&a[0].lastIndexOf(o)>0&&(a[0]=a[0].replace(i,f))},C,function(n){if(-2===n){var r=E;return E=[],r}}])),m.hash=y.length?y.reduce((function(n,r){return r.name||j(15),te(n,r.name)}),5381).toString():\"\",m}var we=i.createContext(),Ie=we.Consumer,Pe=i.createContext(),je=(Pe.Consumer,new de),De=ce();function fe(){return a(we)||je}function me(){return a(Pe)||De}function ye(n){var r=c(n.stylisPlugins),o=r[0],a=r[1],p=fe(),y=u((function(){var r=p;return n.sheet?r=n.sheet:n.target&&(r=r.reconstructWithOptions({target:n.target},!1)),n.disableCSSOMInjection&&(r=r.reconstructWithOptions({useCSSOMInjection:!1})),r}),[n.disableCSSOMInjection,n.sheet,n.target]),w=u((function(){return ce({options:{prefix:!n.disableVendorPrefixes},plugins:o})}),[n.disableVendorPrefixes,o]);return d((function(){C(o,n.stylisPlugins)||a(n.stylisPlugins)}),[n.stylisPlugins]),i.createElement(we.Provider,{value:y},i.createElement(Pe.Provider,{value:w},\"production\"!==process.env.NODE_ENV?i.Children.only(n.children):n.children))}var Ge=function(){function e(n,r){var o=this;this.inject=function(n,r){void 0===r&&(r=De);var i=o.name+r.hash;n.hasNameForId(o.id,i)||n.insertRules(o.id,i,r(o.rules,i,\"@keyframes\"))},this.toString=function(){return j(12,String(o.name))},this.name=n,this.id=\"sc-keyframes-\"+n,this.rules=r}return e.prototype.getName=function(n){return void 0===n&&(n=De),this.name+n.hash},e}(),Le=/([A-Z])/,Ye=/([A-Z])/g,$e=/^ms-/,Ee=function(n){return\"-\"+n.toLowerCase()};function be(n){return Le.test(n)?n.replace(Ye,Ee).replace($e,\"-ms-\"):n}var _e=function(n){return null==n||!1===n||\"\"===n};function Ne(n,o,i,a){if(Array.isArray(n)){for(var c,u=[],d=0,p=n.length;d<p;d+=1)\"\"!==(c=Ne(n[d],o,i,a))&&(Array.isArray(c)?u.push.apply(u,c):u.push(c));return u}if(_e(n))return\"\";if(N(n))return\".\"+n.styledComponentId;if(b(n)){if(\"function\"!=typeof(w=n)||w.prototype&&w.prototype.isReactComponent||!o)return n;var y=n(o);return\"production\"!==process.env.NODE_ENV&&r(y)&&console.warn(_(n)+\" is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.\"),Ne(y,o,i,a)}var w;return n instanceof Ge?i?(n.inject(i,a),n.getName(a)):n:S(n)?function e(n,r){var o,i,a=[];for(var c in n)n.hasOwnProperty(c)&&!_e(n[c])&&(Array.isArray(n[c])&&n[c].isCss||b(n[c])?a.push(be(c)+\":\",n[c],\";\"):S(n[c])?a.push.apply(a,e(n[c],c)):a.push(be(c)+\": \"+(o=c,null==(i=n[c])||\"boolean\"==typeof i||\"\"===i?\"\":\"number\"!=typeof i||0===i||o in I?String(i).trim():i+\"px\")+\";\"));return r?[r+\" {\"].concat(a,[\"}\"]):a}(n):n.toString()}var Ae=function(n){return Array.isArray(n)&&(n.isCss=!0),n};function Ce(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];return b(n)||S(n)?Ae(Ne(g(T,[n].concat(o)))):0===o.length&&1===n.length&&\"string\"==typeof n[0]?n:Ae(Ne(g(n,o)))}var Je=/invalid hook call/i,Ke=new Set,Oe=function(n,r){if(\"production\"!==process.env.NODE_ENV){var o=\"The component \"+n+(r?' with the id of \"'+r+'\"':\"\")+\" has been created dynamically.\\nYou may see this warning because you've called styled inside another component.\\nTo resolve this only create new StyledComponents outside of any render method and function component.\",i=console.error;try{var a=!0;console.error=function(n){if(Je.test(n))a=!1,Ke.delete(o);else{for(var r=arguments.length,c=new Array(r>1?r-1:0),u=1;u<r;u++)c[u-1]=arguments[u];i.apply(void 0,[n].concat(c))}},p(),a&&!Ke.has(o)&&(console.warn(o),Ke.add(o))}catch(n){Je.test(n.message)&&Ke.delete(o)}finally{console.error=i}}},Re=function(n,r,o){return void 0===o&&(o=k),n.theme!==o.theme&&n.theme||r||o.theme},Qe=/[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^`{|}~-]+/g,et=/(^-|-$)/g;function Te(n){return n.replace(Qe,\"-\").replace(et,\"\")}var xe=function(n){return ee(ne(n)>>>0)};function ke(n){return\"string\"==typeof n&&(\"production\"===process.env.NODE_ENV||n.charAt(0)===n.charAt(0).toLowerCase())}var Ve=function(n){return\"function\"==typeof n||\"object\"==typeof n&&null!==n&&!Array.isArray(n)},Be=function(n){return\"__proto__\"!==n&&\"constructor\"!==n&&\"prototype\"!==n};function ze(n,r,o){var i=n[o];Ve(r)&&Ve(i)?Me(i,r):n[o]=r}function Me(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];for(var a=0,c=o;a<c.length;a++){var u=c[a];if(Ve(u))for(var d in u)Be(d)&&ze(n,u[d],d)}return n}var tt=i.createContext(),nt=tt.Consumer;function Fe(n){var r=a(tt),o=u((function(){return function(n,r){if(!n)return j(14);if(b(n)){var o=n(r);return\"production\"===process.env.NODE_ENV||null!==o&&!Array.isArray(o)&&\"object\"==typeof o?o:j(7)}return Array.isArray(n)||\"object\"!=typeof n?j(8):r?v({},r,{},n):n}(n.theme,r)}),[n.theme,r]);return n.children?i.createElement(tt.Provider,{value:o},n.children):null}var rt={};function qe(n,r,o){var c=N(n),u=!ke(n),d=r.attrs,p=void 0===d?T:d,E=r.componentId,C=void 0===E?function(n,r){var o=\"string\"!=typeof n?\"sc\":Te(n);rt[o]=(rt[o]||0)+1;var i=o+\"-\"+xe(\"5.3.3\"+o+rt[o]);return r?r+\"-\"+i:i}(r.displayName,r.parentComponentId):E,A=r.displayName,I=void 0===A?function(n){return ke(n)?\"styled.\"+n:\"Styled(\"+_(n)+\")\"}(n):A,x=r.displayName&&r.componentId?Te(r.displayName)+\"-\"+r.componentId:r.componentId||C,V=c&&n.attrs?Array.prototype.concat(n.attrs,p).filter(Boolean):p,G=r.shouldForwardProp;c&&n.shouldForwardProp&&(G=r.shouldForwardProp?function(o,i,a){return n.shouldForwardProp(o,i,a)&&r.shouldForwardProp(o,i,a)}:n.shouldForwardProp);var L,W=new ve(o,x,c?n.componentStyle:void 0),$=W.isStatic&&0===p.length,O=function(n,r){return function(n,r,o,i){var c=n.attrs,u=n.componentStyle,d=n.defaultProps,p=n.foldedComponentIds,E=n.shouldForwardProp,C=n.styledComponentId,A=n.target;\"production\"!==process.env.NODE_ENV&&y(C);var I=function(n,r,o){void 0===n&&(n=k);var i=v({},r,{theme:n}),a={};return o.forEach((function(n){var r,o,c,u=n;for(r in b(u)&&(u=u(i)),u)i[r]=a[r]=\"className\"===r?(o=a[r],c=u[r],o&&c?o+\" \"+c:o||c):u[r]})),[i,a]}(Re(r,a(tt),d)||k,r,c),R=I[0],T=I[1],x=function(n,r,o,i){var a=fe(),c=me(),u=r?n.generateAndInjectStyles(k,a,c):n.generateAndInjectStyles(o,a,c);return\"production\"!==process.env.NODE_ENV&&y(u),\"production\"!==process.env.NODE_ENV&&!r&&i&&i(u),u}(u,i,R,\"production\"!==process.env.NODE_ENV?n.warnTooManyClasses:void 0),V=o,G=T.$as||r.$as||T.as||r.as||A,L=ke(G),W=T!==r?v({},r,{},T):r,$={};for(var U in W)\"$\"!==U[0]&&\"as\"!==U&&(\"forwardedAs\"===U?$.as=W[U]:(E?E(U,P,G):!L||P(U))&&($[U]=W[U]));return r.style&&T.style!==r.style&&($.style=v({},r.style,{},T.style)),$.className=Array.prototype.concat(p,C,x!==C?x:null,r.className,T.className).filter(Boolean).join(\" \"),$.ref=V,w(G,$)}(L,n,r,$)};return O.displayName=I,(L=i.forwardRef(O)).attrs=V,L.componentStyle=W,L.displayName=I,L.shouldForwardProp=G,L.foldedComponentIds=c?Array.prototype.concat(n.foldedComponentIds,n.styledComponentId):T,L.styledComponentId=x,L.target=c?n.target:n,L.withComponent=function(n){var i=r.componentId,a=function(n,r){if(null==n)return{};var o,i,a={},c=Object.keys(n);for(i=0;i<c.length;i++)o=c[i],r.indexOf(o)>=0||(a[o]=n[o]);return a}(r,[\"componentId\"]),c=i&&i+\"-\"+(ke(n)?n:Te(_(n)));return qe(n,v({},a,{attrs:V,componentId:c}),o)},Object.defineProperty(L,\"defaultProps\",{get:function(){return this._foldedDefaultProps},set:function(r){this._foldedDefaultProps=c?Me({},n.defaultProps,r):r}}),\"production\"!==process.env.NODE_ENV&&(Oe(I,x),L.warnTooManyClasses=function(n,r){var o={},i=!1;return function(a){if(!i&&(o[a]=!0,Object.keys(o).length>=200)){var c=r?' with the id of \"'+r+'\"':\"\";console.warn(\"Over 200 classes were generated for component \"+n+c+\".\\nConsider using the attrs method, together with a style object for frequently changed styles.\\nExample:\\n  const Component = styled.div.attrs(props => ({\\n    style: {\\n      background: props.background,\\n    },\\n  }))`width: 100%;`\\n\\n  <Component />\"),i=!0,o={}}}}(I,x)),L.toString=function(){return\".\"+L.styledComponentId},u&&R(L,n,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),L}var He=function(n){return function e(n,r,i){if(void 0===i&&(i=k),!o(r))return j(1,String(r));var s=function(){return n(r,i,Ce.apply(void 0,arguments))};return s.withConfig=function(o){return e(n,r,v({},i,{},o))},s.attrs=function(o){return e(n,r,v({},i,{attrs:Array.prototype.concat(i.attrs,o).filter(Boolean)}))},s}(qe,n)};[\"a\",\"abbr\",\"address\",\"area\",\"article\",\"aside\",\"audio\",\"b\",\"base\",\"bdi\",\"bdo\",\"big\",\"blockquote\",\"body\",\"br\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"col\",\"colgroup\",\"data\",\"datalist\",\"dd\",\"del\",\"details\",\"dfn\",\"dialog\",\"div\",\"dl\",\"dt\",\"em\",\"embed\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"head\",\"header\",\"hgroup\",\"hr\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"keygen\",\"label\",\"legend\",\"li\",\"link\",\"main\",\"map\",\"mark\",\"marquee\",\"menu\",\"menuitem\",\"meta\",\"meter\",\"nav\",\"noscript\",\"object\",\"ol\",\"optgroup\",\"option\",\"output\",\"p\",\"param\",\"picture\",\"pre\",\"progress\",\"q\",\"rp\",\"rt\",\"ruby\",\"s\",\"samp\",\"script\",\"section\",\"select\",\"small\",\"source\",\"span\",\"strong\",\"style\",\"sub\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"title\",\"tr\",\"track\",\"u\",\"ul\",\"var\",\"video\",\"wbr\",\"circle\",\"clipPath\",\"defs\",\"ellipse\",\"foreignObject\",\"g\",\"image\",\"line\",\"linearGradient\",\"marker\",\"mask\",\"path\",\"pattern\",\"polygon\",\"polyline\",\"radialGradient\",\"rect\",\"stop\",\"svg\",\"text\",\"textPath\",\"tspan\"].forEach((function(n){He[n]=He(n)}));var ot=function(){function e(n,r){this.rules=n,this.componentId=r,this.isStatic=re(n),de.registerId(this.componentId+1)}var n=e.prototype;return n.createStyles=function(n,r,o,i){var a=i(Ne(this.rules,r,o,i).join(\"\"),\"\"),c=this.componentId+n;o.insertRules(c,c,a)},n.removeStyles=function(n,r){r.clearRules(this.componentId+n)},n.renderStyles=function(n,r,o,i){n>2&&de.registerId(this.componentId+n),this.removeStyles(n,o),this.createStyles(n,r,o,i)},e}();function We(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),c=1;c<r;c++)o[c-1]=arguments[c];var u=Ce.apply(void 0,[n].concat(o)),d=\"sc-global-\"+xe(JSON.stringify(u)),y=new ot(u,d);function l(n){var r=fe(),o=me(),c=a(tt),w=p(r.allocateGSInstance(d)).current;return\"production\"!==process.env.NODE_ENV&&i.Children.count(n.children)&&console.warn(\"The global style component \"+d+\" was given child JSX. createGlobalStyle does not render children.\"),\"production\"!==process.env.NODE_ENV&&u.some((function(n){return\"string\"==typeof n&&-1!==n.indexOf(\"@import\")}))&&console.warn(\"Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app.\"),r.server&&h(w,n,r,c,o),E((function(){if(!r.server)return h(w,n,r,c,o),function(){return y.removeStyles(w,r)}}),[w,n,r,c,o]),null}function h(n,r,o,i,a){if(y.isStatic)y.renderStyles(n,W,o,a);else{var c=v({},r,{theme:Re(r,i,l.defaultProps)});y.renderStyles(n,c,o,a)}}return\"production\"!==process.env.NODE_ENV&&Oe(d),i.memo(l)}function Ue(n){\"production\"!==process.env.NODE_ENV&&\"undefined\"!=typeof navigator&&\"ReactNative\"===navigator.product&&console.warn(\"`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.\");for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];var a=Ce.apply(void 0,[n].concat(o)).join(\"\"),c=xe(a);return new Ge(c,a)}var st=function(){function e(){var n=this;this._emitSheetCSS=function(){var r=n.instance.toString();if(!r)return\"\";var o=q();return\"<style \"+[o&&'nonce=\"'+o+'\"',x+'=\"true\"','data-styled-version=\"5.3.3\"'].filter(Boolean).join(\" \")+\">\"+r+\"</style>\"},this.getStyleTags=function(){return n.sealed?j(2):n._emitSheetCSS()},this.getStyleElement=function(){var r;if(n.sealed)return j(2);var o=((r={})[x]=\"\",r[\"data-styled-version\"]=\"5.3.3\",r.dangerouslySetInnerHTML={__html:n.instance.toString()},r),a=q();return a&&(o.nonce=a),[i.createElement(\"style\",v({},o,{key:\"sc-0-0\"}))]},this.seal=function(){n.sealed=!0},this.instance=new de({isServer:!0}),this.sealed=!1}var n=e.prototype;return n.collectStyles=function(n){return this.sealed?j(2):i.createElement(ye,{sheet:this.instance},n)},n.interleaveWithNodeStream=function(n){return j(3)},e}(),Xe=function(n){var r=i.forwardRef((function(r,o){var c=a(tt),u=n.defaultProps,d=Re(r,c,u);return\"production\"!==process.env.NODE_ENV&&void 0===d&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class \"'+_(n)+'\"'),i.createElement(n,v({},r,{theme:d,ref:o}))}));return R(r,n),r.displayName=\"WithTheme(\"+_(n)+\")\",r},Ze=function(){return a(tt)},it={StyleSheet:de,masterSheet:je};\"production\"!==process.env.NODE_ENV&&\"undefined\"!=typeof navigator&&\"ReactNative\"===navigator.product&&console.warn(\"It looks like you've imported 'styled-components' on React Native.\\nPerhaps you're looking to import 'styled-components/native'?\\nRead more about this at https://www.styled-components.com/docs/basics#react-native\"),\"production\"!==process.env.NODE_ENV&&\"test\"!==process.env.NODE_ENV&&\"undefined\"!=typeof window&&(window[\"__styled-components-init__\"]=window[\"__styled-components-init__\"]||0,1===window[\"__styled-components-init__\"]&&console.warn(\"It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.\\n\\nSee https://s-c.sh/2BAXzed for more info.\"),window[\"__styled-components-init__\"]+=1);export{st as ServerStyleSheet,Ie as StyleSheetConsumer,we as StyleSheetContext,ye as StyleSheetManager,nt as ThemeConsumer,tt as ThemeContext,Fe as ThemeProvider,it as __PRIVATE__,We as createGlobalStyle,Ce as css,He as default,N as isStyledComponent,Ue as keyframes,Ze as useTheme,V as version,Xe as withTheme};\n\n//# sourceMappingURL=styled-components.browser.esm.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState,useRef}from\"react\";import{motion,useInView}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";import styled from\"styled-components\";const Container=styled.div`\n  display: flex;\n  flex-wrap: wrap;\n  gap: ${props=>props.gap}em;\n`;const Word=styled(motion.span)`\n  white-space: nowrap;\n  will-change: opacity, transform;\n`;// Code component provided by Eleveight Supply\u2122. All rights reserved 2024.\n/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth 100%\n * @framerSupportedLayoutHeight 100%\n */export default function ScrollWordReveal({phrase,triggerPoint,wordTriggerDistance,font,color,fontSize,baseOpacity,highlightWords,highlightColor,defaultVisibleWords,showHighlightWords,showDefaultVisibleWords,revealTrigger,viewportPosition}){const[words,setWords]=useState([]);const[highlightWordsArray,setHighlightWordsArray]=useState([]);const[defaultVisibleWordsArray,setDefaultVisibleWordsArray]=useState([]);const[scrollY,setScrollY]=useState(0);const ref=useRef(null);// Option to trigger when in view\nconst inView=useInView(ref,{threshold:viewportPosition===\"top\"?0:viewportPosition===\"middle\"?.5:1});useEffect(()=>{setWords(phrase.split(\" \"));setHighlightWordsArray(highlightWords.split(\",\").map(word=>word.trim()));setDefaultVisibleWordsArray(defaultVisibleWords.split(\",\").map(word=>word.trim()));},[phrase,highlightWords,defaultVisibleWords]);useEffect(()=>{const handleScroll=()=>{setScrollY(window.scrollY);};window.addEventListener(\"scroll\",handleScroll);return()=>window.removeEventListener(\"scroll\",handleScroll);},[]);const stripPunctuation=word=>word.replace(/[.,!?;:()]/g,\"\");const textStyle={fontSize:`${fontSize}px`,...font};const gap=.25;return /*#__PURE__*/_jsx(Container,{style:textStyle,gap:gap,ref:ref,children:words.map((word,index)=>{const strippedWord=stripPunctuation(word);const wordStart=triggerPoint+index*wordTriggerDistance;const wordEnd=wordStart+wordTriggerDistance;const progress=Math.min(1,Math.max(0,(scrollY-wordStart)/wordTriggerDistance));const isDefaultVisible=showDefaultVisibleWords&&defaultVisibleWordsArray.includes(strippedWord);const opacity=isDefaultVisible?1:baseOpacity+progress*(1-baseOpacity);const isHighlighted=showHighlightWords&&highlightWordsArray.includes(strippedWord);const wordColor=isHighlighted?highlightColor:color;const finalOpacity=revealTrigger===\"scroll\"||inView?opacity:baseOpacity;return /*#__PURE__*/_jsx(Word,{style:{opacity:finalOpacity,color:wordColor},initial:{opacity:baseOpacity},animate:{opacity:finalOpacity},transition:{duration:.3,ease:\"easeOut\"},children:word},`${word}-${index}`);})});}ScrollWordReveal.defaultProps={phrase:\"To achieve the full effect, place this component within a frame with 200vh height and set the component's position to sticky.\",triggerPoint:0,wordTriggerDistance:50,fontSize:26,baseOpacity:.3,font:{family:\"Inter\"},color:\"#ffffff\",highlightWords:\"\",highlightColor:\"#CCFA02\",defaultVisibleWords:\"\",showHighlightWords:false,showDefaultVisibleWords:false,revealTrigger:\"scroll\",viewportPosition:\"bottom\"};addPropertyControls(ScrollWordReveal,{font:{type:ControlType.Font,title:\"Font\",defaultValue:\"Inter\",controls:\"extended\"},color:{type:ControlType.Color,title:\"Main Color\",defaultValue:\"#ffffff\"},baseOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:.3,min:.1,max:1,step:.05,unit:\"%\"},phrase:{type:ControlType.String,title:\"Phrase\",defaultValue:\"To achieve the full effect, place this component within a frame with 200vh height and set the component's position to sticky.\",displayTextArea:true},triggerPoint:{type:ControlType.Number,title:\"Offset Trigger\",defaultValue:0,min:0,max:2e3,step:10,displayStepper:true,unit:\"px\"},wordTriggerDistance:{type:ControlType.Number,title:\"Switch Distance\",defaultValue:50,min:1,max:500,step:1,displayStepper:true,unit:\"px\"},showHighlightWords:{type:ControlType.Boolean,title:\"Highlight Words\",defaultValue:false},highlightWords:{type:ControlType.String,title:\"Words\",defaultValue:\"\",placeholder:\"ex: eleveight, supply\",hidden:({showHighlightWords})=>!showHighlightWords},highlightColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#CCFA02\",description:\"Select which words to *highlight* in a different *color.*\",hidden:({showHighlightWords})=>!showHighlightWords},showDefaultVisibleWords:{type:ControlType.Boolean,title:\"Default Visible\",defaultValue:false},defaultVisibleWords:{type:ControlType.String,title:\"Words\",defaultValue:\"\",placeholder:\"ex: eleveight, supply\",description:\"Select which words are visible at *100%* opacity by *default.*\",hidden:({showDefaultVisibleWords})=>!showDefaultVisibleWords},revealTrigger:{type:ControlType.SegmentedEnum,title:\"Reveal Trigger\",options:[\"scroll\",\"inView\"],optionTitles:[\"On Scroll\",\"In View\"],defaultValue:\"scroll\"},viewportPosition:{type:ControlType.SegmentedEnum,title:\"Viewport Position\",options:[\"top\",\"middle\",\"bottom\"],optionTitles:[\"Top\",\"Middle\",\"Bottom\"],defaultValue:\"bottom\",hidden:({revealTrigger})=>revealTrigger!==\"inView\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollWordReveal\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"100%\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"100%\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scrollreveal.map", "// Generated by Framer (99288e1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import Scrambletext from\"https://framerusercontent.com/modules/CKF4t8iHREE0ex1V3rYN/QjCu5AucwpboGzYEhGn7/Scrambletext.js\";import AutoYearCopyright from\"https://framerusercontent.com/modules/Jz6H7HFQhTchUp6uXcdd/lLG55dzzmG6WaJFQOMN3/AutoYearCopyright.js\";import SmoothCounter from\"https://framerusercontent.com/modules/pztmAAX1SQ57Lrk4XXUt/paP7RjOiDInNJWlKm4Ta/Smoothcounter.js\";import Button from\"#framer/local/canvasComponent/gRklrzCYb/gRklrzCYb.js\";import LetSChatCta from\"#framer/local/canvasComponent/hBqPbM31T/hBqPbM31T.js\";import Form from\"#framer/local/canvasComponent/L93J3ISKU/L93J3ISKU.js\";import PartnersSection from\"#framer/local/canvasComponent/lYCmFKZYs/lYCmFKZYs.js\";import FAQMobile from\"#framer/local/canvasComponent/NAkHDy8Y8/NAkHDy8Y8.js\";import LinesLogo from\"#framer/local/canvasComponent/Rg35i73Do/Rg35i73Do.js\";import HireContra from\"#framer/local/canvasComponent/rNJneYIp3/rNJneYIp3.js\";import FAQ from\"#framer/local/canvasComponent/Y0P6QuT6p/Y0P6QuT6p.js\";import Cursor from\"#framer/local/canvasComponent/YntV3TRYL/YntV3TRYL.js\";import{ImageHover}from\"#framer/local/codeFile/n61HXZJ/Imagehover.js\";import{withDragScrollWithMomentum}from\"#framer/local/codeFile/eKYtivx/Scrollgrab.js\";import ScrollWordReveal from\"#framer/local/codeFile/xQ4jUcV/Scrollreveal.js\";import metadataProvider from\"#framer/local/webPageMetadata/tloyIFsEU/tloyIFsEU.js\";const LinesLogoFonts=getFonts(LinesLogo);const MotionNavWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.nav);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const ImageHoverFonts=getFonts(ImageHover);const MotionDivWithDragScrollWithMomentumhss00b=withCodeBoundaryForOverrides(motion.div,{nodeId:\"iDJXBCe7X\",override:withDragScrollWithMomentum,scopeId:\"tloyIFsEU\"});const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const ScrollWordRevealFonts=getFonts(ScrollWordReveal);const SmoothCounterFonts=getFonts(SmoothCounter);const ScrambletextFonts=getFonts(Scrambletext);const ContainerWithFX=withFX(Container);const MotionSectionWithFX=withFX(motion.section);const ButtonFonts=getFonts(Button);const FormFonts=getFonts(Form);const HireContraFonts=getFonts(HireContra);const PartnersSectionFonts=getFonts(PartnersSection);const FAQFonts=getFonts(FAQ);const TickerFonts=getFonts(Ticker);const LetSChatCtaFonts=getFonts(LetSChatCta);const AutoYearCopyrightFonts=getFonts(AutoYearCopyright);const FAQMobileFonts=getFonts(FAQMobile);const CursorFonts=getFonts(Cursor);const breakpoints={AMZedFZQV:\"(min-width: 1200px)\",MN9jRQXH8:\"(max-width: 809px)\",YRo8y_P8B:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-DGUrw\";const variantClassNames={AMZedFZQV:\"framer-v-15sbfqy\",MN9jRQXH8:\"framer-v-10uuqk2\",YRo8y_P8B:\"framer-v-2vsd51\"};const transition1={damping:30,delay:.4,mass:1,stiffness:114,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.01,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={filter:\"blur(8px)\",opacity:.01,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={damping:100,delay:.01,mass:3.1,stiffness:1e3,type:\"spring\"};const textEffect={effect:animation2,startDelay:0,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const animation3={filter:\"blur(6px)\",opacity:.1,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const textEffect1={effect:animation3,startDelay:0,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const animation4={opacity:.01,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition3={damping:40,delay:.02,mass:1,stiffness:400,type:\"spring\"};const textEffect2={effect:animation4,repeat:false,startDelay:.2,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation5={backgroundColor:\"rgb(247, 247, 247)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const transition5={damping:30,delay:.3,mass:1,stiffness:114,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation7={opacity:.01,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:14};const animation8={backgroundColor:\"rgb(56, 56, 56)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:200,y:0};const transition6={delay:.01,duration:1.7,ease:[.44,-.01,0,.96],type:\"tween\"};const animation11={opacity:.1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:200,y:0};const transition7={delay:0,duration:1.7,ease:[.44,-.01,0,.96],type:\"tween\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:34};const transition8={delay:.05,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:34};const transition9={delay:.1,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:22};const transition10={delay:.15,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const transition11={delay:.08,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const transition12={delay:.2,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const transition13={delay:.12,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const transition14={delay:.25,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const transition15={delay:.16,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:22};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:9};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:35};const transition16={delay:.3,duration:.4,ease:[.41,-.01,.31,1],type:\"tween\"};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:14};const transition17={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:17};const transition18={bounce:.2,delay:.11,duration:.4,type:\"spring\"};const transition19={bounce:.2,delay:.12,duration:.4,type:\"spring\"};const transition20={bounce:.2,delay:.13,duration:.4,type:\"spring\"};const transition21={bounce:.2,delay:.14,duration:.4,type:\"spring\"};const transition22={bounce:.2,delay:.15,duration:.4,type:\"spring\"};const transition23={bounce:.2,delay:.16,duration:.4,type:\"spring\"};const transition24={bounce:.2,delay:.17,duration:.4,type:\"spring\"};const transition25={bounce:.2,delay:.18,duration:.4,type:\"spring\"};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:46};const transition26={delay:.05,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:14};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.98,skewX:0,skewY:0,x:0,y:17};const transition27={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation23={backgroundColor:\"rgb(240, 240, 240)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition27};const transition28={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const transition29={damping:30,delay:.11,mass:1,stiffness:400,type:\"spring\"};const transition30={damping:30,delay:.15,mass:1,stiffness:400,type:\"spring\"};const transition31={damping:30,delay:.14,mass:1,stiffness:400,type:\"spring\"};const transition32={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const transition33={damping:30,delay:.16,mass:1,stiffness:400,type:\"spring\"};const transition34={damping:30,delay:.25,mass:1,stiffness:400,type:\"spring\"};const animation24={backgroundColor:\"rgb(46, 46, 46)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition27};const animation25={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition35={delay:0,duration:.3,ease:[.5,0,.41,.98],type:\"tween\"};const animation26={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition35,x:0,y:26};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation27={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition35,x:0,y:0};const animation28={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:26};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation29={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:25};const transition36={delay:.1,duration:.4,ease:[.44,-.01,0,.96],type:\"tween\"};const animation30={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"AMZedFZQV\",Phone:\"MN9jRQXH8\",Tablet:\"YRo8y_P8B\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"AMZedFZQV\"};};const transition37={damping:56,delay:0,mass:.1,stiffness:656,type:\"spring\"};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:-10},placement:\"bottom\",transition:transition37,variant:\"paMpYMfEj\"};const cursor1={alignment:\"center\",component:Cursor,offset:{x:-26,y:-20},placement:\"bottom\",transition:transition37,variant:\"hb3zS2OPe\"};const cursor2={alignment:\"center\",component:Cursor,offset:{x:0,y:-10},placement:\"bottom\",transition:transition37,variant:\"Nw_IQAEJ6\"};const transition38={damping:60,delay:0,mass:.1,stiffness:656,type:\"spring\"};const cursor3={alignment:\"center\",component:Cursor,offset:{x:0,y:-10},placement:\"bottom\",transition:transition38,variant:\"FiLH1hRs3\"};const transition39={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor4={alignment:\"center\",component:Cursor,offset:{x:0,y:-10},placement:\"bottom\",transition:transition39,variant:\"FiLH1hRs3\"};const cursor5={alignment:\"center\",component:Cursor,offset:{x:0,y:0},placement:\"bottom\",variant:\"FiLH1hRs3\"};const cursor6={alignment:\"center\",component:Cursor,offset:{x:0,y:-10},placement:\"bottom\",variant:\"FiLH1hRs3\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const fzu9yex2S3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const gspFQHn6J1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"MN9jRQXH8\",\"YRo8y_P8B\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"YRo8y_P8B\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"YRo8y_P8B\")return false;return true;};const elementId=useRouteElementId(\"Niow6DYar\");const ref1=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"MN9jRQXH8\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"MN9jRQXH8\")return false;return true;};useCustomCursors({\"14sfjgv\":cursor6,\"1c8fs4k\":cursor,\"1eot9kr\":cursor1,\"38erol\":cursor4,\"8mov\":cursor5,b71k6c:cursor3,cmtctv:cursor2,dg2cgh:{...cursor,variant:\"FiLH1hRs3\"}});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"AMZedFZQV\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(240, 240, 240); }\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-15sbfqy\",className),\"data-framer-cursor\":\"1c8fs4k\",\"data-selection\":true,ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{animate:undefined,initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionNavWithOptimizedAppearEffect,{animate:animation,\"aria-label\":\"Navigation\",className:\"framer-11inaft\",\"data-framer-appear-id\":\"11inaft\",\"data-framer-name\":\"Top Nav\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{href:{webPageId:\"FL46XugcF\"}},YRo8y_P8B:{href:{webPageId:\"FL46XugcF\"}}},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"v_RUJ_S3J\"},motionChild:true,nodeId:\"zEibunIXB\",openInNewTab:false,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Homepage\",className:\"framer-1v989yc framer-1fitaf1\",\"data-framer-name\":\"Home\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 39.979 0.11 L 0 0.11 L 0 39.891 L 39.979 39.891 Z\" fill=\"hsl(0, 0%, 100%)\" opacity=\"0\"></path><path d=\"M 32.173 5.248 C 32.173 8.463 30.892 11.546 28.61 13.822 C 26.331 16.095 23.237 17.373 20.01 17.374 L 19.998 17.374 C 18.965 17.383 17.956 17.64 17.096 18.215 C 16.218 18.803 15.535 19.636 15.132 20.609 C 14.729 21.585 14.623 22.657 14.829 23.692 C 15.034 24.726 15.541 25.676 16.288 26.424 C 17.032 27.169 17.982 27.678 19.017 27.884 C 20.051 28.09 21.124 27.984 22.097 27.58 C 23.073 27.175 23.905 26.492 24.49 25.615 C 25.076 24.737 25.388 23.706 25.388 22.651 L 32.173 22.651 C 32.173 25.048 31.463 27.391 30.131 29.388 C 28.803 31.379 26.91 32.934 24.694 33.854 C 22.481 34.772 20.044 35.012 17.694 34.544 C 15.341 34.075 13.181 32.92 11.49 31.226 C 9.794 29.526 8.641 27.366 8.175 25.017 C 7.707 22.665 7.947 20.228 8.864 18.011 C 9.488 16.502 10.412 15.134 11.58 13.988 C 9.194 11.7 7.847 8.545 7.847 5.248 L 14.658 5.248 C 14.658 6.663 15.222 8.02 16.226 9.02 C 17.229 10.021 18.59 10.583 20.01 10.583 C 21.43 10.583 22.791 10.021 23.794 9.02 C 24.798 8.019 25.362 6.662 25.362 5.248 L 32.173 5.248 Z\" fill=\"rgb(59, 59, 59)\"></path></svg>',svgContentId:9320034234},YRo8y_P8B:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 39.979 0.122 L 0 0.122 L 0 39.903 L 39.979 39.903 Z\" fill=\"hsl(0, 0%, 100%)\" opacity=\"0\"></path><path d=\"M 32.173 5.126 C 32.173 8.341 30.892 11.424 28.61 13.7 C 26.331 15.974 23.237 17.252 20.01 17.252 L 19.998 17.252 C 18.965 17.261 17.956 17.518 17.096 18.093 C 16.218 18.681 15.535 19.514 15.132 20.488 C 14.729 21.463 14.623 22.535 14.829 23.57 C 15.034 24.604 15.541 25.554 16.288 26.302 C 17.032 27.048 17.982 27.556 19.017 27.762 C 20.051 27.968 21.124 27.862 22.097 27.459 C 23.073 27.054 23.905 26.37 24.49 25.493 C 25.076 24.615 25.388 23.584 25.388 22.529 L 32.173 22.529 C 32.173 24.926 31.463 27.269 30.131 29.266 C 28.803 31.258 26.91 32.812 24.694 33.732 C 22.481 34.65 20.044 34.89 17.694 34.422 C 15.341 33.953 13.181 32.798 11.49 31.104 C 9.794 29.405 8.641 27.245 8.175 24.895 C 7.707 22.543 7.947 20.106 8.864 17.889 C 9.488 16.38 10.412 15.012 11.58 13.866 C 9.194 11.578 7.847 8.423 7.847 5.126 L 14.658 5.126 C 14.658 6.541 15.222 7.898 16.226 8.899 C 17.229 9.899 18.59 10.461 20.01 10.461 C 21.43 10.461 22.791 9.899 23.794 8.899 C 24.798 7.897 25.362 6.54 25.362 5.126 L 32.173 5.126 Z\" fill=\"rgb(59, 59, 59)\"></path></svg>',svgContentId:9603556583}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1axmxtt\",\"data-framer-name\":\"Logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 42\"><path d=\"M 41.978 0.128 L 0 0.128 L 0 41.898 L 41.978 41.898 Z\" fill=\"hsl(0, 0%, 100%)\"></path><path d=\"M 33.781 5.51 C 33.782 8.886 32.437 12.124 30.041 14.513 C 27.648 16.9 24.399 18.242 21.01 18.243 L 20.998 18.243 C 19.913 18.252 18.854 18.522 17.95 19.126 C 17.029 19.743 16.311 20.617 15.889 21.64 C 15.465 22.664 15.354 23.79 15.57 24.877 C 15.786 25.962 16.318 26.96 17.102 27.745 C 17.883 28.528 18.881 29.061 19.968 29.278 C 21.054 29.494 22.18 29.383 23.202 28.959 C 24.226 28.534 25.101 27.816 25.714 26.896 C 26.33 25.974 26.658 24.891 26.657 23.784 L 33.781 23.784 C 33.782 26.3 33.036 28.761 31.637 30.857 C 30.243 32.948 28.256 34.58 25.928 35.547 C 23.605 36.51 21.046 36.763 18.578 36.271 C 16.108 35.779 13.84 34.566 12.065 32.787 C 10.284 31.003 9.073 28.735 8.583 26.268 C 8.092 23.798 8.344 21.239 9.307 18.911 C 9.962 17.327 10.932 15.89 12.158 14.688 C 9.654 12.285 8.239 8.972 8.24 5.51 L 15.391 5.51 C 15.391 6.996 15.983 8.421 17.037 9.471 C 18.09 10.522 19.52 11.112 21.01 11.112 C 22.501 11.112 23.931 10.522 24.984 9.471 C 26.038 8.42 26.63 6.995 26.63 5.51 L 33.781 5.51 Z\" fill=\"transparent\"></path></svg>',svgContentId:9836006027,title:\"Logo\",withExternalLayout:true})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hjy03o-container hidden-10uuqk2 hidden-2vsd51\",nodeId:\"AJvqnastR\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(LinesLogo,{height:\"100%\",id:\"AJvqnastR\",layoutId:\"AJvqnastR\",variant:\"J3kwfa0v8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18cacf0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1eooe3g\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:1,intrinsicWidth:1,svg:'<svg width=\"1\" height=\"1\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"#000\" fill-opacity=\".01\" style=\"fill:#000;fill-opacity:.01\" d=\"M0 0h1v1H0z\"/><style>#__framer-badge-container{display:none}</style></svg>',withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"header\",{\"aria-label\":\"Header\",className:\"framer-15gz2jf\",\"data-framer-name\":\"Hero Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(38, 38, 38)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\"Building websites \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.09em\"},children:\"&\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\" apps\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\"for immersive digital experiences.\"})]})}),effect:textEffect1},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(38, 38, 38)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"52px\"},children:\"Building websites \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.08em\"},children:\"&\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"52px\"},children:\" apps\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"52px\"},children:\"for immersive digital experiences.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"61px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(38, 38, 38)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"71px\"},children:\"Building websites \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.08em\"},children:\"&\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"71px\"},children:\" apps\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"71px\"},children:\"for immersive digital experiences.\"})]})}),className:\"framer-1thze9a\",\"data-framer-name\":\"Big Sale\",effect:textEffect,fonts:[\"GF;Albert Sans-regular\",\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13wjnx3\",\"data-framer-name\":\"Description\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-color\":\"rgb(112, 112, 112)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"We design, build \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"&\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\" ship websites and apps that shape the future of your business.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-color\":\"rgb(112, 112, 112)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\"We design, build \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\"},children:\"&\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\" ship websites and apps that shape the future of your business.\"})]})}),className:\"framer-1kv4y6u\",effect:textEffect2,fonts:[\"GF;Albert Sans-regular\",\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-117z66z\",children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:inquiries@eleveight.studio?subject=Studio%20inquire proposal\",motionChild:true,nodeId:\"hV6UqVvI_\",openInNewTab:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined,whileHover:undefined}},children:/*#__PURE__*/_jsx(MotionAWithOptimizedAppearEffect,{animate:animation6,className:\"framer-dhw74q framer-1fitaf1\",\"data-border\":true,\"data-framer-appear-id\":\"dhw74q\",\"data-framer-cursor\":\"dg2cgh\",\"data-framer-name\":\"open\",initial:animation7,optimized:true,whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtdmFyaWFibGUtcmVndWxhclZGPUluZG5hSFFpSURRMk5nPT0=\",\"--framer-font-family\":'\"Albert Sans Variable\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-variation-axes\":'\"wght\" 466',\"--framer-letter-spacing\":\"-0.03em\"},children:\"Let's talk\"})}),className:\"framer-a7z0ft\",fonts:[\"GF;Albert Sans-variable-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":Niow6DYar\",webPageId:\"tloyIFsEU\"},motionChild:true,nodeId:\"M4Si2z6Xg\",openInNewTab:false,scopeId:\"tloyIFsEU\",smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined,whileHover:undefined}},children:/*#__PURE__*/_jsx(MotionAWithOptimizedAppearEffect,{animate:animation9,className:\"framer-18bu1vj framer-1fitaf1\",\"data-border\":true,\"data-framer-appear-id\":\"18bu1vj\",\"data-framer-cursor\":\"dg2cgh\",initial:animation7,optimized:true,whileHover:animation8,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtdmFyaWFibGUtcmVndWxhclZGPUluZG5hSFFpSURRMk5nPT0=\",\"--framer-font-family\":'\"Albert Sans Variable\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-variation-axes\":'\"wght\" 466',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Pricing\"})}),className:\"framer-13oyjtn\",fonts:[\"GF;Albert Sans-variable-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition7},__framer__enter:animation11}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-y461wo\",\"data-framer-name\":\"Works Carousell\",children:[/*#__PURE__*/_jsxs(MotionDivWithDragScrollWithMomentumhss00b,{className:\"framer-hss00b\",\"data-framer-name\":\"Projects Container\",\"data-hide-scrollbars\":true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8rve02\",\"data-framer-name\":\"vr\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18l3lz1\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mlk2mc-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"R0kWz98E4\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"R0kWz98E4\",image1:\"https://framerusercontent.com/images/NSdsRhMub971SfnmBC1YJ90V4.png\",layoutId:\"R0kWz98E4\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c9y0ta\",\"data-framer-name\":\"ai glasses\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rtslfj\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1krjggk-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"KKww9lknI\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"KKww9lknI\",image1:\"https://framerusercontent.com/images/8J3kZzRfyQaOwZR2DaNuDpUwU.png\",layoutId:\"KKww9lknI\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r7s6zn\",\"data-framer-cursor\":\"1eot9kr\",\"data-framer-name\":\"trndai\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mzii12\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gn4kna-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"rhcr0j1p1\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{image2:undefined,image3:undefined}},children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"rhcr0j1p1\",image1:\"https://framerusercontent.com/images/gvNRHrBrE0E9SIBLHVdjxSROCso.png\",image2:\"https://framerusercontent.com/images/0nv87zMUmRpO8OB88T3TtI3NI.png\",image3:\"https://framerusercontent.com/images/DFgKRfilFEMwYMUxptfYMzRGsKM.png\",layoutId:\"rhcr0j1p1\",link:\"https://trndai.com\",loopDelay:500,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tocdga\",\"data-framer-name\":\"pillar 2\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-66kjpv\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19z5abr-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"r84BlZmjw\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"r84BlZmjw\",image1:\"https://framerusercontent.com/images/dNYceAIbUKm1EKWWY6j5XM94g.jpg\",layoutId:\"r84BlZmjw\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-190gqvk\",\"data-framer-cursor\":\"1eot9kr\",\"data-framer-name\":\"meta\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t5qfcg\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gqvozy-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"e0a6dzQxo\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{image2:undefined,image3:undefined,image4:undefined}},children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"e0a6dzQxo\",image1:\"https://framerusercontent.com/images/7wUNB3xdsETMlrZSMRqN9QjTDI.png\",image2:\"https://framerusercontent.com/images/mcXdEGzWmKMtzMoS0xRkxGoVfeQ.png\",image3:\"https://framerusercontent.com/images/8RmjjdY7WU1qy8ijt5pesnb0Rk.png\",image4:\"https://framerusercontent.com/images/421oR9sYWyGSwaORcCooXor2Bho.png\",layoutId:\"e0a6dzQxo\",link:\"https://www.themetakey.com/\",loopDelay:500,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e2siy3\",\"data-framer-name\":\"smart light\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-92397c\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12e6bih-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"COLLwPXLH\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"COLLwPXLH\",image1:\"https://framerusercontent.com/images/rsME2rDH1Cbh0dhnlrwkaeEgLDk.png\",layoutId:\"COLLwPXLH\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rnfauj\",\"data-framer-cursor\":\"1eot9kr\",\"data-framer-name\":\"deluxe\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16asasa\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13mo8tw-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"KmSyIrr5c\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{image2:undefined,image3:undefined}},children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"KmSyIrr5c\",image1:\"https://framerusercontent.com/images/XaN8SJjiEMgX24Lnm3DQMlQJNYo.png\",image2:\"https://framerusercontent.com/images/J6hA1tS7MhqPiM2v3sopbJNREMo.png\",image3:\"https://framerusercontent.com/images/Us3NXfSIRVbXcatwaxKWxWoruo.png\",layoutId:\"KmSyIrr5c\",link:\"https://deluxe-detailing.ro\",loopDelay:500,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r5xk9k\",\"data-framer-cursor\":\"1eot9kr\",\"data-framer-name\":\"tinypod\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5z07hm\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13wfrv4-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"AQc2ZUjH7\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{image2:undefined,image3:undefined,image4:undefined}},children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"AQc2ZUjH7\",image1:\"https://framerusercontent.com/images/fXbYT7pvU8kVTrSoU1B92h3Fc.png\",image2:\"https://framerusercontent.com/images/zWVr6qSm46oBFldpB6SKTKQTmU.png\",image3:\"https://framerusercontent.com/images/0Gz0k57IbKh37eBkMuIGI17HUY.png\",image4:\"https://framerusercontent.com/images/o0dBOjCFvOTUaCYeZNqmdvZDrBA.png\",layoutId:\"AQc2ZUjH7\",link:\"https://thetinypod.com/\",loopDelay:500,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbe5mu\",\"data-framer-cursor\":\"1eot9kr\",\"data-framer-name\":\"opal\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oy105u\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tapq2o-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"nErqwnKzr\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{image2:undefined,image3:undefined,image4:undefined}},children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"nErqwnKzr\",image1:\"https://framerusercontent.com/images/kagomAcVU0kb8Sj9Xd2wJ1J2UOE.png\",image2:\"https://framerusercontent.com/images/oHZykQa29vZE0EMaPikDXTVA9D0.png\",image3:\"https://framerusercontent.com/images/0GKTXRiAbQNwhm1bux6L4Ydmg.png\",image4:\"https://framerusercontent.com/images/BrjMrOVDfsUrK5vRdLLrvreaF8A.png\",layoutId:\"nErqwnKzr\",link:\"https://opal-preview.framer.website/\",loopDelay:500,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t8jwsy\",\"data-framer-name\":\"trip mobile\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v502nq\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tz4gp1-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"aNYtKXl5D\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"aNYtKXl5D\",image1:\"https://framerusercontent.com/images/P5yvzEXfLzZPKGK2DPQN0IWiUcY.jpg\",layoutId:\"aNYtKXl5D\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-135bwss\",\"data-framer-name\":\"outlined\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h52yl\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bkmb1h-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"E73iOTRQH\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"E73iOTRQH\",image1:\"https://framerusercontent.com/images/9zkoATJomrTcRtsLgFGVTEoILlI.png\",layoutId:\"E73iOTRQH\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lqg4ki\",\"data-framer-name\":\"eleveight\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q2vlz3\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jc048b-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"V76lmNojZ\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"V76lmNojZ\",image1:\"https://framerusercontent.com/images/D0KjC7fJ0bsx5Nqkoyh94wKgsVY.png\",layoutId:\"V76lmNojZ\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-77d3yz\",\"data-framer-name\":\"framer agency\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kskoyt\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dybcth-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"ilhfTljUE\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"ilhfTljUE\",image1:\"https://framerusercontent.com/images/SEe19LVazladIqz5dOdGSSP7Gp0.png\",layoutId:\"ilhfTljUE\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11j5v3h\",\"data-framer-name\":\"pillar\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1raands\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-189d03c-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"rMAVbUF1d\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{image2:undefined,image3:undefined}},children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"rMAVbUF1d\",image1:\"https://framerusercontent.com/images/tIAtS4KymVCXekIkK9cjPTsEezo.png\",image2:\"https://framerusercontent.com/images/Jp6kj0MGhzHKzROjAJgFOIuhn0.png\",image3:\"https://framerusercontent.com/images/55yZBO1OhGSBD21h21nJwVPNDU.png\",layoutId:\"rMAVbUF1d\",link:\"\",loopDelay:500,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gwydlb\",\"data-framer-name\":\"hireme mobile\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-181ml3l\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tnvmpz-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"R1g9H8gpS\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"R1g9H8gpS\",image1:\"https://framerusercontent.com/images/vDzmF2pOiMDc4I85F9RvYBxtHws.jpg\",layoutId:\"R1g9H8gpS\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k1qbdz\",\"data-framer-name\":\"fashion store\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xjlo5\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-in5nq3-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"i4hjKflxF\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"i4hjKflxF\",image1:\"https://framerusercontent.com/images/sqT1HVJJUn2kLS7vuTbpvsE6j0.jpg\",layoutId:\"i4hjKflxF\",link:\"\",loopDelay:1e3,movementThreshold:88,position:\"top center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l5qwdb\",\"data-framer-name\":\"meetlok\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uhf31c\",\"data-border\":true,draggable:\"false\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kz53it-container\",draggable:\"false\",isAuthoredByUser:true,nodeId:\"Rhea8POTG\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{image2:undefined,image3:undefined}},children:/*#__PURE__*/_jsx(ImageHover,{cornerRadius:8,fillType:\"cover\",height:\"100%\",hoverSwitchEnabled:false,id:\"Rhea8POTG\",image1:\"https://framerusercontent.com/images/ZrqvFCNe6wuDnAsG1um97CMeP1M.jpg\",image2:\"https://framerusercontent.com/images/gJM7QopkET0YxzgnJQYkpXyDM.jpg\",image3:\"https://framerusercontent.com/images/DYhpiIZG3FgVx4sIoBzYT0IQ8.jpg\",layoutId:\"Rhea8POTG\",link:\"\",loopDelay:500,movementThreshold:88,position:\"center\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-33isl8\",\"data-framer-name\":\"Cool divider top\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-184d81n\",\"data-framer-name\":\"Cool divider bottom\"})]})}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"Benefits\",className:\"framer-1gb4tbn\",\"data-framer-name\":\"Benefits Section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"Benefits\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"Benefits\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"Benefits\"})}),className:\"framer-1rqjbyq\",\"data-framer-name\":\"Benefits\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eysozh\",\"data-framer-name\":\"Group\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition8},__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rnr1xt\",\"data-framer-name\":\"Fast turnaround\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hq3lvi\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cxbe5e\",\"data-framer-name\":\"icon\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cx4irf\",style:{rotate:14}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zt1upp\",style:{rotate:14}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\"},children:\"Fast turnaround\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Fast turnaround\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\"},children:\"Fast turnaround\"})}),className:\"framer-1cz3hr\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"We focus on one client at a time, delivering exceptional results fast, without compromising on quality.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"We focus on one client at a time, delivering exceptional results fast, without compromising on quality.\"})}),className:\"framer-12i5wdg\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition11},__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4zzurs\",\"data-framer-name\":\"Tailored design\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ksg8f9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bcdjqs\",\"data-framer-name\":\"icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j82mt8\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{style:{}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dazqhi\",style:{rotate:14}})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\"},children:\"Tailored design\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Tailored design\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\"},children:\"Tailored design\"})}),className:\"framer-1qmqhqn\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"We emphasise delivering unique designs, ensuring your brand stands out with a distinct visual identity.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"We emphasise delivering unique designs, ensuring your brand stands out with a distinct visual identity.\"})}),className:\"framer-kir4i1\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition13},__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14scxvm\",\"data-framer-name\":\"Scalable solutions\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bj93vz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tzzrsx\",\"data-framer-name\":\"icon\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k2ggla\",style:{rotate:-180}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uwmts0\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\"},children:\"Scalable solutions\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Scalable solutions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\"},children:\"Scalable solutions\"})}),className:\"framer-ot9jsr\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"We can integrate new features, revamp content and adapt your project to follow the latest trends.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"We can integrate new features, revamp content and adapt your project to follow the latest trends.\"})}),className:\"framer-ojrmiu\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition15},__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pi01p6\",\"data-framer-name\":\"Fixed price\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jf024y\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15649ti\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mg2uiz\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rx3w6\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\"},children:\"Fixed price\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Fixed price\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\"},children:\"Fixed price\"})}),className:\"framer-1qzxn75\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"Access a range of web services at a fixed price, making it easier to budget and control expenses.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"Access a range of web services at a fixed price, making it easier to budget and control expenses.\"})}),className:\"framer-wfvynx\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"Approach\",className:\"framer-y49c9z\",\"data-framer-name\":\"Results Section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition8},__framer__enter:animation15},YRo8y_P8B:{__framer__enter:animation16}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qt6w5n\",\"data-framer-name\":\"Scroll Revealing words\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-123c27m-container\",isAuthoredByUser:true,nodeId:\"V2F_Ynnb_\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"0.7em\"},triggerPoint:1100,viewportPosition:\"middle\",wordTriggerDistance:30},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"35px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"0.7em\"},triggerPoint:400,viewportPosition:\"middle\"}},children:/*#__PURE__*/_jsx(ScrollWordReveal,{baseOpacity:.1,color:\"rgb(77, 77, 77)\",defaultVisibleWords:\"\",font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"43px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"0.7em\"},height:\"100%\",highlightColor:\"rgb(204, 250, 2)\",highlightWords:\"\",id:\"V2F_Ynnb_\",layoutId:\"V2F_Ynnb_\",phrase:\"BUILDING WEBSITES THAT NOT ONLY LOOK GREAT BUT ALSO DELIVER MEASURABLE RESULTS.\",revealTrigger:\"inView\",showDefaultVisibleWords:false,showHighlightWords:false,style:{width:\"100%\"},triggerPoint:470,viewportPosition:\"top\",width:\"100%\",wordTriggerDistance:50})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ckcz5c\",\"data-framer-name\":\"Numbers Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yqo6qd\",\"data-framer-name\":\"Finalized projects\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-szxuta\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kfydna-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"okgG8ZYPV\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-4,Size:95,verticalSpacing:0}},YRo8y_P8B:{fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-4,Size:85,verticalSpacing:0}}},children:/*#__PURE__*/_jsx(SmoothCounter,{end:\"37\",font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-6,Size:137,verticalSpacing:0},height:\"100%\",id:\"okgG8ZYPV\",label:\"+\",labelPosition:\"After\",layoutId:\"okgG8ZYPV\",loop:false,loopDelay:.8,padding:21,start:\"00\",transition:{delay:0,duration:2.9,ease:[.5,.02,.09,1.02],type:\"tween\"},trigger:\"inView\",useMask:false,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fs8twf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNTAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(122, 122, 122)\"},children:\"Finalized projects\"})}),className:\"framer-1uivy9q\",fonts:[\"GF;Albert Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1v6c486\",\"data-framer-name\":\"Conversion rates\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9909ok\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16gtsbn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XIYrhyHj7\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-4,Size:95,verticalSpacing:0}},YRo8y_P8B:{fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-4,Size:85,verticalSpacing:0}}},children:/*#__PURE__*/_jsx(SmoothCounter,{end:\"94\",font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-6,Size:137,verticalSpacing:0},height:\"100%\",id:\"XIYrhyHj7\",label:\"%\",labelPosition:\"After\",layoutId:\"XIYrhyHj7\",loop:false,loopDelay:.8,padding:21,start:\"00\",transition:{delay:0,duration:2.9,ease:[.5,.02,.09,1.02],type:\"tween\"},trigger:\"inView\",useMask:false,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-31txsz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNTAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(122, 122, 122)\"},children:\"Conversion rate improvement\"})}),className:\"framer-1b71q52\",fonts:[\"GF;Albert Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1byz0pb\",\"data-framer-name\":\"Years of experience\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11mu7ob\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b3evw8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Gl19_00U0\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-4,Size:95,verticalSpacing:0}},YRo8y_P8B:{fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-4,Size:85,verticalSpacing:0}}},children:/*#__PURE__*/_jsx(SmoothCounter,{end:\"12\",font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontProps:{Color:\"rgb(31, 31, 31)\",letterSpacing:-6,Size:137,verticalSpacing:0},height:\"100%\",id:\"Gl19_00U0\",label:\"+\",labelPosition:\"After\",layoutId:\"Gl19_00U0\",loop:false,loopDelay:.8,padding:21,start:\"00\",transition:{delay:0,duration:2.9,ease:[.5,.02,.09,1.02],type:\"tween\"},trigger:\"inView\",useMask:false,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l38u3p\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNTAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(122, 122, 122)\"},children:\"Years of experience\"})}),className:\"framer-7801q1\",fonts:[\"GF;Albert Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,\"aria-label\":\"Capabilities\",className:\"framer-1n4ysyu\",\"data-framer-name\":\"Capabilities & Fields\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pubmx6\",\"data-framer-name\":\"Capabilities\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tifmjx\",\"data-framer-name\":\"Items\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kq7owx-container\",\"data-framer-name\":\"Responsive Design\",isAuthoredByUser:true,isModuleExternal:true,name:\"Responsive Design\",nodeId:\"j_g3fRw2T\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:0,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"j_g3fRw2T\",layoutId:\"j_g3fRw2T\",loop:false,name:\"Responsive Design\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"Responsive Design\",useGradient:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ifhn7-container\",\"data-framer-name\":\"User interface\",isAuthoredByUser:true,isModuleExternal:true,name:\"User interface\",nodeId:\"yx3al_RLa\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:.1,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"yx3al_RLa\",layoutId:\"yx3al_RLa\",loop:false,name:\"User interface\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"User Interface\",useGradient:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-z2215s-container\",\"data-framer-name\":\"User experience\",isAuthoredByUser:true,isModuleExternal:true,name:\"User experience\",nodeId:\"D6vc2_kQb\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:.2,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"D6vc2_kQb\",layoutId:\"D6vc2_kQb\",loop:false,name:\"User experience\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"User Experience\",useGradient:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jnkt5w-container\",\"data-framer-name\":\"Custom code\",isAuthoredByUser:true,isModuleExternal:true,name:\"Custom code\",nodeId:\"RD4jWx6Jl\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:.3,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"RD4jWx6Jl\",layoutId:\"RD4jWx6Jl\",loop:false,name:\"Custom code\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"Custom Code\",useGradient:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ib35gd-container\",\"data-framer-name\":\"Component libraries\",isAuthoredByUser:true,isModuleExternal:true,name:\"Component libraries\",nodeId:\"BF4CxGmow\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:.4,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"BF4CxGmow\",layoutId:\"BF4CxGmow\",loop:false,name:\"Component libraries\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"Component Libraries\",useGradient:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition23},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-guhocj-container\",\"data-framer-name\":\"Desktop & mobile apps\",isAuthoredByUser:true,isModuleExternal:true,name:\"Desktop & mobile apps\",nodeId:\"E32MQSr1a\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:.5,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"E32MQSr1a\",layoutId:\"E32MQSr1a\",loop:false,name:\"Desktop & mobile apps\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"Desktop & Mobile Apps\",useGradient:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ot27rg-container\",\"data-framer-name\":\"Figma to Framer\",isAuthoredByUser:true,isModuleExternal:true,name:\"Figma to Framer\",nodeId:\"OlbTTNPu3\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:.6,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"OlbTTNPu3\",layoutId:\"OlbTTNPu3\",loop:false,name:\"Figma to Framer\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"Website Migration\",useGradient:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition25},__framer__animateOnce:true,__framer__enter:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-m6y9gv-container\",\"data-framer-name\":\"Figma to Framer\",isAuthoredByUser:true,isModuleExternal:true,name:\"Figma to Framer\",nodeId:\"wHwlGvDOE\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"27px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}},YRo8y_P8B:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"28px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(Scrambletext,{angle:90,animationTrigger:\"inView\",color:\"rgb(33, 33, 33)\",delay:2,duration:.6,font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1em\"},globalDelay:.6,gradientColor1:\"rgb(56, 255, 232)\",gradientColor2:\"rgb(54, 141, 255)\",height:\"100%\",id:\"wHwlGvDOE\",layoutId:\"wHwlGvDOE\",loop:false,name:\"Figma to Framer\",scramblePercentage:21,scrambleSpeed:50,style:{width:\"100%\"},text:\"Figma to Framer\",useGradient:false,width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pgccp4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation15}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u912ac\",\"data-framer-name\":\"Fields Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ixmx6w\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"Fields\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"Fields\"})}),className:\"framer-3d0cwi\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16ddqw7\",\"data-framer-name\":\"Graphic star\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,style:{rotate:-30},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M22.715 6.586 21.67 4.881l-8.711 5.334V0h-2v10.215L2.248 4.881 1.203 6.586 10.044 12l-8.841 5.414 1.045 1.705 8.711-5.334V24h2V13.785l8.711 5.334 1.045-1.705L13.874 12l8.841-5.414z\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nt39gc\",\"data-framer-name\":\"Items\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"AI\"})}),className:\"framer-fag80r\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"SaaS\"})}),className:\"framer-jooy1a\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Fintech\"})}),className:\"framer-1jcrh90\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"E-Commerce\"})}),className:\"framer-1w00anx\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"ESports\"})}),className:\"framer-1vxpecn\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Automotive\"})}),className:\"framer-1k65t61\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Fashion\"})}),className:\"framer-o2vkfh\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Real Estate\"})}),className:\"framer-1l62414\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"Approach\",className:\"framer-7ro6v9\",\"data-framer-name\":\"Approach\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-he7gdo\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"Approach\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"Approach\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\"},children:\"Approach\"})}),className:\"framer-xmlidh\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ikxxc1\",\"data-framer-name\":\"Cards\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-816dea\",\"data-framer-name\":\"1st row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition27},__framer__animateOnce:true,__framer__enter:animation22,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vthmtu\",\"data-framer-name\":\"Consulting\",whileHover:animation23,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1who5gx\",\"data-framer-name\":\"Title & icon\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wje1rz\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{style:{}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fckgmh\",style:{rotate:14}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{style:{}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1llfyz5\",style:{rotate:14}})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"700\"},children:\"Consulting\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Consulting\"})}),className:\"framer-1xdtdt1\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"We're asking some questions to understand your goals, design preferences and target audience. This is the foundation settlement.\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"We're asking some questions to understand your goals, design preferences and target audience. This is the foundation settlement.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"We're asking some questions to understand your goals, design preferences and target audience. This is the foundation settlement.\"})}),className:\"framer-laj1q0\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition29},whileHover:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition28},__framer__animateOnce:true,__framer__enter:animation22,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u6k2zo\",\"data-framer-name\":\"Collaborative review\",whileHover:animation23,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m8liw7\",\"data-framer-name\":\"Title & icon\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x5biph\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q460bc\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15eppx4\",style:{rotate:-180}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12s5365\",style:{rotate:45}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"700\"},children:\"Collaborative review\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Collaborative review\"})}),className:\"framer-1oejaix\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"During the design phase we invite the client to review and provide feedback. This allows a better structure and functionality early on. \"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"During the design phase we invite the client to review and provide feedback. This allows a better structure and functionality early on. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"During the design phase we invite the client to review and provide feedback. This allows a better structure and functionality early on. \"})}),className:\"framer-iy0sej\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition31},whileHover:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition30},__framer__animateOnce:true,__framer__enter:animation22,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xy92jq\",\"data-framer-name\":\"Make it pop\",whileHover:animation23,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xpyel5\",\"data-framer-name\":\"Title & icon\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11t4g8m\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{style:{rotate:83}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ha8df\",style:{rotate:86}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ec0rgj\",style:{rotate:64}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"700\"},children:\"Make it pop\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Make it pop\"})}),className:\"framer-x2eq35\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"Establishing a structure focused on functionality and accessibility, including interactions that ensure total immersion.\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"Establishing a structure focused on functionality and accessibility, including interactions that ensure total immersion.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"Establishing a structure focused on functionality and accessibility, including interactions that ensure total immersion.\"})}),className:\"framer-hzshq4\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tiq2mx hidden-15sbfqy hidden-10uuqk2\",\"data-framer-name\":\"Iterate (Tablet)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jpo3yb\",\"data-framer-name\":\"Title & icon\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zxly73\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-570ema\",style:{rotate:-90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1udaw4d\",\"data-border\":true,style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"700\"},children:\"Iterate\"})}),className:\"framer-47kpc8\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"Polishing the details is important when it comes to the final product. We're iterating until you're happy with the results.\"})}),className:\"framer-1abfab0\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16itppi\",\"data-framer-name\":\"2nd Row\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition33},whileHover:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition32},__framer__animateOnce:true,__framer__enter:animation22,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s803r3 hidden-2vsd51\",\"data-framer-name\":\"Iterate\",whileHover:animation23,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g7srt5\",\"data-framer-name\":\"Title & icon\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kt71ah\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wed7yn\",style:{rotate:-90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-txm9n5\",\"data-border\":true,style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Iterate\"})}),className:\"framer-tjrefc\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"Polishing the details is important when it comes to the final product. We're iterating until you're happy with the results.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(41, 41, 41)\"},children:\"Polishing the details is important when it comes to the final product. We're iterating until you're happy with the results.\"})}),className:\"framer-16zirpi\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition32},\"data-framer-cursor\":undefined,whileHover:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition34},__framer__animateOnce:true,__framer__enter:animation22,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11dqh36\",\"data-framer-cursor\":\"cmtctv\",\"data-framer-name\":\"Ready to take off\",whileHover:animation24,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mtau7v\",\"data-framer-name\":\"Title & icon\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p9rfol\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kzfgfw\",style:{rotate:-270}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-crfizl\",style:{rotate:-405}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wduzbg\",style:{rotate:-270}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to take off\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to take off\"})}),className:\"framer-sk2kr7\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Handing off the fully working website or landing page ready to launch right away, empowering you with a seamless transition from concept to final product.\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Handing off the fully working website or landing page which is ready to launch right away, empowering you with a seamless transition from concept to final product.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Handing off the fully working website or landing page which is ready to launch right away, empowering you with a seamless transition from concept to final product.\"})}),className:\"framer-12n6rge\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"Bundles Pricing\",className:\"framer-1vnpx1j\",\"data-framer-name\":\"Pricing\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gih724\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"Pricing\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"Pricing\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"Pricing\"})}),className:\"framer-1gb18wi\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19uwr07\",\"data-framer-name\":\"Subtitle\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"Elevate your brand with our in-house design expert who brings over 12 years of experience to the table.\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"Elevate your brand with our in-house design expert who brings over 12 years of experience to the table.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"Elevate your brand with our in-house design expert who brings over 12 years of experience to the table.\"})}),className:\"framer-rlbrf2\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k493x9\",\"data-framer-name\":\"Pricing Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nmlzb3\",\"data-framer-name\":\"Landing Page\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7a8uoy\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rhe3a4\",\"data-framer-name\":\"Icon + Stripe badge\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14mkw8m\",\"data-border\":true,\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-isq725\",\"data-framer-name\":\"sparkles\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M19.5 24a1 1 0 0 1-.929-.628l-.844-2.113-2.116-.891a1.007 1.007 0 0 1 .035-1.857l2.088-.791.837-2.092a1.008 1.008 0 0 1 1.858 0l.841 2.1 2.1.841a1.007 1.007 0 0 1 0 1.858l-2.1.841-.841 2.1A1 1 0 0 1 19.5 24ZM10 21a2 2 0 0 1-1.936-1.413L6.45 14.54l-5.063-1.694a2.032 2.032 0 0 1 .052-3.871l5.023-1.534 1.692-5.054A1.956 1.956 0 0 1 10.108 1a2 2 0 0 1 1.917 1.439l1.532 5.015 5.03 1.61a2.042 2.042 0 0 1 0 3.872l-5.039 1.612-1.612 5.039A2 2 0 0 1 10 21Zm.112-17.977L8.2 8.564a1 1 0 0 1-.656.64l-5.521 1.684 5.541 1.917a1 1 0 0 1 .636.643l1.77 5.53 1.83-5.53a1 1 0 0 1 .648-.648l5.53-1.769a.072.072 0 0 0 .02-.009L12.448 9.2a1 1 0 0 1-.652-.661Zm8.17 8.96ZM20.5 7a1 1 0 0 1-.97-.757l-.357-1.43-1.433-.385a1 1 0 0 1 .034-1.94l1.4-.325.356-1.406a1 1 0 0 1 1.94 0l.354 1.418 1.418.355a1 1 0 0 1 0 1.94l-1.418.355-.354 1.418A1 1 0 0 1 20.5 7Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dsj2us\",\"data-framer-name\":\"Stripe Logo\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75.5,intrinsicWidth:400,pixelHeight:151,pixelWidth:800,sizes:\"60px\",src:\"https://framerusercontent.com/images/2nFlaSrosz8YHK7WOP0G6mKo0Uw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/2nFlaSrosz8YHK7WOP0G6mKo0Uw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2nFlaSrosz8YHK7WOP0G6mKo0Uw.png 800w\"},className:\"framer-pfe8lw\",\"data-framer-name\":\"Contra id2pzDKpyY_1\",draggable:\"false\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i1xdpc\",\"data-border\":true,\"data-framer-name\":\"Figma Project badge\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16y7kex\",\"data-framer-name\":\"Figma Logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nvrb8d\",\"data-framer-name\":\"Logo\",opacity:1,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 7.926 4.491 L 5.632 4.491 L 5.632 0 L 7.926 0 C 9.164 0 10.171 1.007 10.171 2.245 C 10.171 3.483 9.164 4.491 7.926 4.491 M 6.368 3.755 L 7.926 3.755 C 8.759 3.755 9.436 3.077 9.436 2.245 C 9.436 1.413 8.758 0.736 7.926 0.736 L 6.368 0.736 Z M 6.368 4.491 L 4.074 4.491 C 2.836 4.491 1.829 3.483 1.829 2.245 C 1.829 1.007 2.836 0 4.074 0 L 6.368 0 L 6.368 4.491 Z M 4.074 0.735 C 3.241 0.735 2.564 1.413 2.564 2.245 C 2.564 3.077 3.241 3.755 4.074 3.755 L 5.632 3.755 L 5.632 0.735 Z M 6.368 8.245 L 4.074 8.245 C 2.836 8.245 1.829 7.238 1.829 6 C 1.829 4.762 2.836 3.755 4.074 3.755 L 6.368 3.755 L 6.368 8.245 Z M 4.074 4.49 C 3.241 4.49 2.564 5.168 2.564 6 C 2.564 6.832 3.242 7.509 4.074 7.509 L 5.632 7.509 L 5.632 4.49 Z M 4.086 12 C 2.842 12 1.829 10.993 1.829 9.755 C 1.829 8.517 2.836 7.51 4.074 7.51 L 6.368 7.51 L 6.368 9.73 C 6.368 10.982 5.344 12 4.086 12 M 4.074 8.245 C 3.241 8.246 2.566 8.921 2.564 9.754 C 2.564 10.587 3.247 11.264 4.086 11.264 C 4.939 11.264 5.633 10.576 5.633 9.73 L 5.633 8.245 Z M 7.926 8.245 L 7.877 8.245 C 6.639 8.245 5.632 7.238 5.632 6 C 5.632 4.762 6.639 3.755 7.877 3.755 L 7.926 3.755 C 9.164 3.755 10.171 4.762 10.171 6 C 10.171 7.238 9.164 8.245 7.926 8.245 M 7.877 4.49 C 7.045 4.49 6.368 5.168 6.368 6 C 6.368 6.832 7.045 7.509 7.877 7.509 L 7.926 7.509 C 8.759 7.509 9.436 6.832 9.436 6 C 9.436 5.168 8.758 4.49 7.926 4.49 Z\" fill=\"rgb(0, 157, 255)\"></path></svg>',svgContentId:9863185612,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(0, 157, 255)\"},children:\"Figma Project\"})}),className:\"framer-a99rhm\",\"data-framer-name\":\"Figma Project\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-144ouhu\",\"data-framer-name\":\"Plan name + Price\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ztxgbn\",\"data-framer-name\":\"Plan + Price\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss03' on, 'ss04' on, 'ss02' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\"},children:\"Landing Page\"})}),className:\"framer-d1fhcz\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"$4,999\"})}),className:\"framer-1tmr7qz\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(140, 140, 140)\"},children:\"Capture attention and drive conversions effectively. Meticulously crafted design to impact your audience.\"})}),className:\"framer-h1f6rg\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sckggr\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fbepek\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-147jmbk\",\"data-framer-name\":\"Signle Page\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o5to94\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-48ngst\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><g transform=\"translate(2 1.5)\" id=\"ss10624919679_1\"><path d=\"M 6.325 0.002 L 6.325 2.14 C 6.325 2.43 6.442 2.708 6.652 2.913 C 6.862 3.119 7.147 3.234 7.444 3.234 L 9.944 3.234\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 10 3.46 L 10 8.554 C 9.976 9.227 9.679 9.862 9.175 10.319 C 8.67 10.779 8 11.022 7.313 10.997 L 2.713 10.997 C 2.021 11.029 1.345 10.788 0.834 10.329 C 0.325 9.87 0.025 9.231 0 8.554 L 0 2.445 C 0.024 1.772 0.321 1.137 0.825 0.68 C 1.33 0.22 2 -0.023 2.687 0.002 L 6.15 0.002 C 6.679 0 7.189 0.192 7.581 0.54 L 9.375 2.158 C 9.762 2.485 9.989 2.958 10 3.46\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></g></svg>',svgContentId:10624919679,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Single page\"})}),className:\"framer-9efgoo\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oos19f\",\"data-framer-name\":\"Design only\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m0suxv\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k3m98p\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 9.247 5.239 L 6.571 5.239 L 6.571 0 L 9.247 0 C 10.691 0 11.866 1.175 11.866 2.619 C 11.866 4.064 10.691 5.239 9.247 5.239 M 7.429 4.381 L 9.247 4.381 C 10.218 4.381 11.008 3.59 11.008 2.62 C 11.008 1.649 10.218 0.859 9.247 0.859 L 7.429 0.859 Z M 7.429 5.239 L 4.753 5.239 C 3.309 5.239 2.134 4.064 2.134 2.62 C 2.134 1.175 3.309 0 4.753 0 L 7.429 0 L 7.429 5.239 Z M 4.753 0.858 C 3.782 0.858 2.992 1.648 2.992 2.619 C 2.992 3.59 3.782 4.381 4.753 4.381 L 6.571 4.381 L 6.571 0.858 Z M 7.429 9.619 L 4.753 9.619 C 3.309 9.619 2.134 8.444 2.134 7 C 2.134 5.556 3.309 4.381 4.753 4.381 L 7.429 4.381 L 7.429 9.619 Z M 4.753 5.239 C 3.782 5.239 2.992 6.029 2.992 7 C 2.992 7.971 3.782 8.761 4.753 8.761 L 6.571 8.761 L 6.571 5.239 Z M 4.767 14 C 3.315 14 2.133 12.825 2.133 11.381 C 2.133 9.936 3.308 8.762 4.752 8.762 L 7.429 8.762 L 7.429 11.352 C 7.429 12.812 6.235 14 4.767 14 M 4.753 9.619 C 3.781 9.62 2.993 10.408 2.992 11.38 C 2.992 12.351 3.788 13.141 4.768 13.141 C 5.762 13.141 6.572 12.339 6.572 11.352 L 6.572 9.619 Z M 9.247 9.619 L 9.19 9.619 C 7.746 9.619 6.571 8.444 6.571 7 C 6.571 5.556 7.746 4.381 9.19 4.381 L 9.247 4.381 C 10.691 4.381 11.866 5.556 11.866 7 C 11.866 8.444 10.691 9.619 9.247 9.619 M 9.19 5.239 C 8.219 5.239 7.429 6.029 7.429 7 C 7.429 7.971 8.22 8.761 9.19 8.761 L 9.248 8.761 C 10.219 8.761 11.009 7.971 11.009 7 C 11.009 6.029 10.218 5.239 9.248 5.239 Z\" fill=\"rgb(115, 115, 115)\"></path></svg>',svgContentId:12128886607,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Design only\"})}),className:\"framer-198zft0\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yaw5p\",\"data-framer-name\":\"Multiple iterations\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-juwmwf\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-t9kgpu\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 11.063 2.312 L 10.2 1.45 C 10.089 1.339 10.034 1.284 9.969 1.245 C 9.923 1.219 9.875 1.199 9.824 1.186 C 9.75 1.167 9.672 1.167 9.517 1.167 C 8.8 1.167 8.442 1.167 8.175 1.318 C 7.991 1.422 7.839 1.574 7.735 1.758 C 7.583 2.026 7.583 2.384 7.583 3.099 L 7.583 3.792 C 7.583 4.611 7.583 5.021 7.78 5.315 C 7.865 5.442 7.974 5.552 8.102 5.637 C 8.396 5.833 8.806 5.833 9.625 5.833 C 10.444 5.833 10.854 5.833 11.148 5.637 C 11.276 5.552 11.385 5.442 11.47 5.315 C 11.667 5.021 11.667 4.606 11.667 3.777 C 11.667 3.407 11.667 3.223 11.614 3.054 C 11.593 2.986 11.566 2.92 11.533 2.857 C 11.45 2.7 11.321 2.571 11.063 2.312 M 11.063 9.313 L 10.2 8.45 C 10.089 8.339 10.034 8.284 9.969 8.245 C 9.923 8.219 9.875 8.199 9.824 8.186 C 9.75 8.167 9.672 8.167 9.517 8.167 C 8.8 8.167 8.442 8.167 8.175 8.318 C 7.991 8.422 7.839 8.574 7.735 8.758 C 7.583 9.026 7.583 9.383 7.583 10.099 L 7.583 10.792 C 7.583 11.611 7.583 12.021 7.78 12.315 C 7.865 12.442 7.975 12.552 8.102 12.637 C 8.396 12.833 8.806 12.833 9.625 12.833 C 10.444 12.833 10.854 12.833 11.148 12.637 C 11.275 12.552 11.385 12.442 11.47 12.315 C 11.667 12.021 11.667 11.606 11.667 10.777 C 11.667 10.407 11.667 10.223 11.614 10.054 C 11.593 9.986 11.566 9.92 11.533 9.857 C 11.45 9.7 11.321 9.571 11.063 9.312 M 5.833 3.5 L 2.333 3.5 M 2.333 3.5 L 2.333 1.167 M 2.333 3.5 L 2.333 7 C 2.333 8.65 2.333 9.475 2.846 9.987 C 3.358 10.5 4.184 10.5 5.833 10.5\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9479956980,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Multiple iterations\"})}),className:\"framer-o1iaru\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k9r4j7\",\"data-framer-name\":\"Slack communication\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dcyyk2\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17milw0\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 7 12.25 C 9.396 12.25 11.488 10.627 12.084 8.306 C 12.68 5.986 11.63 3.556 9.53 2.4 C 7.431 1.245 4.816 1.658 3.175 3.403 C 1.533 5.149 1.282 7.784 2.564 9.809 L 1.75 12.25 L 4.191 11.436 C 5.031 11.969 6.005 12.252 7 12.25\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11197003865,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Slack/Discord communication\"})}),className:\"framer-19ts4v5\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l5tonr\",\"data-framer-name\":\"CTA Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{width:`max(min(${componentViewport?.width||\"100vw\"}, 600px) - 88px, 1px)`},YRo8y_P8B:{width:\"310px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 16px) / 3, 1px) - 56px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wzlq3s-container\",\"data-framer-cursor\":\"b71k6c\",\"data-framer-name\":\"Choose Design Only\",name:\"Choose Design Only\",nodeId:\"frx8sHbIs\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{variant:\"T0mJNUIg5\"}},children:/*#__PURE__*/_jsx(Button,{FwYCjRb17:\"32px\",height:\"100%\",id:\"frx8sHbIs\",kNnGz2M4Y:\"Choose Design Only\",layoutId:\"frx8sHbIs\",name:\"Choose Design Only\",style:{height:\"100%\",width:\"100%\"},variant:\"ZpIOqZhEa\",width:\"100%\",XPGDkQXgZ:true,yRt8KFUVT:\"mailto:inquiries@eleveight.studio?subject=Studio%20Project%20Inquire%20-%20Landing%20Page&body=Hey%20Fabian,%0D%0A%0D%0AWe%27re%20interested%20in%20having%20a%20landing%20page%20designed%20and%20would%20love%20to%20discuss%20the%20details%20with%20you.%0D%0A%0D%0A\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{onMouseEnter:undefined},YRo8y_P8B:{onMouseEnter:undefined}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lnp7rw\",\"data-border\":true,\"data-framer-name\":\"+ Framer Development\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-irgqti\",\"data-framer-name\":\"Icon / Title / Price\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ytgmr\",\"data-border\":true,\"data-framer-name\":\"Framer icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1s9t77l\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><path d=\"M 12.5 16.146 L 12.5 23.437 L 5.208 16.146 M 5.208 16.146 L 5.208 8.854 L 12.5 8.854 M 5.208 16.146 L 19.792 16.146 L 12.5 8.854 M 12.5 8.854 L 19.792 8.854 L 19.792 1.563 L 5.208 1.563 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"hsl(0, 0%, 97%)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10564917329,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mq6pr7\",\"data-framer-name\":\"Plan + Price\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-doh2lk\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\"},children:\"Framer \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Framer\"})}),className:\"framer-93ofgk\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\"},children:\"Development\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Development\"})}),className:\"framer-7oycfc\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"700\"},children:\"+$1K\"})}),className:\"framer-1ungkqt\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(94, 94, 94)\"},children:\"For an additional fee, we offer the option to build your website in Framer and take it to its final, polished stage.\"})}),className:\"framer-ekrwhg\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6czqx7\",\"data-framer-name\":\"CTA Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 600px) - 80px)`},YRo8y_P8B:{width:\"318px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 16px) / 3, 1px) - 48px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-164airg-container\",\"data-framer-cursor\":\"b71k6c\",\"data-framer-name\":\"Get Design + Development\",name:\"Get Design + Development\",nodeId:\"ndQPsikJB\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{variant:\"X_WEs7IG1\"}},children:/*#__PURE__*/_jsx(Button,{FwYCjRb17:\"32px\",height:\"100%\",id:\"ndQPsikJB\",kNnGz2M4Y:\"Get Design + Development\",layoutId:\"ndQPsikJB\",name:\"Get Design + Development\",style:{height:\"100%\",width:\"100%\"},variant:\"sSk7YG5Q3\",width:\"100%\",XPGDkQXgZ:true,yRt8KFUVT:\"mailto:inquiries@eleveight.studio?subject=Studio%20Project%20Inquire%20-%20Landing%20Page%20(Framer)&body=Hey%20Fabian,%0D%0A%0D%0AWe%27re%20interested%20in%20having%20a%20landing%20page%20designed%20and%20developed%20in%20Framer%20and%20would%20love%20to%20discuss%20the%20details%20with%20you.%0D%0A%0D%0A\"})})})})})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w6ovxr\",\"data-framer-name\":\"Full Website\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition9},__framer__enter:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1elueux\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5pjz23\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7t0986\",\"data-framer-name\":\"Icon + Stripe badge\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iggr2c\",\"data-border\":true,\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14nyw20\",\"data-framer-name\":\"SVG\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11 1H4.5A4.505 4.505 0 0 0 0 5.5V9c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2V3c0-1.103-.897-2-2-2ZM2 9V5.5C2 4.121 3.122 3 4.5 3H11v6H2Zm17.5-6H17c-1.103 0-2 .897-2 2v13c0 1.103.897 2 2 2h2.5c2.481 0 4.5-2.019 4.5-4.5v-8C24 5.019 21.981 3 19.5 3ZM22 15.5c0 1.379-1.122 2.5-2.5 2.5H17V5h2.5C20.878 5 22 6.121 22 7.5v8ZM11 13H4c-1.103 0-2 .897-2 2v3.5C2 20.981 4.019 23 6.5 23H11c1.103 0 2-.897 2-2v-6c0-1.103-.897-2-2-2Zm0 8H6.5A2.503 2.503 0 0 1 4 18.5V15h7v6Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f3w3d2\",\"data-framer-name\":\"Stripe Logo\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75.5,intrinsicWidth:400,pixelHeight:151,pixelWidth:800,sizes:\"60px\",src:\"https://framerusercontent.com/images/2nFlaSrosz8YHK7WOP0G6mKo0Uw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/2nFlaSrosz8YHK7WOP0G6mKo0Uw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2nFlaSrosz8YHK7WOP0G6mKo0Uw.png 800w\"},className:\"framer-culwmm\",\"data-framer-name\":\"Contra id2pzDKpyY_1\",draggable:\"false\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ydcbb\",\"data-border\":true,\"data-framer-name\":\"Framer Build badge\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v8i1aj\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hugy0k\",\"data-framer-name\":\"SVG\",opacity:1,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 6 4.08 L 9.6 4.08 L 9.6 0.48 L 2.4 0.48 Z M 6 4.8 L 2.4 4.8 L 2.4 7.68 L 6 11.28 L 6 8.4 L 9.6 8.4 Z\" fill=\"transparent\" stroke-width=\"0.85\" stroke=\"rgb(133, 71, 255)\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11052491894,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(133, 71, 255)\"},children:\"Framer Build\"})}),className:\"framer-zqf8n1\",\"data-framer-name\":\"Framer Build\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bcgras\",\"data-framer-name\":\"Plan name + Price\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-602cvn\",\"data-framer-name\":\"Plan + Price\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h5ra3b\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss03' on, 'ss04' on, 'ss02' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\"},children:\"Full Website\"})}),className:\"framer-1w6cco5\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-grab36\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d5fuv2\",\"data-border\":true,\"data-framer-name\":\"Framer Build badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(148, 148, 148)\"},children:\"Starting at\"})}),className:\"framer-11taz4y\",\"data-framer-name\":\"Framer Build\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"$9,999\"})}),className:\"framer-20wxo3\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(140, 140, 140)\"},children:\"Full scale business website with multiple pages, seamless CMS integration, SEO optimization and outstanding performance.\"})}),className:\"framer-1clwann\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p0nipq\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xv2rhd\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-197qfoc\",\"data-framer-name\":\"Multiple pages\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7oi441\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kp6l0k\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 12.125 14 L 11.125 14 L 11.125 9 L 5.125 9 L 5.125 14 L 4.125 14 L 4.125 9 C 4.125 8.448 4.573 8 5.125 8 L 11.125 8 C 11.677 8 12.125 8.448 12.125 9 Z M 1.71 7 L 0.125 8.585 L 0.831 9.295 L 3.125 7 L 0.835 4.71 L 0.125 5.415 Z M 11.125 6 L 5.125 6 C 4.573 6 4.125 5.552 4.125 5 L 4.125 0 L 5.125 0 L 5.125 5 L 11.125 5 L 11.125 0 L 12.125 0 L 12.125 5 C 12.125 5.552 11.677 6 11.125 6\" fill=\"rgb(115, 115, 115)\"></path></svg>',svgContentId:11162097518,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Multiple pages\"})}),className:\"framer-1a2t2rw\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-olchzt\",\"data-framer-name\":\"Design & build\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bvn688\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1t7vzwf\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 7 5.133 L 11.667 5.133 L 11.667 0.467 L 2.333 0.467 Z M 7 5.133 L 2.333 5.133 L 2.333 8.867 L 7 13.533 L 7 9.8 L 11.667 9.8 Z\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10844965378,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Design & build\"})}),className:\"framer-1qdmpxx\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16f64uo\",\"data-framer-name\":\"Components library\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4ce1j\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14dwxhm\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 7 0.5 L 9.167 2.667 L 7 4.833 L 4.833 2.667 Z M 7 9.167 L 9.167 11.333 L 7 13.5 L 4.833 11.333 Z M 11.333 4.833 L 13.5 7 L 11.333 9.167 L 9.167 7 Z M 2.667 4.833 L 4.833 7 L 2.667 9.167 L 0.5 7 Z\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8905491296,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Components library\"})}),className:\"framer-5d9yd\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xftequ\",\"data-framer-name\":\"Custom code\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4rz551\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qxaa62\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 10.97 3.837 L 11.154 4.017 C 12.585 5.424 13.3 6.126 13.3 7 C 13.3 7.874 12.585 8.577 11.154 9.983 L 10.97 10.163 M 8.4 1.5 L 5.401 12.5 M 2.83 3.837 L 2.646 4.017 C 1.216 5.424 0.5 6.126 0.5 7 C 0.5 7.874 1.216 8.577 2.647 9.983 L 2.831 10.163\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12643218978,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Custom code\"})}),className:\"framer-1nv7miq\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2s4r29\",\"data-framer-name\":\"Multiple iterations\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-par02o\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qktmu6\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 11.063 2.312 L 10.2 1.45 C 10.089 1.339 10.034 1.284 9.969 1.245 C 9.923 1.219 9.875 1.199 9.824 1.186 C 9.75 1.167 9.672 1.167 9.517 1.167 C 8.8 1.167 8.442 1.167 8.175 1.318 C 7.991 1.422 7.839 1.574 7.735 1.758 C 7.583 2.026 7.583 2.384 7.583 3.099 L 7.583 3.792 C 7.583 4.611 7.583 5.021 7.78 5.315 C 7.865 5.442 7.974 5.552 8.102 5.637 C 8.396 5.833 8.806 5.833 9.625 5.833 C 10.444 5.833 10.854 5.833 11.148 5.637 C 11.276 5.552 11.385 5.442 11.47 5.315 C 11.667 5.021 11.667 4.606 11.667 3.777 C 11.667 3.407 11.667 3.223 11.614 3.054 C 11.593 2.986 11.566 2.92 11.533 2.857 C 11.45 2.7 11.321 2.571 11.063 2.312 M 11.063 9.313 L 10.2 8.45 C 10.089 8.339 10.034 8.284 9.969 8.245 C 9.923 8.219 9.875 8.199 9.824 8.186 C 9.75 8.167 9.672 8.167 9.517 8.167 C 8.8 8.167 8.442 8.167 8.175 8.318 C 7.991 8.422 7.839 8.574 7.735 8.758 C 7.583 9.026 7.583 9.383 7.583 10.099 L 7.583 10.792 C 7.583 11.611 7.583 12.021 7.78 12.315 C 7.865 12.442 7.975 12.552 8.102 12.637 C 8.396 12.833 8.806 12.833 9.625 12.833 C 10.444 12.833 10.854 12.833 11.148 12.637 C 11.275 12.552 11.385 12.442 11.47 12.315 C 11.667 12.021 11.667 11.606 11.667 10.777 C 11.667 10.407 11.667 10.223 11.614 10.054 C 11.593 9.986 11.566 9.92 11.533 9.857 C 11.45 9.7 11.321 9.571 11.063 9.312 M 5.833 3.5 L 2.333 3.5 M 2.333 3.5 L 2.333 1.167 M 2.333 3.5 L 2.333 7 C 2.333 8.65 2.333 9.475 2.846 9.987 C 3.358 10.5 4.184 10.5 5.833 10.5\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9479956980,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Multiple iterations\"})}),className:\"framer-s1fvlw\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zfoubz\",\"data-framer-name\":\"Slack communication\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ecg0at\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1974dac\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 7 12.25 C 9.396 12.25 11.488 10.627 12.084 8.306 C 12.68 5.986 11.63 3.556 9.53 2.4 C 7.431 1.245 4.816 1.658 3.175 3.403 C 1.533 5.149 1.282 7.784 2.564 9.809 L 1.75 12.25 L 4.191 11.436 C 5.031 11.969 6.005 12.252 7 12.25\" fill=\"transparent\" stroke=\"rgb(115, 115, 115)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11197003865,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(61, 61, 61)\"},children:\"Slack/Discord communication\"})}),className:\"framer-19dsn3r\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vzeb57\",\"data-framer-name\":\"CTA Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 600px) - 88px)`},YRo8y_P8B:{width:\"310px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 16px) / 3, 1px) - 56px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kbc724-container\",\"data-framer-cursor\":\"b71k6c\",\"data-framer-name\":\"Get Full Website\",name:\"Get Full Website\",nodeId:\"pJ2uuR0ty\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{variant:\"T0mJNUIg5\"}},children:/*#__PURE__*/_jsx(Button,{FwYCjRb17:\"32px\",height:\"100%\",id:\"pJ2uuR0ty\",kNnGz2M4Y:\"Get Full Website\",layoutId:\"pJ2uuR0ty\",name:\"Get Full Website\",style:{height:\"100%\",width:\"100%\"},variant:\"ZpIOqZhEa\",width:\"100%\",XPGDkQXgZ:true,yRt8KFUVT:\"mailto:inquiries@eleveight.studio?subject=Studio%20Project%20Inquire%20-%20Full%20Website&body=Hey%20Fabian,%0D%0A%0D%0AWe%27re%20interested%20in%20having%20a%20full%20website%20designed%20and%20developed%20and%20would%20love%20to%20discuss%20the%20details%20with%20you.%0D%0A%0D%0A\"})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14mltqj\",\"data-framer-name\":\"Framer dev. included\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6mht59\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13mz5ft\",\"data-border\":true,\"data-framer-name\":\"Framer Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-letuat\",\"data-framer-name\":\"R15132513513513\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 25\"><path d=\"M 16.898 0 L 16.898 8.334 L 8.504 8.334 L 0.108 0 L 16.898 0 Z M 0.108 8.334 L 8.504 8.334 L 16.898 16.666 L 8.504 16.666 L 8.504 25 L 0.108 16.666 L 0.108 8.334 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:11773429031,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ijpfdc\",\"data-framer-name\":\"Title & description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"700\"},children:\"Framer Development\"})}),className:\"framer-3vxn0w\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(145, 145, 145)\"},children:\"Included\"})}),className:\"framer-1giv39x\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ivm2aw\",\"data-framer-name\":\"Price variation INFO\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(143, 143, 143)\"},children:\"The price may vary depending on the total number of pages; current pricing covers ~ 4-5 pages.\"})}),className:\"framer-sl3nvj\",\"data-framer-name\":\"The price may vary depending...\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition9},__framer__enter:animation14}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pvivvg\",\"data-framer-name\":\"Custom\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4bsuh7\",\"data-framer-name\":\"Main\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mjy04r hidden-2vsd51\",\"data-border\":true,\"data-framer-cursor\":\"cmtctv\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y2rk95\",\"data-framer-name\":\"Icon container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4cow0s\",\"data-border\":true,\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yrc5k3\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><path d=\"M 13.542 1.042 L 13.542 3.125 C 13.542 3.7 13.075 4.167 12.5 4.167 C 11.925 4.167 11.458 3.7 11.458 3.125 L 11.458 1.042 C 11.458 0.466 11.925 0 12.5 0 C 13.075 0 13.542 0.466 13.542 1.042 Z M 12.5 20.833 C 11.925 20.833 11.458 21.3 11.458 21.875 L 11.458 23.958 C 11.458 24.534 11.925 25 12.5 25 C 13.075 25 13.542 24.534 13.542 23.958 L 13.542 21.875 C 13.542 21.3 13.075 20.833 12.5 20.833 Z M 4.167 12.5 C 4.167 11.925 3.7 11.458 3.125 11.458 L 1.042 11.458 C 0.466 11.458 0 11.925 0 12.5 C 0 13.075 0.466 13.542 1.042 13.542 L 3.125 13.542 C 3.7 13.542 4.167 13.075 4.167 12.5 Z M 23.958 11.458 L 21.875 11.458 C 21.3 11.458 20.833 11.925 20.833 12.5 C 20.833 13.075 21.3 13.542 21.875 13.542 L 23.958 13.542 C 24.534 13.542 25 13.075 25 12.5 C 25 11.925 24.534 11.458 23.958 11.458 Z M 18.769 1.685 C 18.53 1.547 18.245 1.509 17.978 1.58 C 17.711 1.651 17.483 1.825 17.345 2.065 L 16.303 3.868 C 16.015 4.366 16.186 5.003 16.683 5.291 C 16.841 5.383 17.021 5.432 17.204 5.431 C 17.576 5.431 17.92 5.233 18.106 4.91 L 19.148 3.107 C 19.435 2.61 19.266 1.974 18.769 1.685 Z M 8.32 19.709 C 7.822 19.421 7.185 19.591 6.897 20.089 L 5.855 21.892 C 5.567 22.389 5.737 23.026 6.234 23.315 C 6.392 23.407 6.572 23.455 6.755 23.455 C 7.128 23.456 7.472 23.257 7.658 22.934 L 8.7 21.131 C 8.987 20.634 8.817 19.997 8.32 19.709 Z M 4.911 6.897 L 3.108 5.855 C 2.613 5.588 1.994 5.764 1.713 6.251 C 1.431 6.739 1.588 7.362 2.067 7.658 L 3.87 8.7 C 4.366 8.967 4.984 8.791 5.265 8.304 C 5.547 7.816 5.39 7.193 4.911 6.897 Z M 22.932 17.345 L 21.129 16.303 C 20.633 16.036 20.015 16.212 19.734 16.699 C 19.452 17.187 19.609 17.81 20.088 18.106 L 21.891 19.148 C 22.049 19.24 22.228 19.289 22.411 19.289 C 22.883 19.289 23.296 18.972 23.418 18.516 C 23.54 18.061 23.341 17.581 22.932 17.345 Z M 7.655 2.065 C 7.359 1.586 6.736 1.429 6.248 1.711 C 5.761 1.992 5.585 2.61 5.852 3.106 L 6.894 4.909 C 7.08 5.232 7.424 5.43 7.796 5.43 C 7.979 5.431 8.159 5.382 8.317 5.29 C 8.814 5.002 8.985 4.365 8.697 3.867 Z M 18.103 20.085 C 17.807 19.607 17.184 19.45 16.696 19.731 C 16.209 20.013 16.033 20.631 16.3 21.127 L 17.342 22.93 C 17.638 23.409 18.261 23.566 18.749 23.284 C 19.236 23.002 19.412 22.384 19.145 21.889 Z M 20.611 8.835 C 20.794 8.835 20.974 8.787 21.132 8.696 L 22.935 7.654 C 23.414 7.358 23.571 6.735 23.289 6.247 C 23.008 5.76 22.39 5.584 21.894 5.851 L 20.091 6.893 C 19.683 7.129 19.485 7.609 19.607 8.063 C 19.729 8.518 20.141 8.835 20.611 8.835 Z M 3.868 16.3 L 2.065 17.342 C 1.656 17.577 1.457 18.058 1.579 18.513 C 1.701 18.969 2.114 19.285 2.585 19.285 C 2.768 19.286 2.948 19.237 3.106 19.145 L 4.909 18.103 C 5.388 17.807 5.545 17.184 5.263 16.696 C 4.982 16.209 4.364 16.033 3.868 16.3 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:11470403802,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-101bhmw\",\"data-framer-name\":\"Plan Name + Price\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u4asom\",\"data-framer-name\":\"Plan + Price\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ygu4vr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss03' on, 'ss04' on, 'ss02' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Custom\"})}),className:\"framer-19cekr8\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gotry1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vx2g8t\",\"data-border\":true,\"data-framer-name\":\"Framer Build badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.47)\"},children:\"Starting at\"})}),className:\"framer-148yz06\",\"data-framer-name\":\"Framer Build\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"$12K+\"})}),className:\"framer-1iyuw2w\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h4l70d\",\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.66)\"},children:\"Seeking a different scope of work? We're offering a variety of other design services.\"})}),className:\"framer-q2fkpn\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ka8p6z\",\"data-framer-name\":\"Divider\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-b973ov\",\"data-framer-name\":\"Divider\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y80sjc\",\"data-border\":true,\"data-framer-name\":\"Figma workflow\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j8i090\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rl6xxd\",\"data-framer-name\":\"Figma\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bwdtac\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 9.247 5.239 L 6.571 5.239 L 6.571 0 L 9.247 0 C 10.691 0 11.866 1.175 11.866 2.619 C 11.866 4.064 10.691 5.239 9.247 5.239 M 7.429 4.381 L 9.247 4.381 C 10.218 4.381 11.008 3.59 11.008 2.62 C 11.008 1.649 10.218 0.859 9.247 0.859 L 7.429 0.859 Z M 7.429 5.239 L 4.753 5.239 C 3.309 5.239 2.134 4.064 2.134 2.62 C 2.134 1.175 3.309 0 4.753 0 L 7.429 0 L 7.429 5.239 Z M 4.753 0.858 C 3.782 0.858 2.992 1.648 2.992 2.619 C 2.992 3.59 3.782 4.381 4.753 4.381 L 6.571 4.381 L 6.571 0.858 Z M 7.429 9.619 L 4.753 9.619 C 3.309 9.619 2.134 8.444 2.134 7 C 2.134 5.556 3.309 4.381 4.753 4.381 L 7.429 4.381 L 7.429 9.619 Z M 4.753 5.239 C 3.782 5.239 2.992 6.029 2.992 7 C 2.992 7.971 3.782 8.761 4.753 8.761 L 6.571 8.761 L 6.571 5.239 Z M 4.767 14 C 3.315 14 2.133 12.825 2.133 11.381 C 2.133 9.936 3.308 8.762 4.752 8.762 L 7.429 8.762 L 7.429 11.352 C 7.429 12.812 6.235 14 4.767 14 M 4.753 9.619 C 3.781 9.62 2.993 10.408 2.992 11.38 C 2.992 12.351 3.788 13.141 4.768 13.141 C 5.762 13.141 6.572 12.339 6.572 11.352 L 6.572 9.619 Z M 9.247 9.619 L 9.19 9.619 C 7.746 9.619 6.571 8.444 6.571 7 C 6.571 5.556 7.746 4.381 9.19 4.381 L 9.247 4.381 C 10.691 4.381 11.866 5.556 11.866 7 C 11.866 8.444 10.691 9.619 9.247 9.619 M 9.19 5.239 C 8.219 5.239 7.429 6.029 7.429 7 C 7.429 7.971 8.22 8.761 9.19 8.761 L 9.248 8.761 C 10.219 8.761 11.009 7.971 11.009 7 C 11.009 6.029 10.218 5.239 9.248 5.239 Z\" fill=\"rgb(181, 181, 181)\"></path></svg>',svgContentId:11440160731,withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Figma workflow, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"no development.\"})]})}),className:\"framer-1c1l8mv\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l4xtkw\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-umrp7v\",\"data-framer-name\":\"Web apps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k51fv4\",\"data-framer-name\":\"+ Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hvjf6m\",\"data-framer-name\":\"-\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1501jg9\",\"data-framer-name\":\"-\",style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Web apps\"})}),className:\"framer-1qjsb6p\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bnbmas\",\"data-framer-name\":\"Desktop apps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rsyc81\",\"data-framer-name\":\"+ Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y8gq2z\",\"data-framer-name\":\"-\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lx7liv\",\"data-framer-name\":\"-\",style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Desktop apps\"})}),className:\"framer-bh21v2\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ad4r4\",\"data-framer-name\":\"Mobile apps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p5x1gv\",\"data-framer-name\":\"+ Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6zsgcs\",\"data-framer-name\":\"-\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jccmf3\",\"data-framer-name\":\"-\",style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mobile apps\"})}),className:\"framer-1q76m23\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d3ksys\",\"data-framer-name\":\"CTA Button + Overlay FORM\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 600px) - 88px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 16px) / 3, 1px) - 56px)`,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-ffd9b6-container\",\"data-framer-name\":\"Request Quote \",id:\"ffd9b6\",name:\"Request Quote \",nodeId:\"L9QhEaKSX\",scopeId:\"tloyIFsEU\",children:[/*#__PURE__*/_jsx(Button,{FwYCjRb17:\"32px\",fzu9yex2S:fzu9yex2S3bnx0g({overlay}),height:\"100%\",id:\"L9QhEaKSX\",kNnGz2M4Y:\"Request Quote\",layoutId:\"L9QhEaKSX\",name:\"Request Quote \",style:{height:\"100%\",width:\"100%\"},variant:\"zbbFxZIX3\",width:\"100%\",XPGDkQXgZ:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.41,.98],type:\"tween\"}},className:cx(scopingClassNames,\"framer-jgr7at\"),\"data-framer-name\":\"Form Overlay\",\"data-framer-portal-id\":\"ffd9b6\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.5,0,.41,.98],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"VlMeF_MXu\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"min(91.7949vw, 393px)\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{animate:animation27,className:cx(scopingClassNames,\"framer-1raofrk-container\"),\"data-framer-portal-id\":\"ffd9b6\",exit:animation26,inComponentSlot:true,initial:animation28,nodeId:\"KzcQpq7sA\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{style:{height:\"100%\",maxHeight:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Form,{gspFQHn6J:gspFQHn6J1wnntms({overlay}),height:\"100%\",id:\"KzcQpq7sA\",layoutId:\"KzcQpq7sA\",O0Vtp4BAg:\"38erol\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"MrnGtCcwR\",width:\"100%\"})})})})})]}),getContainer())})})]})})})})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nahbga hidden-15sbfqy hidden-10uuqk2\",\"data-border\":true,\"data-framer-name\":\"Custom Card ( Tablet)\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9bvmh8\",\"data-framer-name\":\"Icon container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ebka4c\",\"data-border\":true,\"data-framer-name\":\"icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z40knz\",\"data-border\":true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-u6gqjl\",\"data-framer-name\":\"loading\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><path d=\"M 13.542 1.042 L 13.542 3.125 C 13.542 3.7 13.075 4.167 12.5 4.167 C 11.925 4.167 11.458 3.7 11.458 3.125 L 11.458 1.042 C 11.458 0.466 11.925 0 12.5 0 C 13.075 0 13.542 0.466 13.542 1.042 Z M 12.5 20.833 C 11.925 20.833 11.458 21.3 11.458 21.875 L 11.458 23.958 C 11.458 24.534 11.925 25 12.5 25 C 13.075 25 13.542 24.534 13.542 23.958 L 13.542 21.875 C 13.542 21.3 13.075 20.833 12.5 20.833 Z M 4.167 12.5 C 4.167 11.925 3.7 11.458 3.125 11.458 L 1.042 11.458 C 0.466 11.458 0 11.925 0 12.5 C 0 13.075 0.466 13.542 1.042 13.542 L 3.125 13.542 C 3.7 13.542 4.167 13.075 4.167 12.5 Z M 23.958 11.458 L 21.875 11.458 C 21.3 11.458 20.833 11.925 20.833 12.5 C 20.833 13.075 21.3 13.542 21.875 13.542 L 23.958 13.542 C 24.534 13.542 25 13.075 25 12.5 C 25 11.925 24.534 11.458 23.958 11.458 Z M 18.769 1.685 C 18.53 1.547 18.245 1.509 17.978 1.58 C 17.711 1.651 17.483 1.825 17.345 2.065 L 16.303 3.868 C 16.015 4.366 16.186 5.003 16.683 5.291 C 16.841 5.383 17.021 5.432 17.204 5.431 C 17.576 5.431 17.92 5.233 18.106 4.91 L 19.148 3.107 C 19.435 2.61 19.266 1.974 18.769 1.685 Z M 8.32 19.709 C 7.822 19.421 7.185 19.591 6.897 20.089 L 5.855 21.892 C 5.567 22.389 5.737 23.026 6.234 23.315 C 6.392 23.407 6.572 23.455 6.755 23.455 C 7.128 23.456 7.472 23.257 7.658 22.934 L 8.7 21.131 C 8.987 20.634 8.817 19.997 8.32 19.709 Z M 4.911 6.897 L 3.108 5.855 C 2.613 5.588 1.994 5.764 1.713 6.251 C 1.431 6.739 1.588 7.362 2.067 7.658 L 3.87 8.7 C 4.366 8.967 4.984 8.791 5.265 8.304 C 5.547 7.816 5.39 7.193 4.911 6.897 Z M 22.932 17.345 L 21.129 16.303 C 20.633 16.036 20.015 16.212 19.734 16.699 C 19.452 17.187 19.609 17.81 20.088 18.106 L 21.891 19.148 C 22.049 19.24 22.228 19.289 22.411 19.289 C 22.883 19.289 23.296 18.972 23.418 18.516 C 23.54 18.061 23.341 17.581 22.932 17.345 Z M 7.655 2.065 C 7.359 1.586 6.736 1.429 6.248 1.711 C 5.761 1.992 5.585 2.61 5.852 3.106 L 6.894 4.909 C 7.08 5.232 7.424 5.43 7.796 5.43 C 7.979 5.431 8.159 5.382 8.317 5.29 C 8.814 5.002 8.985 4.365 8.697 3.867 Z M 18.103 20.085 C 17.807 19.607 17.184 19.45 16.696 19.731 C 16.209 20.013 16.033 20.631 16.3 21.127 L 17.342 22.93 C 17.638 23.409 18.261 23.566 18.749 23.284 C 19.236 23.002 19.412 22.384 19.145 21.889 Z M 20.611 8.835 C 20.794 8.835 20.974 8.787 21.132 8.696 L 22.935 7.654 C 23.414 7.358 23.571 6.735 23.289 6.247 C 23.008 5.76 22.39 5.584 21.894 5.851 L 20.091 6.893 C 19.683 7.129 19.485 7.609 19.607 8.063 C 19.729 8.518 20.141 8.835 20.611 8.835 Z M 3.868 16.3 L 2.065 17.342 C 1.656 17.577 1.457 18.058 1.579 18.513 C 1.701 18.969 2.114 19.285 2.585 19.285 C 2.768 19.286 2.948 19.237 3.106 19.145 L 4.909 18.103 C 5.388 17.807 5.545 17.184 5.263 16.696 C 4.982 16.209 4.364 16.033 3.868 16.3 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:11470403802,withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8kfnb4\",\"data-framer-name\":\"Plan + Price\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xewj3p\",\"data-framer-name\":\"Plan + Price\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Custom\"})}),className:\"framer-rcdmjf\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13la0gs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"$12K+\"})}),className:\"framer-12xktci\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w9du0t\",\"data-border\":true,\"data-framer-name\":\"Framer Build badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.47)\"},children:\"Starting at\"})}),className:\"framer-jwdwxw\",\"data-framer-name\":\"Framer Build\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2w9wbs\",\"data-framer-name\":\"Description + CTA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.66)\"},children:\"Seeking a different scope of work?\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.66)\"},children:\"We're offering a variety of other design services.\"})]}),className:\"framer-d1tlhb\",\"data-framer-name\":\"Descriptino\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,width:\"151px\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-eotggf-container\",\"data-framer-cursor\":\"8mov\",\"data-framer-name\":\"Request Quote (Overlay)\",id:\"eotggf\",name:\"Request Quote (Overlay)\",nodeId:\"gTrpQM_rp\",scopeId:\"tloyIFsEU\",children:[/*#__PURE__*/_jsx(Button,{FwYCjRb17:\"9px\",fzu9yex2S:fzu9yex2S3bnx0g({overlay:overlay1}),height:\"100%\",id:\"gTrpQM_rp\",kNnGz2M4Y:\"Request Quote\",layoutId:\"gTrpQM_rp\",name:\"Request Quote (Overlay)\",style:{height:\"100%\",width:\"100%\"},variant:\"zbbFxZIX3\",width:\"100%\",XPGDkQXgZ:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.41,.98],type:\"tween\"}},className:cx(scopingClassNames,\"framer-18dmvp6\"),\"data-framer-portal-id\":\"eotggf\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.5,0,.41,.98],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"SrmZQSgng\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"393px\",children:/*#__PURE__*/_jsx(Container,{animate:animation27,className:cx(scopingClassNames,\"framer-1juj3hx-container\"),\"data-framer-portal-id\":\"eotggf\",exit:animation26,inComponentSlot:true,initial:animation28,nodeId:\"Nezoa_HRY\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Form,{height:\"100%\",id:\"Nezoa_HRY\",layoutId:\"Nezoa_HRY\",style:{width:\"100%\"},variant:\"MrnGtCcwR\",width:\"100%\"})})})]}),getContainer())})})]})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mgf1v3\",\"data-framer-name\":\"Divider\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-h8l4hj\",\"data-framer-name\":\"Divider\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-57mktk\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10lz4hk\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-199oyct\",\"data-framer-name\":\"Web Apps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mzz9q0\",\"data-framer-name\":\"+ Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yrb6dl\",\"data-framer-name\":\"-\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7f68jd\",\"data-framer-name\":\"-\",style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Web apps\"})}),className:\"framer-cu4xod\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16h2kk5\",\"data-framer-name\":\"Desktop Apps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ghgah3\",\"data-framer-name\":\"+ Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mz1x3t\",\"data-framer-name\":\"-\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nkl77c\",\"data-framer-name\":\"-\",style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Desktop apps\"})}),className:\"framer-1nvzvep\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-340w0a\",\"data-framer-name\":\"Mobile Apps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11okn4w\",\"data-framer-name\":\"+ Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ie9kx4\",\"data-framer-name\":\"-\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1plneqt\",\"data-framer-name\":\"-\",style:{rotate:-90}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mobile apps\"})}),className:\"framer-1eti8hy\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j7uu9b\",\"data-framer-name\":\"Divider\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c80lix\",\"data-border\":true,\"data-framer-name\":\"Figma workflow\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z58zk6\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r0fok8\",\"data-framer-name\":\"Figma\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kqo4zf\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 9.247 5.239 L 6.571 5.239 L 6.571 0 L 9.247 0 C 10.691 0 11.866 1.175 11.866 2.619 C 11.866 4.064 10.691 5.239 9.247 5.239 M 7.429 4.381 L 9.247 4.381 C 10.218 4.381 11.008 3.59 11.008 2.62 C 11.008 1.649 10.218 0.859 9.247 0.859 L 7.429 0.859 Z M 7.429 5.239 L 4.753 5.239 C 3.309 5.239 2.134 4.064 2.134 2.62 C 2.134 1.175 3.309 0 4.753 0 L 7.429 0 L 7.429 5.239 Z M 4.753 0.858 C 3.782 0.858 2.992 1.648 2.992 2.619 C 2.992 3.59 3.782 4.381 4.753 4.381 L 6.571 4.381 L 6.571 0.858 Z M 7.429 9.619 L 4.753 9.619 C 3.309 9.619 2.134 8.444 2.134 7 C 2.134 5.556 3.309 4.381 4.753 4.381 L 7.429 4.381 L 7.429 9.619 Z M 4.753 5.239 C 3.782 5.239 2.992 6.029 2.992 7 C 2.992 7.971 3.782 8.761 4.753 8.761 L 6.571 8.761 L 6.571 5.239 Z M 4.767 14 C 3.315 14 2.133 12.825 2.133 11.381 C 2.133 9.936 3.308 8.762 4.752 8.762 L 7.429 8.762 L 7.429 11.352 C 7.429 12.812 6.235 14 4.767 14 M 4.753 9.619 C 3.781 9.62 2.993 10.408 2.992 11.38 C 2.992 12.351 3.788 13.141 4.768 13.141 C 5.762 13.141 6.572 12.339 6.572 11.352 L 6.572 9.619 Z M 9.247 9.619 L 9.19 9.619 C 7.746 9.619 6.571 8.444 6.571 7 C 6.571 5.556 7.746 4.381 9.19 4.381 L 9.247 4.381 C 10.691 4.381 11.866 5.556 11.866 7 C 11.866 8.444 10.691 9.619 9.247 9.619 M 9.19 5.239 C 8.219 5.239 7.429 6.029 7.429 7 C 7.429 7.971 8.22 8.761 9.19 8.761 L 9.248 8.761 C 10.219 8.761 11.009 7.971 11.009 7 C 11.009 6.029 10.218 5.239 9.248 5.239 Z\" fill=\"rgb(181, 181, 181)\"></path></svg>',svgContentId:11440160731,withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Figma workflow, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"no development.\"})]})}),className:\"framer-psu44z\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation15}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fydtsn\",\"data-framer-name\":\"Contra / Book a Call\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aqs9fj\",\"data-framer-name\":\"Contra\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ta6j5f\",\"data-framer-name\":\"Icon + Framer badge\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8wczl7\",\"data-border\":true,\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10ntxo4\",\"data-framer-name\":\"Contra Logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2652b1\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 23\"><path d=\"M 12.157 10.679 L 22.425 10.679 C 22.589 10.679 22.671 10.679 22.671 10.514 L 22.671 10.186 C 22.671 10.104 22.671 10.021 22.507 10.021 C 17.661 8.707 13.882 5.011 12.65 0.164 L 12.321 0 L 12.075 0 C 11.993 0 11.911 0.082 11.911 0.246 L 11.911 10.514 C 11.911 10.596 11.911 10.679 12.075 10.679 Z M 12.157 22.671 L 12.486 22.671 L 12.65 22.507 C 13.964 17.661 17.661 13.882 22.507 12.65 L 22.671 12.404 L 22.671 12.157 C 22.671 12.075 22.589 11.911 22.425 11.911 L 12.157 11.911 L 11.993 12.157 L 11.993 22.425 C 11.993 22.589 11.993 22.671 12.157 22.671 Z M 10.268 22.671 L 10.514 22.671 C 10.596 22.671 10.679 22.589 10.679 22.425 L 10.679 12.157 C 10.679 12.075 10.679 11.911 10.514 11.911 L 0.246 11.911 C 0.082 11.911 0 12.075 0 12.157 L 0 12.486 C 0 12.568 0 12.65 0.164 12.65 C 5.011 13.882 8.789 17.661 10.021 22.507 Z M 0.246 10.679 L 10.514 10.679 C 10.596 10.679 10.679 10.679 10.679 10.514 L 10.679 0.246 C 10.679 0.082 10.679 0 10.514 0 L 10.186 0 C 10.104 0 10.021 0 10.021 0.164 C 8.707 4.929 4.929 8.789 0.164 10.021 L 0 10.268 L 0 10.514 C 0 10.596 0.082 10.679 0.246 10.679 Z\" fill=\"rgb(0, 0, 0)\"></path></svg>',svgContentId:9109312615,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-141imfk\",\"data-border\":true,\"data-framer-name\":\"Framer expert badge\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><g><defs><linearGradient id=\"idss10392346497_1g1544807749\" x1=\"0.3163317169573231\" x2=\"0.6836682830426769\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"var(--token-4c22ef8e-f878-443b-af67-72a635565db5, rgb(218, 117, 255)) /* {&quot;name&quot;:&quot;framer gradient&quot;} */\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28, 107, 255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 2 0 L 10 0 L 10 4 L 6 4 Z M 2 4 L 6 4 L 10 8 L 2 8 Z M 2 8 L 6 8 L 6 12 Z\" fill=\"url(#idss10392346497_1g1544807749)\"></path></g></svg>',svgContentId:10392346497}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kui7xb\",\"data-framer-name\":\"Framer Logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><g><defs><linearGradient id=\"idss11066473371_1g1544807749\" x1=\"0.3163317169573231\" x2=\"0.6836682830426769\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"var(--token-4c22ef8e-f878-443b-af67-72a635565db5, rgb(218, 117, 255)) /* {&quot;name&quot;:&quot;framer gradient&quot;} */\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28, 107, 255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 2 0 L 10 0 L 10 4 L 6 4 Z M 2 4 L 6 4 L 10 8 L 2 8 Z M 2 8 L 6 8 L 6 12 Z\" fill=\"url(#idss11066473371_1g1544807749)\"></path></g></svg>',svgContentId:11066473371,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\"},children:\"FRAMER EXPERT\"})}),className:\"framer-gjer40\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5b4ife\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\"},children:\"Hire on Contra\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\"},children:\"Hire on Contra\"})}),className:\"framer-znnyjj\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0b038\",\"data-framer-name\":\"Description + CTA\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(56, 56, 56)\"},children:\"Trusted by 20,000+ teams from creative agencies to high growth tech companies.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(56, 56, 56)\"},children:\"Trusted by 20,000+ teams from creative agencies to high growth tech companies.\"})}),className:\"framer-1pnt07w\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yees0a\",\"data-framer-name\":\"CTA Button\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-mwatwu-container\",\"data-framer-cursor\":\"b71k6c\",nodeId:\"EHeKIaVDm\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{variant:\"pB8ql69S1\"}},children:/*#__PURE__*/_jsx(HireContra,{height:\"100%\",id:\"EHeKIaVDm\",layoutId:\"EHeKIaVDm\",style:{height:\"100%\"},variant:\"wMdc37CAI\",width:\"100%\",wJb0AaXGZ:\"32px\"})})})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6r5gn6\",\"data-framer-cursor\":\"cmtctv\",\"data-framer-name\":\"Can't Decide?\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-87ju6c\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-97szo9\",\"data-framer-name\":\"SVG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 14 0 C 7.567 0 2.333 5.171 2.333 11.527 C 2.333 17.575 7.677 23.648 10.863 26.732 C 11.743 27.582 12.872 28.008 14 28.008 C 15.128 28.008 16.259 27.582 17.137 26.732 C 20.322 23.648 25.667 17.575 25.667 11.527 C 25.667 5.171 20.433 0 14 0 Z M 15.516 25.054 C 14.672 25.875 13.328 25.875 12.485 25.054 C 9.566 22.229 4.667 16.714 4.667 11.527 C 4.667 6.458 8.854 2.333 14 2.333 C 19.146 2.333 23.333 6.458 23.333 11.527 C 23.333 16.714 18.435 22.229 15.516 25.054 Z M 20.998 10.632 C 20.935 11.688 20.683 13.142 19.829 13.995 C 18.975 14.849 17.521 15.101 16.465 15.164 C 16.115 15.185 15.773 15.056 15.526 14.808 C 15.278 14.56 15.148 14.218 15.169 13.868 C 15.232 12.812 15.484 11.357 16.338 10.505 C 17.192 9.651 18.646 9.399 19.701 9.336 C 20.051 9.315 20.393 9.444 20.641 9.692 C 20.889 9.94 21.019 10.282 20.998 10.632 Z M 12.831 13.869 C 12.852 14.219 12.722 14.561 12.474 14.809 C 12.227 15.057 11.885 15.186 11.535 15.166 C 10.479 15.103 9.024 14.851 8.171 13.997 C 7.317 13.143 7.065 11.689 7.002 10.633 C 6.981 10.283 7.111 9.941 7.359 9.693 C 7.607 9.446 7.949 9.316 8.299 9.337 C 9.354 9.4 10.809 9.652 11.662 10.506 C 12.516 11.36 12.768 12.814 12.831 13.869 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:9338157762,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gacjnq\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Can't decide? Let's talk\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Can't decide? Let's talk\"})}),className:\"framer-1ry5kqb\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ng7xpb\",\"data-framer-name\":\"Description + CTA Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:\"We're flexible, so if you don't feel like having a call we can take it async.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:\"We're flexible, so if you don't feel like having a call we can take it async.\"})}),className:\"framer-1i9ozyc\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vfe1u9\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dwmtmn-container\",\"data-framer-cursor\":\"b71k6c\",\"data-framer-name\":\"Email\",name:\"Email\",nodeId:\"scalABE4c\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{variant:\"ZBzzJTvaC\"}},children:/*#__PURE__*/_jsx(Button,{FwYCjRb17:\"34px\",height:\"100%\",id:\"scalABE4c\",kNnGz2M4Y:\"Send us an email\",layoutId:\"scalABE4c\",name:\"Email\",style:{height:\"100%\"},variant:\"Yg73VVZhI\",width:\"100%\",XPGDkQXgZ:true,yRt8KFUVT:\"mailto:inquiries@eleveight.studio?subject=Studio%20inquire proposal\"})})})})})})]})]})]})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation14}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,\"aria-label\":\"Bundles Pricing\",className:\"framer-11gl02q\",\"data-framer-name\":\"The founder\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16jljsv\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ic4j5e\",\"data-framer-name\":\"About me\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m5x0qo\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"The founder\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"The founder\"})}),className:\"framer-5nr085\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1700,intrinsicWidth:807,pixelHeight:1700,pixelWidth:807,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 600px) - 40px)`,src:\"https://framerusercontent.com/images/D6LG38VNk11LZfqm6kREm7CSiU.png\",srcSet:\"https://framerusercontent.com/images/D6LG38VNk11LZfqm6kREm7CSiU.png 807w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1700,intrinsicWidth:807,pixelHeight:1700,pixelWidth:807,src:\"https://framerusercontent.com/images/D6LG38VNk11LZfqm6kREm7CSiU.png\",srcSet:\"https://framerusercontent.com/images/D6LG38VNk11LZfqm6kREm7CSiU.png 807w\"},className:\"framer-vrmtd hidden-15sbfqy hidden-2vsd51\",\"data-framer-name\":\"My Pic (mobile)\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1130,intrinsicWidth:1130,pixelHeight:1130,pixelWidth:1130,src:\"https://framerusercontent.com/images/DnRSTqPcrYQDpnnribJXootxTQ.jpg\"},className:\"framer-vkxchr\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nimdsr\",\"data-framer-name\":\"About me\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Fabian Albert, a dedicated designer born in Romania.\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Fabian Albert, a dedicated designer born in Romania.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Fabian Albert, a dedicated designer born in Romania.\"})}),className:\"framer-394yw5\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"I've always had a passion for appealing aesthetics, which ultimately turned into a more niched scope, digital design. I've been exploring design for the past 12 years and worked with multiple start-ups and ventures achieving outstanding results and great conversions.\"})})},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"I've always had a passion for appealing aesthetics, which ultimately turned into a more niched scope, digital design. I've been exploring design for the past 12 years and worked with multiple start-ups and ventures achieving outstanding results and great conversions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"I've always had a passion for appealing aesthetics, which ultimately turned into a more niched scope, digital design. I've been exploring design for the past 12 years and worked with multiple start-ups and ventures achieving outstanding results and great conversions.\"})}),className:\"framer-i43viz\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Attention to details plays a big role in my work which ultimately improves the end experience and creates natural & organic engagement.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Attention to details plays a big role in my work which ultimately improves the end experience and creates natural & organic engagement.\"})}),className:\"framer-nllovb hidden-10uuqk2\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Working directly with people fuels my creativity and pushes me to to achieve remarkable experiences for the end user.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Working directly with people fuels my creativity and pushes me to to achieve remarkable experiences for the end user.\"})}),className:\"framer-15s2f6z hidden-10uuqk2\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ipi4j6 hidden-15sbfqy hidden-2vsd51\",\"data-framer-name\":\"About me (mobile)\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Attention to details plays a big role in my work which ultimately improves the end experience and creates natural & organic engagement.\"})}),className:\"framer-1vdmcyq hidden-15sbfqy\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Working directly with people fuels my creativity and pushes me to to achieve remarkable experiences for the end user.\"})}),className:\"framer-1jrf99i hidden-15sbfqy\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x59a7o hidden-10uuqk2\",\"data-framer-name\":\"My Pic\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1480,intrinsicWidth:1130,pixelHeight:1480,pixelWidth:1130,src:\"https://framerusercontent.com/images/IdjZpCfR5Bj1EK2PIuKfefPoDkg.jpg\"},className:\"framer-1inspu6\"})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__enter:animation15}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11q0tch\",\"data-framer-name\":\"Partners\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-105pxwp\",\"data-framer-name\":\"Title and subtitle\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"Partners\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"left\"},children:\"Partners\"})}),className:\"framer-b1nmwe\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tyrcpg\",\"data-framer-name\":\"Subtitle\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{__framer__animate:{transition:transition36},__framer__animateOnce:true,__framer__enter:animation29,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:60,ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"We\u2019re honored to partner with innovative brands and creatives.\"})}),style:{transformPerspective:1200}},YRo8y_P8B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"We\u2019re honored to partner with innovative brands and creatives that trust in our design expertise.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"We\u2019re honored to partner with innovative brands and creatives that trust in our design expertise.\"})}),className:\"framer-1ql2kg4\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 600px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pel1d9-container\",\"data-framer-cursor\":\"14sfjgv\",nodeId:\"QIlgi0qAb\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{style:{width:\"100%\"},variant:\"nQihihJBS\"}},children:/*#__PURE__*/_jsx(PartnersSection,{height:\"100%\",id:\"QIlgi0qAb\",layoutId:\"QIlgi0qAb\",variant:\"NB3t1_jdx\",width:\"100%\"})})})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1irw6i2 hidden-10uuqk2\",\"data-framer-name\":\"FAQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRo8y_P8B:{width:\"740px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:565,width:`min(${componentViewport?.width||\"100vw\"}, 1100px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9knedf-container\",\"data-framer-name\":\"FAQ Component\",name:\"FAQ Component\",nodeId:\"Vz4viM_R7\",rendersWithMotion:true,scopeId:\"tloyIFsEU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FAQ,{height:\"100%\",id:\"Vz4viM_R7\",layoutId:\"Vz4viM_R7\",name:\"FAQ Component\",style:{width:\"100%\"},variant:\"AwYeMpPnq\",width:\"100%\"})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(\"footer\",{className:\"framer-1wb52gk hidden-10uuqk2\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsxs(\"footer\",{\"aria-label\":\"Footer\",className:\"framer-9rxthd\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://eleveight.studio\",motionChild:true,nodeId:\"n035sAFu0\",openInNewTab:false,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Go home\",className:\"framer-5ug1a3 framer-1fitaf1\",\"data-framer-cursor\":\"dg2cgh\",\"data-framer-name\":\"Link Home\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16wpkpy\",\"data-framer-name\":\"SVG Logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 143 27\"><path d=\"M 27.079 0 L 0.135 0 L 0.135 27 L 27.079 27 Z M 21.817 3.479 C 21.818 5.661 20.954 7.754 19.417 9.299 C 17.881 10.842 15.795 11.709 13.62 11.709 L 13.613 11.709 C 12.916 11.716 12.236 11.89 11.656 12.28 C 11.065 12.679 10.604 13.244 10.333 13.905 C 10.061 14.567 9.99 15.295 10.128 15.997 C 10.267 16.699 10.609 17.344 11.112 17.852 C 11.613 18.357 12.254 18.702 12.951 18.843 C 13.648 18.982 14.371 18.911 15.027 18.636 C 15.684 18.362 16.246 17.898 16.639 17.303 C 17.035 16.707 17.245 16.007 17.245 15.291 L 21.818 15.291 C 21.818 16.918 21.339 18.508 20.441 19.863 C 19.546 21.215 18.271 22.27 16.777 22.894 C 15.286 23.517 13.643 23.68 12.059 23.363 C 10.474 23.044 9.018 22.26 7.878 21.111 C 6.735 19.957 5.958 18.491 5.644 16.897 C 5.329 15.3 5.49 13.646 6.109 12.142 C 6.529 11.117 7.152 10.189 7.939 9.411 C 6.331 7.858 5.423 5.717 5.423 3.479 L 10.014 3.479 C 10.013 4.439 10.393 5.36 11.07 6.04 C 11.746 6.719 12.663 7.1 13.62 7.1 C 14.577 7.1 15.495 6.719 16.171 6.04 C 16.847 5.36 17.227 4.439 17.227 3.479 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 45.577 19.8 C 45.061 19.985 44.342 20.151 43.421 20.298 C 42.518 20.428 41.44 20.492 40.187 20.492 C 38.602 20.492 37.248 20.289 36.123 19.883 C 35.018 19.458 34.179 18.747 33.608 17.75 C 33.037 16.735 32.751 15.331 32.751 13.54 C 32.751 11.102 33.304 9.339 34.41 8.25 C 35.534 7.16 37.266 6.615 39.606 6.615 C 41.283 6.615 42.601 6.855 43.559 7.336 C 44.536 7.816 45.227 8.499 45.632 9.385 C 46.056 10.253 46.268 11.287 46.268 12.487 C 46.268 12.838 46.249 13.217 46.212 13.623 C 46.195 14.023 46.149 14.421 46.074 14.814 L 45.964 14.925 L 36.87 14.925 C 36.999 15.737 37.376 16.273 38.003 16.531 C 38.648 16.79 39.689 16.919 41.126 16.919 C 42.085 16.919 42.877 16.901 43.504 16.864 C 44.149 16.808 44.803 16.735 45.466 16.642 L 45.577 16.725 Z M 42.426 12.017 C 42.426 11.573 42.352 11.195 42.204 10.881 C 42.076 10.549 41.808 10.299 41.403 10.133 C 40.997 9.949 40.399 9.856 39.606 9.856 C 38.445 9.856 37.681 10.059 37.312 10.466 C 36.962 10.853 36.787 11.37 36.787 12.017 Z M 51.639 20.243 L 47.217 20.243 L 47.217 1.602 L 51.639 1.602 Z M 65.432 19.8 C 64.916 19.985 64.198 20.151 63.276 20.298 C 62.373 20.428 61.295 20.492 60.042 20.492 C 58.458 20.492 57.103 20.289 55.979 19.883 C 54.873 19.458 54.035 18.747 53.464 17.75 C 52.893 16.735 52.607 15.331 52.607 13.54 C 52.607 11.102 53.16 9.339 54.265 8.25 C 55.389 7.16 57.122 6.615 59.462 6.615 C 61.139 6.615 62.456 6.855 63.415 7.336 C 64.391 7.816 65.082 8.499 65.488 9.385 C 65.911 10.253 66.123 11.287 66.123 12.487 C 66.123 12.838 66.105 13.217 66.068 13.623 C 66.05 14.023 66.004 14.421 65.93 14.814 L 65.819 14.925 L 56.725 14.925 C 56.854 15.737 57.232 16.273 57.859 16.531 C 58.504 16.79 59.545 16.919 60.982 16.919 C 61.94 16.919 62.733 16.901 63.359 16.864 C 64.004 16.808 64.658 16.735 65.322 16.642 L 65.432 16.725 Z M 62.281 12.017 C 62.281 11.573 62.208 11.195 62.06 10.881 C 61.931 10.549 61.664 10.299 61.258 10.133 C 60.853 9.949 60.254 9.856 59.462 9.856 C 58.301 9.856 57.536 10.059 57.168 10.466 C 56.818 10.853 56.642 11.37 56.642 12.017 Z M 79.852 6.837 L 75.457 20.243 L 69.929 20.243 L 65.783 6.81 L 65.783 6.754 L 70.758 6.754 C 71.145 8.194 71.504 9.755 71.836 11.435 C 72.173 13.046 72.486 14.662 72.776 16.282 L 72.886 16.282 C 73.176 14.664 73.48 13.048 73.799 11.435 C 74.149 9.755 74.517 8.194 74.904 6.754 L 79.852 6.754 Z M 92.244 19.8 C 91.728 19.985 91.01 20.151 90.088 20.298 C 89.185 20.428 88.107 20.492 86.854 20.492 C 85.27 20.492 83.915 20.289 82.791 19.883 C 81.685 19.458 80.847 18.747 80.276 17.75 C 79.704 16.735 79.419 15.331 79.419 13.54 C 79.419 11.102 79.972 9.339 81.077 8.25 C 82.201 7.16 83.933 6.615 86.274 6.615 C 87.951 6.615 89.268 6.855 90.227 7.336 C 91.203 7.816 91.894 8.499 92.3 9.385 C 92.723 10.253 92.935 11.287 92.935 12.487 C 92.935 12.838 92.917 13.217 92.88 13.623 C 92.862 14.023 92.816 14.421 92.742 14.814 L 92.631 14.925 L 83.537 14.925 C 83.666 15.737 84.044 16.273 84.671 16.531 C 85.316 16.79 86.357 16.919 87.794 16.919 C 88.752 16.919 89.545 16.901 90.171 16.864 C 90.816 16.808 91.47 16.735 92.134 16.642 L 92.244 16.725 Z M 89.093 12.017 C 89.093 11.573 89.019 11.195 88.872 10.881 C 88.743 10.549 88.476 10.299 88.071 10.133 C 87.665 9.949 87.066 9.856 86.274 9.856 C 85.113 9.856 84.348 10.059 83.98 10.466 C 83.629 10.853 83.454 11.37 83.454 12.017 Z M 98.39 1.741 C 98.445 2.405 98.473 2.959 98.473 3.403 C 98.472 3.671 98.463 3.938 98.445 4.206 C 98.445 4.464 98.427 4.76 98.39 5.092 C 98.003 5.166 97.625 5.221 97.257 5.258 C 96.889 5.295 96.52 5.314 96.151 5.314 C 95.801 5.314 95.442 5.295 95.073 5.258 C 94.711 5.22 94.352 5.164 93.995 5.092 C 93.961 4.807 93.933 4.52 93.912 4.234 C 93.894 3.966 93.885 3.698 93.884 3.43 C 93.884 3.19 93.893 2.932 93.912 2.655 C 93.93 2.378 93.958 2.073 93.995 1.741 C 94.357 1.649 94.728 1.594 95.101 1.574 C 95.477 1.538 95.855 1.52 96.234 1.519 C 96.584 1.519 96.934 1.537 97.284 1.574 C 97.653 1.593 98.021 1.648 98.39 1.741 Z M 98.39 20.243 L 93.967 20.243 L 93.967 6.754 L 98.39 6.754 Z M 101.375 19.329 C 100.767 19.071 100.324 18.738 100.048 18.332 C 99.772 17.926 99.634 17.436 99.634 16.864 C 99.634 16.347 99.772 15.895 100.048 15.507 C 100.343 15.119 100.73 14.814 101.209 14.593 L 101.209 14.51 C 100.748 14.14 100.407 13.679 100.186 13.125 C 99.984 12.552 99.882 11.897 99.882 11.158 C 99.882 9.681 100.361 8.554 101.32 7.779 C 102.278 7.003 103.936 6.616 106.295 6.616 C 108.23 6.616 109.704 6.893 110.718 7.447 L 110.856 7.447 C 111.144 6.973 111.531 6.567 111.989 6.255 C 112.45 5.942 113.012 5.785 113.675 5.785 C 114.013 5.785 113.902 5.798 114.237 5.84 L 114.237 9.247 C 113.887 9.173 113.933 9.136 113.454 9.136 C 113.067 9.136 112.698 9.173 112.348 9.247 C 112.551 9.782 112.652 10.419 112.652 11.158 C 112.652 12.746 112.173 13.891 111.215 14.593 C 110.257 15.294 108.617 15.645 106.295 15.645 C 105.761 15.645 105.263 15.627 104.802 15.59 C 104.342 15.553 103.918 15.498 103.531 15.424 C 103.457 15.571 103.42 15.747 103.42 15.95 C 103.42 16.245 103.512 16.495 103.697 16.698 C 103.899 16.882 104.24 16.975 104.719 16.975 L 108.7 16.975 C 110.395 16.975 111.657 17.242 112.487 17.778 C 113.334 18.314 113.758 19.348 113.758 20.88 C 113.758 22.394 113.168 23.549 111.989 24.343 C 110.81 25.137 108.82 25.534 106.019 25.534 C 103.715 25.534 102.038 25.22 100.988 24.592 C 99.938 23.982 99.412 23.087 99.412 21.905 C 99.412 21.259 99.587 20.723 99.938 20.299 C 100.288 19.855 100.767 19.56 101.375 19.412 Z M 106.295 12.682 C 107.161 12.682 107.769 12.58 108.119 12.377 C 108.469 12.155 108.644 11.767 108.644 11.213 C 108.644 10.66 108.469 10.253 108.119 9.995 C 107.769 9.736 107.161 9.607 106.295 9.607 C 105.41 9.607 104.793 9.736 104.443 9.995 C 104.093 10.253 103.918 10.66 103.918 11.213 C 103.918 11.767 104.093 12.155 104.443 12.377 C 104.793 12.58 105.41 12.682 106.295 12.682 Z M 106.544 22.265 C 107.52 22.265 108.239 22.219 108.7 22.127 C 109.16 22.034 109.465 21.896 109.612 21.711 C 109.759 21.527 109.833 21.296 109.833 21.019 C 109.833 20.705 109.741 20.455 109.557 20.271 C 109.372 20.068 109.096 19.966 108.727 19.966 L 104.498 19.966 C 104.13 19.966 103.853 20.068 103.669 20.271 C 103.485 20.455 103.393 20.705 103.393 21.019 C 103.393 21.296 103.466 21.527 103.614 21.711 C 103.78 21.896 104.084 22.034 104.526 22.127 C 104.987 22.219 105.659 22.265 106.544 22.265 Z M 119.59 20.243 L 115.168 20.243 L 115.168 1.63 L 119.59 1.63 L 119.59 9.219 L 119.673 9.219 C 119.931 8.388 120.401 7.751 121.083 7.308 C 121.783 6.847 122.696 6.616 123.82 6.616 C 124.888 6.616 125.764 6.791 126.445 7.142 C 127.146 7.493 127.662 8.111 127.993 8.998 C 128.344 9.866 128.519 11.094 128.519 12.682 L 128.519 20.243 L 124.096 20.243 L 124.068 13.54 C 124.068 12.506 123.912 11.767 123.599 11.324 C 123.285 10.881 122.696 10.66 121.829 10.66 C 121.056 10.66 120.493 10.863 120.143 11.269 C 119.793 11.675 119.609 12.358 119.59 13.319 Z M 130.739 16.199 L 130.739 10.382 L 129.08 10.382 L 129.08 6.782 L 131.154 6.782 L 131.983 3.486 L 135.161 3.486 L 135.161 6.782 L 138.174 6.782 L 138.174 10.382 L 135.161 10.382 L 135.161 15.23 C 135.161 15.747 135.226 16.107 135.355 16.31 C 135.484 16.495 135.779 16.587 136.239 16.587 C 136.534 16.587 136.848 16.578 137.179 16.559 L 138.174 16.448 L 138.257 16.504 L 138.257 20.105 C 137.373 20.363 136.203 20.492 134.747 20.492 C 133.291 20.492 132.259 20.16 131.651 19.495 C 131.043 18.83 130.739 17.732 130.739 16.199 Z M 138.474 3.742 L 138.474 3.43 L 140.329 3.43 L 140.329 3.742 L 139.581 3.742 L 139.581 5.831 L 139.221 5.831 L 139.221 3.742 Z M 140.541 3.43 L 140.98 3.43 L 141.743 5.297 L 141.771 5.297 L 142.534 3.43 L 142.973 3.43 L 142.973 5.831 L 142.629 5.831 L 142.629 4.094 L 142.607 4.094 L 141.9 5.828 L 141.614 5.828 L 140.908 4.093 L 140.885 4.093 L 140.885 5.831 L 140.541 5.831 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:10787961040,withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-383fxm-container\",\"data-framer-name\":\"Ticker\",isAuthoredByUser:true,isModuleExternal:true,name:\"Ticker\",nodeId:\"pb6nyc0gW\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:53,height:\"100%\",hoverFactor:1,id:\"pb6nyc0gW\",layoutId:\"pb6nyc0gW\",name:\"Ticker\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4d9um9\",\"data-framer-name\":\" Let's Work Ticker\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-1bzb2kt\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o5ltzr\",\"data-framer-name\":\"Graphic Ticker\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fmqdse\",\"data-framer-name\":\"medical_star\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,style:{rotate:-30},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M22.715 6.586 21.67 4.881l-8.711 5.334V0h-2v10.215L2.248 4.881 1.203 6.586 10.044 12l-8.841 5.414 1.045 1.705 8.711-5.334V24h2V13.785l8.711 5.334 1.045-1.705L13.874 12l8.841-5.414z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-de5cgm\",\"data-framer-name\":\" Let's Work Ticker\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-2ingst\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nw3h3p\",\"data-framer-name\":\"Graphic Ticker\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-uyw8v3\",\"data-framer-name\":\"medical_star\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,style:{rotate:-30},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M22.715 6.586 21.67 4.881l-8.711 5.334V0h-2v10.215L2.248 4.881 1.203 6.586 10.044 12l-8.841 5.414 1.045 1.705 8.711-5.334V24h2V13.785l8.711 5.334 1.045-1.705L13.874 12l8.841-5.414z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o3gbgl\",\"data-framer-name\":\" Let's Work Ticker\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-1lv79bl\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vu4a88\",\"data-framer-name\":\"Graphic Ticker\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jwnk33\",\"data-framer-name\":\"medical_star\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,style:{rotate:-30},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M22.715 6.586 21.67 4.881l-8.711 5.334V0h-2v10.215L2.248 4.881 1.203 6.586 10.044 12l-8.841 5.414 1.045 1.705 8.711-5.334V24h2V13.785l8.711 5.334 1.045-1.705L13.874 12l8.841-5.414z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nywgqd\",\"data-framer-name\":\" Let's Work Ticker\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-11j7d9o\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g0zais\",\"data-framer-name\":\"Graphic Ticker\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ipg6wv\",\"data-framer-name\":\"Star\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,style:{rotate:-30},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M22.715 6.586 21.67 4.881l-8.711 5.334V0h-2v10.215L2.248 4.881 1.203 6.586 10.044 12l-8.841 5.414 1.045 1.705 8.711-5.334V24h2V13.785l8.711 5.334 1.045-1.705L13.874 12l8.841-5.414z\"/></svg>',withExternalLayout:true})})],speed:35,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{\"aria-label\":\"Button\",className:\"framer-1itnfg4\",\"data-framer-cursor\":\"dg2cgh\",\"data-framer-name\":\"Email CTA\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a9ptip-container\",\"data-framer-name\":\"Button\",name:\"Button\",nodeId:\"GhPNwIWUf\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(LetSChatCta,{height:\"100%\",id:\"GhPNwIWUf\",layoutId:\"GhPNwIWUf\",name:\"Button\",rMuQAzjcU:\"inquiries@eleveight.studio\",variant:\"EzGYNhDEg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1poi863\",\"data-framer-name\":\"Logo + Copyright\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ylc4o\",\"data-framer-name\":\"Copyright \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y9bhm6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"maTncXSXl\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(AutoYearCopyright,{color:\"rgba(0, 0, 0, 0.76)\",companyName:\"Eleveight Studio.\",font:{fontFamily:'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",id:\"maTncXSXl\",layoutId:\"maTncXSXl\",rightsText:\"All rights reserved\",showSymbol:\"yes\",showTrademark:\"no\",trademarkType:\"trademark\",width:\"100%\",yearPlacement:\"beforeCompanyName\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1757aho\",\"data-framer-name\":\"A prod. by\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Brought to you by\"})}),className:\"framer-6uii43\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://timeloop.co\",motionChild:true,nodeId:\"CgyNiH5bN\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nh4xaw framer-1fitaf1\",whileHover:animation30,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gbe6ga\",\"data-framer-name\":\"Timeloopblacksmall\",fill:\"black\",intrinsicHeight:148,intrinsicWidth:613,svg:'<svg width=\"613\" height=\"148\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M388.318 31.323c21.954 5.309 30.625 23.728 40.167 40.998 14.901 26.967 16.16 34.231 41.156 42.842\" stroke=\"url(#a)\" stroke-width=\"2.047\"/><path d=\"M439.496 94.247c-.15-.112-6.998-12.443-11.832-21.307-5.77-10.28-9.934-19.285-15.705-26.96-12.067-16.05-16.858 72.44-3.476 59.263 13.891-13.679 31.162-10.883 31.013-10.996Z\" fill=\"url(#b)\"/><path d=\"M418.532 58.533c7.451 22.222-2.837 46.997-22.979 55.336-20.143 8.339-42.513-2.916-49.965-25.138-7.451-22.223 2.837-46.997 22.979-55.336 20.143-8.34 42.513 2.915 49.965 25.138Z\" fill=\"url(#c)\"/><path d=\"M418.599 53.151c.443.308 7.005 11.548 11.641 20.228 5.968 10.9 10.653 20.46 16.538 28.048 12.305 15.868 15.773-72.684 2.589-59.309-13.685 13.885-31.211 10.726-30.768 11.033Z\" fill=\"url(#d)\"/><path d=\"M440.018 88.974c-7.783-22.109 2.133-47.035 22.149-55.674 20.016-8.64 42.552 2.28 50.335 24.388 7.783 22.109-2.134 47.035-22.15 55.674-20.015 8.639-42.551-2.28-50.334-24.388Z\" fill=\"url(#e)\"/><path d=\"M30.298 32.769h53.219v82.25H64.993V47.187H30.298v39.814c0 10.814 3.768 15.238 13.187 15.238 3.297 0 6.908-.492 10.675-1.475l.471-.164v14.419h-.314c-3.924.983-8.477 1.638-12.402 1.638-19.309 0-30.298-10.65-30.298-29.328V47.187H0V32.77h11.617V10.65h18.681v22.12Zm44.114-11.47c-5.18 0-9.263-4.26-9.263-9.666 0-5.243 4.082-9.667 9.263-9.667 5.18 0 9.262 4.424 9.262 9.667 0 5.407-4.082 9.667-9.262 9.667Zm119.525 9.831c14.129 0 31.083 5.899 31.083 34.244v49.481h-18.524v-46.86c0-19.497-11.46-22.446-18.211-22.446-12.559 0-20.251 9.83-20.251 25.887v43.419h-18.682v-46.86c0-19.497-11.303-22.446-18.053-22.446-12.559 0-20.408 9.83-20.408 25.887v43.419H92.366v-82.25h18.525v12.616c5.18-9.011 14.286-14.09 25.903-14.09 14.442 0 24.019 6.062 28.257 18.022 5.495-11.96 15.228-18.023 28.886-18.023Zm38.645 42.928c0-25.724 16.64-42.928 41.758-42.928 12.088 0 21.978 3.933 29.043 11.633 7.692 8.356 11.774 21.136 11.303 34.9v.327h-62.638c1.256 14.746 10.832 24.249 24.49 24.249 8.477 0 16.327-3.605 21.35-9.995l.157-.327 13.187 9.666-.157.164c-8.634 9.831-20.251 14.91-34.38 14.91-26.06 0-44.113-17.531-44.113-42.6Zm19.937-7.21h43.642c-1.727-13.27-10.204-21.3-21.821-21.3-11.931 0-20.251 8.03-21.821 21.3Zm84.986 48.171h-18.524V0h18.524v115.019Zm234.563-83.344c23.58 0 40.004 17.4 40.004 42.281 0 12.034-3.903 22.767-11.058 30.572-7.318 7.806-17.563 12.034-28.946 12.034-12.684 0-23.254-5.366-29.596-14.961v45.696h-19.189V33.139h19.189v13.497c6.342-9.594 16.912-14.96 29.596-14.96Zm-4.553 70.577c15.123 0 24.718-11.058 24.718-28.133s-9.595-28.133-24.718-28.133c-15.124 0-25.043 11.058-25.043 28.133s9.919 28.133 25.043 28.133Z\" fill=\"#000\"/><defs><linearGradient id=\"a\" x1=\"393.88\" y1=\"31.008\" x2=\"461.721\" y2=\"117.768\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\" stop-opacity=\"0\"/><stop offset=\".425\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"b\" x1=\"345.802\" y1=\"88.984\" x2=\"423.437\" y2=\"49.551\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#BDBDBD\"/><stop offset=\".07\" stop-color=\"#BBB\"/><stop offset=\".131\" stop-color=\"#B8B8B8\"/><stop offset=\".185\" stop-color=\"#B4B4B4\"/><stop offset=\".234\" stop-color=\"#ADADAD\"/><stop offset=\".281\" stop-color=\"#A5A5A5\"/><stop offset=\".326\" stop-color=\"#9B9B9B\"/><stop offset=\".372\" stop-color=\"#909090\"/><stop offset=\".421\" stop-color=\"#838383\"/><stop offset=\".475\" stop-color=\"#757575\"/><stop offset=\".535\" stop-color=\"#656565\"/><stop offset=\".603\" stop-color=\"#545454\"/><stop offset=\".682\" stop-color=\"#414141\"/><stop offset=\".773\" stop-color=\"#2D2D2D\"/><stop offset=\".879\" stop-color=\"#171717\"/><stop offset=\"1\"/></linearGradient><linearGradient id=\"c\" x1=\"345.802\" y1=\"88.984\" x2=\"423.437\" y2=\"49.551\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#BDBDBD\"/><stop offset=\".07\" stop-color=\"#BBB\"/><stop offset=\".131\" stop-color=\"#B8B8B8\"/><stop offset=\".185\" stop-color=\"#B4B4B4\"/><stop offset=\".234\" stop-color=\"#ADADAD\"/><stop offset=\".281\" stop-color=\"#A5A5A5\"/><stop offset=\".326\" stop-color=\"#9B9B9B\"/><stop offset=\".372\" stop-color=\"#909090\"/><stop offset=\".421\" stop-color=\"#838383\"/><stop offset=\".475\" stop-color=\"#757575\"/><stop offset=\".535\" stop-color=\"#656565\"/><stop offset=\".603\" stop-color=\"#545454\"/><stop offset=\".682\" stop-color=\"#414141\"/><stop offset=\".773\" stop-color=\"#2D2D2D\"/><stop offset=\".879\" stop-color=\"#171717\"/><stop offset=\"1\"/></linearGradient><linearGradient id=\"d\" x1=\"512.284\" y1=\"57.438\" x2=\"435.416\" y2=\"97.904\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#CACACA\"/><stop offset=\".05\" stop-color=\"#C8C8C8\"/><stop offset=\".096\" stop-color=\"#C5C5C5\"/><stop offset=\".141\" stop-color=\"#C2C2C2\"/><stop offset=\".185\" stop-color=\"#BDBDBD\"/><stop offset=\".23\" stop-color=\"#B7B7B7\"/><stop offset=\".276\" stop-color=\"#B0B0B0\"/><stop offset=\".326\" stop-color=\"#A8A8A8\"/><stop offset=\".381\" stop-color=\"#9E9E9E\"/><stop offset=\".442\" stop-color=\"#929292\"/><stop offset=\".509\" stop-color=\"#858585\"/><stop offset=\".585\" stop-color=\"#767676\"/><stop offset=\".671\" stop-color=\"#656565\"/><stop offset=\".768\" stop-color=\"#525252\"/><stop offset=\".877\" stop-color=\"#3D3D3D\"/><stop offset=\"1\" stop-color=\"#262626\"/></linearGradient><linearGradient id=\"e\" x1=\"512.284\" y1=\"57.438\" x2=\"435.416\" y2=\"97.904\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#CACACA\"/><stop offset=\".05\" stop-color=\"#C8C8C8\"/><stop offset=\".096\" stop-color=\"#C5C5C5\"/><stop offset=\".141\" stop-color=\"#C2C2C2\"/><stop offset=\".185\" stop-color=\"#BDBDBD\"/><stop offset=\".23\" stop-color=\"#B7B7B7\"/><stop offset=\".276\" stop-color=\"#B0B0B0\"/><stop offset=\".326\" stop-color=\"#A8A8A8\"/><stop offset=\".381\" stop-color=\"#9E9E9E\"/><stop offset=\".442\" stop-color=\"#929292\"/><stop offset=\".509\" stop-color=\"#858585\"/><stop offset=\".585\" stop-color=\"#767676\"/><stop offset=\".671\" stop-color=\"#656565\"/><stop offset=\".768\" stop-color=\"#525252\"/><stop offset=\".877\" stop-color=\"#3D3D3D\"/><stop offset=\"1\" stop-color=\"#262626\"/></linearGradient></defs></svg>',withExternalLayout:true})})})]})]})})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cqq3py hidden-15sbfqy hidden-2vsd51\",\"data-framer-name\":\"FAQ + Footer (mobile)\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 600px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:573,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wtkrzo-container\",nodeId:\"XnfIWSYX9\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(FAQMobile,{height:\"100%\",id:\"XnfIWSYX9\",layoutId:\"XnfIWSYX9\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"OAL9slZp5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-1gyatyg\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nk3rv\",\"data-framer-name\":\"Footer\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://eleveight.studio\",motionChild:true,nodeId:\"wpzlWvodV\",openInNewTab:false,scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Go home\",className:\"framer-70vayf framer-1fitaf1\",\"data-framer-name\":\"https://eleveight.studio\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16aea8m\",\"data-framer-name\":\"https://eleveight.studio\",description:\"eleveight logo\",fill:\"black\",intrinsicHeight:179,intrinsicWidth:950,svg:'<svg width=\"950\" height=\"179\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M179.895 0h-179v179h179V0Zm-34.954 23.066a54.617 54.617 0 0 1-15.949 38.581 54.405 54.405 0 0 1-38.507 15.981h-.051c-4.63.042-9.145 1.195-12.998 3.784a23.978 23.978 0 0 0-8.79 10.774 24.137 24.137 0 0 0-1.359 13.871 24.049 24.049 0 0 0 6.532 12.292 23.828 23.828 0 0 0 12.221 6.571c4.63.926 9.43.45 13.79-1.367a23.898 23.898 0 0 0 10.712-8.842 24.103 24.103 0 0 0 4.023-13.337h30.377a54.795 54.795 0 0 1-9.142 30.313 54.317 54.317 0 0 1-24.345 20.095 53.951 53.951 0 0 1-31.341 3.105 54.15 54.15 0 0 1-27.775-14.932 54.663 54.663 0 0 1-14.845-27.937 54.857 54.857 0 0 1 3.087-31.524 54.58 54.58 0 0 1 12.158-18.1 54.615 54.615 0 0 1-16.71-39.328h30.495a24.03 24.03 0 0 0 7.018 16.976 23.937 23.937 0 0 0 16.943 7.031 23.939 23.939 0 0 0 16.943-7.031 24.033 24.033 0 0 0 7.018-16.976h30.495Z\" fill=\"#000\"/><path d=\"M302.782 131.266c-3.427 1.224-8.202 2.326-14.323 3.305-5.998.857-13.16 1.285-21.484 1.285-10.529 0-19.526-1.346-26.994-4.039-7.345-2.816-12.915-7.529-16.71-14.14-3.795-6.733-5.693-16.037-5.693-27.912 0-16.16 3.673-27.85 11.018-35.073 7.468-7.223 18.975-10.834 34.522-10.834 11.14 0 19.894 1.591 26.259 4.774 6.489 3.183 11.079 7.713 13.773 13.589 2.815 5.754 4.223 12.61 4.223 20.566 0 2.326-.122 4.836-.367 7.53a55.838 55.838 0 0 1-.918 7.895l-.735.735h-60.414c.857 5.386 3.366 8.936 7.529 10.65 4.284 1.714 11.201 2.571 20.75 2.571 6.366 0 11.63-.122 15.792-.367 4.285-.367 8.631-.857 13.038-1.469l.734.551v20.383Zm-20.933-51.6c0-2.938-.49-5.448-1.47-7.53-.856-2.203-2.632-3.855-5.325-4.957-2.693-1.224-6.672-1.836-11.936-1.836-7.712 0-12.793 1.346-15.241 4.04-2.326 2.57-3.489 5.998-3.489 10.283h37.461Zm61.209 54.539h-29.38V10.622h29.38v123.583Zm91.633-2.939c-3.428 1.224-8.203 2.326-14.324 3.305-5.998.857-13.16 1.285-21.484 1.285-10.528 0-19.526-1.346-26.994-4.039-7.345-2.816-12.915-7.529-16.71-14.14-3.795-6.733-5.693-16.037-5.693-27.912 0-16.16 3.673-27.85 11.018-35.073 7.468-7.223 18.975-10.834 34.522-10.834 11.141 0 19.894 1.591 26.26 4.774 6.488 3.183 11.079 7.713 13.772 13.589 2.815 5.754 4.223 12.61 4.223 20.566 0 2.326-.122 4.836-.367 7.53a55.547 55.547 0 0 1-.918 7.895l-.735.735h-60.414c.857 5.386 3.367 8.936 7.529 10.65 4.285 1.714 11.201 2.571 20.75 2.571 6.366 0 11.63-.122 15.792-.367 4.285-.367 8.631-.857 13.038-1.469l.735.551v20.383Zm-20.934-51.6c0-2.938-.49-5.448-1.469-7.53-.857-2.203-2.632-3.855-5.326-4.957-2.693-1.224-6.671-1.836-11.936-1.836-7.712 0-12.792 1.346-15.241 4.04-2.326 2.57-3.489 5.998-3.489 10.283h37.461Zm116.728-34.338-29.197 88.877h-36.726l-27.544-89.06v-.368h33.053c2.571 9.549 4.958 19.894 7.161 31.034a1124.363 1124.363 0 0 1 6.244 32.135h.734a1773.74 1773.74 0 0 1 6.06-32.135c2.326-11.14 4.775-21.485 7.345-31.034h32.87v.551Zm82.327 85.938c-3.428 1.224-8.203 2.326-14.324 3.305-5.998.857-13.16 1.285-21.484 1.285-10.528 0-19.526-1.346-26.994-4.039-7.345-2.816-12.915-7.529-16.71-14.14-3.795-6.733-5.693-16.037-5.693-27.912 0-16.16 3.673-27.85 11.018-35.073 7.468-7.223 18.975-10.834 34.523-10.834 11.14 0 19.893 1.591 26.259 4.774 6.488 3.183 11.079 7.713 13.772 13.589 2.816 5.754 4.223 12.61 4.223 20.566 0 2.326-.122 4.836-.367 7.53a55.547 55.547 0 0 1-.918 7.895l-.735.735h-60.414c.857 5.386 3.367 8.936 7.529 10.65 4.285 1.714 11.201 2.571 20.75 2.571 6.366 0 11.63-.122 15.792-.367 4.285-.367 8.631-.857 13.038-1.469l.735.551v20.383Zm-20.934-51.6c0-2.938-.49-5.448-1.469-7.53-.857-2.203-2.632-3.855-5.325-4.957-2.694-1.224-6.672-1.836-11.936-1.836-7.713 0-12.793 1.346-15.242 4.04-2.326 2.57-3.489 5.998-3.489 10.283h37.461Zm61.761-68.126c.367 4.407.551 8.08.551 11.018a80.41 80.41 0 0 1-.184 5.325c0 1.714-.122 3.672-.367 5.876-2.571.49-5.081.857-7.529 1.102a73.796 73.796 0 0 1-7.345.367c-2.326 0-4.713-.122-7.162-.367a78.312 78.312 0 0 1-7.161-1.102 124.956 124.956 0 0 1-.551-5.692 79.73 79.73 0 0 1-.184-5.326c0-1.591.061-3.305.184-5.141.122-1.837.306-3.857.551-6.06a38.046 38.046 0 0 1 7.345-1.102 79.39 79.39 0 0 1 7.529-.367c2.326 0 4.652.122 6.977.367 2.449.122 4.897.49 7.346 1.102Zm0 122.664h-29.381V44.777h29.381v89.427Zm19.83-6.059c-4.04-1.714-6.978-3.918-8.814-6.611-1.836-2.693-2.754-5.937-2.754-9.732 0-3.428.918-6.427 2.754-8.998 1.959-2.571 4.53-4.59 7.713-6.06v-.55c-3.061-2.45-5.326-5.51-6.795-9.182-1.346-3.795-2.02-8.141-2.02-13.038 0-9.794 3.183-17.261 9.549-22.403 6.366-5.142 17.384-7.712 33.053-7.712 12.855 0 22.648 1.836 29.381 5.509h.918a25.773 25.773 0 0 1 7.529-7.897c3.061-2.08 6.794-3.121 11.202-3.121 2.241 0 1.508.089 3.733.367v22.587c-2.326-.49-2.02-.735-5.202-.735-2.571 0-5.02.245-7.346.734 1.347 3.55 2.02 7.774 2.02 12.671 0 10.528-3.183 18.118-9.548 22.77-6.366 4.652-17.262 6.978-32.687 6.978-3.55 0-6.855-.122-9.916-.367-3.06-.245-5.876-.612-8.447-1.102-.489.979-.734 2.142-.734 3.489 0 1.959.612 3.611 1.836 4.958 1.347 1.224 3.612 1.836 6.795 1.836h26.442c11.263 0 19.649 1.775 25.158 5.325 5.631 3.551 8.446 10.406 8.446 20.567 0 10.038-3.917 17.69-11.752 22.954-7.835 5.264-21.056 7.896-39.664 7.896-15.302 0-26.443-2.081-33.42-6.244-6.978-4.039-10.467-9.977-10.467-17.812 0-4.284 1.163-7.835 3.489-10.65 2.326-2.938 5.508-4.897 9.548-5.876v-.551Zm32.686-44.071c5.754 0 9.794-.674 12.12-2.02 2.326-1.47 3.489-4.04 3.489-7.713 0-3.672-1.163-6.366-3.489-8.08-2.326-1.713-6.366-2.57-12.12-2.57-5.876 0-9.977.857-12.303 2.57-2.326 1.714-3.489 4.408-3.489 8.08 0 3.673 1.163 6.244 3.489 7.713 2.326 1.346 6.427 2.02 12.303 2.02Zm1.653 63.535c6.488 0 11.263-.306 14.323-.918 3.061-.612 5.081-1.53 6.06-2.754.979-1.224 1.469-2.755 1.469-4.591 0-2.081-.612-3.734-1.836-4.958-1.224-1.346-3.061-2.02-5.509-2.02H694.22c-2.449 0-4.285.674-5.509 2.02-1.225 1.224-1.837 2.877-1.837 4.958 0 1.836.49 3.367 1.469 4.591 1.102 1.224 3.122 2.142 6.06 2.754 3.061.612 7.529.918 13.405.918Zm86.674-13.404h-29.38v-123.4h29.38V61.12h.551c1.714-5.509 4.836-9.732 9.365-12.67 4.652-3.06 10.712-4.591 18.18-4.591 7.1 0 12.915 1.163 17.444 3.489 4.652 2.326 8.08 6.427 10.284 12.303 2.326 5.754 3.489 13.895 3.489 24.423v50.131h-29.381l-.184-44.439c0-6.855-1.04-11.752-3.121-14.69-2.082-2.938-5.999-4.407-11.753-4.407-5.141 0-8.875 1.346-11.201 4.04-2.326 2.693-3.55 7.222-3.673 13.588v45.908Zm74.063-26.811V68.832h-11.018V44.96H871.3l5.508-21.852h21.118V44.96h20.016v23.872h-20.016v32.135c0 3.428.428 5.815 1.285 7.161.857 1.225 2.816 1.837 5.876 1.837 1.959 0 4.04-.062 6.244-.184l6.611-.734.55.367v23.872c-5.876 1.714-13.649 2.571-23.321 2.571-9.671 0-16.526-2.204-20.566-6.611-4.04-4.407-6.06-11.691-6.06-21.852Zm51.389-82.586v-2.067h12.322v2.067h-4.968v13.85h-2.394v-13.85h-4.96Zm13.732-2.068h2.915l5.069 12.375h.187l5.069-12.375h2.915v15.92h-2.286V27.14h-.147l-4.696 11.497h-1.897l-4.696-11.504h-.148V38.66h-2.285V22.74Z\" fill=\"#000\"/></svg>',title:\"Eleveight Logo\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kh5qek-container\",\"data-framer-name\":\"let work together ticker\",isAuthoredByUser:true,isModuleExternal:true,name:\"let work together ticker\",nodeId:\"x4AwPKckK\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:44,height:\"100%\",hoverFactor:1,id:\"x4AwPKckK\",layoutId:\"x4AwPKckK\",name:\"let work together ticker\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fueb91\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-scz6jb\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v6ely8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-1oor81q\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l00ms9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-18q41ko\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19atqmx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\"},children:\"Let's work together\"})}),className:\"framer-16tb623\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:44,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gpll90\",\"data-framer-name\":\"Email\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MN9jRQXH8:{width:`min((${componentViewport?.width||\"100vw\"} - 32px) * 1.1, 600px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19fumlw-container\",nodeId:\"a1yhHPrMl\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(LetSChatCta,{height:\"100%\",id:\"a1yhHPrMl\",layoutId:\"a1yhHPrMl\",rMuQAzjcU:\"inquiries@eleveight.studio\",style:{width:\"100%\"},variant:\"RRhprPhxh\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16qc5lz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15x56ux\",\"data-framer-name\":\"all rightts\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q56jkl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pEUPGg_JC\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(AutoYearCopyright,{color:\"rgba(0, 0, 0, 0.56)\",companyName:\"Eleveight Studio.\",font:{fontFamily:'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.02em\",lineHeight:\"1.2em\",textAlign:\"center\"},height:\"100%\",id:\"pEUPGg_JC\",layoutId:\"pEUPGg_JC\",rightsText:\"All rights reserved\",showSymbol:\"yes\",showTrademark:\"no\",style:{width:\"100%\"},trademarkType:\"trademark\",width:\"100%\",yearPlacement:\"beforeCompanyName\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bie5e6\",\"data-framer-name\":\"A prod. by\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Brought to you by\"})}),className:\"framer-1mzwpj9\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://timeloop.co\",motionChild:true,nodeId:\"TFhg6kUlm\",scopeId:\"tloyIFsEU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gswvnn framer-1fitaf1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1c48nw3\",\"data-framer-name\":\"Timeloopblacksmall\",fill:\"black\",intrinsicHeight:148,intrinsicWidth:613,svg:'<svg width=\"613\" height=\"148\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M388.318 31.323c21.954 5.309 30.625 23.728 40.167 40.998 14.901 26.967 16.16 34.231 41.156 42.842\" stroke=\"url(#a)\" stroke-width=\"2.047\"/><path d=\"M439.496 94.247c-.15-.112-6.998-12.443-11.832-21.307-5.77-10.28-9.934-19.285-15.705-26.96-12.067-16.05-16.858 72.44-3.476 59.263 13.891-13.679 31.162-10.883 31.013-10.996Z\" fill=\"url(#b)\"/><path d=\"M418.532 58.533c7.451 22.222-2.837 46.997-22.979 55.336-20.143 8.339-42.513-2.916-49.965-25.138-7.451-22.223 2.837-46.997 22.979-55.336 20.143-8.34 42.513 2.915 49.965 25.138Z\" fill=\"url(#c)\"/><path d=\"M418.599 53.151c.443.308 7.005 11.548 11.641 20.228 5.968 10.9 10.653 20.46 16.538 28.048 12.305 15.868 15.773-72.684 2.589-59.309-13.685 13.885-31.211 10.726-30.768 11.033Z\" fill=\"url(#d)\"/><path d=\"M440.018 88.974c-7.783-22.109 2.133-47.035 22.149-55.674 20.016-8.64 42.552 2.28 50.335 24.388 7.783 22.109-2.134 47.035-22.15 55.674-20.015 8.639-42.551-2.28-50.334-24.388Z\" fill=\"url(#e)\"/><path d=\"M30.298 32.769h53.219v82.25H64.993V47.187H30.298v39.814c0 10.814 3.768 15.238 13.187 15.238 3.297 0 6.908-.492 10.675-1.475l.471-.164v14.419h-.314c-3.924.983-8.477 1.638-12.402 1.638-19.309 0-30.298-10.65-30.298-29.328V47.187H0V32.77h11.617V10.65h18.681v22.12Zm44.114-11.47c-5.18 0-9.263-4.26-9.263-9.666 0-5.243 4.082-9.667 9.263-9.667 5.18 0 9.262 4.424 9.262 9.667 0 5.407-4.082 9.667-9.262 9.667Zm119.525 9.831c14.129 0 31.083 5.899 31.083 34.244v49.481h-18.524v-46.86c0-19.497-11.46-22.446-18.211-22.446-12.559 0-20.251 9.83-20.251 25.887v43.419h-18.682v-46.86c0-19.497-11.303-22.446-18.053-22.446-12.559 0-20.408 9.83-20.408 25.887v43.419H92.366v-82.25h18.525v12.616c5.18-9.011 14.286-14.09 25.903-14.09 14.442 0 24.019 6.062 28.257 18.022 5.495-11.96 15.228-18.023 28.886-18.023Zm38.645 42.928c0-25.724 16.64-42.928 41.758-42.928 12.088 0 21.978 3.933 29.043 11.633 7.692 8.356 11.774 21.136 11.303 34.9v.327h-62.638c1.256 14.746 10.832 24.249 24.49 24.249 8.477 0 16.327-3.605 21.35-9.995l.157-.327 13.187 9.666-.157.164c-8.634 9.831-20.251 14.91-34.38 14.91-26.06 0-44.113-17.531-44.113-42.6Zm19.937-7.21h43.642c-1.727-13.27-10.204-21.3-21.821-21.3-11.931 0-20.251 8.03-21.821 21.3Zm84.986 48.171h-18.524V0h18.524v115.019Zm234.563-83.344c23.58 0 40.004 17.4 40.004 42.281 0 12.034-3.903 22.767-11.058 30.572-7.318 7.806-17.563 12.034-28.946 12.034-12.684 0-23.254-5.366-29.596-14.961v45.696h-19.189V33.139h19.189v13.497c6.342-9.594 16.912-14.96 29.596-14.96Zm-4.553 70.577c15.123 0 24.718-11.058 24.718-28.133s-9.595-28.133-24.718-28.133c-15.124 0-25.043 11.058-25.043 28.133s9.919 28.133 25.043 28.133Z\" fill=\"#000\"/><defs><linearGradient id=\"a\" x1=\"393.88\" y1=\"31.008\" x2=\"461.721\" y2=\"117.768\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\" stop-opacity=\"0\"/><stop offset=\".425\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"b\" x1=\"345.802\" y1=\"88.984\" x2=\"423.437\" y2=\"49.551\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#BDBDBD\"/><stop offset=\".07\" stop-color=\"#BBB\"/><stop offset=\".131\" stop-color=\"#B8B8B8\"/><stop offset=\".185\" stop-color=\"#B4B4B4\"/><stop offset=\".234\" stop-color=\"#ADADAD\"/><stop offset=\".281\" stop-color=\"#A5A5A5\"/><stop offset=\".326\" stop-color=\"#9B9B9B\"/><stop offset=\".372\" stop-color=\"#909090\"/><stop offset=\".421\" stop-color=\"#838383\"/><stop offset=\".475\" stop-color=\"#757575\"/><stop offset=\".535\" stop-color=\"#656565\"/><stop offset=\".603\" stop-color=\"#545454\"/><stop offset=\".682\" stop-color=\"#414141\"/><stop offset=\".773\" stop-color=\"#2D2D2D\"/><stop offset=\".879\" stop-color=\"#171717\"/><stop offset=\"1\"/></linearGradient><linearGradient id=\"c\" x1=\"345.802\" y1=\"88.984\" x2=\"423.437\" y2=\"49.551\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#BDBDBD\"/><stop offset=\".07\" stop-color=\"#BBB\"/><stop offset=\".131\" stop-color=\"#B8B8B8\"/><stop offset=\".185\" stop-color=\"#B4B4B4\"/><stop offset=\".234\" stop-color=\"#ADADAD\"/><stop offset=\".281\" stop-color=\"#A5A5A5\"/><stop offset=\".326\" stop-color=\"#9B9B9B\"/><stop offset=\".372\" stop-color=\"#909090\"/><stop offset=\".421\" stop-color=\"#838383\"/><stop offset=\".475\" stop-color=\"#757575\"/><stop offset=\".535\" stop-color=\"#656565\"/><stop offset=\".603\" stop-color=\"#545454\"/><stop offset=\".682\" stop-color=\"#414141\"/><stop offset=\".773\" stop-color=\"#2D2D2D\"/><stop offset=\".879\" stop-color=\"#171717\"/><stop offset=\"1\"/></linearGradient><linearGradient id=\"d\" x1=\"512.284\" y1=\"57.438\" x2=\"435.416\" y2=\"97.904\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#CACACA\"/><stop offset=\".05\" stop-color=\"#C8C8C8\"/><stop offset=\".096\" stop-color=\"#C5C5C5\"/><stop offset=\".141\" stop-color=\"#C2C2C2\"/><stop offset=\".185\" stop-color=\"#BDBDBD\"/><stop offset=\".23\" stop-color=\"#B7B7B7\"/><stop offset=\".276\" stop-color=\"#B0B0B0\"/><stop offset=\".326\" stop-color=\"#A8A8A8\"/><stop offset=\".381\" stop-color=\"#9E9E9E\"/><stop offset=\".442\" stop-color=\"#929292\"/><stop offset=\".509\" stop-color=\"#858585\"/><stop offset=\".585\" stop-color=\"#767676\"/><stop offset=\".671\" stop-color=\"#656565\"/><stop offset=\".768\" stop-color=\"#525252\"/><stop offset=\".877\" stop-color=\"#3D3D3D\"/><stop offset=\"1\" stop-color=\"#262626\"/></linearGradient><linearGradient id=\"e\" x1=\"512.284\" y1=\"57.438\" x2=\"435.416\" y2=\"97.904\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#CACACA\"/><stop offset=\".05\" stop-color=\"#C8C8C8\"/><stop offset=\".096\" stop-color=\"#C5C5C5\"/><stop offset=\".141\" stop-color=\"#C2C2C2\"/><stop offset=\".185\" stop-color=\"#BDBDBD\"/><stop offset=\".23\" stop-color=\"#B7B7B7\"/><stop offset=\".276\" stop-color=\"#B0B0B0\"/><stop offset=\".326\" stop-color=\"#A8A8A8\"/><stop offset=\".381\" stop-color=\"#9E9E9E\"/><stop offset=\".442\" stop-color=\"#929292\"/><stop offset=\".509\" stop-color=\"#858585\"/><stop offset=\".585\" stop-color=\"#767676\"/><stop offset=\".671\" stop-color=\"#656565\"/><stop offset=\".768\" stop-color=\"#525252\"/><stop offset=\".877\" stop-color=\"#3D3D3D\"/><stop offset=\"1\" stop-color=\"#262626\"/></linearGradient></defs></svg>',withExternalLayout:true})})})]})]})]})})]})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DGUrw.framer-1fitaf1, .framer-DGUrw .framer-1fitaf1 { display: block; }\",'.framer-DGUrw.framer-15sbfqy { --selection-background-color: var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, #d0ff00) /* {\"name\":\"lime\"} */; --selection-color: #000000; align-content: center; align-items: center; background-color: #f0f0f0; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 78px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 35px 0px 0px 0px; position: relative; width: 1200px; }',\".framer-DGUrw .framer-11inaft { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-DGUrw .framer-1v989yc { flex: none; height: 46px; opacity: 0; overflow: hidden; position: relative; text-decoration: none; width: 46px; z-index: 1; }\",\".framer-DGUrw .framer-1axmxtt { flex: none; height: 42px; left: calc(50.00000000000002% - 42px / 2); position: absolute; top: calc(50.00000000000002% - 42px / 2); width: 42px; }\",\".framer-DGUrw .framer-hjy03o-container { bottom: -49px; flex: none; height: auto; left: -42px; position: absolute; width: auto; z-index: 1; }\",\".framer-DGUrw .framer-18cacf0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; opacity: 0; overflow: visible; padding: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 1px / 2); width: 1px; z-index: 1; }\",\".framer-DGUrw .framer-1eooe3g { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1px); position: relative; width: 1px; }\",\".framer-DGUrw .framer-15gz2jf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-DGUrw .framer-1thze9a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1046px; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-13wjnx3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 4px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1kv4y6u { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 582px; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-117z66z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-dhw74q { --border-bottom-width: 1px; --border-color: #e8e8e8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 106px; border-bottom-right-radius: 106px; border-top-left-radius: 106px; border-top-right-radius: 106px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DGUrw .framer-a7z0ft, .framer-DGUrw .framer-13oyjtn, .framer-DGUrw .framer-1uivy9q, .framer-DGUrw .framer-1b71q52, .framer-DGUrw .framer-7801q1, .framer-DGUrw .framer-fag80r, .framer-DGUrw .framer-jooy1a, .framer-DGUrw .framer-1jcrh90, .framer-DGUrw .framer-1w00anx, .framer-DGUrw .framer-1vxpecn, .framer-DGUrw .framer-1k65t61, .framer-DGUrw .framer-o2vkfh, .framer-DGUrw .framer-1l62414, .framer-DGUrw .framer-47kpc8, .framer-DGUrw .framer-a99rhm, .framer-DGUrw .framer-d1fhcz, .framer-DGUrw .framer-1tmr7qz, .framer-DGUrw .framer-198zft0, .framer-DGUrw .framer-93ofgk, .framer-DGUrw .framer-7oycfc, .framer-DGUrw .framer-1ungkqt, .framer-DGUrw .framer-zqf8n1, .framer-DGUrw .framer-1w6cco5, .framer-DGUrw .framer-11taz4y, .framer-DGUrw .framer-20wxo3, .framer-DGUrw .framer-3vxn0w, .framer-DGUrw .framer-148yz06, .framer-DGUrw .framer-1iyuw2w, .framer-DGUrw .framer-12xktci, .framer-DGUrw .framer-jwdwxw, .framer-DGUrw .framer-cu4xod, .framer-DGUrw .framer-1nvzvep, .framer-DGUrw .framer-1eti8hy, .framer-DGUrw .framer-znnyjj, .framer-DGUrw .framer-1ry5kqb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-DGUrw .framer-18bu1vj { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 106px; border-bottom-right-radius: 106px; border-top-left-radius: 106px; border-top-right-radius: 106px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 38px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DGUrw .framer-y461wo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-hss00b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; overflow-x: auto; padding: 20px 50px 20px 50px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-8rve02, .framer-DGUrw .framer-1c9y0ta, .framer-DGUrw .framer-tocdga, .framer-DGUrw .framer-190gqvk, .framer-DGUrw .framer-1e2siy3, .framer-DGUrw .framer-rnfauj, .framer-DGUrw .framer-1r5xk9k, .framer-DGUrw .framer-kbe5mu, .framer-DGUrw .framer-1t8jwsy, .framer-DGUrw .framer-135bwss, .framer-DGUrw .framer-lqg4ki, .framer-DGUrw .framer-77d3yz, .framer-DGUrw .framer-11j5v3h, .framer-DGUrw .framer-gwydlb, .framer-DGUrw .framer-1k1qbdz, .framer-DGUrw .framer-1l5qwdb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-18l3lz1, .framer-DGUrw .framer-1rtslfj, .framer-DGUrw .framer-1mzii12, .framer-DGUrw .framer-66kjpv, .framer-DGUrw .framer-1t5qfcg, .framer-DGUrw .framer-92397c, .framer-DGUrw .framer-16asasa, .framer-DGUrw .framer-5z07hm, .framer-DGUrw .framer-oy105u, .framer-DGUrw .framer-1v502nq, .framer-DGUrw .framer-h52yl, .framer-DGUrw .framer-q2vlz3, .framer-DGUrw .framer-kskoyt, .framer-DGUrw .framer-1raands, .framer-DGUrw .framer-181ml3l, .framer-DGUrw .framer-xjlo5, .framer-DGUrw .framer-1uhf31c { --border-bottom-width: 0.5px; --border-color: #e8e8e8; --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: center; align-items: center; background-color: #fffcfc; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 0.5175247177903657px 0.4657722460113291px -1.125px rgba(0, 0, 0, 0.08), 0px 1.5694289930179366px 1.4124860937161428px -2.25px rgba(0, 0, 0, 0.07), 0px 4.1487247889649px 3.73385231006841px -3.375px rgba(0, 0, 0, 0.06), 0px 13px 11.7px -4.5px rgba(0, 0, 0, 0.01); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 7px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-mlk2mc-container, .framer-DGUrw .framer-gn4kna-container { -webkit-user-select: none; flex: none; height: 391px; position: relative; user-select: none; width: 613px; }\",\".framer-DGUrw .framer-1krjggk-container, .framer-DGUrw .framer-bkmb1h-container, .framer-DGUrw .framer-jc048b-container, .framer-DGUrw .framer-189d03c-container { -webkit-user-select: none; flex: none; height: 391px; position: relative; user-select: none; width: 615px; }\",\".framer-DGUrw .framer-1r7s6zn { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-19z5abr-container { -webkit-user-select: none; flex: none; height: 391px; position: relative; user-select: none; width: 541px; }\",\".framer-DGUrw .framer-1gqvozy-container, .framer-DGUrw .framer-13mo8tw-container, .framer-DGUrw .framer-13wfrv4-container, .framer-DGUrw .framer-1tapq2o-container { -webkit-user-select: none; cursor: pointer; flex: none; height: 391px; position: relative; user-select: none; width: 615px; }\",\".framer-DGUrw .framer-12e6bih-container, .framer-DGUrw .framer-1tz4gp1-container, .framer-DGUrw .framer-tnvmpz-container { -webkit-user-select: none; flex: none; height: 391px; position: relative; user-select: none; width: 180px; }\",\".framer-DGUrw .framer-dybcth-container { -webkit-user-select: none; flex: none; height: 391px; position: relative; user-select: none; width: 570px; }\",\".framer-DGUrw .framer-in5nq3-container { -webkit-user-select: none; flex: none; height: 391px; position: relative; user-select: none; width: 553px; }\",\".framer-DGUrw .framer-kz53it-container { -webkit-user-select: none; flex: none; height: 391px; position: relative; user-select: none; width: 558px; }\",\".framer-DGUrw .framer-33isl8 { background-color: #e8e8e8; flex: none; height: 1px; left: calc(50.00000000000002% - 522.0909090909091% / 2); overflow: visible; position: absolute; top: -19px; width: 522%; z-index: 1; }\",\".framer-DGUrw .framer-184d81n { background-color: #e8e8e8; bottom: -19px; flex: none; height: 1px; left: calc(50.00000000000002% - 522.0909090909091% / 2); overflow: hidden; position: absolute; width: 522%; z-index: 1; }\",\".framer-DGUrw .framer-1gb4tbn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-DGUrw .framer-1rqjbyq, .framer-DGUrw .framer-1abfab0, .framer-DGUrw .framer-1gb18wi, .framer-DGUrw .framer-h1f6rg, .framer-DGUrw .framer-ekrwhg, .framer-DGUrw .framer-1clwann, .framer-DGUrw .framer-1vdmcyq, .framer-DGUrw .framer-1jrf99i, .framer-DGUrw .framer-b1nmwe { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-eysozh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-rnr1xt, .framer-DGUrw .framer-4zzurs, .framer-DGUrw .framer-14scxvm, .framer-DGUrw .framer-pi01p6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-hq3lvi, .framer-DGUrw .framer-ksg8f9, .framer-DGUrw .framer-bj93vz, .framer-DGUrw .framer-1jf024y, .framer-DGUrw .framer-1who5gx, .framer-DGUrw .framer-m8liw7, .framer-DGUrw .framer-xpyel5, .framer-DGUrw .framer-1jpo3yb, .framer-DGUrw .framer-1g7srt5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-cxbe5e { flex: none; height: 26px; overflow: visible; position: relative; width: 26px; }\",\".framer-DGUrw .framer-1cx4irf { background-color: #000000; border-top-left-radius: 9px; border-top-right-radius: 9px; flex: none; height: 8px; left: calc(46.15384615384618% - 23px / 2); overflow: hidden; position: absolute; top: 3px; width: 23px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-zt1upp { background-color: #000000; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; bottom: 2px; flex: none; height: 8px; left: calc(53.84615384615387% - 23px / 2); overflow: hidden; position: absolute; width: 23px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1cz3hr, .framer-DGUrw .framer-1qmqhqn, .framer-DGUrw .framer-ot9jsr, .framer-DGUrw .framer-1qzxn75, .framer-DGUrw .framer-1xdtdt1, .framer-DGUrw .framer-1oejaix, .framer-DGUrw .framer-x2eq35, .framer-DGUrw .framer-tjrefc, .framer-DGUrw .framer-sk2kr7, .framer-DGUrw .framer-19cekr8, .framer-DGUrw .framer-1c1l8mv, .framer-DGUrw .framer-rcdmjf, .framer-DGUrw .framer-psu44z, .framer-DGUrw .framer-gjer40, .framer-DGUrw .framer-5nr085, .framer-DGUrw .framer-1bzb2kt, .framer-DGUrw .framer-2ingst, .framer-DGUrw .framer-1lv79bl, .framer-DGUrw .framer-11j7d9o, .framer-DGUrw .framer-scz6jb, .framer-DGUrw .framer-1oor81q, .framer-DGUrw .framer-18q41ko, .framer-DGUrw .framer-16tb623 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DGUrw .framer-12i5wdg, .framer-DGUrw .framer-kir4i1, .framer-DGUrw .framer-ojrmiu, .framer-DGUrw .framer-wfvynx, .framer-DGUrw .framer-laj1q0, .framer-DGUrw .framer-iy0sej, .framer-DGUrw .framer-hzshq4, .framer-DGUrw .framer-16zirpi, .framer-DGUrw .framer-12n6rge, .framer-DGUrw .framer-rlbrf2, .framer-DGUrw .framer-394yw5, .framer-DGUrw .framer-i43viz, .framer-DGUrw .framer-nllovb, .framer-DGUrw .framer-15s2f6z, .framer-DGUrw .framer-1ql2kg4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-bcdjqs, .framer-DGUrw .framer-tzzrsx, .framer-DGUrw .framer-wje1rz, .framer-DGUrw .framer-x5biph, .framer-DGUrw .framer-11t4g8m, .framer-DGUrw .framer-zxly73, .framer-DGUrw .framer-1kt71ah, .framer-DGUrw .framer-1p9rfol { flex: none; height: 26px; overflow: hidden; position: relative; width: 26px; }\",\".framer-DGUrw .framer-1j82mt8 { background-color: #000000; border-bottom-right-radius: 30px; bottom: 2px; flex: none; height: 16px; left: 9px; overflow: hidden; position: absolute; width: 16px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-dazqhi { background-color: #000000; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 8px; left: 1px; overflow: hidden; position: absolute; top: 1px; width: 8px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-k2ggla { background-color: #000000; border-bottom-right-radius: 10px; border-top-left-radius: 10px; flex: none; height: 10px; left: calc(50.00000000000002% - 23px / 2); overflow: hidden; position: absolute; top: 2px; width: 23px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1uwmts0 { background-color: #000000; border-bottom-right-radius: 10px; border-top-left-radius: 10px; bottom: 2px; flex: none; height: 11px; left: calc(50.00000000000002% - 23px / 2); overflow: hidden; position: absolute; width: 23px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-15649ti { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 26px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 26px; }\",\".framer-DGUrw .framer-mg2uiz { background-color: #000000; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; flex: none; height: 25px; overflow: hidden; position: relative; width: 25px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-rx3w6 { background-color: #f2f3eb; flex: none; height: 9px; left: calc(50.00000000000002% - 9px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 9px / 2); width: 9px; }\",\".framer-DGUrw .framer-y49c9z { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; max-width: 1142px; overflow: visible; padding: 24px 24px 24px 18px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1qt6w5n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 26px 6px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-123c27m-container { flex: none; height: auto; position: relative; width: 830px; }\",\".framer-DGUrw .framer-1ckcz5c { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 93px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-yqo6qd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 4px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-szxuta { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 125px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-kfydna-container, .framer-DGUrw .framer-16gtsbn-container, .framer-DGUrw .framer-b3evw8-container, .framer-DGUrw .framer-pel1d9-container, .framer-DGUrw .framer-1a9ptip-container, .framer-DGUrw .framer-1y9bhm6-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DGUrw .framer-1fs8twf, .framer-DGUrw .framer-31txsz, .framer-DGUrw .framer-l38u3p { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 8px; position: relative; width: auto; }\",\".framer-DGUrw .framer-1v6c486, .framer-DGUrw .framer-1byz0pb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-9909ok { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: 125px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-11mu7ob { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 125px; justify-content: center; overflow: hidden; padding: 0px 5px 0px 5px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-1n4ysyu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px 4px 0px 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1pubmx6 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-DGUrw .framer-tifmjx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-kq7owx-container, .framer-DGUrw .framer-1ifhn7-container, .framer-DGUrw .framer-z2215s-container, .framer-DGUrw .framer-jnkt5w-container, .framer-DGUrw .framer-ib35gd-container, .framer-DGUrw .framer-guhocj-container, .framer-DGUrw .framer-1ot27rg-container, .framer-DGUrw .framer-m6y9gv-container, .framer-DGUrw .framer-19fumlw-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1pgccp4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 397px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-u912ac { align-content: flex-start; align-items: flex-start; background-color: var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, color(display-p3 0.7893055832221769 1 0)); border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 26px; position: relative; width: 359px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-DGUrw .framer-1ixmx6w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-3d0cwi, .framer-DGUrw .framer-xmlidh, .framer-DGUrw .framer-9efgoo, .framer-DGUrw .framer-o1iaru, .framer-DGUrw .framer-19ts4v5, .framer-DGUrw .framer-1a2t2rw, .framer-DGUrw .framer-1qdmpxx, .framer-DGUrw .framer-5d9yd, .framer-DGUrw .framer-1nv7miq, .framer-DGUrw .framer-s1fvlw, .framer-DGUrw .framer-19dsn3r, .framer-DGUrw .framer-sl3nvj, .framer-DGUrw .framer-d1tlhb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-16ddqw7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 30px; }\",\".framer-DGUrw .framer-1nt39gc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-7ro6v9 { align-content: center; align-items: center; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1142px; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-he7gdo { 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 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1ikxxc1 { align-content: center; align-items: center; background-color: #fafafa; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-816dea { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-vthmtu, .framer-DGUrw .framer-u6k2zo, .framer-DGUrw .framer-xy92jq { align-content: flex-start; align-items: flex-start; background-color: #dedede; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DGUrw .framer-1fckgmh { background-color: #303030; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; flex: none; height: 12px; left: 1px; overflow: hidden; position: absolute; top: 1px; width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1llfyz5 { background-color: #303030; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; bottom: 1px; flex: none; height: 12px; left: 13px; overflow: hidden; position: absolute; width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-q460bc { background-color: #303030; bottom: 2px; flex: none; height: 10px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; }\",\".framer-DGUrw .framer-15eppx4 { background-color: #303030; flex: none; height: 10px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 1px; width: 24px; }\",\".framer-DGUrw .framer-12s5365 { background-color: #dedede; flex: none; height: 10px; left: 6px; mix-blend-mode: lighten; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 10px / 2); width: 10px; }\",\".framer-DGUrw .framer-3ha8df { background-color: #303030; flex: none; height: 8px; left: 16px; overflow: hidden; position: absolute; top: 2px; width: 8px; }\",\".framer-DGUrw .framer-ec0rgj { background-color: #303030; bottom: 2px; flex: none; height: 11px; left: 2px; overflow: hidden; position: absolute; width: 11px; }\",\".framer-DGUrw .framer-tiq2mx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 362px; }\",\".framer-DGUrw .framer-570ema, .framer-DGUrw .framer-wed7yn { background-color: #303030; border-bottom-right-radius: 10px; flex: none; height: 11px; left: -4px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 11px / 2); width: 23px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1udaw4d, .framer-DGUrw .framer-txm9n5 { --border-bottom-width: 2px; --border-color: #303030; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; border-top-left-radius: 20px; flex: none; height: 11px; overflow: hidden; position: absolute; right: -6px; top: calc(50.00000000000002% - 11px / 2); width: 23px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-16itppi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-DGUrw .framer-1s803r3 { align-content: flex-start; align-items: flex-start; background-color: #dedede; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 354px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DGUrw .framer-11dqh36 { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #474747; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DGUrw .framer-mtau7v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-kzfgfw { background-color: #ffffff; flex: none; height: 18px; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 18px; }\",\".framer-DGUrw .framer-crfizl { background-color: #474747; bottom: 0px; flex: none; left: calc(53.84615384615387% - 8px / 2); mix-blend-mode: darken; overflow: hidden; position: absolute; top: -2px; width: 8px; }\",\".framer-DGUrw .framer-wduzbg { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; bottom: 1px; flex: none; height: 15px; left: 0px; overflow: hidden; position: absolute; width: 15px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1vnpx1j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 60px; width: 100%; z-index: 1; }\",\".framer-DGUrw .framer-gih724, .framer-DGUrw .framer-105pxwp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 4px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-19uwr07, .framer-DGUrw .framer-tyrcpg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 2px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1k493x9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 22px 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-nmlzb3 { align-content: center; align-items: center; background-color: #e8e8e8; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-7a8uoy { align-content: flex-start; align-items: flex-start; background-color: #fcfcfc; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; box-shadow: 0px 2.670571239557758px 0.8011713718673273px -0.5625px rgba(0, 0, 0, 0.05), 0px 6.329725394512934px 1.8989176183538803px -1.125px rgba(0, 0, 0, 0.05), 0px 11.546073393108962px 3.463822017932689px -1.6875px rgba(0, 0, 0, 0.05), 0px 19.195323837680917px 5.758597151304276px -2.25px rgba(0, 0, 0, 0.05), 0px 30.998882827911004px 9.299664848373302px -2.8125px rgba(0, 0, 0, 0.04), 0px 50.74209549580147px 15.222628648740441px -3.375px rgba(0, 0, 0, 0.04), 0px 87.37446190375515px 26.212338571126544px -3.9375px rgba(0, 0, 0, 0.03), 0px 159px 47.7px -4.5px rgba(0, 0, 0, 0.01); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-DGUrw .framer-rhe3a4, .framer-DGUrw .framer-144ouhu, .framer-DGUrw .framer-7t0986, .framer-DGUrw .framer-1bcgras { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-14mkw8m, .framer-DGUrw .framer-1iggr2c { --border-bottom-width: 0.6px; --border-color: #f2f2f2; --border-left-width: 0.6px; --border-right-width: 0.6px; --border-style: solid; --border-top-width: 0.6px; align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 41px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 41px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-isq725, .framer-DGUrw .framer-14nyw20 { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-DGUrw .framer-1dsj2us, .framer-DGUrw .framer-f3w3d2, .framer-DGUrw .framer-m5x0qo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-pfe8lw, .framer-DGUrw .framer-culwmm { -webkit-user-select: none; aspect-ratio: 5.298013245033113 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); opacity: 0.21; overflow: visible; pointer-events: none; position: relative; user-select: none; width: 60px; }\",\".framer-DGUrw .framer-1i1xdpc { --border-bottom-width: 0.5px; --border-color: rgba(0, 157, 255, 0.2); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: center; align-items: center; background-color: #f0f9ff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 7px 3.5px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-16y7kex { 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: 1px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-nvrb8d, .framer-DGUrw .framer-1hugy0k, .framer-DGUrw .framer-1kui7xb { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-DGUrw .framer-ztxgbn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-1sckggr, .framer-DGUrw .framer-1p0nipq { background-color: #ededed; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1fbepek { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-147jmbk, .framer-DGUrw .framer-1yaw5p, .framer-DGUrw .framer-1k9r4j7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 21px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1o5to94, .framer-DGUrw .framer-juwmwf, .framer-DGUrw .framer-1dcyyk2, .framer-DGUrw .framer-7oi441, .framer-DGUrw .framer-bvn688, .framer-DGUrw .framer-4ce1j, .framer-DGUrw .framer-4rz551, .framer-DGUrw .framer-par02o, .framer-DGUrw .framer-1ecg0at, .framer-DGUrw .framer-rl6xxd, .framer-DGUrw .framer-r0fok8 { 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-DGUrw .framer-48ngst, .framer-DGUrw .framer-k3m98p, .framer-DGUrw .framer-t9kgpu, .framer-DGUrw .framer-17milw0, .framer-DGUrw .framer-1kp6l0k, .framer-DGUrw .framer-1t7vzwf, .framer-DGUrw .framer-14dwxhm, .framer-DGUrw .framer-1qxaa62, .framer-DGUrw .framer-qktmu6, .framer-DGUrw .framer-1974dac, .framer-DGUrw .framer-bwdtac, .framer-DGUrw .framer-kqo4zf { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-DGUrw .framer-oos19f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 21px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1m0suxv, .framer-DGUrw .framer-j8i090, .framer-DGUrw .framer-z58zk6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-1l5tonr { 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: 8px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-wzlq3s-container { flex: 1 0 0px; height: 38px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-lnp7rw { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.21); --border-left-width: 1px; --border-right-width: 1px; --border-style: dashed; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 13px 16px 16px 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-DGUrw .framer-irgqti { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-2ytgmr { --border-bottom-width: 0.6px; --border-color: rgba(34, 34, 34, 0); --border-left-width: 0.6px; --border-right-width: 0.6px; --border-style: solid; --border-top-width: 0.6px; align-content: center; align-items: center; background-color: #212121; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; box-shadow: 0px 1px 2px 0px rgba(104, 103, 255, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 41px; justify-content: center; overflow: visible; padding: 6px 7px 5px 7px; position: relative; width: 41px; z-index: 4; }\",\".framer-DGUrw .framer-1s9t77l, .framer-DGUrw .framer-1yrc5k3, .framer-DGUrw .framer-u6gqjl { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-DGUrw .framer-mq6pr7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-doh2lk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 176px; }\",\".framer-DGUrw .framer-6czqx7, .framer-DGUrw .framer-vzeb57 { 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: hidden; padding: 8px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-164airg-container, .framer-DGUrw .framer-1kbc724-container, .framer-DGUrw .framer-ffd9b6-container { flex: none; height: 38px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-w6ovxr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-1elueux { align-content: center; align-items: center; background-color: #e8e8e8; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-5pjz23 { align-content: flex-start; align-items: flex-start; background-color: #fcfcfc; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; box-shadow: 0px 0.7640393972353194px 0.6876354575117875px -0.7142857142857142px rgba(0, 0, 0, 0.03), 0px 1.8716563941104685px 1.6844907546994214px -1.4285714285714284px rgba(0, 0, 0, 0.03), 0px 3.546518390198762px 3.1918665511788853px -2.142857142857143px rgba(0, 0, 0, 0.03), 0px 6.191293694486666px 5.572164325037998px -2.8571428571428568px rgba(0, 0, 0, 0.03), 0px 10.775573805789753px 9.698016425210776px -3.5714285714285716px rgba(0, 0, 0, 0.02), 0px 19.73674165202683px 17.763067486824145px -4.285714285714286px rgba(0, 0, 0, 0.01), 0px 39px 35.099999999999994px -5px rgba(0, 0, 0, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-DGUrw .framer-10ydcbb { --border-bottom-width: 0.5px; --border-color: rgba(133, 71, 255, 0.18); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: center; align-items: center; background-color: #f7f2ff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 7px 3.5px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1v8i1aj { 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: 2px 0px 0px 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-DGUrw .framer-602cvn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-1h5ra3b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 8px 0px 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-grab36, .framer-DGUrw .framer-gotry1 { 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: 8px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-1d5fuv2 { --border-bottom-width: 0.8px; --border-color: rgba(117, 117, 117, 0.18); --border-left-width: 0.8px; --border-right-width: 0.8px; --border-style: solid; --border-top-width: 0.8px; align-content: center; align-items: center; background-color: #fafafa; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 7px 3.5px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-xv2rhd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-197qfoc, .framer-DGUrw .framer-olchzt, .framer-DGUrw .framer-16f64uo, .framer-DGUrw .framer-xftequ, .framer-DGUrw .framer-2s4r29, .framer-DGUrw .framer-zfoubz, .framer-DGUrw .framer-umrp7v, .framer-DGUrw .framer-1bnbmas, .framer-DGUrw .framer-6ad4r4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-14mltqj { align-content: flex-start; align-items: flex-start; background-color: rgba(252, 252, 252, 0.7); border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 15px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-DGUrw .framer-6mht59 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-13mz5ft { --border-bottom-width: 0.6px; --border-color: rgba(34, 34, 34, 0); --border-left-width: 0.6px; --border-right-width: 0.6px; --border-style: solid; --border-top-width: 0.6px; align-content: center; align-items: center; background-color: #e6e6e6; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; box-shadow: 0px 1px 2px 0px rgba(104, 103, 255, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 41px; justify-content: center; overflow: visible; padding: 6px 7px 5px 7px; position: relative; width: 41px; z-index: 4; }\",\".framer-DGUrw .framer-letuat { flex: none; height: 25px; position: relative; width: 17px; }\",\".framer-DGUrw .framer-ijpfdc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-DGUrw .framer-1giv39x { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; overflow: visible; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-DGUrw .framer-ivm2aw { 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: hidden; padding: 9px 24px 9px 24px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1pvivvg { align-content: center; align-items: center; background-color: #dbdbdb; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-4bsuh7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-mjy04r, .framer-DGUrw .framer-1nahbga { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #212121; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; box-shadow: 0px 0.6021873017743928px 0.84306222248415px -1.5px rgba(0, 0, 0, 0.21), 0px 2.288533303243457px 3.20394662454084px -3px rgba(0, 0, 0, 0.18), 0px 10px 14px -4.5px rgba(0, 0, 0, 0.02); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1y2rk95 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-4cow0s { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.04); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #2e2e2e; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 41px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 41px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-101bhmw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-u4asom { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-1ygu4vr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 8px 0px 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-vx2g8t, .framer-DGUrw .framer-w9du0t { --border-bottom-width: 0.8px; --border-color: rgba(117, 117, 117, 0.18); --border-left-width: 0.8px; --border-right-width: 0.8px; --border-style: solid; --border-top-width: 0.8px; align-content: center; align-items: center; background-color: #2e2e2e; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 7px 3.5px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-1h4l70d, .framer-DGUrw .framer-mgf1v3 { 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 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-q2fkpn, .framer-DGUrw .framer-1qjsb6p, .framer-DGUrw .framer-bh21v2, .framer-DGUrw .framer-1q76m23 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-ka8p6z { 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 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-b973ov, .framer-DGUrw .framer-h8l4hj { background-color: #303030; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-DGUrw .framer-1y80sjc { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.04); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.08); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 8px 10px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-l4xtkw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1k51fv4, .framer-DGUrw .framer-1rsyc81, .framer-DGUrw .framer-p5x1gv, .framer-DGUrw .framer-mzz9q0, .framer-DGUrw .framer-1ghgah3, .framer-DGUrw .framer-11okn4w { flex: none; height: 8px; overflow: hidden; position: relative; width: 8px; }\",\".framer-DGUrw .framer-hvjf6m, .framer-DGUrw .framer-1501jg9, .framer-DGUrw .framer-y8gq2z, .framer-DGUrw .framer-1lx7liv, .framer-DGUrw .framer-6zsgcs, .framer-DGUrw .framer-jccmf3 { background-color: #b3b3b3; flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 1px / 2); }\",\".framer-DGUrw .framer-1d3ksys { 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: hidden; padding: 8px; position: relative; width: 100%; }\",\".framer-DGUrw.framer-jgr7at { background-color: rgba(224, 224, 224, 0.95); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-DGUrw.framer-1raofrk-container { flex: none; height: auto; left: 50%; max-width: 393px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 92%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-DGUrw .framer-9bvmh8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-ebka4c { --border-bottom-width: 0.6px; --border-color: #303030; --border-left-width: 0.6px; --border-right-width: 0.6px; --border-style: solid; --border-top-width: 0.6px; align-content: center; align-items: center; background-color: #212121; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 3.5px 4px -3px #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 41px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 41px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-z40knz { --border-bottom-width: 1px; --border-color: #6e6e6e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-filter: blur(2px); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; filter: blur(2px); flex: none; left: 0px; opacity: 0.48; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-DGUrw .framer-8kfnb4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1xewj3p, .framer-DGUrw .framer-1ta6j5f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-13la0gs, .framer-DGUrw .framer-vfe1u9 { 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-DGUrw .framer-2w9wbs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-eotggf-container { flex: none; height: 35px; position: relative; width: 151px; }\",\".framer-DGUrw.framer-18dmvp6 { background-color: rgba(23, 23, 23, 0.93); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-DGUrw.framer-1juj3hx-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 393px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-DGUrw .framer-57mktk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-10lz4hk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-199oyct, .framer-DGUrw .framer-16h2kk5, .framer-DGUrw .framer-340w0a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-yrb6dl, .framer-DGUrw .framer-7f68jd, .framer-DGUrw .framer-1mz1x3t, .framer-DGUrw .framer-nkl77c, .framer-DGUrw .framer-1ie9kx4, .framer-DGUrw .framer-1plneqt { background-color: #595959; flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 1px / 2); }\",\".framer-DGUrw .framer-1j7uu9b { background-color: rgba(255, 255, 255, 0.1); flex: none; height: 29px; overflow: hidden; position: relative; width: 1px; }\",\".framer-DGUrw .framer-c80lix { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.04); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.08); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 10px 17px 10px 17px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-fydtsn { align-content: center; align-items: center; background-color: #e6e6e6; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 1100px; }\",\".framer-DGUrw .framer-1aqs9fj { align-content: flex-start; align-items: flex-start; background-color: #fcfcfc; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 20px 22px 20px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-DGUrw .framer-8wczl7 { --border-bottom-width: 0.6px; --border-color: #f2f2f2; --border-left-width: 0.6px; --border-right-width: 0.6px; --border-style: solid; --border-top-width: 0.6px; align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 1.5px 4px -3px rgba(0, 0, 0, 0.23); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 46px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 46px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-10ntxo4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 4; }\",\".framer-DGUrw .framer-2652b1 { flex: none; height: 23px; position: relative; width: 23px; }\",\".framer-DGUrw .framer-141imfk { --border-bottom-width: 1px; --border-color: #ededed; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 8px 6px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-5b4ife, .framer-DGUrw .framer-1gacjnq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1c0b038, .framer-DGUrw .framer-ng7xpb { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1pnt07w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; opacity: 0.71; position: relative; user-select: none; white-space: pre-wrap; width: 292px; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-1yees0a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-mwatwu-container, .framer-DGUrw .framer-1dwmtmn-container { flex: none; height: 38px; position: relative; width: auto; }\",\".framer-DGUrw .framer-6r5gn6 { align-content: flex-start; align-items: flex-start; background-color: #212121; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 20px 22px 20px; position: relative; width: 1px; }\",\".framer-DGUrw .framer-87ju6c { align-content: center; align-items: center; background-color: #525252; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 46px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 46px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DGUrw .framer-97szo9 { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-DGUrw .framer-1i9ozyc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; opacity: 0.71; position: relative; user-select: none; white-space: pre-wrap; width: 300px; word-break: break-word; word-wrap: break-word; }\",\".framer-DGUrw .framer-11gl02q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-DGUrw .framer-16jljsv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 12px 0px 4px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1ic4j5e { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 691px; }\",\".framer-DGUrw .framer-vrmtd { flex: none; height: 238px; overflow: visible; position: relative; width: 100%; }\",\".framer-DGUrw .framer-vkxchr { -webkit-filter: brightness(0.97); -webkit-user-select: none; filter: brightness(0.97); flex: none; height: 224px; left: 0px; overflow: hidden; pointer-events: none; position: absolute; top: calc(41.59663865546221% - 224px / 2); user-select: none; width: 174px; }\",\".framer-DGUrw .framer-1nimdsr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1ipi4j6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; min-height: 166px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1x59a7o { flex: none; height: 349px; overflow: visible; position: relative; width: 245px; z-index: 1; }\",\".framer-DGUrw .framer-1inspu6 { -webkit-filter: brightness(0.97); -webkit-user-select: none; bottom: -17px; filter: brightness(0.97); flex: none; left: calc(53.46938775510206% - 225px / 2); mix-blend-mode: multiply; overflow: hidden; pointer-events: none; position: absolute; top: 0px; user-select: none; width: 225px; }\",\".framer-DGUrw .framer-11q0tch { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1100px; }\",\".framer-DGUrw .framer-1irw6i2 { 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; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-9knedf-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-DGUrw .framer-1wb52gk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-9rxthd { align-content: center; align-items: center; background-color: var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, color(display-p3 0.7893055832221769 1 0)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 681px; justify-content: space-between; overflow: hidden; padding: 54px 0px 54px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-DGUrw .framer-5ug1a3 { flex: none; height: 27px; overflow: hidden; position: relative; text-decoration: none; width: 144px; }\",\".framer-DGUrw .framer-16wpkpy { flex: none; height: 27px; left: calc(50.00000000000002% - 143px / 2); position: absolute; top: 0px; width: 143px; }\",\".framer-DGUrw .framer-383fxm-container { flex: none; height: 95px; pointer-events: none; position: relative; width: 125%; }\",\".framer-DGUrw .framer-4d9um9, .framer-DGUrw .framer-1o5ltzr, .framer-DGUrw .framer-de5cgm, .framer-DGUrw .framer-1nw3h3p, .framer-DGUrw .framer-o3gbgl, .framer-DGUrw .framer-1vu4a88, .framer-DGUrw .framer-nywgqd, .framer-DGUrw .framer-g0zais, .framer-DGUrw .framer-1fueb91, .framer-DGUrw .framer-v6ely8, .framer-DGUrw .framer-l00ms9, .framer-DGUrw .framer-19atqmx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-1fmqdse, .framer-DGUrw .framer-uyw8v3, .framer-DGUrw .framer-jwnk33, .framer-DGUrw .framer-ipg6wv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-DGUrw .framer-1itnfg4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 66px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 373px; }\",\".framer-DGUrw .framer-1poi863 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 570px; }\",\".framer-DGUrw .framer-13ylc4o { 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: 100%; }\",\".framer-DGUrw .framer-1757aho, .framer-DGUrw .framer-bie5e6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DGUrw .framer-6uii43, .framer-DGUrw .framer-1mzwpj9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DGUrw .framer-nh4xaw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; mix-blend-mode: multiply; overflow: visible; padding: 4px 2px 0px 2px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DGUrw .framer-gbe6ga, .framer-DGUrw .framer-1c48nw3 { aspect-ratio: 4.141891891891892 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); position: relative; width: 64px; }\",\".framer-DGUrw .framer-1cqq3py { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1wtkrzo-container { flex: none; height: auto; max-width: 600px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1gyatyg { align-content: center; align-items: center; background-color: var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, #d0ff00); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 110%; }\",\".framer-DGUrw .framer-1nk3rv { align-content: center; align-items: center; background-color: var(--token-c544d364-9b34-4ff8-a273-644d8f8af60f, color(display-p3 0.7893055832221769 1 0)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: 537px; justify-content: flex-end; overflow: hidden; padding: 53px 0px 53px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-DGUrw .framer-70vayf { flex: none; height: 27px; overflow: visible; position: relative; text-decoration: none; width: 144px; }\",\".framer-DGUrw .framer-16aea8m { bottom: 0px; flex: none; left: calc(50.00000000000002% - 143px / 2); position: absolute; top: 0px; width: 143px; }\",\".framer-DGUrw .framer-1kh5qek-container { flex: none; height: 95px; pointer-events: none; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1gpll90 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 66px; justify-content: center; max-width: 600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-16qc5lz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-15x56ux { 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 16px 0px 16px; position: relative; width: 100%; }\",\".framer-DGUrw .framer-1q56jkl-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-DGUrw .framer-gswvnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; mix-blend-mode: multiply; overflow: visible; padding: 4px 2px 0px 2px; position: relative; text-decoration: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DGUrw.framer-15sbfqy, .framer-DGUrw .framer-11inaft, .framer-DGUrw .framer-18cacf0, .framer-DGUrw .framer-15gz2jf, .framer-DGUrw .framer-13wjnx3, .framer-DGUrw .framer-117z66z, .framer-DGUrw .framer-dhw74q, .framer-DGUrw .framer-18bu1vj, .framer-DGUrw .framer-y461wo, .framer-DGUrw .framer-hss00b, .framer-DGUrw .framer-8rve02, .framer-DGUrw .framer-18l3lz1, .framer-DGUrw .framer-1c9y0ta, .framer-DGUrw .framer-1rtslfj, .framer-DGUrw .framer-1r7s6zn, .framer-DGUrw .framer-1mzii12, .framer-DGUrw .framer-tocdga, .framer-DGUrw .framer-66kjpv, .framer-DGUrw .framer-190gqvk, .framer-DGUrw .framer-1t5qfcg, .framer-DGUrw .framer-1e2siy3, .framer-DGUrw .framer-92397c, .framer-DGUrw .framer-rnfauj, .framer-DGUrw .framer-16asasa, .framer-DGUrw .framer-1r5xk9k, .framer-DGUrw .framer-5z07hm, .framer-DGUrw .framer-kbe5mu, .framer-DGUrw .framer-oy105u, .framer-DGUrw .framer-1t8jwsy, .framer-DGUrw .framer-1v502nq, .framer-DGUrw .framer-135bwss, .framer-DGUrw .framer-h52yl, .framer-DGUrw .framer-lqg4ki, .framer-DGUrw .framer-q2vlz3, .framer-DGUrw .framer-77d3yz, .framer-DGUrw .framer-kskoyt, .framer-DGUrw .framer-11j5v3h, .framer-DGUrw .framer-1raands, .framer-DGUrw .framer-gwydlb, .framer-DGUrw .framer-181ml3l, .framer-DGUrw .framer-1k1qbdz, .framer-DGUrw .framer-xjlo5, .framer-DGUrw .framer-1l5qwdb, .framer-DGUrw .framer-1uhf31c, .framer-DGUrw .framer-1gb4tbn, .framer-DGUrw .framer-eysozh, .framer-DGUrw .framer-rnr1xt, .framer-DGUrw .framer-hq3lvi, .framer-DGUrw .framer-4zzurs, .framer-DGUrw .framer-ksg8f9, .framer-DGUrw .framer-14scxvm, .framer-DGUrw .framer-bj93vz, .framer-DGUrw .framer-pi01p6, .framer-DGUrw .framer-1jf024y, .framer-DGUrw .framer-15649ti, .framer-DGUrw .framer-y49c9z, .framer-DGUrw .framer-1qt6w5n, .framer-DGUrw .framer-1ckcz5c, .framer-DGUrw .framer-yqo6qd, .framer-DGUrw .framer-szxuta, .framer-DGUrw .framer-1fs8twf, .framer-DGUrw .framer-1v6c486, .framer-DGUrw .framer-9909ok, .framer-DGUrw .framer-31txsz, .framer-DGUrw .framer-1byz0pb, .framer-DGUrw .framer-11mu7ob, .framer-DGUrw .framer-l38u3p, .framer-DGUrw .framer-1n4ysyu, .framer-DGUrw .framer-1pubmx6, .framer-DGUrw .framer-tifmjx, .framer-DGUrw .framer-1pgccp4, .framer-DGUrw .framer-u912ac, .framer-DGUrw .framer-1ixmx6w, .framer-DGUrw .framer-1nt39gc, .framer-DGUrw .framer-7ro6v9, .framer-DGUrw .framer-he7gdo, .framer-DGUrw .framer-1ikxxc1, .framer-DGUrw .framer-816dea, .framer-DGUrw .framer-vthmtu, .framer-DGUrw .framer-1who5gx, .framer-DGUrw .framer-u6k2zo, .framer-DGUrw .framer-m8liw7, .framer-DGUrw .framer-xy92jq, .framer-DGUrw .framer-xpyel5, .framer-DGUrw .framer-tiq2mx, .framer-DGUrw .framer-1jpo3yb, .framer-DGUrw .framer-16itppi, .framer-DGUrw .framer-1s803r3, .framer-DGUrw .framer-1g7srt5, .framer-DGUrw .framer-mtau7v, .framer-DGUrw .framer-1vnpx1j, .framer-DGUrw .framer-gih724, .framer-DGUrw .framer-19uwr07, .framer-DGUrw .framer-1k493x9, .framer-DGUrw .framer-nmlzb3, .framer-DGUrw .framer-7a8uoy, .framer-DGUrw .framer-14mkw8m, .framer-DGUrw .framer-1dsj2us, .framer-DGUrw .framer-1i1xdpc, .framer-DGUrw .framer-16y7kex, .framer-DGUrw .framer-1fbepek, .framer-DGUrw .framer-147jmbk, .framer-DGUrw .framer-1o5to94, .framer-DGUrw .framer-oos19f, .framer-DGUrw .framer-1m0suxv, .framer-DGUrw .framer-1yaw5p, .framer-DGUrw .framer-juwmwf, .framer-DGUrw .framer-1k9r4j7, .framer-DGUrw .framer-1dcyyk2, .framer-DGUrw .framer-1l5tonr, .framer-DGUrw .framer-lnp7rw, .framer-DGUrw .framer-irgqti, .framer-DGUrw .framer-2ytgmr, .framer-DGUrw .framer-doh2lk, .framer-DGUrw .framer-6czqx7, .framer-DGUrw .framer-w6ovxr, .framer-DGUrw .framer-1elueux, .framer-DGUrw .framer-5pjz23, .framer-DGUrw .framer-1iggr2c, .framer-DGUrw .framer-f3w3d2, .framer-DGUrw .framer-10ydcbb, .framer-DGUrw .framer-1v8i1aj, .framer-DGUrw .framer-1h5ra3b, .framer-DGUrw .framer-grab36, .framer-DGUrw .framer-1d5fuv2, .framer-DGUrw .framer-xv2rhd, .framer-DGUrw .framer-197qfoc, .framer-DGUrw .framer-7oi441, .framer-DGUrw .framer-olchzt, .framer-DGUrw .framer-bvn688, .framer-DGUrw .framer-16f64uo, .framer-DGUrw .framer-4ce1j, .framer-DGUrw .framer-xftequ, .framer-DGUrw .framer-4rz551, .framer-DGUrw .framer-2s4r29, .framer-DGUrw .framer-par02o, .framer-DGUrw .framer-zfoubz, .framer-DGUrw .framer-1ecg0at, .framer-DGUrw .framer-vzeb57, .framer-DGUrw .framer-14mltqj, .framer-DGUrw .framer-6mht59, .framer-DGUrw .framer-13mz5ft, .framer-DGUrw .framer-ijpfdc, .framer-DGUrw .framer-ivm2aw, .framer-DGUrw .framer-1pvivvg, .framer-DGUrw .framer-4bsuh7, .framer-DGUrw .framer-mjy04r, .framer-DGUrw .framer-1y2rk95, .framer-DGUrw .framer-4cow0s, .framer-DGUrw .framer-1ygu4vr, .framer-DGUrw .framer-gotry1, .framer-DGUrw .framer-vx2g8t, .framer-DGUrw .framer-1h4l70d, .framer-DGUrw .framer-ka8p6z, .framer-DGUrw .framer-1y80sjc, .framer-DGUrw .framer-j8i090, .framer-DGUrw .framer-rl6xxd, .framer-DGUrw .framer-l4xtkw, .framer-DGUrw .framer-umrp7v, .framer-DGUrw .framer-1bnbmas, .framer-DGUrw .framer-6ad4r4, .framer-DGUrw .framer-1d3ksys, .framer-DGUrw .framer-1nahbga, .framer-DGUrw .framer-9bvmh8, .framer-DGUrw .framer-ebka4c, .framer-DGUrw .framer-8kfnb4, .framer-DGUrw .framer-13la0gs, .framer-DGUrw .framer-w9du0t, .framer-DGUrw .framer-2w9wbs, .framer-DGUrw .framer-mgf1v3, .framer-DGUrw .framer-57mktk, .framer-DGUrw .framer-10lz4hk, .framer-DGUrw .framer-199oyct, .framer-DGUrw .framer-16h2kk5, .framer-DGUrw .framer-340w0a, .framer-DGUrw .framer-c80lix, .framer-DGUrw .framer-z58zk6, .framer-DGUrw .framer-r0fok8, .framer-DGUrw .framer-fydtsn, .framer-DGUrw .framer-1aqs9fj, .framer-DGUrw .framer-8wczl7, .framer-DGUrw .framer-10ntxo4, .framer-DGUrw .framer-141imfk, .framer-DGUrw .framer-5b4ife, .framer-DGUrw .framer-1yees0a, .framer-DGUrw .framer-6r5gn6, .framer-DGUrw .framer-87ju6c, .framer-DGUrw .framer-1gacjnq, .framer-DGUrw .framer-vfe1u9, .framer-DGUrw .framer-11gl02q, .framer-DGUrw .framer-1ic4j5e, .framer-DGUrw .framer-m5x0qo, .framer-DGUrw .framer-1nimdsr, .framer-DGUrw .framer-1ipi4j6, .framer-DGUrw .framer-11q0tch, .framer-DGUrw .framer-105pxwp, .framer-DGUrw .framer-tyrcpg, .framer-DGUrw .framer-1irw6i2, .framer-DGUrw .framer-1wb52gk, .framer-DGUrw .framer-4d9um9, .framer-DGUrw .framer-1o5ltzr, .framer-DGUrw .framer-de5cgm, .framer-DGUrw .framer-1nw3h3p, .framer-DGUrw .framer-o3gbgl, .framer-DGUrw .framer-1vu4a88, .framer-DGUrw .framer-nywgqd, .framer-DGUrw .framer-g0zais, .framer-DGUrw .framer-1itnfg4, .framer-DGUrw .framer-1poi863, .framer-DGUrw .framer-13ylc4o, .framer-DGUrw .framer-1757aho, .framer-DGUrw .framer-nh4xaw, .framer-DGUrw .framer-1cqq3py, .framer-DGUrw .framer-1gyatyg, .framer-DGUrw .framer-1nk3rv, .framer-DGUrw .framer-1fueb91, .framer-DGUrw .framer-v6ely8, .framer-DGUrw .framer-l00ms9, .framer-DGUrw .framer-19atqmx, .framer-DGUrw .framer-1gpll90, .framer-DGUrw .framer-16qc5lz, .framer-DGUrw .framer-15x56ux, .framer-DGUrw .framer-bie5e6, .framer-DGUrw .framer-gswvnn { gap: 0px; } .framer-DGUrw.framer-15sbfqy > * { margin: 0px; margin-bottom: calc(78px / 2); margin-top: calc(78px / 2); } .framer-DGUrw.framer-15sbfqy > :first-child, .framer-DGUrw .framer-15gz2jf > :first-child, .framer-DGUrw .framer-13wjnx3 > :first-child, .framer-DGUrw .framer-dhw74q > :first-child, .framer-DGUrw .framer-18bu1vj > :first-child, .framer-DGUrw .framer-y461wo > :first-child, .framer-DGUrw .framer-8rve02 > :first-child, .framer-DGUrw .framer-1c9y0ta > :first-child, .framer-DGUrw .framer-1r7s6zn > :first-child, .framer-DGUrw .framer-tocdga > :first-child, .framer-DGUrw .framer-190gqvk > :first-child, .framer-DGUrw .framer-1e2siy3 > :first-child, .framer-DGUrw .framer-rnfauj > :first-child, .framer-DGUrw .framer-1r5xk9k > :first-child, .framer-DGUrw .framer-kbe5mu > :first-child, .framer-DGUrw .framer-1t8jwsy > :first-child, .framer-DGUrw .framer-135bwss > :first-child, .framer-DGUrw .framer-lqg4ki > :first-child, .framer-DGUrw .framer-77d3yz > :first-child, .framer-DGUrw .framer-11j5v3h > :first-child, .framer-DGUrw .framer-gwydlb > :first-child, .framer-DGUrw .framer-1k1qbdz > :first-child, .framer-DGUrw .framer-1l5qwdb > :first-child, .framer-DGUrw .framer-1gb4tbn > :first-child, .framer-DGUrw .framer-rnr1xt > :first-child, .framer-DGUrw .framer-hq3lvi > :first-child, .framer-DGUrw .framer-4zzurs > :first-child, .framer-DGUrw .framer-ksg8f9 > :first-child, .framer-DGUrw .framer-14scxvm > :first-child, .framer-DGUrw .framer-bj93vz > :first-child, .framer-DGUrw .framer-pi01p6 > :first-child, .framer-DGUrw .framer-1jf024y > :first-child, .framer-DGUrw .framer-y49c9z > :first-child, .framer-DGUrw .framer-yqo6qd > :first-child, .framer-DGUrw .framer-1v6c486 > :first-child, .framer-DGUrw .framer-1byz0pb > :first-child, .framer-DGUrw .framer-1pubmx6 > :first-child, .framer-DGUrw .framer-tifmjx > :first-child, .framer-DGUrw .framer-1pgccp4 > :first-child, .framer-DGUrw .framer-u912ac > :first-child, .framer-DGUrw .framer-1nt39gc > :first-child, .framer-DGUrw .framer-7ro6v9 > :first-child, .framer-DGUrw .framer-1ikxxc1 > :first-child, .framer-DGUrw .framer-vthmtu > :first-child, .framer-DGUrw .framer-1who5gx > :first-child, .framer-DGUrw .framer-u6k2zo > :first-child, .framer-DGUrw .framer-m8liw7 > :first-child, .framer-DGUrw .framer-xy92jq > :first-child, .framer-DGUrw .framer-xpyel5 > :first-child, .framer-DGUrw .framer-tiq2mx > :first-child, .framer-DGUrw .framer-1jpo3yb > :first-child, .framer-DGUrw .framer-1s803r3 > :first-child, .framer-DGUrw .framer-1g7srt5 > :first-child, .framer-DGUrw .framer-mtau7v > :first-child, .framer-DGUrw .framer-1vnpx1j > :first-child, .framer-DGUrw .framer-gih724 > :first-child, .framer-DGUrw .framer-19uwr07 > :first-child, .framer-DGUrw .framer-nmlzb3 > :first-child, .framer-DGUrw .framer-7a8uoy > :first-child, .framer-DGUrw .framer-16y7kex > :first-child, .framer-DGUrw .framer-1fbepek > :first-child, .framer-DGUrw .framer-1o5to94 > :first-child, .framer-DGUrw .framer-juwmwf > :first-child, .framer-DGUrw .framer-1dcyyk2 > :first-child, .framer-DGUrw .framer-lnp7rw > :first-child, .framer-DGUrw .framer-6czqx7 > :first-child, .framer-DGUrw .framer-w6ovxr > :first-child, .framer-DGUrw .framer-1elueux > :first-child, .framer-DGUrw .framer-5pjz23 > :first-child, .framer-DGUrw .framer-1v8i1aj > :first-child, .framer-DGUrw .framer-1h5ra3b > :first-child, .framer-DGUrw .framer-xv2rhd > :first-child, .framer-DGUrw .framer-7oi441 > :first-child, .framer-DGUrw .framer-bvn688 > :first-child, .framer-DGUrw .framer-4ce1j > :first-child, .framer-DGUrw .framer-4rz551 > :first-child, .framer-DGUrw .framer-par02o > :first-child, .framer-DGUrw .framer-1ecg0at > :first-child, .framer-DGUrw .framer-vzeb57 > :first-child, .framer-DGUrw .framer-14mltqj > :first-child, .framer-DGUrw .framer-ijpfdc > :first-child, .framer-DGUrw .framer-1pvivvg > :first-child, .framer-DGUrw .framer-4bsuh7 > :first-child, .framer-DGUrw .framer-mjy04r > :first-child, .framer-DGUrw .framer-rl6xxd > :first-child, .framer-DGUrw .framer-l4xtkw > :first-child, .framer-DGUrw .framer-1d3ksys > :first-child, .framer-DGUrw .framer-1nahbga > :first-child, .framer-DGUrw .framer-8kfnb4 > :first-child, .framer-DGUrw .framer-r0fok8 > :first-child, .framer-DGUrw .framer-1aqs9fj > :first-child, .framer-DGUrw .framer-5b4ife > :first-child, .framer-DGUrw .framer-6r5gn6 > :first-child, .framer-DGUrw .framer-1gacjnq > :first-child, .framer-DGUrw .framer-11gl02q > :first-child, .framer-DGUrw .framer-1ic4j5e > :first-child, .framer-DGUrw .framer-1nimdsr > :first-child, .framer-DGUrw .framer-1ipi4j6 > :first-child, .framer-DGUrw .framer-11q0tch > :first-child, .framer-DGUrw .framer-105pxwp > :first-child, .framer-DGUrw .framer-tyrcpg > :first-child, .framer-DGUrw .framer-1wb52gk > :first-child, .framer-DGUrw .framer-1itnfg4 > :first-child, .framer-DGUrw .framer-1poi863 > :first-child, .framer-DGUrw .framer-13ylc4o > :first-child, .framer-DGUrw .framer-1cqq3py > :first-child, .framer-DGUrw .framer-1gyatyg > :first-child, .framer-DGUrw .framer-1nk3rv > :first-child, .framer-DGUrw .framer-1gpll90 > :first-child, .framer-DGUrw .framer-16qc5lz > :first-child { margin-top: 0px; } .framer-DGUrw.framer-15sbfqy > :last-child, .framer-DGUrw .framer-15gz2jf > :last-child, .framer-DGUrw .framer-13wjnx3 > :last-child, .framer-DGUrw .framer-dhw74q > :last-child, .framer-DGUrw .framer-18bu1vj > :last-child, .framer-DGUrw .framer-y461wo > :last-child, .framer-DGUrw .framer-8rve02 > :last-child, .framer-DGUrw .framer-1c9y0ta > :last-child, .framer-DGUrw .framer-1r7s6zn > :last-child, .framer-DGUrw .framer-tocdga > :last-child, .framer-DGUrw .framer-190gqvk > :last-child, .framer-DGUrw .framer-1e2siy3 > :last-child, .framer-DGUrw .framer-rnfauj > :last-child, .framer-DGUrw .framer-1r5xk9k > :last-child, .framer-DGUrw .framer-kbe5mu > :last-child, .framer-DGUrw .framer-1t8jwsy > :last-child, .framer-DGUrw .framer-135bwss > :last-child, .framer-DGUrw .framer-lqg4ki > :last-child, .framer-DGUrw .framer-77d3yz > :last-child, .framer-DGUrw .framer-11j5v3h > :last-child, .framer-DGUrw .framer-gwydlb > :last-child, .framer-DGUrw .framer-1k1qbdz > :last-child, .framer-DGUrw .framer-1l5qwdb > :last-child, .framer-DGUrw .framer-1gb4tbn > :last-child, .framer-DGUrw .framer-rnr1xt > :last-child, .framer-DGUrw .framer-hq3lvi > :last-child, .framer-DGUrw .framer-4zzurs > :last-child, .framer-DGUrw .framer-ksg8f9 > :last-child, .framer-DGUrw .framer-14scxvm > :last-child, .framer-DGUrw .framer-bj93vz > :last-child, .framer-DGUrw .framer-pi01p6 > :last-child, .framer-DGUrw .framer-1jf024y > :last-child, .framer-DGUrw .framer-y49c9z > :last-child, .framer-DGUrw .framer-yqo6qd > :last-child, .framer-DGUrw .framer-1v6c486 > :last-child, .framer-DGUrw .framer-1byz0pb > :last-child, .framer-DGUrw .framer-1pubmx6 > :last-child, .framer-DGUrw .framer-tifmjx > :last-child, .framer-DGUrw .framer-1pgccp4 > :last-child, .framer-DGUrw .framer-u912ac > :last-child, .framer-DGUrw .framer-1nt39gc > :last-child, .framer-DGUrw .framer-7ro6v9 > :last-child, .framer-DGUrw .framer-1ikxxc1 > :last-child, .framer-DGUrw .framer-vthmtu > :last-child, .framer-DGUrw .framer-1who5gx > :last-child, .framer-DGUrw .framer-u6k2zo > :last-child, .framer-DGUrw .framer-m8liw7 > :last-child, .framer-DGUrw .framer-xy92jq > :last-child, .framer-DGUrw .framer-xpyel5 > :last-child, .framer-DGUrw .framer-tiq2mx > :last-child, .framer-DGUrw .framer-1jpo3yb > :last-child, .framer-DGUrw .framer-1s803r3 > :last-child, .framer-DGUrw .framer-1g7srt5 > :last-child, .framer-DGUrw .framer-mtau7v > :last-child, .framer-DGUrw .framer-1vnpx1j > :last-child, .framer-DGUrw .framer-gih724 > :last-child, .framer-DGUrw .framer-19uwr07 > :last-child, .framer-DGUrw .framer-nmlzb3 > :last-child, .framer-DGUrw .framer-7a8uoy > :last-child, .framer-DGUrw .framer-16y7kex > :last-child, .framer-DGUrw .framer-1fbepek > :last-child, .framer-DGUrw .framer-1o5to94 > :last-child, .framer-DGUrw .framer-juwmwf > :last-child, .framer-DGUrw .framer-1dcyyk2 > :last-child, .framer-DGUrw .framer-lnp7rw > :last-child, .framer-DGUrw .framer-6czqx7 > :last-child, .framer-DGUrw .framer-w6ovxr > :last-child, .framer-DGUrw .framer-1elueux > :last-child, .framer-DGUrw .framer-5pjz23 > :last-child, .framer-DGUrw .framer-1v8i1aj > :last-child, .framer-DGUrw .framer-1h5ra3b > :last-child, .framer-DGUrw .framer-xv2rhd > :last-child, .framer-DGUrw .framer-7oi441 > :last-child, .framer-DGUrw .framer-bvn688 > :last-child, .framer-DGUrw .framer-4ce1j > :last-child, .framer-DGUrw .framer-4rz551 > :last-child, .framer-DGUrw .framer-par02o > :last-child, .framer-DGUrw .framer-1ecg0at > :last-child, .framer-DGUrw .framer-vzeb57 > :last-child, .framer-DGUrw .framer-14mltqj > :last-child, .framer-DGUrw .framer-ijpfdc > :last-child, .framer-DGUrw .framer-1pvivvg > :last-child, .framer-DGUrw .framer-4bsuh7 > :last-child, .framer-DGUrw .framer-mjy04r > :last-child, .framer-DGUrw .framer-rl6xxd > :last-child, .framer-DGUrw .framer-l4xtkw > :last-child, .framer-DGUrw .framer-1d3ksys > :last-child, .framer-DGUrw .framer-1nahbga > :last-child, .framer-DGUrw .framer-8kfnb4 > :last-child, .framer-DGUrw .framer-r0fok8 > :last-child, .framer-DGUrw .framer-1aqs9fj > :last-child, .framer-DGUrw .framer-5b4ife > :last-child, .framer-DGUrw .framer-6r5gn6 > :last-child, .framer-DGUrw .framer-1gacjnq > :last-child, .framer-DGUrw .framer-11gl02q > :last-child, .framer-DGUrw .framer-1ic4j5e > :last-child, .framer-DGUrw .framer-1nimdsr > :last-child, .framer-DGUrw .framer-1ipi4j6 > :last-child, .framer-DGUrw .framer-11q0tch > :last-child, .framer-DGUrw .framer-105pxwp > :last-child, .framer-DGUrw .framer-tyrcpg > :last-child, .framer-DGUrw .framer-1wb52gk > :last-child, .framer-DGUrw .framer-1itnfg4 > :last-child, .framer-DGUrw .framer-1poi863 > :last-child, .framer-DGUrw .framer-13ylc4o > :last-child, .framer-DGUrw .framer-1cqq3py > :last-child, .framer-DGUrw .framer-1gyatyg > :last-child, .framer-DGUrw .framer-1nk3rv > :last-child, .framer-DGUrw .framer-1gpll90 > :last-child, .framer-DGUrw .framer-16qc5lz > :last-child { margin-bottom: 0px; } .framer-DGUrw .framer-11inaft > *, .framer-DGUrw .framer-18cacf0 > *, .framer-DGUrw .framer-hss00b > *, .framer-DGUrw .framer-18l3lz1 > *, .framer-DGUrw .framer-1rtslfj > *, .framer-DGUrw .framer-1mzii12 > *, .framer-DGUrw .framer-66kjpv > *, .framer-DGUrw .framer-1t5qfcg > *, .framer-DGUrw .framer-92397c > *, .framer-DGUrw .framer-16asasa > *, .framer-DGUrw .framer-5z07hm > *, .framer-DGUrw .framer-oy105u > *, .framer-DGUrw .framer-1v502nq > *, .framer-DGUrw .framer-h52yl > *, .framer-DGUrw .framer-q2vlz3 > *, .framer-DGUrw .framer-kskoyt > *, .framer-DGUrw .framer-1raands > *, .framer-DGUrw .framer-181ml3l > *, .framer-DGUrw .framer-xjlo5 > *, .framer-DGUrw .framer-1uhf31c > *, .framer-DGUrw .framer-1qt6w5n > *, .framer-DGUrw .framer-1fs8twf > *, .framer-DGUrw .framer-31txsz > *, .framer-DGUrw .framer-l38u3p > *, .framer-DGUrw .framer-he7gdo > *, .framer-DGUrw .framer-1dsj2us > *, .framer-DGUrw .framer-1l5tonr > *, .framer-DGUrw .framer-f3w3d2 > *, .framer-DGUrw .framer-6mht59 > *, .framer-DGUrw .framer-1y2rk95 > *, .framer-DGUrw .framer-1ygu4vr > *, .framer-DGUrw .framer-1h4l70d > *, .framer-DGUrw .framer-ka8p6z > *, .framer-DGUrw .framer-9bvmh8 > *, .framer-DGUrw .framer-mgf1v3 > *, .framer-DGUrw .framer-10ntxo4 > *, .framer-DGUrw .framer-1yees0a > *, .framer-DGUrw .framer-m5x0qo > *, .framer-DGUrw .framer-1irw6i2 > *, .framer-DGUrw .framer-15x56ux > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DGUrw .framer-11inaft > :first-child, .framer-DGUrw .framer-18cacf0 > :first-child, .framer-DGUrw .framer-117z66z > :first-child, .framer-DGUrw .framer-hss00b > :first-child, .framer-DGUrw .framer-18l3lz1 > :first-child, .framer-DGUrw .framer-1rtslfj > :first-child, .framer-DGUrw .framer-1mzii12 > :first-child, .framer-DGUrw .framer-66kjpv > :first-child, .framer-DGUrw .framer-1t5qfcg > :first-child, .framer-DGUrw .framer-92397c > :first-child, .framer-DGUrw .framer-16asasa > :first-child, .framer-DGUrw .framer-5z07hm > :first-child, .framer-DGUrw .framer-oy105u > :first-child, .framer-DGUrw .framer-1v502nq > :first-child, .framer-DGUrw .framer-h52yl > :first-child, .framer-DGUrw .framer-q2vlz3 > :first-child, .framer-DGUrw .framer-kskoyt > :first-child, .framer-DGUrw .framer-1raands > :first-child, .framer-DGUrw .framer-181ml3l > :first-child, .framer-DGUrw .framer-xjlo5 > :first-child, .framer-DGUrw .framer-1uhf31c > :first-child, .framer-DGUrw .framer-eysozh > :first-child, .framer-DGUrw .framer-15649ti > :first-child, .framer-DGUrw .framer-1qt6w5n > :first-child, .framer-DGUrw .framer-1ckcz5c > :first-child, .framer-DGUrw .framer-szxuta > :first-child, .framer-DGUrw .framer-1fs8twf > :first-child, .framer-DGUrw .framer-9909ok > :first-child, .framer-DGUrw .framer-31txsz > :first-child, .framer-DGUrw .framer-11mu7ob > :first-child, .framer-DGUrw .framer-l38u3p > :first-child, .framer-DGUrw .framer-1n4ysyu > :first-child, .framer-DGUrw .framer-1ixmx6w > :first-child, .framer-DGUrw .framer-he7gdo > :first-child, .framer-DGUrw .framer-816dea > :first-child, .framer-DGUrw .framer-16itppi > :first-child, .framer-DGUrw .framer-1k493x9 > :first-child, .framer-DGUrw .framer-14mkw8m > :first-child, .framer-DGUrw .framer-1dsj2us > :first-child, .framer-DGUrw .framer-1i1xdpc > :first-child, .framer-DGUrw .framer-147jmbk > :first-child, .framer-DGUrw .framer-oos19f > :first-child, .framer-DGUrw .framer-1m0suxv > :first-child, .framer-DGUrw .framer-1yaw5p > :first-child, .framer-DGUrw .framer-1k9r4j7 > :first-child, .framer-DGUrw .framer-1l5tonr > :first-child, .framer-DGUrw .framer-irgqti > :first-child, .framer-DGUrw .framer-2ytgmr > :first-child, .framer-DGUrw .framer-doh2lk > :first-child, .framer-DGUrw .framer-1iggr2c > :first-child, .framer-DGUrw .framer-f3w3d2 > :first-child, .framer-DGUrw .framer-10ydcbb > :first-child, .framer-DGUrw .framer-grab36 > :first-child, .framer-DGUrw .framer-1d5fuv2 > :first-child, .framer-DGUrw .framer-197qfoc > :first-child, .framer-DGUrw .framer-olchzt > :first-child, .framer-DGUrw .framer-16f64uo > :first-child, .framer-DGUrw .framer-xftequ > :first-child, .framer-DGUrw .framer-2s4r29 > :first-child, .framer-DGUrw .framer-zfoubz > :first-child, .framer-DGUrw .framer-6mht59 > :first-child, .framer-DGUrw .framer-13mz5ft > :first-child, .framer-DGUrw .framer-ivm2aw > :first-child, .framer-DGUrw .framer-1y2rk95 > :first-child, .framer-DGUrw .framer-4cow0s > :first-child, .framer-DGUrw .framer-1ygu4vr > :first-child, .framer-DGUrw .framer-gotry1 > :first-child, .framer-DGUrw .framer-vx2g8t > :first-child, .framer-DGUrw .framer-1h4l70d > :first-child, .framer-DGUrw .framer-ka8p6z > :first-child, .framer-DGUrw .framer-1y80sjc > :first-child, .framer-DGUrw .framer-j8i090 > :first-child, .framer-DGUrw .framer-umrp7v > :first-child, .framer-DGUrw .framer-1bnbmas > :first-child, .framer-DGUrw .framer-6ad4r4 > :first-child, .framer-DGUrw .framer-9bvmh8 > :first-child, .framer-DGUrw .framer-ebka4c > :first-child, .framer-DGUrw .framer-13la0gs > :first-child, .framer-DGUrw .framer-w9du0t > :first-child, .framer-DGUrw .framer-2w9wbs > :first-child, .framer-DGUrw .framer-mgf1v3 > :first-child, .framer-DGUrw .framer-57mktk > :first-child, .framer-DGUrw .framer-10lz4hk > :first-child, .framer-DGUrw .framer-199oyct > :first-child, .framer-DGUrw .framer-16h2kk5 > :first-child, .framer-DGUrw .framer-340w0a > :first-child, .framer-DGUrw .framer-c80lix > :first-child, .framer-DGUrw .framer-z58zk6 > :first-child, .framer-DGUrw .framer-fydtsn > :first-child, .framer-DGUrw .framer-8wczl7 > :first-child, .framer-DGUrw .framer-10ntxo4 > :first-child, .framer-DGUrw .framer-141imfk > :first-child, .framer-DGUrw .framer-1yees0a > :first-child, .framer-DGUrw .framer-87ju6c > :first-child, .framer-DGUrw .framer-vfe1u9 > :first-child, .framer-DGUrw .framer-m5x0qo > :first-child, .framer-DGUrw .framer-1irw6i2 > :first-child, .framer-DGUrw .framer-4d9um9 > :first-child, .framer-DGUrw .framer-1o5ltzr > :first-child, .framer-DGUrw .framer-de5cgm > :first-child, .framer-DGUrw .framer-1nw3h3p > :first-child, .framer-DGUrw .framer-o3gbgl > :first-child, .framer-DGUrw .framer-1vu4a88 > :first-child, .framer-DGUrw .framer-nywgqd > :first-child, .framer-DGUrw .framer-g0zais > :first-child, .framer-DGUrw .framer-1757aho > :first-child, .framer-DGUrw .framer-nh4xaw > :first-child, .framer-DGUrw .framer-1fueb91 > :first-child, .framer-DGUrw .framer-v6ely8 > :first-child, .framer-DGUrw .framer-l00ms9 > :first-child, .framer-DGUrw .framer-19atqmx > :first-child, .framer-DGUrw .framer-15x56ux > :first-child, .framer-DGUrw .framer-bie5e6 > :first-child, .framer-DGUrw .framer-gswvnn > :first-child { margin-left: 0px; } .framer-DGUrw .framer-11inaft > :last-child, .framer-DGUrw .framer-18cacf0 > :last-child, .framer-DGUrw .framer-117z66z > :last-child, .framer-DGUrw .framer-hss00b > :last-child, .framer-DGUrw .framer-18l3lz1 > :last-child, .framer-DGUrw .framer-1rtslfj > :last-child, .framer-DGUrw .framer-1mzii12 > :last-child, .framer-DGUrw .framer-66kjpv > :last-child, .framer-DGUrw .framer-1t5qfcg > :last-child, .framer-DGUrw .framer-92397c > :last-child, .framer-DGUrw .framer-16asasa > :last-child, .framer-DGUrw .framer-5z07hm > :last-child, .framer-DGUrw .framer-oy105u > :last-child, .framer-DGUrw .framer-1v502nq > :last-child, .framer-DGUrw .framer-h52yl > :last-child, .framer-DGUrw .framer-q2vlz3 > :last-child, .framer-DGUrw .framer-kskoyt > :last-child, .framer-DGUrw .framer-1raands > :last-child, .framer-DGUrw .framer-181ml3l > :last-child, .framer-DGUrw .framer-xjlo5 > :last-child, .framer-DGUrw .framer-1uhf31c > :last-child, .framer-DGUrw .framer-eysozh > :last-child, .framer-DGUrw .framer-15649ti > :last-child, .framer-DGUrw .framer-1qt6w5n > :last-child, .framer-DGUrw .framer-1ckcz5c > :last-child, .framer-DGUrw .framer-szxuta > :last-child, .framer-DGUrw .framer-1fs8twf > :last-child, .framer-DGUrw .framer-9909ok > :last-child, .framer-DGUrw .framer-31txsz > :last-child, .framer-DGUrw .framer-11mu7ob > :last-child, .framer-DGUrw .framer-l38u3p > :last-child, .framer-DGUrw .framer-1n4ysyu > :last-child, .framer-DGUrw .framer-1ixmx6w > :last-child, .framer-DGUrw .framer-he7gdo > :last-child, .framer-DGUrw .framer-816dea > :last-child, .framer-DGUrw .framer-16itppi > :last-child, .framer-DGUrw .framer-1k493x9 > :last-child, .framer-DGUrw .framer-14mkw8m > :last-child, .framer-DGUrw .framer-1dsj2us > :last-child, .framer-DGUrw .framer-1i1xdpc > :last-child, .framer-DGUrw .framer-147jmbk > :last-child, .framer-DGUrw .framer-oos19f > :last-child, .framer-DGUrw .framer-1m0suxv > :last-child, .framer-DGUrw .framer-1yaw5p > :last-child, .framer-DGUrw .framer-1k9r4j7 > :last-child, .framer-DGUrw .framer-1l5tonr > :last-child, .framer-DGUrw .framer-irgqti > :last-child, .framer-DGUrw .framer-2ytgmr > :last-child, .framer-DGUrw .framer-doh2lk > :last-child, .framer-DGUrw .framer-1iggr2c > :last-child, .framer-DGUrw .framer-f3w3d2 > :last-child, .framer-DGUrw .framer-10ydcbb > :last-child, .framer-DGUrw .framer-grab36 > :last-child, .framer-DGUrw .framer-1d5fuv2 > :last-child, .framer-DGUrw .framer-197qfoc > :last-child, .framer-DGUrw .framer-olchzt > :last-child, .framer-DGUrw .framer-16f64uo > :last-child, .framer-DGUrw .framer-xftequ > :last-child, .framer-DGUrw .framer-2s4r29 > :last-child, .framer-DGUrw .framer-zfoubz > :last-child, .framer-DGUrw .framer-6mht59 > :last-child, .framer-DGUrw .framer-13mz5ft > :last-child, .framer-DGUrw .framer-ivm2aw > :last-child, .framer-DGUrw .framer-1y2rk95 > :last-child, .framer-DGUrw .framer-4cow0s > :last-child, .framer-DGUrw .framer-1ygu4vr > :last-child, .framer-DGUrw .framer-gotry1 > :last-child, .framer-DGUrw .framer-vx2g8t > :last-child, .framer-DGUrw .framer-1h4l70d > :last-child, .framer-DGUrw .framer-ka8p6z > :last-child, .framer-DGUrw .framer-1y80sjc > :last-child, .framer-DGUrw .framer-j8i090 > :last-child, .framer-DGUrw .framer-umrp7v > :last-child, .framer-DGUrw .framer-1bnbmas > :last-child, .framer-DGUrw .framer-6ad4r4 > :last-child, .framer-DGUrw .framer-9bvmh8 > :last-child, .framer-DGUrw .framer-ebka4c > :last-child, .framer-DGUrw .framer-13la0gs > :last-child, .framer-DGUrw .framer-w9du0t > :last-child, .framer-DGUrw .framer-2w9wbs > :last-child, .framer-DGUrw .framer-mgf1v3 > :last-child, .framer-DGUrw .framer-57mktk > :last-child, .framer-DGUrw .framer-10lz4hk > :last-child, .framer-DGUrw .framer-199oyct > :last-child, .framer-DGUrw .framer-16h2kk5 > :last-child, .framer-DGUrw .framer-340w0a > :last-child, .framer-DGUrw .framer-c80lix > :last-child, .framer-DGUrw .framer-z58zk6 > :last-child, .framer-DGUrw .framer-fydtsn > :last-child, .framer-DGUrw .framer-8wczl7 > :last-child, .framer-DGUrw .framer-10ntxo4 > :last-child, .framer-DGUrw .framer-141imfk > :last-child, .framer-DGUrw .framer-1yees0a > :last-child, .framer-DGUrw .framer-87ju6c > :last-child, .framer-DGUrw .framer-vfe1u9 > :last-child, .framer-DGUrw .framer-m5x0qo > :last-child, .framer-DGUrw .framer-1irw6i2 > :last-child, .framer-DGUrw .framer-4d9um9 > :last-child, .framer-DGUrw .framer-1o5ltzr > :last-child, .framer-DGUrw .framer-de5cgm > :last-child, .framer-DGUrw .framer-1nw3h3p > :last-child, .framer-DGUrw .framer-o3gbgl > :last-child, .framer-DGUrw .framer-1vu4a88 > :last-child, .framer-DGUrw .framer-nywgqd > :last-child, .framer-DGUrw .framer-g0zais > :last-child, .framer-DGUrw .framer-1757aho > :last-child, .framer-DGUrw .framer-nh4xaw > :last-child, .framer-DGUrw .framer-1fueb91 > :last-child, .framer-DGUrw .framer-v6ely8 > :last-child, .framer-DGUrw .framer-l00ms9 > :last-child, .framer-DGUrw .framer-19atqmx > :last-child, .framer-DGUrw .framer-15x56ux > :last-child, .framer-DGUrw .framer-bie5e6 > :last-child, .framer-DGUrw .framer-gswvnn > :last-child { margin-right: 0px; } .framer-DGUrw .framer-15gz2jf > *, .framer-DGUrw .framer-rnr1xt > *, .framer-DGUrw .framer-hq3lvi > *, .framer-DGUrw .framer-4zzurs > *, .framer-DGUrw .framer-ksg8f9 > *, .framer-DGUrw .framer-14scxvm > *, .framer-DGUrw .framer-bj93vz > *, .framer-DGUrw .framer-pi01p6 > *, .framer-DGUrw .framer-1jf024y > *, .framer-DGUrw .framer-1who5gx > *, .framer-DGUrw .framer-m8liw7 > *, .framer-DGUrw .framer-xpyel5 > *, .framer-DGUrw .framer-tiq2mx > *, .framer-DGUrw .framer-1jpo3yb > *, .framer-DGUrw .framer-1g7srt5 > *, .framer-DGUrw .framer-1nimdsr > *, .framer-DGUrw .framer-1ipi4j6 > *, .framer-DGUrw .framer-1poi863 > *, .framer-DGUrw .framer-16qc5lz > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-DGUrw .framer-13wjnx3 > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-DGUrw .framer-117z66z > *, .framer-DGUrw .framer-816dea > *, .framer-DGUrw .framer-16itppi > *, .framer-DGUrw .framer-1k493x9 > *, .framer-DGUrw .framer-grab36 > *, .framer-DGUrw .framer-ivm2aw > *, .framer-DGUrw .framer-gotry1 > *, .framer-DGUrw .framer-13la0gs > *, .framer-DGUrw .framer-fydtsn > *, .framer-DGUrw .framer-vfe1u9 > *, .framer-DGUrw .framer-nh4xaw > *, .framer-DGUrw .framer-gswvnn > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DGUrw .framer-dhw74q > *, .framer-DGUrw .framer-18bu1vj > *, .framer-DGUrw .framer-1pgccp4 > *, .framer-DGUrw .framer-1ikxxc1 > *, .framer-DGUrw .framer-gih724 > *, .framer-DGUrw .framer-nmlzb3 > *, .framer-DGUrw .framer-5b4ife > *, .framer-DGUrw .framer-1gacjnq > *, .framer-DGUrw .framer-105pxwp > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DGUrw .framer-y461wo > *, .framer-DGUrw .framer-1gb4tbn > *, .framer-DGUrw .framer-1pubmx6 > *, .framer-DGUrw .framer-u912ac > *, .framer-DGUrw .framer-7ro6v9 > *, .framer-DGUrw .framer-1vnpx1j > *, .framer-DGUrw .framer-11gl02q > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-DGUrw .framer-8rve02 > *, .framer-DGUrw .framer-1c9y0ta > *, .framer-DGUrw .framer-1r7s6zn > *, .framer-DGUrw .framer-tocdga > *, .framer-DGUrw .framer-190gqvk > *, .framer-DGUrw .framer-1e2siy3 > *, .framer-DGUrw .framer-rnfauj > *, .framer-DGUrw .framer-1r5xk9k > *, .framer-DGUrw .framer-kbe5mu > *, .framer-DGUrw .framer-1t8jwsy > *, .framer-DGUrw .framer-135bwss > *, .framer-DGUrw .framer-lqg4ki > *, .framer-DGUrw .framer-77d3yz > *, .framer-DGUrw .framer-11j5v3h > *, .framer-DGUrw .framer-gwydlb > *, .framer-DGUrw .framer-1k1qbdz > *, .framer-DGUrw .framer-1l5qwdb > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-DGUrw .framer-eysozh > * { margin: 0px; margin-left: calc(17px / 2); margin-right: calc(17px / 2); } .framer-DGUrw .framer-15649ti > *, .framer-DGUrw .framer-szxuta > *, .framer-DGUrw .framer-11mu7ob > *, .framer-DGUrw .framer-14mkw8m > *, .framer-DGUrw .framer-1iggr2c > *, .framer-DGUrw .framer-4cow0s > *, .framer-DGUrw .framer-ebka4c > *, .framer-DGUrw .framer-8wczl7 > *, .framer-DGUrw .framer-87ju6c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DGUrw .framer-y49c9z > *, .framer-DGUrw .framer-mtau7v > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-DGUrw .framer-1ckcz5c > * { margin: 0px; margin-left: calc(93px / 2); margin-right: calc(93px / 2); } .framer-DGUrw .framer-yqo6qd > *, .framer-DGUrw .framer-1v6c486 > *, .framer-DGUrw .framer-1byz0pb > *, .framer-DGUrw .framer-w6ovxr > *, .framer-DGUrw .framer-ijpfdc > *, .framer-DGUrw .framer-4bsuh7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DGUrw .framer-9909ok > *, .framer-DGUrw .framer-1i1xdpc > *, .framer-DGUrw .framer-1m0suxv > *, .framer-DGUrw .framer-10ydcbb > *, .framer-DGUrw .framer-1d5fuv2 > *, .framer-DGUrw .framer-vx2g8t > *, .framer-DGUrw .framer-j8i090 > *, .framer-DGUrw .framer-w9du0t > *, .framer-DGUrw .framer-z58zk6 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-DGUrw .framer-1n4ysyu > *, .framer-DGUrw .framer-2w9wbs > *, .framer-DGUrw .framer-57mktk > *, .framer-DGUrw .framer-10lz4hk > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-DGUrw .framer-tifmjx > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-DGUrw .framer-1ixmx6w > *, .framer-DGUrw .framer-doh2lk > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-DGUrw .framer-1nt39gc > *, .framer-DGUrw .framer-vthmtu > *, .framer-DGUrw .framer-u6k2zo > *, .framer-DGUrw .framer-xy92jq > *, .framer-DGUrw .framer-1s803r3 > *, .framer-DGUrw .framer-1fbepek > *, .framer-DGUrw .framer-xv2rhd > *, .framer-DGUrw .framer-l4xtkw > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-DGUrw .framer-19uwr07 > *, .framer-DGUrw .framer-16y7kex > *, .framer-DGUrw .framer-1o5to94 > *, .framer-DGUrw .framer-juwmwf > *, .framer-DGUrw .framer-1dcyyk2 > *, .framer-DGUrw .framer-6czqx7 > *, .framer-DGUrw .framer-1v8i1aj > *, .framer-DGUrw .framer-1h5ra3b > *, .framer-DGUrw .framer-7oi441 > *, .framer-DGUrw .framer-bvn688 > *, .framer-DGUrw .framer-4ce1j > *, .framer-DGUrw .framer-4rz551 > *, .framer-DGUrw .framer-par02o > *, .framer-DGUrw .framer-1ecg0at > *, .framer-DGUrw .framer-vzeb57 > *, .framer-DGUrw .framer-rl6xxd > *, .framer-DGUrw .framer-1d3ksys > *, .framer-DGUrw .framer-r0fok8 > *, .framer-DGUrw .framer-tyrcpg > *, .framer-DGUrw .framer-1wb52gk > *, .framer-DGUrw .framer-1itnfg4 > *, .framer-DGUrw .framer-13ylc4o > *, .framer-DGUrw .framer-1gyatyg > *, .framer-DGUrw .framer-1gpll90 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DGUrw .framer-7a8uoy > *, .framer-DGUrw .framer-lnp7rw > *, .framer-DGUrw .framer-5pjz23 > *, .framer-DGUrw .framer-14mltqj > *, .framer-DGUrw .framer-mjy04r > *, .framer-DGUrw .framer-1nahbga > *, .framer-DGUrw .framer-8kfnb4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-DGUrw .framer-147jmbk > *, .framer-DGUrw .framer-oos19f > *, .framer-DGUrw .framer-1yaw5p > *, .framer-DGUrw .framer-1k9r4j7 > *, .framer-DGUrw .framer-2ytgmr > *, .framer-DGUrw .framer-197qfoc > *, .framer-DGUrw .framer-olchzt > *, .framer-DGUrw .framer-16f64uo > *, .framer-DGUrw .framer-xftequ > *, .framer-DGUrw .framer-2s4r29 > *, .framer-DGUrw .framer-zfoubz > *, .framer-DGUrw .framer-13mz5ft > *, .framer-DGUrw .framer-1y80sjc > *, .framer-DGUrw .framer-umrp7v > *, .framer-DGUrw .framer-1bnbmas > *, .framer-DGUrw .framer-6ad4r4 > *, .framer-DGUrw .framer-c80lix > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-DGUrw .framer-irgqti > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-DGUrw .framer-1elueux > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-DGUrw .framer-1pvivvg > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-DGUrw .framer-199oyct > *, .framer-DGUrw .framer-16h2kk5 > *, .framer-DGUrw .framer-340w0a > *, .framer-DGUrw .framer-141imfk > *, .framer-DGUrw .framer-1757aho > *, .framer-DGUrw .framer-bie5e6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-DGUrw .framer-1aqs9fj > *, .framer-DGUrw .framer-6r5gn6 > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-DGUrw .framer-1ic4j5e > *, .framer-DGUrw .framer-11q0tch > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-DGUrw .framer-4d9um9 > *, .framer-DGUrw .framer-1o5ltzr > *, .framer-DGUrw .framer-de5cgm > *, .framer-DGUrw .framer-1nw3h3p > *, .framer-DGUrw .framer-o3gbgl > *, .framer-DGUrw .framer-1vu4a88 > *, .framer-DGUrw .framer-nywgqd > *, .framer-DGUrw .framer-g0zais > *, .framer-DGUrw .framer-1fueb91 > *, .framer-DGUrw .framer-v6ely8 > *, .framer-DGUrw .framer-l00ms9 > *, .framer-DGUrw .framer-19atqmx > * { margin: 0px; margin-left: calc(53px / 2); margin-right: calc(53px / 2); } .framer-DGUrw .framer-1cqq3py > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-DGUrw .framer-1nk3rv > * { margin: 0px; margin-bottom: calc(55px / 2); margin-top: calc(55px / 2); } }\",'.framer-DGUrw[data-selection=\"true\"] * ::selection, .framer-DGUrw [data-selection=\"true\"] * ::selection { color: var(--selection-color, none); background-color: var(--selection-background-color, none); }','.framer-DGUrw[data-border=\"true\"]::after, .framer-DGUrw [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; }','.framer-DGUrw[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-DGUrw [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-DGUrw[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-DGUrw [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-DGUrw[data-hide-scrollbars=\"true\"], .framer-DGUrw [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (max-width: 809px) { .framer-DGUrw.framer-15sbfqy { cursor: unset; gap: 25px; padding: 26px 0px 0px 0px; width: 390px; } .framer-DGUrw .framer-11inaft { align-content: flex-start; align-items: flex-start; max-width: 600px; order: 0; padding: 0px 20px 0px 12px; } .framer-DGUrw .framer-1v989yc { opacity: unset; } .framer-DGUrw .framer-1axmxtt { height: 40px; left: calc(45.6521739130435% - 40px / 2); top: calc(50.00000000000002% - 40px / 2); width: 40px; } .framer-DGUrw .framer-15gz2jf { max-width: 600px; order: 1; padding: 0px 16px 8px 16px; } .framer-DGUrw .framer-1thze9a, .framer-DGUrw .framer-pel1d9-container { width: 100%; } .framer-DGUrw .framer-13wjnx3, .framer-DGUrw .framer-yqo6qd { padding: 0px; } .framer-DGUrw .framer-1kv4y6u { --framer-text-wrap: balance; width: 100%; } .framer-DGUrw .framer-y461wo { align-content: center; align-items: center; order: 2; z-index: 2; } .framer-DGUrw .framer-hss00b { padding: 20px 16px 20px 16px; } .framer-DGUrw .framer-mlk2mc-container, .framer-DGUrw .framer-gn4kna-container { height: 307px; width: 481px; } .framer-DGUrw .framer-1krjggk-container { height: 307px; width: 478px; } .framer-DGUrw .framer-19z5abr-container { height: 307px; width: 423px; } .framer-DGUrw .framer-1gqvozy-container, .framer-DGUrw .framer-13mo8tw-container, .framer-DGUrw .framer-13wfrv4-container, .framer-DGUrw .framer-1tapq2o-container, .framer-DGUrw .framer-bkmb1h-container, .framer-DGUrw .framer-jc048b-container, .framer-DGUrw .framer-189d03c-container { height: 307px; width: 483px; } .framer-DGUrw .framer-12e6bih-container, .framer-DGUrw .framer-1tz4gp1-container, .framer-DGUrw .framer-tnvmpz-container { height: 307px; width: 141px; } .framer-DGUrw .framer-dybcth-container { height: 307px; width: 446px; } .framer-DGUrw .framer-in5nq3-container { height: 307px; width: 433px; } .framer-DGUrw .framer-kz53it-container { height: 307px; width: 408px; } .framer-DGUrw .framer-33isl8 { top: 1px; } .framer-DGUrw .framer-184d81n { bottom: 1px; } .framer-DGUrw .framer-1gb4tbn { gap: 26px; max-width: 600px; order: 3; padding: 18px 160px 0px 16px; } .framer-DGUrw .framer-eysozh { flex-direction: column; gap: 44px; } .framer-DGUrw .framer-rnr1xt, .framer-DGUrw .framer-4zzurs, .framer-DGUrw .framer-14scxvm, .framer-DGUrw .framer-pi01p6 { flex: none; width: 312px; } .framer-DGUrw .framer-cxbe5e, .framer-DGUrw .framer-bcdjqs, .framer-DGUrw .framer-tzzrsx, .framer-DGUrw .framer-15649ti, .framer-DGUrw .framer-wje1rz, .framer-DGUrw .framer-x5biph, .framer-DGUrw .framer-11t4g8m, .framer-DGUrw .framer-1kt71ah, .framer-DGUrw .framer-1p9rfol { height: 36px; width: 36px; } .framer-DGUrw .framer-1cx4irf { height: 11px; left: calc(47.22222222222224% - 31px / 2); top: 5px; width: 31px; } .framer-DGUrw .framer-zt1upp { bottom: 5px; height: 11px; left: calc(52.7777777777778% - 31px / 2); width: 31px; } .framer-DGUrw .framer-1j82mt8 { border-bottom-right-radius: 40px; bottom: 1px; height: 23px; left: unset; right: 1px; width: 23px; } .framer-DGUrw .framer-dazqhi { height: 12px; left: 0px; top: 0px; width: 12px; } .framer-DGUrw .framer-k2ggla { border-bottom-right-radius: 30px; border-top-left-radius: 30px; height: 14px; left: calc(50.00000000000002% - 32px / 2); top: 3px; width: 32px; } .framer-DGUrw .framer-1uwmts0 { border-bottom-right-radius: 30px; border-top-left-radius: 30px; bottom: 3px; height: 15px; left: calc(50.00000000000002% - 31px / 2); width: 31px; } .framer-DGUrw .framer-mg2uiz { height: 35px; width: 35px; } .framer-DGUrw .framer-rx3w6 { background-color: #f7f7f7; bottom: 10px; height: unset; left: 10px; right: 10px; top: 10px; width: unset; } .framer-DGUrw .framer-y49c9z { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; gap: 17px; max-width: 600px; order: 4; padding: 35px 0px 35px 0px; } .framer-DGUrw .framer-1qt6w5n { padding: 0px 16px 26px 16px; } .framer-DGUrw .framer-123c27m-container { flex: 1 0 0px; width: 1px; } .framer-DGUrw .framer-1ckcz5c { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 35px; padding: 0px 16px 0px 16px; width: 100%; } .framer-DGUrw .framer-szxuta { gap: 2px; height: 89px; } .framer-DGUrw .framer-1fs8twf, .framer-DGUrw .framer-31txsz, .framer-DGUrw .framer-l38u3p { padding: 0px 0px 0px 4px; } .framer-DGUrw .framer-9909ok { height: 89px; } .framer-DGUrw .framer-11mu7ob { gap: 2px; height: 89px; padding: 0px; } .framer-DGUrw .framer-1n4ysyu { flex-direction: column; gap: 35px; max-width: 600px; order: 5; padding: 0px; } .framer-DGUrw .framer-1pubmx6 { align-self: unset; flex: none; gap: 26px; height: min-content; width: 100%; } .framer-DGUrw .framer-tifmjx { gap: 8px; padding: 0px 16px 0px 16px; } .framer-DGUrw .framer-1pgccp4 { height: min-content; padding: 0px 16px 0px 16px; width: 100%; } .framer-DGUrw .framer-u912ac { gap: 26px; overflow: visible; width: 100%; will-change: unset; } .framer-DGUrw .framer-1nt39gc { gap: 14px; } .framer-DGUrw .framer-7ro6v9 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; gap: 26px; max-width: 600px; order: 6; padding: 0px 16px 0px 16px; } .framer-DGUrw .framer-he7gdo { padding: 35px 0px 0px 4px; } .framer-DGUrw .framer-816dea { flex-direction: column; overflow: visible; } .framer-DGUrw .framer-vthmtu, .framer-DGUrw .framer-u6k2zo, .framer-DGUrw .framer-xy92jq { flex: none; overflow: visible; width: 100%; will-change: unset; } .framer-DGUrw .framer-1fckgmh { aspect-ratio: 1 / 1; bottom: 1px; height: var(--framer-aspect-ratio-supported, 17px); left: unset; right: 1px; top: unset; width: 17px; } .framer-DGUrw .framer-1llfyz5 { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 17px); left: 1px; top: 1px; width: 17px; } .framer-DGUrw .framer-q460bc { bottom: 1px; height: 15px; left: unset; right: 1px; width: 34px; } .framer-DGUrw .framer-15eppx4 { bottom: 20px; height: unset; left: unset; right: 1px; width: 34px; } .framer-DGUrw .framer-12s5365 { bottom: 11px; height: 15px; left: unset; right: 13px; top: unset; width: 15px; } .framer-DGUrw .framer-3ha8df { bottom: 23px; height: unset; left: unset; right: 1px; top: 1px; width: 12px; } .framer-DGUrw .framer-ec0rgj { bottom: 3px; height: 16px; left: unset; right: 16px; width: 16px; } .framer-DGUrw .framer-16itppi { flex-direction: column; } .framer-DGUrw .framer-1s803r3 { width: 100%; will-change: var(--framer-will-change-override, transform); } .framer-DGUrw .framer-wed7yn { border-bottom-right-radius: 20px; height: 15px; left: -7px; top: calc(50.00000000000002% - 15px / 2); width: 33px; } .framer-DGUrw .framer-txm9n5 { border-top-left-radius: 30px; height: 15px; right: -8px; top: calc(50.00000000000002% - 15px / 2); width: 33px; } .framer-DGUrw .framer-11dqh36 { align-self: unset; flex: none; gap: 12px; height: min-content; justify-content: flex-start; width: 100%; will-change: var(--framer-will-change-override, transform); } .framer-DGUrw .framer-mtau7v { gap: 17px; } .framer-DGUrw .framer-kzfgfw { height: 24px; left: 12px; right: unset; top: 1px; width: 24px; } .framer-DGUrw .framer-crfizl { border-bottom-right-radius: 30px; border-top-left-radius: 30px; bottom: -10px; left: 13px; top: -5px; width: 15px; will-change: var(--framer-will-change-override, transform); } .framer-DGUrw .framer-wduzbg { height: 20px; left: 1px; width: 20px; } .framer-DGUrw .framer-1vnpx1j { gap: 26px; max-width: 600px; order: 7; padding: 35px 16px 35px 16px; scroll-margin-top: unset; } .framer-DGUrw .framer-gih724 { order: 0; } .framer-DGUrw .framer-19uwr07, .framer-DGUrw .framer-tyrcpg { align-content: center; align-items: center; height: min-content; padding: 0px; } .framer-DGUrw .framer-1k493x9 { flex-direction: column; gap: 12px; order: 1; } .framer-DGUrw .framer-nmlzb3 { flex: none; justify-content: center; width: 100%; } .framer-DGUrw .framer-lnp7rw { z-index: 0; } .framer-DGUrw .framer-doh2lk { gap: 0px; width: 73%; } .framer-DGUrw .framer-w6ovxr { flex: none; overflow: visible; width: 100%; } .framer-DGUrw .framer-ivm2aw { overflow: visible; } .framer-DGUrw .framer-1pvivvg { flex: none; width: 100%; } .framer-DGUrw.framer-1raofrk-container { height: 82vh; left: calc(50.00000000000002% - min(393px, 91.7948717948718%) / 2); max-height: 697px; top: calc(50.00000000000002% - min(697px, 82vh) / 2); transform: unset; } .framer-DGUrw .framer-fydtsn { flex-direction: column; order: 2; width: 100%; } .framer-DGUrw .framer-1aqs9fj, .framer-DGUrw .framer-6r5gn6 { flex: none; gap: 26px; width: 100%; } .framer-DGUrw .framer-8wczl7 { background-color: #f7f7f7; } .framer-DGUrw .framer-znnyjj, .framer-DGUrw .framer-1ry5kqb { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-DGUrw .framer-1c0b038, .framer-DGUrw .framer-ng7xpb { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 26px; justify-content: flex-start; } .framer-DGUrw .framer-1yees0a { flex-wrap: wrap; justify-content: flex-start; overflow: hidden; width: 100%; } .framer-DGUrw .framer-vfe1u9 { flex-wrap: wrap; gap: 10px; justify-content: flex-start; overflow: hidden; width: 100%; } .framer-DGUrw .framer-11gl02q { gap: 26px; max-width: 600px; order: 8; padding: 8px 16px 35px 16px; } .framer-DGUrw .framer-16jljsv { flex-direction: column; gap: 8px; justify-content: flex-start; order: 0; padding: 0px 4px 0px 4px; } .framer-DGUrw .framer-1ic4j5e { align-self: unset; gap: 14px; height: min-content; order: 0; overflow: visible; width: 100%; } .framer-DGUrw .framer-m5x0qo { padding: 0px 0px 16px 0px; } .framer-DGUrw .framer-1nimdsr { align-content: flex-end; align-items: flex-end; gap: 14px; overflow: visible; } .framer-DGUrw .framer-1ipi4j6 { min-height: unset; } .framer-DGUrw .framer-11q0tch { max-width: 600px; order: 9; padding: 0px 16px 60px 16px; width: 100%; } .framer-DGUrw .framer-1cqq3py { order: 12; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DGUrw.framer-15sbfqy, .framer-DGUrw .framer-1gb4tbn, .framer-DGUrw .framer-eysozh, .framer-DGUrw .framer-y49c9z, .framer-DGUrw .framer-1ckcz5c, .framer-DGUrw .framer-szxuta, .framer-DGUrw .framer-11mu7ob, .framer-DGUrw .framer-1n4ysyu, .framer-DGUrw .framer-1pubmx6, .framer-DGUrw .framer-tifmjx, .framer-DGUrw .framer-u912ac, .framer-DGUrw .framer-1nt39gc, .framer-DGUrw .framer-7ro6v9, .framer-DGUrw .framer-816dea, .framer-DGUrw .framer-16itppi, .framer-DGUrw .framer-11dqh36, .framer-DGUrw .framer-mtau7v, .framer-DGUrw .framer-1vnpx1j, .framer-DGUrw .framer-1k493x9, .framer-DGUrw .framer-doh2lk, .framer-DGUrw .framer-fydtsn, .framer-DGUrw .framer-1aqs9fj, .framer-DGUrw .framer-1c0b038, .framer-DGUrw .framer-6r5gn6, .framer-DGUrw .framer-ng7xpb, .framer-DGUrw .framer-vfe1u9, .framer-DGUrw .framer-11gl02q, .framer-DGUrw .framer-16jljsv, .framer-DGUrw .framer-1ic4j5e, .framer-DGUrw .framer-1nimdsr { gap: 0px; } .framer-DGUrw.framer-15sbfqy > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-DGUrw.framer-15sbfqy > :first-child, .framer-DGUrw .framer-1gb4tbn > :first-child, .framer-DGUrw .framer-eysozh > :first-child, .framer-DGUrw .framer-y49c9z > :first-child, .framer-DGUrw .framer-1ckcz5c > :first-child, .framer-DGUrw .framer-1n4ysyu > :first-child, .framer-DGUrw .framer-1pubmx6 > :first-child, .framer-DGUrw .framer-tifmjx > :first-child, .framer-DGUrw .framer-u912ac > :first-child, .framer-DGUrw .framer-1nt39gc > :first-child, .framer-DGUrw .framer-7ro6v9 > :first-child, .framer-DGUrw .framer-816dea > :first-child, .framer-DGUrw .framer-16itppi > :first-child, .framer-DGUrw .framer-11dqh36 > :first-child, .framer-DGUrw .framer-mtau7v > :first-child, .framer-DGUrw .framer-1vnpx1j > :first-child, .framer-DGUrw .framer-1k493x9 > :first-child, .framer-DGUrw .framer-fydtsn > :first-child, .framer-DGUrw .framer-1aqs9fj > :first-child, .framer-DGUrw .framer-1c0b038 > :first-child, .framer-DGUrw .framer-6r5gn6 > :first-child, .framer-DGUrw .framer-ng7xpb > :first-child, .framer-DGUrw .framer-11gl02q > :first-child, .framer-DGUrw .framer-16jljsv > :first-child, .framer-DGUrw .framer-1ic4j5e > :first-child, .framer-DGUrw .framer-1nimdsr > :first-child { margin-top: 0px; } .framer-DGUrw.framer-15sbfqy > :last-child, .framer-DGUrw .framer-1gb4tbn > :last-child, .framer-DGUrw .framer-eysozh > :last-child, .framer-DGUrw .framer-y49c9z > :last-child, .framer-DGUrw .framer-1ckcz5c > :last-child, .framer-DGUrw .framer-1n4ysyu > :last-child, .framer-DGUrw .framer-1pubmx6 > :last-child, .framer-DGUrw .framer-tifmjx > :last-child, .framer-DGUrw .framer-u912ac > :last-child, .framer-DGUrw .framer-1nt39gc > :last-child, .framer-DGUrw .framer-7ro6v9 > :last-child, .framer-DGUrw .framer-816dea > :last-child, .framer-DGUrw .framer-16itppi > :last-child, .framer-DGUrw .framer-11dqh36 > :last-child, .framer-DGUrw .framer-mtau7v > :last-child, .framer-DGUrw .framer-1vnpx1j > :last-child, .framer-DGUrw .framer-1k493x9 > :last-child, .framer-DGUrw .framer-fydtsn > :last-child, .framer-DGUrw .framer-1aqs9fj > :last-child, .framer-DGUrw .framer-1c0b038 > :last-child, .framer-DGUrw .framer-6r5gn6 > :last-child, .framer-DGUrw .framer-ng7xpb > :last-child, .framer-DGUrw .framer-11gl02q > :last-child, .framer-DGUrw .framer-16jljsv > :last-child, .framer-DGUrw .framer-1ic4j5e > :last-child, .framer-DGUrw .framer-1nimdsr > :last-child { margin-bottom: 0px; } .framer-DGUrw .framer-1gb4tbn > *, .framer-DGUrw .framer-1pubmx6 > *, .framer-DGUrw .framer-u912ac > *, .framer-DGUrw .framer-7ro6v9 > *, .framer-DGUrw .framer-1vnpx1j > *, .framer-DGUrw .framer-1aqs9fj > *, .framer-DGUrw .framer-1c0b038 > *, .framer-DGUrw .framer-6r5gn6 > *, .framer-DGUrw .framer-ng7xpb > *, .framer-DGUrw .framer-11gl02q > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-DGUrw .framer-eysozh > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-DGUrw .framer-y49c9z > *, .framer-DGUrw .framer-mtau7v > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-DGUrw .framer-1ckcz5c > *, .framer-DGUrw .framer-1n4ysyu > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-DGUrw .framer-szxuta > *, .framer-DGUrw .framer-11mu7ob > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-DGUrw .framer-szxuta > :first-child, .framer-DGUrw .framer-11mu7ob > :first-child, .framer-DGUrw .framer-doh2lk > :first-child, .framer-DGUrw .framer-vfe1u9 > :first-child { margin-left: 0px; } .framer-DGUrw .framer-szxuta > :last-child, .framer-DGUrw .framer-11mu7ob > :last-child, .framer-DGUrw .framer-doh2lk > :last-child, .framer-DGUrw .framer-vfe1u9 > :last-child { margin-right: 0px; } .framer-DGUrw .framer-tifmjx > *, .framer-DGUrw .framer-816dea > *, .framer-DGUrw .framer-16itppi > *, .framer-DGUrw .framer-fydtsn > *, .framer-DGUrw .framer-16jljsv > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DGUrw .framer-1nt39gc > *, .framer-DGUrw .framer-1ic4j5e > *, .framer-DGUrw .framer-1nimdsr > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-DGUrw .framer-11dqh36 > *, .framer-DGUrw .framer-1k493x9 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-DGUrw .framer-doh2lk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DGUrw .framer-vfe1u9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-DGUrw.framer-15sbfqy { width: 810px; } .framer-DGUrw .framer-11inaft { max-width: 740px; order: 0; will-change: unset; } .framer-DGUrw .framer-1v989yc { opacity: unset; } .framer-DGUrw .framer-1axmxtt { height: 40px; left: calc(50.00000000000002% - 40px / 2); top: calc(50.00000000000002% - 40px / 2); width: 40px; } .framer-DGUrw .framer-15gz2jf { max-width: 740px; order: 1; overflow: hidden; padding: 0px 0px 17px 0px; } .framer-DGUrw .framer-1thze9a { overflow: visible; width: 100%; } .framer-DGUrw .framer-y461wo { order: 2; z-index: 2; } .framer-DGUrw .framer-184d81n { bottom: -16px; overflow: visible; } .framer-DGUrw .framer-1gb4tbn { max-width: 740px; order: 3; padding: 0px; } .framer-DGUrw .framer-y49c9z { max-width: 788px; order: 4; padding: 22px; width: 110%; } .framer-DGUrw .framer-123c27m-container { width: 643px; } .framer-DGUrw .framer-szxuta, .framer-DGUrw .framer-9909ok, .framer-DGUrw .framer-11mu7ob { height: 79px; } .framer-DGUrw .framer-1fs8twf, .framer-DGUrw .framer-31txsz, .framer-DGUrw .framer-l38u3p { padding: 0px 0px 0px 4px; } .framer-DGUrw .framer-1n4ysyu { max-width: 740px; order: 5; padding: 0px; } .framer-DGUrw .framer-7ro6v9 { max-width: 788px; order: 6; width: 110%; } .framer-DGUrw .framer-816dea { flex-wrap: wrap; } .framer-DGUrw .framer-vthmtu, .framer-DGUrw .framer-u6k2zo, .framer-DGUrw .framer-xy92jq { flex: none; width: 362px; } .framer-DGUrw .framer-tiq2mx { background-color: #e3e3e3; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; box-shadow: inset 0px 0.3010936508871964px 0.421531111242075px -1.4166666666666665px rgba(0, 0, 0, 0.44), inset 0px 1.1442666516217286px 1.60197331227042px -2.833333333333333px rgba(0, 0, 0, 0.37), inset 0px 5px 7px -4.25px rgba(0, 0, 0, 0.08), inset 0px -1px 0px 0px rgb(255, 255, 255); gap: 12px; padding: 24px; will-change: var(--framer-will-change-override, transform); } .framer-DGUrw .framer-47kpc8, .framer-DGUrw .framer-1abfab0, .framer-DGUrw .framer-d1tlhb { -webkit-user-select: unset; user-select: unset; } .framer-DGUrw .framer-16itppi { flex-direction: column; gap: 14px; } .framer-DGUrw .framer-11dqh36 { align-self: unset; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; gap: 12px; height: min-content; justify-content: center; padding: 22px 24px 22px 24px; width: 100%; } .framer-DGUrw .framer-mtau7v { gap: 17px; } .framer-DGUrw .framer-1vnpx1j { max-width: 740px; order: 7; } .framer-DGUrw .framer-19uwr07, .framer-DGUrw .framer-tyrcpg { height: min-content; } .framer-DGUrw .framer-rlbrf2, .framer-DGUrw .framer-1ql2kg4 { width: 510px; } .framer-DGUrw .framer-1k493x9 { flex-wrap: wrap; justify-content: flex-start; padding: 0px; } .framer-DGUrw .framer-nmlzb3 { flex: none; gap: 4px; justify-content: center; width: 366px; } .framer-DGUrw .framer-7a8uoy { padding: 20px 20px 24px 20px; } .framer-DGUrw .framer-lnp7rw { z-index: 0; } .framer-DGUrw .framer-doh2lk { width: min-content; } .framer-DGUrw .framer-w6ovxr { flex: none; width: 366px; } .framer-DGUrw .framer-1elueux { width: 366px; } .framer-DGUrw .framer-12xktci { order: 1; } .framer-DGUrw .framer-w9du0t { order: 0; } .framer-DGUrw .framer-fydtsn { width: 100%; } .framer-DGUrw .framer-1aqs9fj, .framer-DGUrw .framer-6r5gn6 { gap: 26px; } .framer-DGUrw .framer-1c0b038, .framer-DGUrw .framer-ng7xpb { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 17px; justify-content: flex-start; } .framer-DGUrw .framer-11gl02q { max-width: 740px; order: 8; } .framer-DGUrw .framer-1ic4j5e { order: 0; width: 497px; } .framer-DGUrw .framer-1x59a7o { height: 379px; order: 1; } .framer-DGUrw .framer-1inspu6 { bottom: unset; height: 378px; left: calc(48.16326530612247% - 234px / 2); width: 234px; } .framer-DGUrw .framer-11q0tch { max-width: 740px; order: 9; width: 100%; } .framer-DGUrw .framer-1irw6i2 { max-width: 740px; order: 10; width: 740px; } .framer-DGUrw .framer-9knedf-container { width: 740px; } .framer-DGUrw .framer-1wb52gk { order: 11; width: 111%; } .framer-DGUrw .framer-5ug1a3 { overflow: visible; } .framer-DGUrw .framer-1poi863 { width: 548px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DGUrw .framer-tiq2mx, .framer-DGUrw .framer-16itppi, .framer-DGUrw .framer-11dqh36, .framer-DGUrw .framer-mtau7v, .framer-DGUrw .framer-nmlzb3, .framer-DGUrw .framer-1aqs9fj, .framer-DGUrw .framer-1c0b038, .framer-DGUrw .framer-6r5gn6, .framer-DGUrw .framer-ng7xpb { gap: 0px; } .framer-DGUrw .framer-tiq2mx > *, .framer-DGUrw .framer-11dqh36 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-DGUrw .framer-tiq2mx > :first-child, .framer-DGUrw .framer-16itppi > :first-child, .framer-DGUrw .framer-11dqh36 > :first-child, .framer-DGUrw .framer-mtau7v > :first-child, .framer-DGUrw .framer-nmlzb3 > :first-child, .framer-DGUrw .framer-1aqs9fj > :first-child, .framer-DGUrw .framer-1c0b038 > :first-child, .framer-DGUrw .framer-6r5gn6 > :first-child, .framer-DGUrw .framer-ng7xpb > :first-child { margin-top: 0px; } .framer-DGUrw .framer-tiq2mx > :last-child, .framer-DGUrw .framer-16itppi > :last-child, .framer-DGUrw .framer-11dqh36 > :last-child, .framer-DGUrw .framer-mtau7v > :last-child, .framer-DGUrw .framer-nmlzb3 > :last-child, .framer-DGUrw .framer-1aqs9fj > :last-child, .framer-DGUrw .framer-1c0b038 > :last-child, .framer-DGUrw .framer-6r5gn6 > :last-child, .framer-DGUrw .framer-ng7xpb > :last-child { margin-bottom: 0px; } .framer-DGUrw .framer-16itppi > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-DGUrw .framer-mtau7v > *, .framer-DGUrw .framer-1c0b038 > *, .framer-DGUrw .framer-ng7xpb > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-DGUrw .framer-nmlzb3 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-DGUrw .framer-1aqs9fj > *, .framer-DGUrw .framer-6r5gn6 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6081.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MN9jRQXH8\":{\"layout\":[\"fixed\",\"auto\"]},\"YRo8y_P8B\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Niow6DYar\":{\"pattern\":\":Niow6DYar\",\"name\":\"pricing\"}}\n * @framerResponsiveScreen\n */const FramertloyIFsEU=withCSS(Component,css,\"framer-DGUrw\");export default FramertloyIFsEU;FramertloyIFsEU.displayName=\"Home\";FramertloyIFsEU.defaultProps={height:6081.5,width:1200};const variationAxes=[{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramertloyIFsEU,[{explicitInter:true,fonts:[{family:\"Albert Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_qY32TxAj1g.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dOIFdwYjGaAMFtZd_QA2ZZalayGhyV.woff2\",variationAxes,weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHmZP_qY32TxAj1g.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"}]},...LinesLogoFonts,...ImageHoverFonts,...ScrollWordRevealFonts,...SmoothCounterFonts,...ScrambletextFonts,...ButtonFonts,...FormFonts,...HireContraFonts,...PartnersSectionFonts,...FAQFonts,...TickerFonts,...LetSChatCtaFonts,...AutoYearCopyrightFonts,...FAQMobileFonts,...CursorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertloyIFsEU\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"Niow6DYar\\\":{\\\"pattern\\\":\\\":Niow6DYar\\\",\\\"name\\\":\\\"pricing\\\"}}\",\"framerIntrinsicHeight\":\"6081.5\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MN9jRQXH8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YRo8y_P8B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "l", "cubicBezier", "__rest", "e", "r", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "u", "d", "f", "l", "g", "glide", "h", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "n", "createGeneratorEasing", "e", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "n", "dispatchViewEvent", "se", "o", "s", "__rest", "inView$1", "t", "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", "AutoYearCopyright", "props", "companyName", "rightsText", "showSymbol", "showTrademark", "trademarkType", "yearPlacement", "font", "color", "fontSize", "currentYear", "symbol", "trademarkOptionActive", "trademarkSymbol", "finalCompanyName", "finalRightsText", "dotAfterCompanyName", "displayText", "textStyle", "p", "addPropertyControls", "ControlType", "SmoothCounter", "props", "start", "end", "font", "fontProps", "trigger", "lineHeight", "transition", "label", "labelPosition", "loop", "loopDelay", "padding", "useMask", "Color", "Size", "letterSpacing", "verticalSpacing", "computedLineHeight", "computedDigitWidth", "formatNumber", "value", "displayNumber", "setDisplayNumber", "ye", "hasAnimated", "setHasAnimated", "numberRef", "pe", "memoizedDigits", "se", "ue", "observer", "entries", "entry", "renderScrollingDigits", "targetChars", "computedPunctuationWidth", "char", "index", "marginRight", "marginLeft", "targetDigit", "p", "motion", "_", "i", "dynamicStyle", "outerContainerStyle", "u", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "transformTemplate1", "_", "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", "rMuQAzjcU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "Link", "u", "RichText2", "SVG", "css", "FramerhBqPbM31T", "withCSS", "hBqPbM31T_default", "addPropertyControls", "ControlType", "addFonts", "Animator", "props", "pathAnimation", "from", "to", "animate", "shouldLoop", "loopOptions", "slots", "endCircle", "hasChildren", "j", "customShape", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "firstChild", "getFirstChild", "svgChild", "isSpring", "shapeTransition", "pathLength", "useMotionValue", "opacity", "useTransform", "shapeProps", "isCanvas", "RenderTarget", "attributes", "pathD", "stroke", "strokeWidth", "strokeLinecap", "strokeLinejoin", "element", "splitAndReplace", "svgViewbox", "motion", "addPropertyControls", "ControlType", "string", "child", "topGradient", "bottomGradient", "scrollFadeY", "Component", "Y", "props", "ref", "componentRef", "pe", "topOverlayRef", "bottomOverlayRef", "isAtBottom", "setIsAtBottom", "ye", "isScrolling", "setIsScrolling", "showGradients", "setShowGradients", "fe", "handleResize", "handleScroll", "scrollTop", "scrollHeight", "clientHeight", "isEnd", "componentEl", "window", "ue", "u", "p", "node", "l", "ScrambletextFonts", "getFonts", "Scrambletext", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "Framernt3DoQEuN", "withCSS", "nt3DoQEuN_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivScrollFadeY", "scrollFadeY", "motion", "ButtonCopyFonts", "getFonts", "nt3DoQEuN_default", "AnimatorFonts", "Animator", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "formVariants", "form", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "transition2", "animation", "animation1", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "tapToClose", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "gspFQHn6J", "O0Vtp4BAg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onLoading13ch35q", "args", "onSuccessp64b12", "onTap1bekvq5", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "FormContainer", "cx", "formState", "u", "l", "RichText2", "SVG", "FormPlainTextInput2", "FormSelect", "ComponentViewportProvider", "css", "FramerL93J3ISKU", "withCSS", "L93J3ISKU_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1lr89bu", "args", "onMouseLeave1ilexy1", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerWJXbzUmlZ", "withCSS", "WJXbzUmlZ_default", "addPropertyControls", "ControlType", "addFonts", "PartnerFonts", "getFonts", "WJXbzUmlZ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterizu9gt", "overlay", "paginationInfo", "args", "ref1", "pe", "ref2", "isDisplayed", "ref3", "ref4", "ref5", "ref6", "ref7", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "l", "SVG", "AnimatePresence", "Floating", "RichText2", "overlay1", "overlay2", "ComponentViewportProvider", "css", "FramerlYCmFKZYs", "withCSS", "lYCmFKZYs_default", "addPropertyControls", "ControlType", "addFonts", "SmoothShift", "active", "style", "isCanvas", "RenderTarget", "ref", "pe", "rafId", "ue", "parent", "container", "updateSize", "rect", "p", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "SmoothShiftFonts", "getFonts", "SmoothShift", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "transition5", "transition6", "transition7", "transition8", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1vnjf6z", "args", "onTapp88jk4", "onTapnqj0ui", "onTap1acu2w3", "onTaprfdg85", "onTap193gclb", "onTap1yxm3hy", "onTap1dkw02c", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerNAkHDy8Y8", "withCSS", "NAkHDy8Y8_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter129fxav", "args", "onMouseLeaveeu6bo6", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "css", "FramerRg35i73Do", "withCSS", "Rg35i73Do_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "radius", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "wJb0AaXGZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "SVG", "RichText2", "css", "FramerrNJneYIp3", "withCSS", "rNJneYIp3_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "SmoothShiftFonts", "getFonts", "SmoothShift", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "transition5", "transition6", "transition7", "transition8", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1n3ur8u", "args", "onTapwh6e0j", "onTaphfv3ih", "onTapskwrp0", "onTapqq74zt", "onTap164icpr", "onTapext8zt", "onTapuiguqk", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerY0P6QuT6p", "withCSS", "Y0P6QuT6p_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerYntV3TRYL", "withCSS", "YntV3TRYL_default", "addPropertyControls", "ControlType", "addFonts", "ImageHover", "image1", "image2", "image3", "image4", "fillType", "position", "movementThreshold", "loopDelay", "cornerRadius", "link", "hoverSwitchEnabled", "currentImage", "setCurrentImage", "ye", "lastCursorPos", "setLastCursorPos", "isMoving", "setIsMoving", "isHovering", "setIsHovering", "isDragging", "setIsDragging", "draggingComplete", "setDraggingComplete", "dragStartPos", "setDragStartPos", "autoLoopRef", "pe", "cursorStopTimerRef", "images", "preloadImages", "te", "src", "img", "ue", "handleMouseMove", "event", "clientX", "clientY", "prevImage", "window", "startAutoLoop", "handleMouseEnter", "handleMouseLeave", "handleMouseDown", "handleMouseUp", "handleClick", "p", "image", "index", "addPropertyControls", "ControlType", "DragScrollWithMomentum", "isDragging", "setIsDragging", "ye", "startX", "pe", "scrollLeft", "scrollContainer", "velocity", "animationFrame", "dragThreshold", "wasDragging", "isTouchDevice", "window", "navigator", "onPointerDown", "event", "onPointerMove", "x", "newScrollLeft", "onPointerUp", "momentumScroll", "ue", "withDragScrollWithMomentum", "C", "props", "re", "DataObserverContext", "p", "npm_react_is_16_13_exports", "__export", "M", "P", "x", "v", "w", "F", "g", "E", "_", "L", "R", "h", "j", "npm_react_is_16_13_default", "O", "T", "V", "k", "q", "B", "D", "G", "H", "I", "J", "K", "N", "Q", "U", "e", "o", "r", "t", "n", "c", "f", "s", "i", "a", "u", "y", "l", "m", "p", "d", "S", "b", "$", "C", "z", "A", "M", "P", "x", "v", "w", "F", "g", "E", "_", "L", "R", "h", "j", "O", "T", "V", "k", "q", "B", "D", "G", "H", "I", "J", "K", "N", "Q", "U", "npm_react_is_16_13_default", "r", "e", "t", "a", "f", "l", "o", "n", "v", "i", "u", "s", "npm_shallowequal_1_1_default", "stylis_min", "e", "M", "t", "c", "s", "i", "n", "o", "u", "k", "d", "w", "p", "x", "O", "z", "j", "S", "_", "q", "D", "E", "F", "G", "I", "J", "K", "N", "r", "a", "v", "$", "X", "H", "A", "g", "h", "ea", "l", "C", "L", "P", "y", "m", "f", "b", "Z", "B", "T", "U", "o", "memoize", "e", "n", "o", "t", "r", "memoize", "e", "e", "npm_react_is_16_13_exports", "npm_react_is_16_13_default", "r", "a", "o", "u", "p", "s", "i", "getStatics", "t", "c", "n", "y", "v", "f", "l", "hoistNonReactStatics", "d", "m", "hoist_non_react_statics_cjs_default", "v", "n", "r", "o", "i", "g", "a", "S", "U", "T", "k", "b", "_", "N", "x", "G", "window", "L", "j", "n", "r", "o", "i", "U", "e", "a", "c", "u", "d", "p", "J", "X", "Z", "B", "z", "M", "K", "x", "oe", "F", "Y", "y", "q", "window", "H", "se", "ie", "ae", "ue", "G", "le", "L", "de", "k", "v", "he", "Q", "ee", "te", "ne", "re", "b", "N", "pe", "ve", "Ne", "w", "E", "C", "A", "I", "P", "R", "ge", "Se", "ce", "T", "stylis_min", "t", "m", "we", "Ie", "Pe", "je", "De", "fe", "me", "ye", "npm_shallowequal_1_1_default", "Ge", "Le", "Ye", "$e", "Ee", "be", "_e", "S", "Ae", "Ce", "g", "Re", "n", "r", "o", "k", "Qe", "et", "Te", "xe", "ee", "ne", "ke", "Ve", "Be", "ze", "i", "Me", "a", "c", "u", "d", "tt", "e", "nt", "rt", "qe", "n", "r", "o", "c", "N", "u", "ke", "d", "p", "T", "E", "C", "Te", "i", "xe", "A", "I", "_", "x", "V", "G", "a", "L", "W", "ve", "$", "O", "k", "v", "b", "Re", "re", "tt", "R", "fe", "me", "U", "B", "e", "Me", "hoist_non_react_statics_cjs_default", "He", "Q", "j", "s", "Ce", "ot", "de", "Ne", "st", "e", "n", "r", "o", "q", "x", "j", "a", "v", "de", "ye", "Container", "He", "props", "Word", "motion", "ScrollWordReveal", "phrase", "triggerPoint", "wordTriggerDistance", "font", "color", "fontSize", "baseOpacity", "highlightWords", "highlightColor", "defaultVisibleWords", "showHighlightWords", "showDefaultVisibleWords", "revealTrigger", "viewportPosition", "words", "setWords", "ye", "highlightWordsArray", "setHighlightWordsArray", "defaultVisibleWordsArray", "setDefaultVisibleWordsArray", "scrollY", "setScrollY", "ref", "pe", "inView", "useInView", "ue", "word", "handleScroll", "window", "stripPunctuation", "textStyle", "p", "index", "strippedWord", "wordStart", "wordEnd", "progress", "opacity", "wordColor", "finalOpacity", "addPropertyControls", "ControlType", "LinesLogoFonts", "getFonts", "Rg35i73Do_default", "MotionNavWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "MotionAWithOptimizedAppearEffect", "ImageHoverFonts", "ImageHover", "MotionDivWithDragScrollWithMomentumhss00b", "withCodeBoundaryForOverrides", "withDragScrollWithMomentum", "MotionDivWithFX", "withFX", "RichTextWithFX", "RichText2", "ScrollWordRevealFonts", "ScrollWordReveal", "SmoothCounterFonts", "SmoothCounter", "ScrambletextFonts", "Scrambletext", "ContainerWithFX", "Container", "MotionSectionWithFX", "ButtonFonts", "gRklrzCYb_default", "FormFonts", "L93J3ISKU_default", "HireContraFonts", "rNJneYIp3_default", "PartnersSectionFonts", "lYCmFKZYs_default", "FAQFonts", "Y0P6QuT6p_default", "TickerFonts", "Ticker", "LetSChatCtaFonts", "hBqPbM31T_default", "AutoYearCopyrightFonts", "AutoYearCopyright", "FAQMobileFonts", "NAkHDy8Y8_default", "CursorFonts", "YntV3TRYL_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "textEffect", "animation3", "textEffect1", "animation4", "transition3", "textEffect2", "transition4", "animation5", "transition5", "animation6", "animation7", "animation8", "animation9", "animation10", "transition6", "animation11", "transition7", "animation12", "transition8", "animation13", "transition9", "animation14", "transition10", "transition11", "transition12", "transition13", "transition14", "transition15", "animation15", "animation16", "animation17", "transition16", "animation18", "transition17", "animation19", "transition18", "transition19", "transition20", "transition21", "transition22", "transition23", "transition24", "transition25", "animation20", "transition26", "animation21", "animation22", "transition27", "animation23", "transition28", "transition29", "transition30", "transition31", "transition32", "transition33", "transition34", "animation24", "animation25", "transition35", "animation26", "transformTemplate1", "_", "animation27", "animation28", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation29", "transition36", "animation30", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition37", "cursor", "cursor1", "cursor2", "transition38", "cursor3", "transition39", "cursor4", "cursor5", "cursor6", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "fzu9yex2S3bnx0g", "overlay", "loadMore", "args", "gspFQHn6J1wnntms", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId", "useRouteElementId", "ref1", "isDisplayed3", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "Link", "SVG", "ComponentViewportProvider", "x", "Image2", "l", "AnimatePresence", "Ga", "overlay1", "css", "FramertloyIFsEU", "withCSS", "tloyIFsEU_default", "variationAxes", "addFonts", "__FramerMetadata__"]
}
