{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.18.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/types@10.17.1/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.6.3/tslib.es6.mjs", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.18.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.18.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://framerusercontent.com/modules/CEfND3paB3HJkvYckHQ9/7rBG5sJ6OTKHvBqAdPI5/Scrollbar.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/TXhR1VriQwDbYQl0Jpzg/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js", "ssg:https://framerusercontent.com/modules/9fBju52jH1B5ftE5g5ap/HXUrAQXykaXC7bJ2Y9F6/Ors7iuF2n.js", "ssg:https://framerusercontent.com/modules/SwPvtUi1GJH2kPrjBgbB/svka4svZ9XbaGHt6sPpO/Counter1_1.js", "ssg:https://framerusercontent.com/modules/VvjBF27r0AvHGgapusdR/8HVGNQWrl4ihmYVege4r/DFPgvPRzV.js", "ssg:https://framerusercontent.com/modules/ngowPK0mKqowXB0jjgeH/2SobBjzyRiLs7dsxaix8/sAf0TS7BX.js", "ssg:https://framerusercontent.com/modules/jdMCKbTqh9miNusp8dvo/izXAseAJYlQMDiZBVeP7/NaUvuEboK.js", "ssg:https://framerusercontent.com/modules/lbqhRR9xA8SqGPH0ExSa/XZexp8YbOfOVe2XCew2J/zSwePZDWh.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 o,steps as h}from\"@motionone/easing\";const l={ease:o(.25,.1,.25,1),\"ease-in\":o(.42,0,1,1),\"ease-in-out\":o(.42,0,.58,1),\"ease-out\":o(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return o(...s);const a=l[s];if(a)return a;if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return h(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:o,duration:h=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\",autoplay:d=true}={}){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}));o=o||s.easing;if(a(o)){const t=o.createAnimation(i);o=t.easing;i=t.keyframes||i;h=t.duration||h}this.repeat=m;this.easing=n(o)?e:getEasingFunction(o);this.updateDuration(h);const f=r(i,c,n(o)?o.map(getEasingFunction):e);this.tick=i=>{var e;l;let s=0;s=this.pauseTime!==void 0?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);this.playState===\"finished\"&&this.pauseTime===void 0&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);r===1&&n--;const o=n%2;(p===\"reverse\"||p===\"alternate\"&&o||p===\"alternate-reverse\"&&!o)&&(r=1-r);const h=s>=this.totalDuration?1:Math.min(r,1);const m=f(this.easing(h));t(m);const c=this.pauseTime===void 0&&(this.playState===\"finished\"||s>=this.totalDuration+u);if(c){this.playState=\"finished\";(e=this.resolve)===null||e===void 0?void 0:e.call(this,m)}else this.playState!==\"idle\"&&(this.frameRequestId=requestAnimationFrame(this.tick))};d&&this.play()}play(){const t=performance.now();this.playState=\"running\";this.pauseTime!==void 0?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\";this.frameRequestId!==void 0&&cancelAnimationFrame(this.frameRequestId);(t=this.reject)===null||t===void 0?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){this.pauseTime!==void 0||this.rate===0?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//# sourceMappingURL=index.es.js.map\n", "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", "class MotionValue{setAnimation(i){this.animation=i;i===null||i===void 0?void 0:i.finished.then((()=>this.clearAnimation())).catch((()=>{}))}clearAnimation(){this.animation=this.generator=void 0}}export{MotionValue};\n//# sourceMappingURL=index.es.js.map\n", "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(typeof t!==\"function\"&&t!==null)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=t===null?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(e!=null&&typeof Object.getOwnPropertySymbols===\"function\"){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:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect===\"object\"&&typeof Reflect.decorate===\"function\")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 __esDecorate(e,t,r,n,o,a){function accept(e){if(e!==void 0&&typeof e!==\"function\")throw new TypeError(\"Function expected\");return e}var i=n.kind,c=i===\"getter\"?\"get\":i===\"setter\"?\"set\":\"value\";var s=!t&&e?n.static?e:e.prototype:null;var l=t||(s?Object.getOwnPropertyDescriptor(s,n.name):{});var u,_=false;for(var f=r.length-1;f>=0;f--){var p={};for(var y in n)p[y]=y===\"access\"?{}:n[y];for(var y in n.access)p.access[y]=n.access[y];p.addInitializer=function(e){if(_)throw new TypeError(\"Cannot add initializers after decoration has completed\");a.push(accept(e||null))};var d=(0,r[f])(i===\"accessor\"?{get:l.get,set:l.set}:l[c],p);if(i===\"accessor\"){if(d===void 0)continue;if(d===null||typeof d!==\"object\")throw new TypeError(\"Object expected\");(u=accept(d.get))&&(l.get=u);(u=accept(d.set))&&(l.set=u);(u=accept(d.init))&&o.unshift(u)}else(u=accept(d))&&(i===\"field\"?o.unshift(u):l[c]=u)}s&&Object.defineProperty(s,n.name,l);_=true}function __runInitializers(e,t,r){var n=arguments.length>2;for(var o=0;o<t.length;o++)r=n?t[o].call(e,r):t[o].call(e);return n?r:void 0}function __propKey(e){return typeof e===\"symbol\"?e:\"\".concat(e)}function __setFunctionName(e,t,r){typeof t===\"symbol\"&&(t=t.description?\"[\".concat(t.description,\"]\"):\"\");return Object.defineProperty(e,\"name\",{configurable:true,value:r?\"\".concat(r,\" \",t):t})}function __metadata(e,t){if(typeof Reflect===\"object\"&&typeof Reflect.metadata===\"function\")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(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},typeof Symbol===\"function\"&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(c){if(r)throw new TypeError(\"Generator is already executing.\");while(a&&(a=0,c[0]&&(i=0)),i)try{if(r=1,n&&(o=c[0]&2?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;(n=0,o)&&(c=[c[0]&2,o.value]);switch(c[0]){case 0:case 1:o=c;break;case 4:i.label++;return{value:c[1],done:false};case 5:i.label++;n=c[1];c=[0];continue;case 7:c=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){i=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){i.label=c[1];break}if(c[0]===6&&i.label<o[1]){i.label=o[1];o=c;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(c);break}o[2]&&i.ops.pop();i.trys.pop();continue}c=t.call(e,i)}catch(e){c=[6,e];n=0}finally{r=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){n===void 0&&(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){n===void 0&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)n===\"default\"||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=typeof Symbol===\"function\"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length===\"number\")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=typeof Symbol===\"function\"&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((t===void 0||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||arguments.length===2)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\",awaitReturn),n[Symbol.asyncIterator]=function(){return this},n;function awaitReturn(e){return function(t){return Promise.resolve(t).then(e,reject)}}function verb(e,t){if(o[e]){n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))};t&&(n[e]=t(n[e]))}}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:false}: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=typeof __values===\"function\"?__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(r!=null)for(var o in r)o!==\"default\"&&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(r===\"a\"&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(typeof t===\"function\"?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return r===\"m\"?n:r===\"a\"?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(n===\"m\")throw new TypeError(\"Private method is not writable\");if(n===\"a\"&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(typeof t===\"function\"?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return n===\"a\"?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(t===null||typeof t!==\"object\"&&typeof t!==\"function\")throw new TypeError(\"Cannot use 'in' operator on non-object\");return typeof e===\"function\"?t===e:e.has(t)}function __addDisposableResource(e,t,r){if(t!==null&&t!==void 0){if(typeof t!==\"object\"&&typeof t!==\"function\")throw new TypeError(\"Object expected.\");var n,o;if(r){if(!Symbol.asyncDispose)throw new TypeError(\"Symbol.asyncDispose is not defined.\");n=t[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError(\"Symbol.dispose is not defined.\");n=t[Symbol.dispose];r&&(o=n)}if(typeof n!==\"function\")throw new TypeError(\"Object not disposable.\");o&&(n=function(){try{o.call(this)}catch(e){return Promise.reject(e)}});e.stack.push({value:t,dispose:n,async:r})}else r&&e.stack.push({async:true});return t}var r=typeof SuppressedError===\"function\"?SuppressedError:function(e,t,r){var n=new Error(r);return n.name=\"SuppressedError\",n.error=e,n.suppressed=t,n};function __disposeResources(e){function fail(t){e.error=e.hasError?new r(t,e.error,\"An error was suppressed during disposal.\"):t;e.hasError=true}function next(){while(e.stack.length){var t=e.stack.pop();try{var r=t.dispose&&t.dispose.call(t.value);if(t.async)return Promise.resolve(r).then(next,(function(e){fail(e);return next()}))}catch(e){fail(e)}}if(e.hasError)throw e.error}return next()}var n={__extends:__extends,__assign:__assign,__rest:__rest,__decorate:__decorate,__param:__param,__metadata:__metadata,__awaiter:__awaiter,__generator:__generator,__createBinding:e,__exportStar:__exportStar,__values:__values,__read:__read,__spread:__spread,__spreadArrays:__spreadArrays,__spreadArray:__spreadArray,__await:__await,__asyncGenerator:__asyncGenerator,__asyncDelegator:__asyncDelegator,__asyncValues:__asyncValues,__makeTemplateObject:__makeTemplateObject,__importStar:__importStar,__importDefault:__importDefault,__classPrivateFieldGet:__classPrivateFieldGet,__classPrivateFieldSet:__classPrivateFieldSet,__classPrivateFieldIn:__classPrivateFieldIn,__addDisposableResource:__addDisposableResource,__disposeResources:__disposeResources};export{__addDisposableResource,__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__disposeResources,__esDecorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__propKey,__read,__rest,__runInitializers,__setFunctionName,__spread,__spreadArray,__spreadArrays,__values,n as default};\n//# sourceMappingURL=tslib.es6.mjs.map\n", "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,restDistance:h}={})=>{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);const g=Math.abs(d)<5;i||(i=g?.01:2);h||(h=g?.005:.5);let m;if(l<1){const e=f*Math.sqrt(1-l*l);m=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else m=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=m(e);const t=e===0?c:calcGeneratorVelocity(m,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=>i!==void 0&&e<i||h!==void 0&&e>h;const nearestBoundary=e=>i===void 0?h:h===void 0||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=c===void 0?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&&p===void 0){t=true;applyFriction(e);checkCatchBoundary(e)}if(p!==void 0&&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));n===void 0&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;i.length===1&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(n!==null&&n!==void 0?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n//# sourceMappingURL=index.es.js.map\n", "import{getEasingFunction as e,Animation as t}from\"@motionone/animation\";import{invariant as n}from\"hey-listen\";import{MotionValue as o}from\"@motionone/types\";import{noopReturn as i,addUniqueItem as s,progress as r,isFunction as a,defaults as c,isCubicBezier as l,isString as f,isEasingGenerator as u,isEasingList as d,isNumber as g,time as m,noop as h,removeItem as p,mix as v,getEasingForSegment as y,defaultOffset as w,fillOffset as E,velocityPerSecond as b,interpolate as A}from\"@motionone/utils\";import{__rest as S}from\"tslib\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as z,glide as V}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(e,t){e.has(t)||e.set(t,new o);return e.get(t)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const M={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const B={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:i},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const N=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{N.push(e+t);k.set(asTransformCssVar(e+t),B[e])}))}));const compareTransformOrder=(e,t)=>N.indexOf(e)-N.indexOf(t);const $=new Set(N);const isTransform=e=>$.has(e);const addTransformToElement=(e,t)=>{M[t]&&(t=M[t]);const{transforms:n}=getAnimationData(e);s(n,t);e.style.transform=buildTransformTemplate(n)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const C=new Set;function registerCssVariable(e){if(!C.has(e)){C.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 testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const j={cssRegisterProperty:()=>typeof CSS!==\"undefined\"&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const P={};const R={};for(const e in j)R[e]=()=>{P[e]===void 0&&(P[e]=j[e]());return P[e]};const H=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const o=Math.round(t/H);for(let t=0;t<o;t++)n+=e(r(0,o-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>a(e)?R.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:c.easing:l(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)e[n]===null&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){M[e]&&(e=M[e]);return isTransform(e)?asTransformCssVar(e):e}const I={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&n!==0){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&&e.playState!==\"finished\")try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getUnitConverter(e,t){var n;let o=(t===null||t===void 0?void 0:t.toDefaultUnit)||i;const s=e[e.length-1];if(f(s)){const e=((n=s.match(/(-?[\\d.]+)([a-z%]*)/))===null||n===void 0?void 0:n[2])||\"\";e&&(o=t=>t+e)}return o}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={},i){const s=getDevToolsRecord();const r=o.record!==false&&s;let l;let{duration:f=c.duration,delay:p=c.delay,endDelay:v=c.endDelay,repeat:y=c.repeat,easing:w=c.easing,persist:E=false,direction:b,offset:A,allowWebkitAcceleration:S=false,autoplay:O=true}=o;const x=getAnimationData(e);const z=isTransform(t);let V=R.waapi();z&&addTransformToElement(e,t);const W=getStyleName(t);const L=getMotionValue(x.values,W);const T=k.get(W);stopAnimation(L.animation,!(u(w)&&L.generator)&&o.record!==false);return()=>{const readInitialValue=()=>{var t,n;return(n=(t=I.get(e,W))!==null&&t!==void 0?t:T===null||T===void 0?void 0:T.initialValue)!==null&&n!==void 0?n:0};let c=hydrateKeyframes(keyframesList(n),readInitialValue);const x=getUnitConverter(c,T);if(u(w)){const e=w.createAnimation(c,t!==\"opacity\",readInitialValue,W,L);w=e.easing;c=e.keyframes||c;f=e.duration||f}isCssVar(W)&&(R.cssRegisterProperty()?registerCssVariable(W):V=false);z&&!R.linearEasing()&&(a(w)||d(w)&&w.some(a))&&(V=false);if(V){T&&(c=c.map((e=>g(e)?T.toDefaultUnit(e):e)));c.length!==1||R.partialKeyframes()&&!r||c.unshift(readInitialValue());const t={delay:m.ms(p),duration:m.ms(f),endDelay:m.ms(v),easing:d(w)?void 0:convertEasing(w,f),direction:b,iterations:y+1,fill:\"both\"};l=e.animate({[W]:c,offset:A,easing:d(w)?w.map((e=>convertEasing(e,f))):void 0},t);l.finished||(l.finished=new Promise(((e,t)=>{l.onfinish=e;l.oncancel=t})));const n=c[c.length-1];l.finished.then((()=>{if(!E){I.set(e,W,n);l.cancel()}})).catch(h);S||(l.playbackRate=1.000001)}else if(i&&z){c=c.map((e=>typeof e===\"string\"?parseFloat(e):e));c.length===1&&c.unshift(parseFloat(readInitialValue()));l=new i((t=>{I.set(e,W,x?x(t):t)}),c,Object.assign(Object.assign({},o),{duration:f,easing:w}))}else{const t=c[c.length-1];I.set(e,W,T&&g(t)?T.toDefaultUnit(t):t)}r&&s(e,t,c,{duration:f,delay:p,easing:w,repeat:y,offset:A},\"motion-one\");L.setAnimation(l);l&&!O&&l.pause();return l}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(typeof e===\"string\")if(t){(n=t[e])!==null&&n!==void 0?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=c.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},U);const getActiveAnimation=e=>e.animations[0];const U={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return m.s((n===null||n===void 0?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return n===null||n===void 0?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(h));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 typeof(n===null||n===void 0?void 0:n[t])===\"undefined\"?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=m.ms(n);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(t=.1,{start:n=0,from:o=0,easing:i}={}){return(s,r)=>{const a=g(o)?o:getFromIndex(o,r);const c=Math.abs(a-s);let l=t*c;if(i){const n=r*t;const o=e(i);l=o(l/n)*n}return n+l}}function getFromIndex(e,t){if(e===\"first\")return 0;{const n=t-1;return e===\"last\"?n:n/2}}function resolveOption(e,t,n){return a(e)?e(t,n):e}function createAnimate(e){return function animate(t,o,i={}){t=resolveElements(t);const s=t.length;n(Boolean(s),\"No valid element provided.\");n(Boolean(o),\"No keyframes defined.\");const r=[];for(let n=0;n<s;n++){const a=t[n];for(const t in o){const c=getOptions(i,t);c.delay=resolveOption(c.delay,n,s);const l=animateStyle(a,t,o[t],c,e);r.push(l)}}return withControls(r,i,i.duration)}}const F=createAnimate(t);function calcNextTime(e,t,n,o){var i;return g(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):t===\"<\"?n:(i=o.get(t))!==null&&i!==void 0?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){p(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:v(i,s,o[r]),easing:y(n,r)})}function compareByTime(e,t){return e.at===t.at?e.value===null?1:-1:e.at-t.at}function timeline(e,n={}){var o;const i=createAnimationsFromTimeline(e,n);const s=i.map((e=>animateStyle(...e,t))).filter(Boolean);return withControls(s,n,(o=i[0])===null||o===void 0?void 0:o[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:o={}}=t,i=S(t,[\"defaultOptions\"]);const s=[];const a=new Map;const l={};const d=new Map;let g=0;let m=0;let h=0;for(let t=0;t<e.length;t++){const i=e[t];if(f(i)){d.set(i,m);continue}if(!Array.isArray(i)){d.set(i.name,calcNextTime(m,i.at,g,d));continue}const[s,r,p={}]=i;p.at!==void 0&&(m=calcNextTime(m,p.at,g,d));let v=0;const y=resolveElements(s,l);const b=y.length;for(let e=0;e<b;e++){const t=y[e];const i=getElementSequence(t,a);for(const t in r){const s=getValueSequence(t,i);let a=keyframesList(r[t]);const l=getOptions(p,t);let{duration:f=o.duration||c.duration,easing:d=o.easing||c.easing}=l;if(u(d)){n(t===\"opacity\"||a.length>1,\"spring must be provided 2 keyframes within timeline()\");const e=d.createAnimation(a,t!==\"opacity\",(()=>0),t);d=e.easing;a=e.keyframes||a;f=e.duration||f}const g=resolveOption(p.delay,e,b)||0;const y=m+g;const A=y+f;let{offset:S=w(a.length)}=l;S.length===1&&S[0]===0&&(S[1]=1);const O=S.length-a.length;O>0&&E(S,O);a.length===1&&a.unshift(null);addKeyframes(s,a,d,S,y,A);v=Math.max(g+f,v);h=Math.max(A,h)}}g=m;m+=v}a.forEach(((e,t)=>{for(const n in e){const a=e[n];a.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];l.push(n);f.push(r(0,h,t));u.push(o||c.easing)}if(f[0]!==0){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(f[f.length-1]!==1){f.push(1);l.push(null)}s.push([t,n,l,Object.assign(Object.assign(Object.assign({},o),{duration:h,easing:u,offset:f}),i)])}}));return s}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 canGenerate(e){return g(e)&&!isNaN(e)}function getAsNumber(e){return f(e)?parseFloat(e):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},n)));return o.get(a)};const getKeyframes=(e,n)=>{t.has(e)||t.set(e,O(e,n));return t.get(e)};return{createAnimation:(e,t=true,n,o,s)=>{let r;let a;let c;let l=0;let f=i;const u=e.length;if(t){f=getUnitConverter(e,o?k.get(getStyleName(o)):void 0);const t=e[u-1];c=getAsNumber(t);if(u>1&&e[0]!==null)a=getAsNumber(e[0]);else{const e=s===null||s===void 0?void 0:s.generator;if(e){const{animation:t,generatorStartTime:n}=s;const o=(t===null||t===void 0?void 0:t.startTime)||n||0;const i=(t===null||t===void 0?void 0:t.currentTime)||performance.now()-o;const r=e(i).current;a=r;l=x((t=>e(t).current),i,r)}else n&&(a=getAsNumber(n()))}}if(canGenerate(a)&&canGenerate(c)){const e=getGenerator(a,c,l,o===null||o===void 0?void 0:o.includes(\"scale\"));r=Object.assign(Object.assign({},getKeyframes(e,f)),{easing:\"linear\"});if(s){s.generator=e;s.generatorStartTime=performance.now()}}if(!r){const e=getKeyframes(getGenerator(0,100));r={easing:\"ease\",duration:e.overshootDuration}}return r}}}}const G=createGeneratorEasing(z);const q=createGeneratorEasing(V);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(typeof IntersectionObserver===\"undefined\")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);a(n)?r.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:typeof i===\"number\"?i:K[i]});s.forEach((e=>c.observe(e)));return()=>c.disconnect()}const _=new WeakMap;let Z;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;(o=_.get(e))===null||o===void 0?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){typeof ResizeObserver!==\"undefined\"&&(Z=new ResizeObserver(notifyAll))}function resizeElement(e,t){Z||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=_.get(e);if(!n){n=new Set;_.set(e,n)}n.add(t);Z===null||Z===void 0?void 0:Z.observe(e)}));return()=>{n.forEach((e=>{const n=_.get(e);n===null||n===void 0?void 0:n.delete(t);(n===null||n===void 0?void 0:n.size)||(Z===null||Z===void 0?void 0:Z.unobserve(e))}))}}const X=new Set;let Y;function createWindowResizeHandler(){Y=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};X.forEach((e=>e(t)))};window.addEventListener(\"resize\",Y)}function resizeWindow(e){X.add(e);Y||createWindowResizeHandler();return()=>{X.delete(e);!X.size&&Y&&(Y=void 0)}}function resize(e,t){return a(e)?resizeWindow(e):resizeElement(e,t)}const J=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 Q={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:a}=Q[t];const c=i.current;const l=n.time;i.current=e[`scroll${a}`];i.scrollLength=e[`scroll${s}`]-e[`client${s}`];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=r(0,i.scrollLength,i.current);const f=o-l;i.velocity=f>J?0:b(i.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&o.tagName!==\"svg\")o=o.parentNode}return n}const ee={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const te={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;te[e]!==void 0&&(e=te[e]);if(f(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}g(e)&&(o=t*e);return n+o}const ne=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:ne;let s=0;let r=0;if(g(e))i=[e,e];else if(f(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,te[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const oe={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=ee.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=s===\"y\"?\"height\":\"width\";const a=i!==e?calcInset(i,e):oe;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=A(w(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:a(t)?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,t){e.pause();e.forEachNative(((e,{easing:t})=>{var n,o;if(e.updateDuration){t||(e.easing=i);e.updateDuration(1)}else{const i={duration:1e3};t||(i.easing=\"linear\");(o=(n=e.effect)===null||n===void 0?void 0:n.updateTiming)===null||o===void 0?void 0:o.call(n,i)}}));return()=>{e.currentTime=t.progress}}const ie=new WeakMap;const se=new WeakMap;const re=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=re.get(n);if(!i){i=new Set;re.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!ie.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()};ie.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&se.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=ie.get(n);const c=requestAnimationFrame(a);return()=>{var t;typeof e!==\"function\"&&e.stop();cancelAnimationFrame(c);const o=re.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=ie.get(n);ie.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);(t=se.get(n))===null||t===void 0?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 typeof e===\"object\"}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ae;function processScheduledAnimations(){if(!ae)return;const e=ae.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ae=void 0}function scheduleAnimation(e){if(ae)s(ae,e);else{ae=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ae&&p(ae,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 ce={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||o.pointerType===\"mouse\"){n();dispatchPointerEvent(e,t,o)}};const le={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 fe={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 ue={inView:ce,hover:le,press:fe};const de=[\"initial\",\"animate\",...Object.keys(ue),\"exit\"];const ge=new WeakMap;function createMotionState(e={},o){let i;let s=o?o.getDepth()+1:0;const r={initial:true,animate:true};const a={};const c={};for(const t of de)c[t]=typeof e[t]===\"string\"?e[t]:o===null||o===void 0?void 0:o.getContext()[t];const l=e.initial===false?\"animate\":\"initial\";let f=resolveVariant(e[l]||c[l],e.variants)||{},u=S(f,[\"transition\"]);const d=Object.assign({},u);function*animateUpdates(){var n,o;const s=u;u={};const a={};for(const t of de){if(!r[t])continue;const i=resolveVariant(e[t]);if(i)for(const t in i)if(t!==\"transition\"){u[t]=i[t];a[t]=getOptions((o=(n=i.transition)!==null&&n!==void 0?n:e.transition)!==null&&o!==void 0?o:{},t)}}const c=new Set([...Object.keys(u),...Object.keys(s)]);const l=[];c.forEach((e=>{var n;u[e]===void 0&&(u[e]=d[e]);if(hasChanged(s[e],u[e])){(n=d[e])!==null&&n!==void 0?n:d[e]=I.get(i,e);l.push(animateStyle(i,e,u[e],a[e],t))}}));yield;const f=l.map((e=>e())).filter(Boolean);if(!f.length)return;const g=u;i.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(f.map((e=>e.finished))).then((()=>{i.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(h)}const setGesture=(e,t)=>()=>{r[e]=t;scheduleAnimation(g)};const updateGestureSubscriptions=()=>{for(const t in ue){const n=ue[t].isActive(e);const o=a[t];if(n&&!o)a[t]=ue[t].subscribe(i,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!n&&o){o();delete a[t]}}};const g={update:t=>{if(i){e=t;updateGestureSubscriptions();scheduleAnimation(g)}},setActive:(e,t)=>{if(i){r[e]=t;scheduleAnimation(g)}},animateUpdates:animateUpdates,getDepth:()=>s,getTarget:()=>u,getOptions:()=>e,getContext:()=>c,mount:e=>{n(Boolean(e),\"Animation state must be mounted with valid Element\");i=e;ge.set(i,g);updateGestureSubscriptions();return()=>{ge.delete(i);unscheduleAnimation(g);for(const e in a)a[e]()}},isMounted:()=>Boolean(i)};return g}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){M[o]&&(o=M[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=k.get(o);r&&(s=g(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{ee as ScrollOffset,F as animate,animateStyle,createAnimate,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,ge as mountedStates,resize,scroll,G as spring,stagger,I as style,timeline,withControls};\n//# sourceMappingURL=index.es.js.map\n", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}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;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);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}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,hoverFactor,animateToValue,speed]);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\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Import necessary Framer library functions\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Frame}from\"framer\";import{addPropertyControls,ControlType}from\"framer\";export function ScrollbarComponent(props){const{scrollbarWidth,hoverColor,color,radius,trackColor}=props;// Custom scrollbar style\nconst scrollbarStyle={scrollbarWidth:`${scrollbarWidth}px`,scrollbarColor:`${color} ${trackColor}`,overflow:\"scroll\"};// Inline styles for custom scrollbars for Webkit-based browsers (Chrome, Safari)\nconst scrollbarCSS=`\n        ::-webkit-scrollbar {\n            width: ${scrollbarWidth}px;\n        }\n        ::-webkit-scrollbar-track {\n            background: ${trackColor};\n        }\n        ::-webkit-scrollbar-thumb {\n            background-color: ${color};\n            border-radius: ${radius}px;\n        }\n        ::-webkit-scrollbar-thumb:hover {\n            background-color: ${hoverColor};\n        }\n    `;return /*#__PURE__*/_jsxs(Frame,{style:scrollbarStyle,width:\"100%\",height:\"100%\",children:[/*#__PURE__*/_jsx(\"style\",{children:scrollbarCSS}),/*#__PURE__*/_jsxs(\"div\",{style:{height:\"200%\"},children:[\" \",/*#__PURE__*/_jsx(\"p\",{children:\"Your scrollable content goes here\"})]})]});}// Property Controls\naddPropertyControls(ScrollbarComponent,{scrollbarWidth:{title:\"Scrollbar Width\",type:ControlType.Number,defaultValue:12,min:2,max:20},hoverColor:{title:\"Scrollbar Hover Color\",type:ControlType.Color,defaultValue:\"#505050\"},color:{title:\"Scrollbar Color\",type:ControlType.Color,defaultValue:\"#000000\"},radius:{title:\"Scrollbar Radius\",type:ControlType.Number,defaultValue:6,min:0,max:50},trackColor:{title:\"Track Color\",type:ControlType.Color,defaultValue:\"#e0e0e0\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"ScrollbarComponent\":{\"type\":\"reactComponent\",\"name\":\"ScrollbarComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scrollbar.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current){lenis.current.scrollTo(0,{immediate:true});}},[lenis]);// Watch for stop scroll elements\nuseEffect(()=>{const checkForStopScroll=()=>{const stopScrollElement=document.querySelector(\"[data-frameruni-stop-scroll]\");const htmlElement=document.documentElement;const hasHiddenOverflow=htmlElement.style.overflow===\"hidden\";if(lenis.current){if(stopScrollElement||hasHiddenOverflow){lenis.current.stop();}else{lenis.current.start();}}};// Initial check\ncheckForStopScroll();// Set up observers\nconst stopScrollObserver=new MutationObserver(checkForStopScroll);const htmlStyleObserver=new MutationObserver(checkForStopScroll);// Observe document for data-frameruni-stop-scroll attribute\nstopScrollObserver.observe(document.documentElement,{childList:true,subtree:true,attributes:true,attributeFilter:[\"data-frameruni-stop-scroll\"]});// Observe only the HTML element for style changes\nhtmlStyleObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});return()=>{stopScrollObserver.disconnect();htmlStyleObserver.disconnect();};},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=[...document.querySelectorAll(\"a[href]\")].filter(element=>{const anchor=element;// Only handle internal anchor links\nconst isInternalLink=anchor.href.startsWith(window.location.origin)||anchor.href.startsWith(\"./\")||anchor.href.startsWith(\"/\");const hasHash=anchor.href.includes(\"#\");return isInternalLink&&hasHash;}).map(anchor=>{const href=`#${anchor.href.split(\"#\").pop()}`;const decodedHref=decodeURIComponent(href);let scrollMargin=0;const targetElement=document.querySelector(decodedHref);if(targetElement){scrollMargin=parseInt(window.getComputedStyle(targetElement).scrollMarginTop);}return{href,scrollMargin,anchorElement:anchor};});const handleClick=(e,href,scrollMargin)=>{e.preventDefault();lenis.current.scrollTo(href,{offset:-scrollMargin});};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.addEventListener(\"click\",handlers[index]);});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.removeEventListener(\"click\",handlers[index]);});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,memo,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\n// we abort here so that the promise isn't left around in case the ref is never set\ncontroller.abort();return;}refCallbackResolve?.(node);},configurable:true});// no need to create a promise if current already exists\nif(current)return current;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",reject);}).catch(()=>{});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];// when the slots change, generate new array\n},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(!parentRef.current)return;const firstChild=childrenRef[0].current;const lastChild=childrenRef[1].current;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});},[]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const[firstChild,lastChild]=childrenRef;if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure,false,true);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{scheduleMeasure();},[itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);if(isCanvas){if(currentItem!==startFrom){setCurrentItem(startFrom);}}/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(index===0){if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}}return /*#__PURE__*/_jsx(Slide,{ref:ref,slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;const fallbackRef=useRef();/**\n         * Unique offsets + scroll range [0, 1, 1, 0]\n         */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n         * Effects\n         */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{const node=ref?.current??fallbackRef.current;node?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);const key=slideKey+\"child\";return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",id:key,children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref??fallbackRef,key,style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined})})});}));const Dot=/*#__PURE__*/memo(function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});});/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"lABzDVXmx\",\"SDyYKJSHe\"];const serializationHash=\"framer-mS2cY\";const variantClassNames={lABzDVXmx:\"framer-v-m9fqqi\",SDyYKJSHe:\"framer-v-1tsu4j8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"lABzDVXmx\",\"Variant 2\":\"SDyYKJSHe\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lABzDVXmx\"};};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:\"lABzDVXmx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqdfwpg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"SDyYKJSHe\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"SDyYKJSHe\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"SDyYKJSHe\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fit\",intrinsicHeight:721,intrinsicWidth:1544,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/G13qWBhrfm5byORuCzvGOOyLBn4.svg\",srcSet:\"https://framerusercontent.com/images/G13qWBhrfm5byORuCzvGOOyLBn4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/G13qWBhrfm5byORuCzvGOOyLBn4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/G13qWBhrfm5byORuCzvGOOyLBn4.svg 1544w\"},className:cx(scopingClassNames,\"framer-m9fqqi\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lABzDVXmx\",onTap:onTapqdfwpg,ref:refBinding,style:{...style},...addPropertyOverrides({SDyYKJSHe:{\"data-framer-name\":\"Variant 2\",\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-19h71es\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Wp09w_ip5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 416 239\"><path d=\"M 15.507 237.19 L 17.034 236.522 L 18.943 235.484 L 19.096 235.187 L 18.409 233.555 L 17.874 232.962 L 17.263 232.518 L 15.813 231.702 L 15.507 231.628 L 15.202 232.073 L 15.202 233.036 L 14.285 233.778 L 13.98 234.297 L 14.285 236.003 L 13.827 237.338 L 14.744 238.005 Z M 15.049 229.848 L 15.507 229.329 L 14.591 228.587 L 13.217 228.142 L 12.682 228.513 L 12.682 228.81 L 13.064 229.18 L 13.522 230.219 Z M 12.758 227.326 L 10.773 227.178 L 10.315 227.697 L 12.529 227.845 Z M 9.17 226.659 L 8.33 225.102 L 8.101 224.805 L 6.803 225.473 L 6.879 225.621 L 7.185 226.733 L 8.559 226.881 L 8.864 226.955 Z M 2.832 223.545 L 3.062 222.432 L 2.069 222.358 L 1.305 222.803 L 1 223.174 L 2.222 223.99 Z M 317.484 95.105 L 316.263 95.105 L 315.27 96.885 L 307.559 96.885 L 294.731 96.885 L 281.98 96.885 L 270.679 96.885 L 259.456 96.885 L 248.385 96.885 L 236.932 96.885 L 233.267 96.885 L 222.119 96.885 L 211.506 96.885 L 210.285 100.667 L 208.452 104.449 L 206.696 105.635 L 207.536 101.26 L 203.107 99.703 L 202.038 100.593 L 201.732 102.743 L 200.358 106.748 L 197.152 112.903 L 194.097 117.055 L 191.043 121.208 L 186.92 125.509 L 186.081 128.994 L 183.943 132.925 L 180.965 136.781 L 181.728 139.303 L 180.278 143.159 L 181.423 147.163 L 182.416 148.794 L 181.805 149.907 L 182.11 156.581 L 184.019 161.401 L 183.408 163.997 L 184.172 164.738 L 187.683 165.257 L 188.676 166.518 L 190.814 166.74 L 190.738 168.149 L 192.418 168.669 L 194.021 171.412 L 193.792 173.785 L 198.603 173.414 L 203.947 172.895 L 203.183 173.859 L 208.605 176.159 L 216.774 179.421 L 224.944 179.421 L 228.227 179.421 L 228.838 177.493 L 235.939 177.493 L 236.932 179.124 L 238.535 180.608 L 240.368 182.685 L 240.978 185.131 L 241.283 187.727 L 242.963 189.136 L 246.018 190.544 L 249.683 186.837 L 253.042 186.763 L 255.409 188.617 L 256.63 191.88 L 257.394 194.624 L 259.227 197.293 L 259.379 200.63 L 259.99 202.855 L 262.968 204.338 L 265.717 205.376 L 267.321 205.228 L 266.862 203.596 L 267.168 201.298 L 267.931 198.035 L 269.381 195.958 L 272.207 193.66 L 276.788 191.657 L 281.446 188.172 L 285.187 187.06 L 287.859 186.763 L 290.532 187.801 L 294.273 187.208 L 296.792 189.729 L 299.694 189.877 L 301.526 188.988 L 302.824 189.655 L 303.817 189.062 L 303.13 188.098 L 303.664 186.244 L 303.283 184.983 L 305.115 184.241 L 308.322 183.944 L 311.91 184.464 L 316.644 183.87 L 318.935 184.983 L 320.462 187.208 L 321.15 187.43 L 325.807 185.28 L 327.257 186.021 L 329.548 189.951 L 330.159 192.547 L 328.632 195.661 L 328.937 197.515 L 330.159 201.15 L 331.686 205.228 L 333.061 206.266 L 333.366 208.342 L 335.351 208.935 L 336.649 208.342 L 338.176 205.45 L 338.71 203.596 L 339.397 200.408 L 338.481 194.92 L 338.863 192.918 L 337.718 189.581 L 337.183 185.576 L 337.259 182.314 L 338.634 178.976 L 341.306 176.159 L 344.132 173.934 L 349.4 170.893 L 350.392 169.262 L 352.912 167.556 L 355.05 167.259 L 358.41 164.442 L 362.991 163.033 L 366.503 159.473 L 367.19 154.653 L 367.266 153.021 L 366.197 152.724 L 367.343 148.127 L 365.052 146.569 L 367.495 147.311 L 367.495 144.271 L 368.946 142.269 L 368.183 146.199 L 369.71 148.053 L 367.495 151.316 L 367.801 151.465 L 371.161 147.682 L 372.993 145.829 L 373.451 143.974 L 372.764 143.159 L 372.688 140.563 L 373.604 141.749 L 374.444 142.046 L 374.368 143.233 L 378.337 139.599 L 380.246 136.262 L 379.177 136.039 L 380.781 134.704 L 380.475 135.298 L 382.995 135.298 L 388.951 133.889 L 388.111 132.999 L 382.079 133.889 L 385.744 132.554 L 388.111 132.332 L 389.944 132.109 L 393.074 131.294 L 394.906 131.368 L 397.808 130.626 L 398.571 129.365 L 397.732 128.327 L 397.579 129.959 L 395.975 129.884 L 395.517 127.438 L 396.357 124.99 L 397.426 124.026 L 400.404 121.282 L 404.909 119.948 L 409.49 118.39 L 414.3 116.165 L 414.148 114.683 L 412.544 112.087 L 414.682 105.784 L 413.537 104.449 L 410.712 105.264 L 409.872 104.003 L 405.672 107.489 L 403.229 111.123 L 401.168 113.199 L 399.259 113.867 L 397.961 114.089 L 397.197 115.276 L 390.097 115.276 L 384.217 115.276 L 382.155 116.165 L 377.04 119.28 L 377.193 119.948 L 376.735 121.727 L 373.222 123.21 L 370.244 122.839 L 367.19 122.691 L 365.205 123.21 L 364.976 124.545 L 364.899 124.99 L 360.471 127.734 L 357.035 129.069 L 354.821 129.662 L 351.996 130.923 L 348.942 131.59 L 347.033 131.368 L 344.972 130.404 L 347.033 128.624 L 348.56 126.993 L 351.385 124.471 L 351.919 122.617 L 352.301 120.022 L 351.079 119.503 L 347.797 121.579 L 347.11 121.505 L 347.339 120.393 L 350.239 118.539 L 351.461 116.462 L 351.996 114.386 L 349.935 112.606 L 347.11 111.642 L 345.812 113.422 L 344.742 113.867 L 343.063 116.165 L 343.368 114.609 L 341.383 115.72 L 339.779 117.204 L 337.794 119.503 L 336.802 121.431 L 336.878 124.249 L 335.504 127.215 L 332.984 129.439 L 331.915 130.107 L 330.693 130.626 L 329.319 130.626 L 329.09 130.329 L 329.014 127.882 L 329.548 126.696 L 330.083 125.584 L 330.541 123.359 L 332.45 120.764 L 334.664 117.574 L 338.176 114.089 L 337.641 114.089 L 333.519 117.055 L 333.213 116.536 L 335.428 114.831 L 339.016 111.864 L 341.841 111.494 L 345.201 110.529 L 348.026 111.049 L 348.102 111.049 L 351.69 110.678 L 350.545 108.824 L 349.629 108.676 L 348.56 108.454 L 348.255 107.193 L 344.361 107.564 L 340.543 108.602 L 338.634 106.896 L 336.726 106.303 L 339.092 103.855 L 335.046 105.339 L 331.304 106.896 L 327.792 108.009 L 326.188 106.451 L 321.99 107.415 L 322.295 106.748 L 325.807 104.819 L 329.395 102.966 L 333.901 101.409 L 329.854 100.222 L 326.494 100.815 L 323.592 99.406 L 320.081 98.664 L 317.637 98.368 L 316.874 97.626 Z M 133.778 60.325 L 139.047 58.249 L 139.047 56.914 L 137.061 56.618 L 134.465 57.285 L 129.579 58.842 L 127.899 60.845 L 128.434 62.031 Z M 104.229 48.164 L 105.985 46.458 L 103.772 46.087 L 99.42 46.829 L 100.03 48.015 L 101.252 48.831 Z M 105.145 31.627 L 102.779 33.258 L 103.085 33.629 L 106.291 33.332 L 106.52 34.148 L 107.818 35.038 L 111.56 34.148 L 112.476 33.703 L 109.956 33.11 L 108.734 31.998 L 106.138 32.443 Z M 200.511 1.816 L 197.152 1 L 189.363 3.076 L 186.92 2.854 L 178.521 4.56 L 174.856 5.004 L 168.901 6.858 L 165.236 8.786 L 158.67 10.64 L 152.867 10.715 L 148.056 12.865 L 150.5 14.126 L 151.034 15.831 L 150.423 17.834 L 152.179 19.391 L 151.263 21.986 L 144.239 22.135 L 147.522 20.058 L 144.926 20.058 L 134.923 22.06 L 127.976 23.766 L 128.739 26.213 L 127.823 27.845 L 131.258 28.883 L 136.527 28.364 L 137.901 29.328 L 140.116 28.364 L 144.774 27.474 L 146.834 27.474 L 142.33 29.031 L 143.17 29.773 L 141.261 31.701 L 137.061 33.036 L 135.152 32.665 L 129.808 34.667 L 128.434 34 L 125.303 34.296 L 121.256 36.521 L 115.454 38.82 L 111.025 41.341 L 111.254 43.121 L 108.2 45.568 L 109.269 46.606 L 109.651 48.609 L 115.148 47.793 L 115.454 49.35 L 112.934 50.908 L 110.185 53.503 L 112.323 53.503 L 117.82 51.797 L 116.599 53.948 L 119.347 52.391 L 119.042 54.615 L 122.707 52.984 L 123.012 53.8 L 128.51 52.465 L 123.776 54.986 L 119.424 58.323 L 115.072 59.88 L 113.316 60.77 L 105.451 63.44 L 101.71 65.22 L 96.747 65.739 L 90.257 68.186 L 85.218 69.521 L 79.033 71.597 L 78.728 72.339 L 86.363 71.078 L 90.944 69.595 L 96.212 68.112 L 100.87 66.851 L 103.008 67.222 L 109.192 65.294 L 112.629 63.218 L 120.645 60.919 L 123.623 58.991 L 128.663 57.656 L 134.465 55.802 L 141.261 52.687 L 141.108 50.537 L 149.583 47.496 L 155.234 44.604 L 162.258 42.231 L 161.952 43.269 L 156.837 44.604 L 150.5 48.831 L 148.056 51.427 L 152.943 50.463 L 157.601 49.054 L 162.563 48.09 L 164.778 47.867 L 167.45 44.827 L 172.261 43.937 L 174.245 45.791 L 178.827 47.793 L 183.943 47.422 L 188.294 48.905 L 190.738 49.721 L 193.258 54.245 L 196.083 55.505 L 201.503 55.654 L 204.634 55.95 L 202.572 60.029 L 203.794 63.662 L 201.274 67.519 L 203.183 68.928 L 203.641 70.559 L 207.536 68.409 L 209.903 65.665 L 206.39 62.847 L 207.536 57.804 L 208.376 54.69 L 207.078 52.687 L 206.543 50.908 L 206.925 48.683 L 202.038 50.092 L 196.236 52.539 L 196.083 49.647 L 195.625 47.719 L 193.563 46.532 L 190.356 46.458 L 217.385 22.431 L 235.939 7.452 L 233.267 6.933 L 230.136 5.746 L 225.174 6.339 L 223.494 5.82 L 218.072 5.449 L 213.338 4.263 L 209.674 4.634 L 205.932 3.966 L 207.459 3.076 L 202.649 2.854 L 200.129 3.595 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8617346427,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:10397036777}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-uagi6z\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Q9HrbJb1C\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 37\"><path d=\"M 30.228 6.231 L 28.395 4.821 L 24.196 3.042 L 22.287 4.302 L 18.699 5.118 L 18.622 3.561 L 14.881 2.523 L 14.728 0.817 L 12.437 1.484 L 9.689 0.891 L 9.994 3.413 L 10.91 5.044 L 8.62 7.269 L 7.856 6.305 L 4.879 6.527 L 4.192 7.491 L 4.955 8.974 L 4.192 13.127 L 3.352 14.833 L 1.137 14.833 L 1.977 19.579 L 1.672 22.693 L 2.435 23.731 L 2.283 25.734 L 4.115 26.921 L 9.536 27.811 L 7.78 30.925 L 7.398 34.262 L 10.605 34.262 L 11.368 33.224 L 15.492 34.632 L 16.637 34.41 L 18.622 35.67 L 19.081 34.484 L 22.439 34.706 L 25.036 33.817 L 26.868 33.966 L 28.166 34.929 L 28.472 34.114 L 27.708 31.147 L 29.006 30.554 L 30.152 28.403 L 27.937 26.476 L 25.952 25.363 L 25.417 23.435 L 24.654 22.026 L 27.25 21.062 L 28.548 19.95 L 31.144 19.06 L 31.984 18.17 L 33.053 18.689 L 34.656 18.244 L 32.9 15.352 L 32.976 13.795 L 31.908 11.347 L 30.381 9.716 L 31.297 8.529 L 30.228 6.231 Z\" fill=\"rgb(250,215,213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12734800746,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:10160518756}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1mn7jsx\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xVjTWSWgy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35 41\"><path d=\"M 7.76 18.671 L 4.019 15.927 L 1.041 16.15 L 1.652 18.523 L 0.812 20.896 L 3.026 20.821 L 5.699 21.786 L 7.76 18.671 Z M 17.686 0.651 L 13.486 1.022 L 10.737 0.725 L 7.913 4.284 L 6.462 8.808 L 8.142 11.033 L 8.218 15.334 L 10.204 13.257 L 11.272 14.444 L 9.975 16.446 L 10.737 17.633 L 15.09 18.448 L 15.166 18.448 L 17.533 21.266 L 16.922 23.862 L 11.501 23.417 L 10.737 26.383 L 12.723 28.83 L 8.829 30.239 L 9.822 32.019 L 15.548 32.761 L 12.264 33.725 L 6.691 38.545 L 8.6 39.435 L 11.272 37.73 L 14.708 38.248 L 17.228 36.098 L 18.908 36.988 L 25.244 35.727 L 30.208 35.801 L 33.491 33.354 L 32.04 31.055 L 33.873 29.72 L 34.255 26.828 L 29.826 25.938 L 28.833 24.233 L 26.619 19.116 L 24.176 18.374 L 21.046 13.109 L 20.74 12.664 L 17.075 12.368 L 20.282 8.437 L 21.275 4.804 L 17.457 4.804 L 13.868 5.397 L 17.686 0.651 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12508002687,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:11712146310}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-a4lt0s\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DZaR5XUcO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><path d=\"M 15.692 6.785 L 13.02 5.821 L 10.806 5.896 L 11.645 3.523 L 11.035 1.15 L 8.21 3.226 L 3.094 6.711 L 4.698 11.235 L 1.49 15.981 L 6.606 16.648 L 13.249 13.979 L 16.227 9.974 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9863093591,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:10240084495}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-smyfu\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Pm4kUwqn3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 351 380\"><path d=\"M 50.121 25.834 L 43.631 22.571 L 38.895 19.605 L 36.449 14.414 L 39.576 15.081 L 39.122 12.634 L 36.831 10.187 L 36.222 6.331 L 30.422 0.769 L 27.595 4.774 L 23.241 5.516 L 16.751 4.329 L 15.296 6.405 L 17.742 10.558 L 19.96 13.746 L 23.777 16.045 L 20.95 18.789 L 21.714 22.126 L 18.732 26.798 L 17.132 31.618 L 13.696 36.587 L 8.806 36.216 L 5.07 41.111 L 8.124 43.261 L 9.115 46.895 L 11.787 49.268 L 13.16 53.346 L 3.997 53.346 L 1.561 56.46 L 6.979 60.466 L 8.424 62.319 L 6.597 64.025 L 12.706 69.735 L 15.76 70.328 L 21.559 67.511 L 22.859 71.886 L 23.468 77.67 L 25.377 83.676 L 28.132 92.798 L 32.559 99.323 L 33.55 102.216 L 35.077 108.148 L 37.667 112.671 L 39.349 114.897 L 41.258 119.642 L 43.631 126.242 L 47.83 130.691 L 49.503 129.357 L 50.803 126.094 L 54.621 124.759 L 53.248 123.202 L 54.93 119.642 L 57.139 119.42 L 56.612 111.411 L 58.057 106.887 L 57.521 102.957 L 56.075 96.877 L 56.993 93.242 L 58.902 93.02 L 62.566 91.315 L 64.547 90.128 L 64.32 87.977 L 68.138 84.863 L 70.965 81.896 L 75.01 76.335 L 80.655 73.221 L 82.492 70.402 L 81.801 66.843 L 86.846 65.879 L 89.664 65.953 L 90.046 64.173 L 88.828 60.317 L 86.846 56.757 L 87.146 53.94 L 84.328 52.679 L 84.937 50.973 L 87.3 49.194 L 83.791 46.672 L 84.71 43.483 L 88.373 45.486 L 90.427 45.782 L 91.346 49.046 L 95.472 49.712 L 99.29 49.638 L 101.881 50.454 L 100.663 54.385 L 98.827 54.681 L 97.991 57.351 L 100.663 59.798 L 100.818 56.831 L 101.963 56.757 L 105.399 64.247 L 107.226 63.135 L 106.544 61.133 L 107.226 59.576 L 106.544 54.681 L 110.053 55.719 L 111.199 51.863 L 110.971 49.564 L 112.571 45.56 L 111.89 42.891 L 116.544 39.627 L 119.671 40.443 L 118.68 37.55 L 119.907 36.661 L 119.216 34.881 L 114.562 34.214 L 115.471 32.211 L 112.808 29.32 L 110.362 31.247 L 106.617 30.136 L 102.572 33.101 L 99.59 36.661 L 96.391 37.254 L 98.445 38.737 L 98.754 41.63 L 95.391 41.778 L 91.809 41.481 L 89.364 42.223 L 85.164 40.369 L 84.937 39.479 L 83.791 35.697 L 81.501 36.736 L 81.573 38.737 L 82.719 41.778 L 82.646 43.631 L 79.128 43.705 L 73.938 42.594 L 70.656 42.149 L 67.756 39.776 L 61.948 39.108 L 56.075 36.513 L 51.648 34.214 L 47.294 32.36 L 47.976 27.985 L 50.121 25.834 Z\" fill=\"rgba(230,53,47,0.2)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:8845627485,withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-li5y8j\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"H351On1lB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 52 48\"><path d=\"M 39.852 2.706 L 38.402 2.335 L 38.706 1.371 L 37.943 1.148 L 32.217 1.964 L 30.995 2.483 L 29.773 5.523 L 30.689 7.6 L 29.773 13.161 L 29.162 17.907 L 30.231 18.723 L 33.209 20.577 L 34.355 19.687 L 34.584 24.804 L 31.3 24.804 L 29.697 22.208 L 28.17 20.132 L 24.886 19.539 L 23.971 17.017 L 21.375 18.501 L 17.938 17.833 L 16.564 15.757 L 13.891 15.312 L 11.906 15.387 L 11.678 13.903 L 10.227 13.829 L 10.609 15.312 L 10.074 17.536 L 10.762 19.761 L 10.074 21.542 L 10.456 23.172 L 1.599 23.098 L 0.988 38.152 L 3.737 42.008 L 6.409 44.975 L 9.922 43.862 L 12.67 44.159 L 14.273 45.197 L 14.273 45.568 L 15.037 45.939 L 19.771 46.458 L 21.069 46.977 L 22.52 46.903 L 24.963 43.862 L 28.857 39.932 L 30.384 39.562 L 30.918 37.93 L 33.438 36.076 L 36.645 35.408 L 36.416 32.071 L 49.473 28.215 L 47.258 26.955 L 48.709 22.579 L 50.084 20.948 L 49.396 17.017 L 50.313 13.236 L 51.076 11.901 L 50.16 7.896 L 48.175 5.82 L 45.731 4.411 L 43.059 3.595 L 41.379 2.78 L 41.15 2.631 L 41.531 3.447 L 40.768 3.743 L 39.852 2.706 Z\" fill=\"rgb(250,215,213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12833847538,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:9497689684}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xnf49k\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rYjcDSbb5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 19\"><path d=\"M 19.698 2.969 L 18.705 1.338 L 16.415 4.23 L 13.589 7.27 L 11.07 10.46 L 8.55 10.311 L 5.038 10.163 L 1.831 10.904 L 1.602 9.644 L 0.838 9.866 L 1.144 10.978 L 3.129 15.724 L 15.956 18.097 L 16.72 17.133 L 16.644 15.205 L 17.713 13.277 L 17.484 11.349 L 19.316 10.385 L 18.476 9.792 L 18.553 6.677 L 20.69 6.677 L 19.698 2.969 Z\" fill=\"rgb(250,215,213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12846662008,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:12570688046}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-170ei6z\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WI9ikY5Gw\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31 13\"><path d=\"M 16.644 4.583 L 10.918 2.432 L 5.039 1.69 L 1.603 0.875 L 1.221 1.394 L 2.901 2.803 L 5.191 3.322 L 7.788 5.028 L 9.391 8.142 L 9.162 10.144 L 13.285 9.922 L 17.561 12.147 L 22.829 11.405 L 23.669 10.664 L 26.875 11.999 L 29.013 12.295 L 29.472 11.776 L 27.028 9.254 L 27.868 8.587 L 25.195 7.549 L 23.593 5.695 L 19.699 4.731 L 17.484 5.473 Z\" fill=\"rgb(250,215,213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12506362943,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:10889101795}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-focii9\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"h6mLYggwZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 197 80\"><path d=\"M 106.681 75.565 L 107.063 74.304 L 105.69 72.895 L 103.545 71.412 L 99.5 72.376 L 104.845 75.639 L 106.681 75.565 Z M 118.635 78.12 L 121.689 74.56 L 121.771 73.151 L 121.389 72.188 L 117.035 74.115 L 114.899 77.008 L 114.362 78.565 L 114.817 79.158 L 118.635 78.12 Z M 95.455 65.479 L 94.237 67.111 L 91.864 67.185 L 90.191 69.854 L 92.473 69.929 L 95.455 69.262 L 100.491 68.372 L 99.582 66.295 L 96.909 66.74 L 95.455 65.479 Z M 115.908 66.479 L 111.944 68.185 L 109.036 68.556 L 106.445 67.147 L 103.009 68.111 L 102.854 69.817 L 108.508 70.41 L 115.071 69.075 L 115.908 66.479 Z M 56.212 59.25 L 55.676 57.544 L 53.921 57.174 L 50.558 55.394 L 45.367 55.098 L 42.24 59.621 L 46.131 59.918 L 46.74 61.994 L 54.376 63.922 L 56.212 63.329 L 59.339 63.774 L 64.148 65.554 L 68.12 66.444 L 72.547 66.814 L 76.447 66.666 L 80.947 68.52 L 85.992 66.74 L 80.947 63.922 L 74.611 63.107 L 73.238 60.066 L 65.375 57.767 L 64.384 59.695 L 56.212 59.25 Z M 168.141 56.581 L 168.295 54.356 L 167.377 52.947 L 166.386 54.579 L 165.468 56.21 L 165.704 59.769 L 168.141 56.581 Z M 136.843 43.604 L 135.77 42.046 L 131.416 42.269 L 132.179 44.271 L 135.161 45.16 Z M 150.66 41.824 L 146.006 40.489 L 140.733 40.711 L 139.588 43.307 L 142.57 43.455 L 145.006 43.159 L 148.524 43.529 L 152.105 45.457 L 150.66 41.824 Z M 166.695 32.702 L 166.086 30.923 L 159.214 28.994 L 156.996 30.552 L 151.196 31.664 L 152.951 34.037 L 156.769 34.927 L 158.369 37.671 L 164.704 37.745 L 165.014 38.931 L 161.959 38.857 L 157.223 40.563 L 160.432 42.862 L 160.359 44.938 L 161.268 46.644 L 162.877 46.273 L 164.25 43.974 L 170.513 48.349 L 174.022 48.72 L 182.112 52.724 L 183.876 56.655 L 184.639 61.772 L 181.812 63.107 L 179.676 66.963 L 185.094 66.814 L 186.312 65.479 L 190.512 66.444 L 194.03 70.299 L 195.175 54.875 L 195.939 39.524 L 191.357 38.635 L 188.221 36.929 L 184.639 35.298 L 180.822 35.298 L 175.776 38.116 L 172.04 43.159 L 167.686 40.34 L 166.695 32.702 Z M 128.516 20.54 L 127.752 19.503 L 123.553 22.914 L 118.589 23.136 L 113.172 22.469 L 109.808 21.059 L 106.218 24.619 L 105.309 26.547 L 103.091 33.666 L 102.4 37.374 L 100.573 40.489 L 101.791 43.678 L 103.545 43.752 L 104.009 48.275 L 102.554 52.65 L 104.309 54.059 L 107.063 53.318 L 107.29 46.569 L 107.136 41.082 L 110.036 39.673 L 109.508 44.271 L 112.481 47.014 L 111.872 48.869 L 112.863 50.129 L 117.144 48.349 L 114.853 52.205 L 116.453 53.837 L 118.817 52.428 L 119.044 49.388 L 115.462 43.9 L 116.299 42.269 L 112.408 36.262 L 116.226 34.408 L 118.208 31.664 L 120.044 32.332 L 120.426 30.181 L 112.408 31.739 L 110.036 33.888 L 106.218 29.736 L 106.908 26.177 L 110.654 25.435 L 117.753 25.213 L 121.871 26.177 L 125.153 25.213 L 128.516 20.54 Z M 143.333 21.949 L 142.87 20.022 L 140.352 19.577 L 139.97 16.981 L 138.597 18.687 L 137.834 22.469 L 139.134 28.549 L 140.806 31.516 L 142.033 30.923 L 140.279 28.475 L 140.961 25.584 L 143.179 26.028 L 143.333 21.949 Z M 98.827 18.613 L 99.518 16.462 L 96.237 12.013 L 98.527 7.711 L 94.709 6.97 L 89.819 6.97 L 88.519 12.309 L 86.992 13.941 L 84.937 20.54 L 81.501 21.504 L 77.374 20.17 L 75.311 20.614 L 72.866 22.988 L 70.12 22.691 L 67.375 23.581 L 64.393 20.985 L 63.63 17.797 L 61.112 20.911 L 60.657 25.287 L 61.266 29.439 L 63.248 33.443 L 65.384 34.779 L 65.921 41.082 L 69.429 41.675 L 72.184 41.379 L 73.711 43.678 L 78.829 41.972 L 80.965 43.455 L 84.019 43.752 L 85.546 46.644 L 90.51 44.494 L 91.119 46.199 L 93.028 39.005 L 93.255 34.259 L 97.455 31.071 L 97.3 26.769 L 98.673 23.581 L 103.791 22.988 L 98.827 18.613 Z M 46.376 54.875 L 46.913 47.608 L 48.204 41.675 L 46.222 38.709 L 43.095 38.339 L 41.64 35.669 L 40.95 32.406 L 39.422 32.258 L 36.986 30.626 L 38.741 26.769 L 35.459 24.619 L 32.941 20.688 L 29.269 17.426 L 24.923 17.352 L 20.724 12.309 L 18.278 10.307 L 14.842 7.119 L 10.87 2.52 L 4.152 1.631 L 1.407 1.408 L 1.861 3.781 L 6.516 8.972 L 9.879 11.642 L 12.242 15.72 L 16.142 18.687 L 17.815 22.32 L 19.115 26.399 L 22.86 30.329 L 25.987 36.929 L 28.05 40.489 L 31.178 44.345 L 32.859 47.163 L 38.204 51.019 L 41.64 54.949 L 46.376 54.875 Z\" fill=\"rgb(250,215,213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11141873856,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 193 80\"><path d=\"M 102.681 75.565 L 103.063 74.304 L 101.69 72.895 L 99.545 71.412 L 95.5 72.376 L 100.845 75.639 L 102.681 75.565 Z M 118.635 78.12 L 121.689 74.56 L 121.771 73.151 L 121.389 72.188 L 117.035 74.115 L 114.899 77.008 L 114.362 78.565 L 114.817 79.158 L 118.635 78.12 Z M 91.455 65.479 L 90.237 67.111 L 87.864 67.185 L 86.191 69.854 L 88.473 69.929 L 91.455 69.262 L 96.491 68.372 L 95.582 66.295 L 92.909 66.74 L 91.455 65.479 Z M 115.908 66.479 L 111.944 68.185 L 109.036 68.556 L 106.445 67.147 L 103.009 68.111 L 102.854 69.817 L 108.508 70.41 L 115.071 69.075 L 115.908 66.479 Z M 52.212 59.25 L 51.676 57.544 L 49.921 57.174 L 46.558 55.394 L 41.367 55.098 L 38.24 59.621 L 42.131 59.918 L 42.74 61.994 L 50.376 63.922 L 52.212 63.329 L 55.339 63.774 L 60.148 65.554 L 64.12 66.444 L 68.547 66.814 L 72.447 66.666 L 76.947 68.52 L 81.992 66.74 L 76.947 63.922 L 70.611 63.107 L 69.238 60.066 L 61.375 57.767 L 60.384 59.695 L 52.212 59.25 Z M 164.141 56.581 L 164.295 54.356 L 163.377 52.947 L 162.386 54.579 L 161.468 56.21 L 161.704 59.769 L 164.141 56.581 Z M 132.843 43.604 L 131.77 42.046 L 127.416 42.269 L 128.179 44.271 L 131.161 45.16 Z M 146.66 41.824 L 142.006 40.489 L 136.733 40.711 L 135.588 43.307 L 138.57 43.455 L 141.006 43.159 L 144.524 43.529 L 148.105 45.457 L 146.66 41.824 Z M 162.695 32.702 L 162.086 30.923 L 155.214 28.994 L 152.996 30.552 L 147.196 31.664 L 148.951 34.037 L 152.769 34.927 L 154.369 37.671 L 160.704 37.745 L 161.014 38.931 L 157.959 38.857 L 153.223 40.563 L 156.432 42.862 L 156.359 44.938 L 157.268 46.644 L 158.877 46.273 L 160.25 43.974 L 166.513 48.349 L 170.022 48.72 L 178.112 52.724 L 179.876 56.655 L 180.639 61.772 L 177.812 63.107 L 175.676 66.963 L 181.094 66.814 L 182.312 65.479 L 186.512 66.444 L 190.03 70.299 L 191.175 54.875 L 191.939 39.524 L 187.357 38.635 L 184.221 36.929 L 180.639 35.298 L 176.822 35.298 L 171.776 38.116 L 168.04 43.159 L 163.686 40.34 L 162.695 32.702 Z M 124.516 20.54 L 123.752 19.503 L 119.553 22.914 L 114.589 23.136 L 109.172 22.469 L 105.808 21.059 L 102.218 24.619 L 101.309 26.547 L 99.091 33.666 L 98.4 37.374 L 96.573 40.489 L 97.791 43.678 L 99.545 43.752 L 100.009 48.275 L 98.554 52.65 L 100.309 54.059 L 103.063 53.318 L 103.29 46.569 L 103.136 41.082 L 106.036 39.673 L 105.508 44.271 L 108.481 47.014 L 107.872 48.869 L 108.863 50.129 L 113.144 48.349 L 110.853 52.205 L 112.453 53.837 L 114.817 52.428 L 115.044 49.388 L 111.462 43.9 L 112.299 42.269 L 108.408 36.262 L 112.226 34.408 L 114.208 31.664 L 116.044 32.332 L 116.426 30.181 L 108.408 31.739 L 106.036 33.888 L 102.218 29.736 L 102.908 26.177 L 106.654 25.435 L 113.753 25.213 L 117.871 26.177 L 121.153 25.213 L 124.516 20.54 Z M 139.333 21.949 L 138.87 20.022 L 136.352 19.577 L 135.97 16.981 L 134.597 18.687 L 133.834 22.469 L 135.134 28.549 L 136.806 31.516 L 138.033 30.923 L 136.279 28.475 L 136.961 25.584 L 139.179 26.028 L 139.333 21.949 Z M 94.827 18.613 L 95.518 16.462 L 92.237 12.013 L 94.527 7.711 L 90.709 6.97 L 85.819 6.97 L 84.519 12.309 L 82.992 13.941 L 80.937 20.54 L 77.501 21.504 L 73.374 20.17 L 71.311 20.614 L 68.866 22.988 L 66.12 22.691 L 63.375 23.581 L 60.393 20.985 L 59.63 17.797 L 57.112 20.911 L 56.657 25.287 L 57.266 29.439 L 59.248 33.443 L 61.384 34.779 L 61.921 41.082 L 65.429 41.675 L 68.184 41.379 L 69.711 43.678 L 74.829 41.972 L 76.965 43.455 L 80.019 43.752 L 81.546 46.644 L 86.51 44.494 L 87.119 46.199 L 89.028 39.005 L 89.255 34.259 L 93.455 31.071 L 93.3 26.769 L 94.673 23.581 L 99.791 22.988 L 94.827 18.613 Z M 46.376 54.875 L 46.913 47.608 L 48.204 41.675 L 46.222 38.709 L 43.095 38.339 L 41.64 35.669 L 40.95 32.406 L 39.422 32.258 L 36.986 30.626 L 38.741 26.769 L 35.459 24.619 L 32.941 20.688 L 29.269 17.426 L 24.923 17.352 L 20.724 12.309 L 18.278 10.307 L 14.842 7.119 L 10.87 2.52 L 4.152 1.631 L 1.407 1.408 L 1.861 3.781 L 6.516 8.972 L 9.879 11.642 L 12.242 15.72 L 16.142 18.687 L 17.815 22.32 L 19.115 26.399 L 22.86 30.329 L 25.987 36.929 L 28.05 40.489 L 31.178 44.345 L 32.859 47.163 L 38.204 51.019 L 41.64 54.949 L 46.376 54.875 Z\" fill=\"rgb(250,215,213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11265450972}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1rkdu6i\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BPpRzbl_I\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 82 31\"><path d=\"M 4.996 3.998 L 1.405 1.921 L 0.715 2.737 L 1.787 4.74 L 1.478 8.225 L 3.087 10.746 L 3.851 14.676 L 6.441 17.865 L 7.06 20.238 L 12.168 23.946 L 16.295 27.505 L 19.35 27.135 L 19.422 25.577 L 17.668 21.425 L 16.068 20.09 L 15.686 17.272 L 15.223 15.715 L 15.604 13.564 L 15.223 10.375 L 13.241 7.186 L 10.568 4.369 L 9.578 3.924 L 8.278 5.852 L 5.451 6.445 L 4.996 3.998 Z M 78.582 12.155 L 77.664 9.856 L 80.572 9.56 L 80.8 7.779 L 77.136 6.297 L 74.227 5.036 L 73.927 2.96 L 71.555 0.587 L 69.801 0.587 L 67.892 4.295 L 64.764 7.557 L 64.683 9.856 L 64.61 12.897 L 62.546 12.748 L 61.71 14.38 L 59.647 11.933 L 57.665 14.899 L 54.765 18.607 L 49.647 19.645 L 47.811 20.535 L 47.129 24.54 L 43.766 25.429 L 40.639 23.798 L 41.402 26.986 L 44.375 29.582 L 47.129 28.692 L 49.875 28.989 L 52.32 26.615 L 54.383 26.17 L 58.501 27.505 L 61.937 26.541 L 64.001 19.941 L 65.528 18.31 L 66.828 12.971 L 71.709 12.971 L 75.527 13.712 L 78.582 12.155 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11174668498,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:12523234254}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-z2905x\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ocChVCIpt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39 72\"><path d=\"M 36.577 29.955 L 37.722 27.805 L 37.34 23.8 L 33.368 19.722 L 32.377 15.05 L 28.632 11.194 L 25.35 10.897 L 24.741 12.529 L 22.296 12.677 L 20.923 11.787 L 16.878 14.605 L 16.115 10.378 L 16.415 5.41 L 13.515 5.187 L 12.833 2.369 L 10.842 0.96 L 8.552 1.999 L 6.415 4.074 L 3.434 4.297 L 2.288 9.414 L 0.616 10.229 L 3.288 14.383 L 6.415 17.794 L 8.633 20.909 L 7.561 25.061 L 6.261 25.877 L 7.561 28.25 L 10.77 32.032 L 11.533 34.627 L 11.688 36.852 L 13.824 41.153 L 11.833 45.529 L 10.161 50.423 L 9.161 54.946 L 8.933 57.839 L 9.851 60.508 L 10.388 57.691 L 12.597 59.989 L 15.042 62.585 L 15.887 64.957 L 17.715 66.737 L 18.405 65.921 L 21.996 67.998 L 22.451 70.445 L 25.278 69.852 L 26.578 67.924 L 24.205 65.476 L 21.614 64.883 L 19.087 62.214 L 18.024 58.135 L 16.033 53.834 L 13.215 53.685 L 12.679 50.275 L 13.742 46.121 L 15.424 39.225 L 15.269 34.034 L 19.014 33.96 L 18.787 37.668 L 22.378 37.594 L 26.423 39.744 L 24.814 34.034 L 27.105 30.178 L 32.532 29.214 L 36.577 29.955 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12069236476,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:10330783945}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-14gytk2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"x7v0cDz9A\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 295 360\"><path d=\"M 50.121 25.834 L 43.631 22.571 L 38.895 19.605 L 36.449 14.414 L 39.576 15.081 L 39.122 12.634 L 36.831 10.187 L 36.222 6.331 L 30.422 0.769 L 27.595 4.774 L 23.241 5.516 L 16.751 4.329 L 15.296 6.405 L 17.742 10.558 L 19.96 13.746 L 23.777 16.045 L 20.95 18.789 L 21.714 22.126 L 18.732 26.798 L 17.132 31.618 L 13.696 36.587 L 8.806 36.216 L 5.07 41.111 L 8.124 43.261 L 9.115 46.895 L 11.787 49.268 L 13.16 53.346 L 3.997 53.346 L 1.561 56.46 L 6.979 60.466 L 8.424 62.319 L 6.597 64.025 L 12.706 69.735 L 15.76 70.328 L 21.559 67.511 L 22.859 71.886 L 23.468 77.67 L 25.377 83.676 L 28.132 92.798 L 32.559 99.323 L 33.55 102.216 L 35.077 108.148 L 37.667 112.671 L 39.349 114.897 L 41.258 119.642 L 43.631 126.242 L 47.83 130.691 L 49.503 129.357 L 50.803 126.094 L 54.621 124.759 L 53.248 123.202 L 54.93 119.642 L 57.139 119.42 L 56.612 111.411 L 58.057 106.887 L 57.521 102.957 L 56.075 96.877 L 56.993 93.242 L 58.902 93.02 L 62.566 91.315 L 64.547 90.128 L 64.32 87.977 L 68.138 84.863 L 70.965 81.896 L 75.01 76.335 L 80.655 73.221 L 82.492 70.402 L 81.801 66.843 L 86.846 65.879 L 89.664 65.953 L 90.046 64.173 L 88.828 60.317 L 86.846 56.757 L 87.146 53.94 L 84.328 52.679 L 84.937 50.973 L 87.3 49.194 L 83.791 46.672 L 84.71 43.483 L 88.373 45.486 L 90.427 45.782 L 91.346 49.046 L 95.472 49.712 L 99.29 49.638 L 101.881 50.454 L 100.663 54.385 L 98.827 54.681 L 97.991 57.351 L 100.663 59.798 L 100.818 56.831 L 101.963 56.757 L 105.399 64.247 L 107.226 63.135 L 106.544 61.133 L 107.226 59.576 L 106.544 54.681 L 110.053 55.719 L 111.199 51.863 L 110.971 49.564 L 112.571 45.56 L 111.89 42.891 L 116.544 39.627 L 119.671 40.443 L 118.68 37.55 L 119.907 36.661 L 119.216 34.881 L 114.562 34.214 L 115.471 32.211 L 112.808 29.32 L 110.362 31.247 L 106.617 30.136 L 102.572 33.101 L 99.59 36.661 L 96.391 37.254 L 98.445 38.737 L 98.754 41.63 L 95.391 41.778 L 91.809 41.481 L 89.364 42.223 L 85.164 40.369 L 84.937 39.479 L 83.791 35.697 L 81.501 36.736 L 81.573 38.737 L 82.719 41.778 L 82.646 43.631 L 79.128 43.705 L 73.938 42.594 L 70.656 42.149 L 67.756 39.776 L 61.948 39.108 L 56.075 36.513 L 51.648 34.214 L 47.294 32.36 L 47.976 27.985 L 50.121 25.834 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 282.795 345.948 L 280.505 345.578 L 279.05 347.729 L 278.596 351.733 L 276.987 354.699 L 276.605 358.629 L 278.896 358.778 L 279.514 359 L 284.55 355.811 L 285.004 357.072 L 288.059 353.438 L 290.504 351.807 L 293.94 346.393 L 291.804 346.023 L 288.141 346.913 L 285.541 347.58 Z\" fill=\"rgba(230,53,47,0.2)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12157560805,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 295 238\"><path d=\"M 50.121 25.834 L 43.631 22.571 L 38.895 19.605 L 36.449 14.414 L 39.576 15.081 L 39.122 12.634 L 36.831 10.187 L 36.222 6.331 L 30.422 0.769 L 27.595 4.774 L 23.241 5.516 L 16.751 4.329 L 15.296 6.405 L 17.742 10.558 L 19.96 13.746 L 23.777 16.045 L 20.95 18.789 L 21.714 22.126 L 18.732 26.798 L 17.132 31.618 L 13.696 36.587 L 8.806 36.216 L 5.07 41.111 L 8.124 43.261 L 9.115 46.895 L 11.787 49.268 L 13.16 53.346 L 3.997 53.346 L 1.561 56.46 L 6.979 60.466 L 8.424 62.319 L 6.597 64.025 L 12.706 69.735 L 15.76 70.328 L 21.559 67.511 L 22.859 71.886 L 23.468 77.67 L 25.377 83.676 L 28.132 92.798 L 32.559 99.323 L 33.55 102.216 L 35.077 108.148 L 37.667 112.671 L 39.349 114.897 L 41.258 119.642 L 43.631 126.242 L 47.83 130.691 L 49.503 129.357 L 50.803 126.094 L 54.621 124.759 L 53.248 123.202 L 54.93 119.642 L 57.139 119.42 L 56.612 111.411 L 58.057 106.887 L 57.521 102.957 L 56.075 96.877 L 56.993 93.242 L 58.902 93.02 L 62.566 91.315 L 64.547 90.128 L 64.32 87.977 L 68.138 84.863 L 70.965 81.896 L 75.01 76.335 L 80.655 73.221 L 82.492 70.402 L 81.801 66.843 L 86.846 65.879 L 89.664 65.953 L 90.046 64.173 L 88.828 60.317 L 86.846 56.757 L 87.146 53.94 L 84.328 52.679 L 84.937 50.973 L 87.3 49.194 L 83.791 46.672 L 84.71 43.483 L 88.373 45.486 L 90.427 45.782 L 91.346 49.046 L 95.472 49.712 L 99.29 49.638 L 101.881 50.454 L 100.663 54.385 L 98.827 54.681 L 97.991 57.351 L 100.663 59.798 L 100.818 56.831 L 101.963 56.757 L 105.399 64.247 L 107.226 63.135 L 106.544 61.133 L 107.226 59.576 L 106.544 54.681 L 110.053 55.719 L 111.199 51.863 L 110.971 49.564 L 112.571 45.56 L 111.89 42.891 L 116.544 39.627 L 119.671 40.443 L 118.68 37.55 L 119.907 36.661 L 119.216 34.881 L 114.562 34.214 L 115.471 32.211 L 112.808 29.32 L 110.362 31.247 L 106.617 30.136 L 102.572 33.101 L 99.59 36.661 L 96.391 37.254 L 98.445 38.737 L 98.754 41.63 L 95.391 41.778 L 91.809 41.481 L 89.364 42.223 L 85.164 40.369 L 84.937 39.479 L 83.791 35.697 L 81.501 36.736 L 81.573 38.737 L 82.719 41.778 L 82.646 43.631 L 79.128 43.705 L 73.938 42.594 L 70.656 42.149 L 67.756 39.776 L 61.948 39.108 L 56.075 36.513 L 51.648 34.214 L 47.294 32.36 L 47.976 27.985 L 50.121 25.834 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 282.795 223.937 L 280.505 223.567 L 279.05 225.718 L 278.596 229.722 L 276.987 232.688 L 276.605 236.618 L 278.896 236.767 L 279.514 236.989 L 284.55 233.801 L 285.004 235.061 L 288.059 231.427 L 290.504 229.796 L 293.94 224.382 L 291.804 224.012 L 288.141 224.902 L 285.541 225.569 Z\" fill=\"rgba(230,53,47,0.2)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11869347463}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1j0ouli\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"G_xdlVW_L\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 173 158\"><path d=\"M 106.795 143.948 L 104.505 143.578 L 103.05 145.729 L 102.596 149.733 L 100.987 152.699 L 100.605 156.629 L 102.896 156.778 L 103.514 157 L 108.55 153.811 L 109.004 155.072 L 112.059 151.438 L 114.504 149.807 L 117.94 144.393 L 115.804 144.023 L 112.141 144.913 L 109.541 145.58 Z M 145.047 16.177 L 145.429 14.471 L 145.502 11.801 L 144.284 9.428 L 144.356 7.426 L 143.366 6.832 L 143.447 3.941 L 142.529 1.567 L 140.775 3.347 L 140.466 4.682 L 139.32 7.277 L 137.948 9.799 L 138.402 11.357 L 137.484 12.32 L 136.339 15.88 L 136.421 18.623 L 135.884 19.958 L 136.112 22.257 L 134.13 25.965 L 133.139 28.561 L 131.839 30.711 L 130.539 33.232 L 127.412 34.79 L 123.667 33.232 L 123.285 31.749 L 121.376 30.562 L 120.158 30.562 L 117.64 27.745 L 115.731 26.113 L 112.75 24.63 L 109.768 22.035 L 109.695 20.7 L 111.604 18.401 L 113.204 16.028 L 112.977 14.1 L 114.431 13.952 L 116.34 12.097 L 117.867 9.577 L 116.186 7.203 L 115.04 8.093 L 113.513 7.722 L 110.841 9.057 L 108.395 7.574 L 107.095 8.093 L 103.659 6.906 L 101.605 4.905 L 98.932 3.792 L 96.56 4.46 L 99.541 6.016 L 99.314 8.39 L 95.642 9.28 L 93.505 8.761 L 90.76 10.392 L 88.542 13.136 L 89.006 14.248 L 86.942 15.509 L 84.342 19.291 L 84.806 21.887 L 82.206 21.442 L 79.534 21.442 L 77.625 18.623 L 74.798 16.473 L 72.661 17.067 L 70.68 17.734 L 70.453 18.92 L 68.616 18.401 L 68.389 19.736 L 66.098 20.552 L 64.798 22.406 L 62.126 24.704 L 61.062 28.264 L 59.299 27.3 L 57.626 29.599 L 58.771 31.823 L 56.781 32.713 L 55.717 28.635 L 52.045 32.639 L 51.436 35.235 L 50.899 37.088 L 48 39.536 L 46.472 42.057 L 43.8 44.133 L 39.146 45.542 L 36.773 45.394 L 35.637 45.839 L 34.791 46.877 L 32.119 47.397 L 28.528 49.176 L 27.465 48.583 L 25.474 48.953 L 21.965 50.659 L 19.52 52.662 L 15.856 54.219 L 13.493 57.482 L 13.793 53.922 L 11.429 57.333 L 11.348 60.078 L 10.357 62.45 L 9.211 63.562 L 8.22 66.307 L 8.911 67.715 L 8.984 69.198 L 10.202 72.907 L 9.675 75.353 L 8.911 73.5 L 7.157 72.165 L 7.457 76.54 L 6.157 74.463 L 6.239 76.54 L 7.611 80.247 L 7.157 83.956 L 8.448 85.81 L 8.148 87.218 L 8.83 90.259 L 7.839 92.928 L 7.611 95.598 L 8.148 100.418 L 7.611 103.163 L 5.93 106.425 L 5.475 108.131 L 4.33 109.243 L 2.112 109.837 L 0.966 112.58 L 2.803 113.47 L 5.857 116.511 L 8.602 116.511 L 11.502 116.733 L 14.02 115.176 L 16.62 113.841 L 17.693 114.063 L 21.129 111.542 L 24.028 111.319 L 27.156 110.8 L 30.364 111.69 L 33.11 111.245 L 36.628 111.097 L 38.918 109.169 L 40.673 106.722 L 44.645 105.609 L 49.908 103.237 L 53.726 103.533 L 58.999 101.976 L 64.953 100.27 L 72.434 99.825 L 75.489 102.124 L 78.316 102.273 L 82.361 105.09 L 81.143 106.203 L 82.515 107.983 L 83.506 111.393 L 82.288 113.915 L 84.497 115.843 L 87.779 112.061 L 91.06 110.504 L 96.178 106.425 L 94.96 109.911 L 92.36 112.283 L 90.451 115.028 L 87.097 117.623 L 91.06 116.733 L 94.651 113.47 L 93.969 117.029 L 91.524 119.328 L 95.114 119.922 L 96.105 121.85 L 95.796 124.297 L 94.651 127.931 L 95.723 130.897 L 98.778 132.306 L 100.914 132.603 L 102.75 133.344 L 105.423 134.679 L 110.913 131.193 L 113.586 130.303 L 111.531 132.825 L 113.513 133.641 L 115.577 135.717 L 119.158 133.715 L 122.067 131.861 L 126.876 129.858 L 131.457 129.71 L 134.666 128.005 L 135.348 126.522 L 137.639 123.184 L 140.62 119.625 L 143.366 117.252 L 146.729 113.099 L 149.247 110.8 L 152.601 107.093 L 156.728 104.793 L 160.546 100.493 L 162.91 97.156 L 163.982 94.486 L 166.882 90.259 L 168.491 88.108 L 170.4 83.882 L 169.864 79.877 L 171.164 76.985 L 172 74.241 L 172 70.459 L 169.864 66.678 L 168.409 64.823 L 166.2 61.931 L 166.728 56.962 L 165.582 57.704 L 164.364 55.627 L 162.455 56.666 L 162.001 51.549 L 160.319 48.583 L 161.083 47.471 L 158.71 45.394 L 156.274 43.169 L 152.22 40.722 L 151.538 37.533 L 152.529 35.087 L 152.22 31.007 L 151.229 30.488 L 151.074 28.116 L 150.929 24.037 L 151.765 21.961 L 150.011 20.107 L 148.938 18.104 L 145.965 19.884 L 145.047 16.177 Z\" fill=\"rgb(250, 215, 213)\" stroke-width=\"1.15276\" stroke=\"rgb(255,255,255)\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8643121426,withExternalLayout:true,...addPropertyOverrides({SDyYKJSHe:{svgContentId:11748549618}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gkqufc\",\"data-framer-name\":\"Group 42647\",layoutDependency:layoutDependency,layoutId:\"sVwtQSzT3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1j6p8xo\",\"data-framer-name\":\"Armenia\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"Ak95MD3AW\",svg:'<svg width=\"18\" height=\"17\" viewBox=\"-1 -1 18 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9321 14.0791L15.1664 10.3345L13.0396 9.39838L10.9128 7.9516L11.7635 6.24952L9.12627 4.37725L9.72174 3.1007L7.85017 2.16455L6.65913 0.717773L0.789062 1.56881L1.89505 3.44111V6.07933L5.46809 7.35589L7.50986 8.97286L8.36059 8.80264L9.89195 10.2494H11.8486L12.0188 11.1005L14.4008 14.2493L15.9321 14.0791V14.0791Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1u5gg8l\",\"data-framer-name\":\"Jamaica\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:13,layoutDependency:layoutDependency,layoutId:\"iKIOjhJb1\",svg:'<svg width=\"13\" height=\"7\" viewBox=\"-1 -1 13 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.38665 3.60754L10.7045 3.52243L10.0239 1.99059L7.72692 0.714042L4.57922 0.203419L3.55832 0.0332031L1.51652 0.373636L0.835938 1.65018L3.30311 3.60754L5.85533 4.45857L7.38665 3.60754V3.60754Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fevsde\",\"data-framer-name\":\"Qatar\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"cTFYFY1IW\",svg:'<svg width=\"7\" height=\"12\" viewBox=\"-1 -1 7 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.11684 9.01234L4.79746 5.77841L4.3721 2.62956L2.75571 0.92749L1.56468 1.52323L0.628906 4.33164L1.30942 8.33153L2.84076 9.35275L4.11684 9.01234V9.01234Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qvlgyl\",\"data-framer-name\":\"Anguilla\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"ZH5XsDshv\",svg:'<svg width=\"4\" height=\"3\" viewBox=\"-1 -1 4 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.06647 0.649859L1.15153 0.47964L0.981366 0.394531L0.300781 0.820052V0.905161L1.06647 0.649859Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mpnjl9\",\"data-framer-name\":\"Antigua and Barb.\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"r4DAFHftC\",svg:'<svg width=\"4\" height=\"7\" viewBox=\"-1 -1 4 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.51174 4.11749L1.6819 4.03241V3.9473V3.77708L1.59685 3.69197L1.51174 3.52178L1.17147 3.35156L0.746094 3.77708V3.9473L0.831148 4.2026L1.34158 4.28771L1.51174 4.11749V4.11749ZM1.6819 1.13883V0.713311L1.59685 0.543118H1.34158L1.25653 0.458008H1.17147L1.08636 0.543118L1.17147 1.05375L1.59685 1.30905L1.6819 1.13883V1.13883Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vcdpl1\",\"data-framer-name\":\"Comoros\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:9,intrinsicWidth:9,layoutDependency:layoutDependency,layoutId:\"PbVsMBpjL\",svg:'<svg width=\"9\" height=\"9\" viewBox=\"-1 -1 9 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.72021 6.00664L2.37989 5.66621H2.03968V5.83643L2.12473 6.17686L3.06053 6.34708L2.72021 6.00664V6.00664ZM6.03815 4.73008H5.95309L5.78288 4.81516L5.69783 4.98538L5.61277 5.24069H5.35751H5.1874H4.84708L5.52772 5.66621L5.95309 6.09173L6.1232 6.26195L6.20825 6.09173L6.29341 5.49604L6.03815 4.73008ZM1.27398 3.79396L1.44409 3.5386L1.27398 2.94291L0.933662 2.26204L1.01872 1.07061L0.848608 0.900391H0.593342L0.508288 0.985474L0.423235 1.24083L0.167969 2.94291L0.508288 3.45352L0.763554 3.5386L1.18893 3.87904L1.27398 3.79396Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-s1slma\",\"data-framer-name\":\"Dominica\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"BEve4kvIn\",svg:'<svg width=\"4\" height=\"5\" viewBox=\"-1 -1 4 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.785132 2.73414L1.04033 2.1384L0.955283 1.28736L0.785132 0.946952L0.104581 0.69165V0.861843L0.0195312 1.28736L0.274732 1.96821L0.359781 2.90433L0.785132 2.73414V2.73414Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jgo692\",\"data-framer-name\":\"Faeroe Is.\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:6,layoutDependency:layoutDependency,layoutId:\"c3Z01cC6_\",svg:'<svg width=\"6\" height=\"8\" viewBox=\"-1 -1 6 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.52969 5.46558V5.21028L2.44464 4.95497V4.78476H2.35953L1.93416 4.69965L1.8491 4.52945H1.764V4.69965L1.8491 5.04006L2.27448 5.38049L2.52969 5.55069H2.61474L2.52969 5.46558V5.46558ZM2.95506 3.6784V3.5933L2.7849 3.42309L2.35953 3.25288L2.18937 3.16778L2.01926 3.25288V3.42309L2.10432 3.5082L2.44464 3.5933L2.7849 3.84861H2.87001L2.95506 3.6784V3.6784ZM0.913248 2.06142L0.74314 1.97632L0.317766 2.06142H0.0625L0.147606 2.31674L0.658034 2.48694H0.913248H1.16851L1.33862 2.40184L1.25357 2.23164L0.913248 2.06142V2.06142ZM3.04012 1.6359L2.35953 1.46569L1.8491 1.21038L0.998354 1.29549L1.59389 2.23164L2.27448 2.82736L2.61474 2.99757V2.91246V2.74226L2.27448 2.31674L2.18937 2.23164V2.14653L2.27448 2.06142H2.44464L2.69985 2.23164H2.87001L3.04012 1.6359V1.6359ZM3.89087 1.46569L3.63565 1.29549L3.29539 0.955078V1.3806V1.6359V1.72101H3.38044L3.63565 1.80612L3.89087 1.46569Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bic4ko\",\"data-framer-name\":\"St. Kitts and Nevis\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"HG2YccRAT\",svg:'<svg width=\"4\" height=\"4\" viewBox=\"-1 -1 4 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.76354 1.60758V1.35225L1.59339 1.18206H1.33818V1.60758L1.50828 1.77777L1.76354 1.60758ZM1.33818 1.01184L1.25307 0.841617L1.16802 0.756534L0.997865 0.416096L0.657552 0.0756836L0.487448 0.160793L0.402344 0.331012V0.416096L0.657552 0.671424L0.997865 0.756534L1.16802 1.09695L1.33818 1.01184V1.01184Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1t5gfre\",\"data-framer-name\":\"Liechtenstein\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"smQvoi1rF\",svg:'<svg width=\"4\" height=\"4\" viewBox=\"-1 -1 4 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.37699 1.25028V1.08006L1.46193 0.90987L1.37699 0.824762L1.29205 0.654545L1.207 0.569436V0.399246L1.12206 0.314137V0.14392L1.03712 0.0588379L0.867188 0.569436V0.994952L0.95218 1.16517H1.03712L1.37699 1.25028V1.25028Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mtkk9l\",\"data-framer-name\":\"Montserrat\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:3,layoutDependency:layoutDependency,layoutId:\"co90tinqU\",svg:'<svg width=\"3\" height=\"3\" viewBox=\"-1 -1 3 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.378861 0.735582L0.293924 0.310059H0.208936L0.0390625 0.650472V0.905776L0.293924 0.990886L0.378861 0.735582V0.735582Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5bxtf0\",\"data-framer-name\":\"Mauritius\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:6,layoutDependency:layoutDependency,layoutId:\"DdcsZokPO\",svg:'<svg width=\"6\" height=\"6\" viewBox=\"-1 -1 6 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.32808 3.26096L2.58334 3.00565L2.75344 2.66521L3.00869 2.40991L3.09374 1.81417L2.92364 1.13334L2.58334 0.537598L2.15798 0.622733L1.90273 0.963121L1.73263 1.38864L1.30728 1.64395L1.22223 1.8993L1.05202 2.49499L0.966975 2.83543L0.796875 2.92052V3.09074L1.05202 3.34604L1.73263 3.43118L2.32808 3.26096V3.26096Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nsq411\",\"data-framer-name\":\"Pitcairn Is.\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"LvzBlLW06\",svg:'<svg width=\"4\" height=\"3\" viewBox=\"-1 -1 4 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.1602 0.451938V0.2817L1.07523 0.111461L0.905284 0.0263672L0.820312 0.111461L0.905284 0.2817L1.07523 0.451938L1.1602 0.537032V0.451938Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wqeb8w\",\"data-framer-name\":\"Puerto Rico\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"AnGFj2J0u\",svg:'<svg width=\"16\" height=\"6\" viewBox=\"-1 -1 16 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00521 2.58631V2.50123H1.09032V2.41612L1.17537 2.33101V2.2459H1.09032H0.835053H0.75V2.33101V2.41612L0.920158 2.50123V2.58631H1.00521V2.58631ZM12.5753 2.33101L13.1707 2.16079V2.07571L12.8305 1.9906H12.32L11.8946 2.16079L11.9797 2.33101H12.1499H12.5753V2.33101ZM9.42752 0.458721L9.34242 0.288529H9.17231L6.19473 0.203421L5.08874 0.0332031L4.83352 0.118312L4.57831 0.203421L4.49326 0.543829L4.3231 0.714047L4.06789 0.884238L4.15295 1.13956L4.238 1.30976L4.40816 1.65019L4.3231 2.07571L4.15295 2.92674L4.40816 3.09694L5.00368 3.01183L5.25889 3.09694L5.5141 3.18204L5.85442 3.09694L6.19473 2.92674L6.96037 3.01183L7.38573 2.92674L7.89621 3.18204L8.23647 3.09694L8.40663 3.18204H8.66184H9.17231L9.93794 3.01183L10.6185 2.58631L10.8738 2.16079L11.214 1.90549L11.7245 1.56508V0.799156L11.129 0.714047L10.6185 0.458721L9.68273 0.373638H9.59768L9.68273 0.543829H9.59768L9.42752 0.458721V0.458721Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bfnidh\",\"data-framer-name\":\"Fr. Polynesia\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:69,intrinsicWidth:77,layoutDependency:layoutDependency,layoutId:\"sGLc9tm1a\",svg:'<svg width=\"77\" height=\"69\" viewBox=\"-1 -1 77 69\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M66.2593 66.3032L66.1743 66.0479L66.0041 65.7926L65.9191 65.8777L66.0041 65.9628L66.1743 66.2181V66.3883L66.2593 66.3032V66.3032ZM74.1712 53.793L74.001 53.6228L73.6607 53.4525L73.4906 53.3675L73.3205 53.2823L73.2354 53.3675L73.3205 53.4525H73.4055L73.6607 53.6228L73.916 53.7078L74.0861 53.793V53.8781L74.1712 53.793V53.793ZM53.3281 52.8568L52.8177 52.6015L52.9028 52.7717L53.2431 52.9419L53.4132 53.027L53.3281 52.8568V52.8568ZM70.7682 52.6866L70.428 52.2611H70.1727L70.7682 52.7717V52.6866V52.6866ZM52.3923 51.8356L52.052 51.4952L51.8819 51.2399L51.6267 51.1547L51.7118 51.2399L52.052 51.5802L52.3073 51.9207L52.4774 52.0058L52.3923 51.8356ZM52.1371 50.0484L52.052 49.9633V49.708L52.2222 49.4526L52.7326 49.1123V49.0271L52.5625 49.1123L52.2222 49.2825L52.052 49.4526L51.967 49.6229L51.8819 49.8782L51.967 50.0484L52.052 50.1335H52.2222L52.1371 50.0484V50.0484ZM11.8122 49.1123L11.6421 48.6016L11.3868 48.1761L10.7062 48.091L10.2809 48.2612L10.1958 48.4314L10.2809 48.7718L10.7062 49.3676L11.1316 49.4526L11.8122 49.3676L12.1525 49.8782L12.3226 49.9633L12.6629 50.0484L12.748 49.7931L12.5779 49.3676L11.8122 49.1123V49.1123ZM9.34507 48.3463L9.43013 48.0059L9.25999 47.9208H8.83462V48.091L8.9197 48.2612L9.00476 48.3463L9.25999 48.5165L9.34507 48.3463V48.3463ZM1.09292 44.6869H1.26307L0.922766 44.1763L0.667556 44.006V44.0911V44.6869L0.922766 44.7719L1.09292 44.6869V44.6869ZM38.4403 43.3252H38.2701H38.0149H37.9298L38.3552 43.4103L38.6955 43.5805L38.4403 43.3252V43.3252ZM37.8447 43.4103L37.5895 43.3252L37.3343 43.155H37.0791L37.6746 43.4103H37.8447V43.4103ZM0.582477 43.4954L0.667556 43.3252L0.582477 43.2401L0.242188 43.0699L0.327253 43.3252V43.4954L0.497398 43.5805L0.582477 43.4954V43.4954ZM28.4866 41.7933L28.2314 41.4529L28.0613 41.1976L27.8911 40.8572L27.5508 40.4317L27.6359 40.687L27.721 40.8572L27.8911 41.0274L28.0613 41.3678L28.1463 41.538L28.4016 41.8784H28.4866V41.7933V41.7933ZM42.2686 40.5168L42.3537 40.0912H42.1835V40.5168H42.2686ZM30.018 39.1551L29.5075 38.6445H29.4224L29.5075 38.8147L29.9329 39.2402L30.018 39.4104V39.1551V39.1551ZM56.2206 10.3049L56.3057 10.1347V9.96452L56.2206 9.87938L55.9654 9.7943L56.0505 10.39L56.2206 10.3049V10.3049ZM53.9237 7.1561L53.8386 6.98588H53.6684L53.5834 7.07097V7.49648L53.9237 7.1561V7.1561ZM54.0087 5.79441L53.3281 6.21993L53.4983 6.56036L53.8386 6.64545L54.0087 6.47523L54.6893 6.39015L54.9445 6.04971L54.6893 6.13484L54.0087 5.79441V5.79441ZM48.8192 4.34763L48.9894 3.92211L48.8192 3.83703L48.479 4.00725V4.17747L48.7342 4.51785L48.8192 4.34763ZM51.0312 1.70944L51.2864 1.62435V1.53922L51.1162 1.369L50.861 1.28392L50.7759 1.369L50.6909 1.53922L50.7759 1.79452L51.0312 1.70944V1.70944ZM48.564 1.62435L48.6491 1.369V1.19883L48.564 1.02862L47.7984 0.858398L47.7133 0.943481V1.28392L47.8834 1.70944H48.1386L48.564 1.62435V1.62435Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19t1cym\",\"data-framer-name\":\"Singapore\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"aLVtbQVVM\",svg:'<svg width=\"4\" height=\"4\" viewBox=\"-1 -1 4 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.88293 1.13702L1.96799 0.966796L1.79788 0.796571L1.54262 0.711485L1.11725 0.54126L0.606826 0.626346L0.351562 1.13702L1.11725 1.47742L1.88293 1.13702V1.13702Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kb0uep\",\"data-framer-name\":\"Sint Maarten\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:3,layoutDependency:layoutDependency,layoutId:\"Kw4kuep0a\",svg:'<svg width=\"3\" height=\"3\" viewBox=\"-1 -1 3 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.382812 0.501221L0.552729 0.671387L0.807578 0.756483L0.892563 0.671387V0.501221H0.382812Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xs8ito\",\"data-framer-name\":\"Seychelles\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"ZfvO0vpzo\",svg:'<svg width=\"4\" height=\"4\" viewBox=\"-1 -1 4 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.0577 0.731845L0.632861 0.0510254L0.292969 0.306326L0.462966 0.561627L0.717808 0.731845L0.802755 1.07228L1.0577 1.24245V0.731845V0.731845Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8yb0yq\",\"data-framer-name\":\"British Virgin Is.\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"Av_TYAe3g\",svg:'<svg width=\"5\" height=\"5\" viewBox=\"-1 -1 5 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.662817 2.71387L0.918028 2.54365L0.74787 2.45854H0.407606L0.152344 2.62876L0.237449 2.71387H0.662817ZM1.59861 2.37346L1.93892 2.03302L1.51355 2.11813L1.3434 2.28835L1.42845 2.37346H1.51355H1.59861V2.37346ZM2.27919 0.841553H2.10908H1.68371L1.76877 0.926663H2.02398L2.27919 1.01177V0.841553V0.841553Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hvyl9u\",\"data-framer-name\":\"U.S. Virgin Is.\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"t2adCzeK2\",svg:'<svg width=\"5\" height=\"7\" viewBox=\"-1 -1 5 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.55302 3.94791L0.957498 4.11813L0.872394 4.45854H1.80822L2.40374 4.20324H1.89327L1.55302 3.94791V3.94791ZM2.31864 0.969265L1.89327 0.884156L1.72312 1.05437L1.97838 1.13948L2.31864 0.969265V0.969265ZM1.38286 1.05437L1.21271 0.884156L0.957498 0.799072L0.617188 0.884156L1.04255 1.13948L1.38286 1.05437Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k11oga\",\"data-framer-name\":\"Mayotte\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"glwxvDeoD\",svg:'<svg width=\"4\" height=\"5\" viewBox=\"-1 -1 4 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.18139 2.58146V2.32616L1.3516 1.90065V1.81551L1.43665 1.38999L1.18139 1.13469H1.01129L0.841192 0.879395L0.585938 1.13469L0.841192 1.56021L0.756038 1.81551L0.670988 2.15595L0.756038 2.49633L0.926242 2.66654L1.18139 2.58146Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rvvksk\",\"data-framer-name\":\"Martinique\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"Uf_PJjQbb\",svg:'<svg width=\"5\" height=\"6\" viewBox=\"-1 -1 5 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.65461 2.81984L2.48445 2.22412L2.3994 2.05391L2.22924 1.7986L2.3143 1.54328V1.45817H2.14419L1.88892 1.03265L1.3785 0.777344H1.12328L0.953125 0.947562V1.20286L1.20834 1.9688L1.3785 2.13901L1.80387 2.30921L1.46355 2.64964V2.73473L1.54866 2.99006H2.3143L2.48445 3.24536L2.56956 3.16025L2.65461 2.81984V2.81984Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-riw8kr\",\"data-framer-name\":\"Guadeloupe\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:6,layoutDependency:layoutDependency,layoutId:\"w2eJydjXt\",svg:'<svg width=\"6\" height=\"7\" viewBox=\"-1 -1 6 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.29528 4.33065L3.46539 4.16043V3.90513L3.29528 3.64981L3.12512 3.73492L2.95497 3.99024V4.24554L3.04002 4.33065H3.29528V4.33065ZM1.67886 3.64981L1.84902 3.47962V2.45837L1.93407 2.20307L1.76391 2.11796L1.59381 1.94774L1.08334 1.77755L0.998283 1.86266L0.828125 2.11796L0.913178 3.39451L1.08334 3.82003L1.25349 3.90513L1.67886 3.64981V3.64981ZM3.04002 2.45837L3.72065 2.28817L2.95497 1.77755L2.78481 1.43714V1.18181L2.44454 0.926514L2.27439 1.09671L2.18928 1.35203L2.27439 1.77755L2.01918 2.11796L2.10423 2.45837L2.44454 2.54347L3.04002 2.45837V2.45837Z\" fill=\"#DCDCDC\" stroke=\"white\" stroke-width=\"1.15276\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nz6cz8\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"yP8A9qyiv\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7638)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.918 0.916504)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.9297 3.90894)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.793 6.47339)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7638\" x=\"-3.02814\" y=\"0.916504\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7638\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7638\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pbeaj7\",\"data-framer-name\":\"Group 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"DNeJGb5_e\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7644)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.5391 0.533447)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.5469 3.52563)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.4102 6.09082)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7644\" x=\"-3.40704\" y=\"0.533447\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7644\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7644\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qkm29z\",\"data-framer-name\":\"Group 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"OUeXEGEra\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7650)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.8047 0.197021)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.8125 3.18921)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.6719 5.75391)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7650\" x=\"-3.14142\" y=\"0.197021\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7650\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7650\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1c4p2s5\",\"data-framer-name\":\"Group 7\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"MDsMSLXrD\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7656)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.7188 -0.000244141)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.7266 2.99146)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.5938 5.55664)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7656\" x=\"-3.22736\" y=\"-0.000244141\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7656\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7656\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xlv8h1\",\"data-framer-name\":\"Group 8\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"sRjOjMAUj\",style:{rotate:-60},svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7662)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.9492 0.699707)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.9531 3.69141)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.8203 6.25659)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7662\" x=\"-2.99689\" y=\"0.699707\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7662\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7662\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1gev248\",\"data-framer-name\":\"Group 9\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"W3feIMDAN\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7668)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.4258 0.532227)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.4336 3.52441)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.293 6.08911)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7668\" x=\"-3.52033\" y=\"0.532227\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7668\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7668\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-187u7bc\",\"data-framer-name\":\"Group 10\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:31,layoutDependency:layoutDependency,layoutId:\"vSbEHACxK\",svg:'<svg width=\"31\" height=\"30\" viewBox=\"0 0 31 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7674)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 30.043 0.687988)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 27.0508 3.68042)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.918 6.24487)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7674\" x=\"-2.90314\" y=\"0.687988\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7674\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7674\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1e5eezb\",\"data-framer-name\":\"Group 13\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"EhaUW1OKe\",svg:'<svg width=\"30\" height=\"31\" viewBox=\"0 0 30 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7680)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.8398 0.942383)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.8477 3.93457)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.707 6.49927)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7680\" x=\"-3.10626\" y=\"0.942383\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7680\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7680\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16b8mem\",\"data-framer-name\":\"Group 11\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"XmJLHwtdg\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7686)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.5234 0.438965)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.5352 3.43115)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.3945 5.99585)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7686\" x=\"-3.42267\" y=\"0.438965\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7686\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7686\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16sm6wk\",\"data-framer-name\":\"Group 12\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"OSpZvqu88\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7692)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.3789 0.549561)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.3828 3.54199)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.25 6.10645)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7692\" x=\"-3.5672\" y=\"0.549561\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7692\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7692\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1i4041c\",\"data-framer-name\":\"Group 4\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"oIp_YXmNT\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7698)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.5664 0.774658)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.5781 3.76709)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.4375 6.33154)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7698\" x=\"-3.3797\" y=\"0.774658\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7698\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7698\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y0q2fe\",\"data-framer-name\":\"Group 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"R66Ndd3xB\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7704)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.9688 0.861328)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.9727 3.85376)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.8398 6.41895)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7704\" x=\"-2.97736\" y=\"0.861328\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7704\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7704\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3ts1l1\",\"data-framer-name\":\"Group 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"owrEdMMyx\",svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_23_7710)\">\\n<circle cx=\"14.5342\" cy=\"14.5342\" r=\"14.5342\" transform=\"matrix(-1 0 0 1 29.9727 0.0534668)\" fill=\"white\"/>\\n</g>\\n<circle cx=\"11.5419\" cy=\"11.5419\" r=\"11.5419\" transform=\"matrix(-1 0 0 1 26.9844 3.04517)\" fill=\"#E6352F\"/>\\n<circle cx=\"9.19076\" cy=\"9.19076\" r=\"9.19076\" transform=\"matrix(-1 0 0 1 24.8438 5.61035)\" fill=\"#181818\" fill-opacity=\"0.27\"/>\\n<defs>\\n<filter id=\"filter0_d_23_7710\" x=\"-2.97345\" y=\"0.0534668\" width=\"36.8219\" height=\"36.8199\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3.87579\"/>\\n<feGaussianBlur stdDeviation=\"1.9379\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_23_7710\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_23_7710\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23.19px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27.03px\"},children:\"U.S.A\"})}),className:\"framer-8quogu\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"dyqpOBrhU\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19.73px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22.99px\"},children:\"CAYMAN\"})}),className:\"framer-1uynjnc\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"GcV5mUD9n\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19.73px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22.99px\"},children:\"ISLANDS\"})}),className:\"framer-131w0zq\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"kLpKs5bwD\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25.72px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"29.98px\"},children:\"U.K\"})}),className:\"framer-1pr2b2d\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"ouFwy4BCK\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"GERMANY\"})}),className:\"framer-1gh0co7\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"xVz6enyxt\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"ARMENIA\"})}),className:\"framer-yna5md\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"VEL9MCHA1\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"INDIA\"})}),className:\"framer-11r3bsh\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"h_xwhSX30\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"SINGAPORE\"})}),className:\"framer-1017xhp\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"gLOQqtS8v\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"MALAYSIA\"})}),className:\"framer-10kc1iv\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"CCZq4Hmog\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"THAILAND\"})}),className:\"framer-jdte5d\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"Y_QVlEbrn\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"INDONESIA\"})}),className:\"framer-jgaquv\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"NNNd5Z0mS\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"AUSTRALIA\"})}),className:\"framer-4i1woc\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"OwQIx3ruy\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"ZAMBIA\"})}),className:\"framer-p0byto\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"aahigSwi5\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22.01px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25.66px\"},children:\"DUBAI\"})}),className:\"framer-16ps508\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"vK0EG3Yt1\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mS2cY.framer-1ymlk7a, .framer-mS2cY .framer-1ymlk7a { display: block; }\",\".framer-mS2cY.framer-m9fqqi { cursor: pointer; height: 639px; position: relative; width: 1352px; }\",\".framer-mS2cY .framer-19h71es { flex: none; height: 239px; left: -6px; position: absolute; top: 46px; width: 416px; }\",\".framer-mS2cY .framer-uagi6z { flex: none; height: 37px; left: calc(51.25739644970416% - 36px / 2); position: absolute; top: 114px; width: 36px; }\",\".framer-mS2cY .framer-1mn7jsx { flex: none; height: 41px; left: calc(47.633136094674576% - 35px / 2); position: absolute; top: 98px; width: 35px; }\",\".framer-mS2cY .framer-a4lt0s { flex: none; height: 18px; left: calc(46.2278106508876% - 17px / 2); position: absolute; top: 113px; width: 17px; }\",\".framer-mS2cY .framer-smyfu { flex: none; height: 380px; position: absolute; right: -69px; top: -1218px; width: 351px; }\",\".framer-mS2cY .framer-li5y8j { bottom: 179px; flex: none; height: 48px; position: absolute; right: 556px; width: 52px; }\",\".framer-mS2cY .framer-1xnf49k { flex: none; height: 19px; position: absolute; right: 465px; top: 248px; width: 22px; }\",\".framer-mS2cY .framer-170ei6z { flex: none; height: 13px; position: absolute; right: 516px; top: 167px; width: 31px; }\",\".framer-mS2cY .framer-focii9 { bottom: 213px; flex: none; height: 80px; position: absolute; right: 104px; width: 197px; }\",\".framer-mS2cY .framer-1rkdu6i { bottom: 268px; flex: none; height: 31px; position: absolute; right: 197px; width: 82px; }\",\".framer-mS2cY .framer-z2905x { flex: none; height: 72px; position: absolute; right: 260px; top: calc(48.98278560250394% - 72px / 2); width: 39px; }\",\".framer-mS2cY .framer-14gytk2 { bottom: 58px; flex: none; height: 360px; position: absolute; right: 125px; width: 295px; }\",\".framer-mS2cY .framer-1j0ouli { bottom: 59px; flex: none; height: 158px; position: absolute; right: 70px; width: 173px; }\",\".framer-mS2cY .framer-gkqufc { flex: none; height: 490px; left: -16px; overflow: visible; position: absolute; right: -63px; top: calc(47.41784037558688% - 490px / 2); }\",\".framer-mS2cY .framer-1j6p8xo { bottom: 366px; flex: none; left: 905px; position: absolute; right: 586px; top: 111px; }\",\".framer-mS2cY .framer-1u5gg8l { bottom: 251px; flex: none; left: 345px; position: absolute; right: 1152px; top: 235px; }\",\".framer-mS2cY .framer-fevsde { bottom: 289px; flex: none; left: 950px; position: absolute; right: 552px; top: 193px; }\",\".framer-mS2cY .framer-qvlgyl { bottom: 253px; flex: none; left: 416px; position: absolute; right: 1089px; top: 236px; }\",\".framer-mS2cY .framer-mpnjl9 { bottom: 247px; flex: none; left: 422px; position: absolute; right: 1083px; top: 239px; }\",\".framer-mS2cY .framer-1vcdpl1 { bottom: 88px; flex: none; left: 919px; position: absolute; right: 581px; top: 396px; }\",\".framer-mS2cY .framer-s1slma { bottom: 238px; flex: none; left: 423px; position: absolute; right: 1082px; top: 250px; }\",\".framer-mS2cY .framer-1jgo692 { bottom: 483px; flex: none; left: 687px; position: absolute; right: 816px; top: 2px; }\",\".framer-mS2cY .framer-bic4ko { bottom: 247px; flex: none; left: 418px; position: absolute; right: 1087px; top: 241px; }\",\".framer-mS2cY .framer-1t5gfre { bottom: 409px; flex: none; left: 754px; position: absolute; right: 752px; top: 80px; }\",\".framer-mS2cY .framer-mtkk9l { bottom: 245px; flex: none; left: 420px; position: absolute; right: 1086px; top: 244px; }\",\".framer-mS2cY .framer-5bxtf0 { bottom: 44px; flex: none; left: 983px; position: absolute; right: 521px; top: 443px; }\",\".framer-mS2cY .framer-nsq411 { bottom: 23px; flex: none; left: 116px; position: absolute; right: 1390px; top: 467px; }\",\".framer-mS2cY .framer-1wqeb8w { bottom: 252px; flex: none; left: 394px; position: absolute; right: 1100px; top: 235px; }\",\".framer-mS2cY .framer-1bfnidh { bottom: 42px; flex: none; left: -2px; position: absolute; right: 1434px; top: 382px; }\",\".framer-mS2cY .framer-19t1cym { bottom: 162px; flex: none; left: 1210px; position: absolute; right: 295px; top: 327px; }\",\".framer-mS2cY .framer-1kb0uep { bottom: 253px; flex: none; left: 417px; position: absolute; right: 1089px; top: 237px; }\",\".framer-mS2cY .framer-xs8ito { bottom: 129px; flex: none; left: 978px; position: absolute; right: 527px; top: 360px; }\",\".framer-mS2cY .framer-8yb0yq { bottom: 255px; flex: none; left: 409px; position: absolute; right: 1095px; top: 233px; }\",\".framer-mS2cY .framer-hvyl9u { bottom: 251px; flex: none; left: 408px; position: absolute; right: 1097px; top: 235px; }\",\".framer-mS2cY .framer-1k11oga { bottom: 85px; flex: none; left: 928px; position: absolute; right: 578px; top: 403px; }\",\".framer-mS2cY .framer-1rvvksk { bottom: 234px; flex: none; left: 424px; position: absolute; right: 1081px; top: 254px; }\",\".framer-mS2cY .framer-riw8kr { bottom: 242px; flex: none; left: 422px; position: absolute; right: 1081px; top: 245px; }\",\".framer-mS2cY .framer-nz6cz8 { flex: none; height: 30px; position: absolute; right: 474px; top: 202px; width: 30px; }\",\".framer-mS2cY .framer-pbeaj7 { bottom: 133px; flex: none; height: 30px; position: absolute; right: 266px; width: 30px; }\",\".framer-mS2cY .framer-1qkm29z { bottom: 107px; flex: none; height: 30px; position: absolute; right: 188px; width: 30px; }\",\".framer-mS2cY .framer-1c4p2s5 { bottom: 40px; flex: none; height: 30px; position: absolute; right: 267px; width: 30px; }\",\".framer-mS2cY .framer-xlv8h1 { flex: none; height: 30px; position: absolute; right: 539px; top: 184px; width: 30px; }\",\".framer-mS2cY .framer-1gev248 { bottom: 100px; flex: none; height: 30px; position: absolute; right: 626px; width: 30px; }\",\".framer-mS2cY .framer-187u7bc { flex: none; height: 30px; left: calc(45.49266247379457% - 31px / 2); position: absolute; top: 31px; width: 31px; }\",\".framer-mS2cY .framer-1e5eezb { flex: none; height: 31px; left: calc(50.10482180293503% - 30px / 2); position: absolute; top: 59px; width: 30px; }\",\".framer-mS2cY .framer-16b8mem { flex: none; height: 30px; position: absolute; right: 577px; top: 102px; width: 30px; }\",\".framer-mS2cY .framer-16sm6wk { flex: none; height: 30px; left: 385px; position: absolute; top: calc(45.71428571428574% - 30px / 2); width: 30px; }\",\".framer-mS2cY .framer-1i4041c { bottom: 170px; flex: none; height: 30px; position: absolute; right: 289px; width: 30px; }\",\".framer-mS2cY .framer-1y0q2fe { flex: none; height: 30px; position: absolute; right: 294px; top: calc(50.00000000000002% - 30px / 2); width: 30px; }\",\".framer-mS2cY .framer-3ts1l1 { flex: none; height: 30px; left: 258px; position: absolute; top: 110px; width: 30px; }\",\".framer-mS2cY .framer-8quogu { flex: none; height: 23px; left: 297px; position: absolute; top: 113px; white-space: pre-wrap; width: 58px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-1uynjnc { flex: none; height: 19px; left: 421px; position: absolute; top: 203px; white-space: pre-wrap; width: 94px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-131w0zq { flex: none; height: 20px; left: 426px; position: absolute; top: calc(47.75510204081635% - 19.884614944458008px / 2); white-space: pre-wrap; width: 87px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-1pr2b2d { flex: none; height: 25px; left: calc(48.00838574423482% - 41px / 2); position: absolute; top: 19px; white-space: pre-wrap; width: 41px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-1gh0co7 { flex: none; height: 22px; position: absolute; right: 584px; top: 63px; white-space: pre-wrap; width: 113px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-yna5md { flex: none; height: 22px; position: absolute; right: 459px; top: 106px; white-space: pre-wrap; width: 113px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-11r3bsh { flex: none; height: 22px; position: absolute; right: 459px; top: 176px; white-space: pre-wrap; width: 61px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-1017xhp { bottom: 141px; flex: none; height: 22px; position: absolute; right: 129px; white-space: pre-wrap; width: 127px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-10kc1iv { bottom: 174px; flex: none; height: 22px; position: absolute; right: 153px; white-space: pre-wrap; width: 127px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-jdte5d { flex: none; height: 22px; position: absolute; right: 156px; top: calc(49.5918367346939% - 22px / 2); white-space: pre-wrap; width: 127px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-jgaquv { bottom: 115px; flex: none; height: 22px; position: absolute; right: 52px; white-space: pre-wrap; width: 127px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-4i1woc { bottom: 46px; flex: none; height: 22px; position: absolute; right: 134px; white-space: pre-wrap; width: 127px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-p0byto { bottom: 104px; flex: none; height: 22px; position: absolute; right: 492px; white-space: pre-wrap; width: 127px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY .framer-16ps508 { flex: none; height: 22px; position: absolute; right: 572px; top: 171px; white-space: pre-wrap; width: 68px; word-break: break-word; word-wrap: break-word; }\",\".framer-mS2cY.framer-v-1tsu4j8.framer-m9fqqi { cursor: unset; }\",\".framer-mS2cY.framer-v-1tsu4j8 .framer-focii9 { width: 193px; }\",\".framer-mS2cY.framer-v-1tsu4j8 .framer-14gytk2 { bottom: 196px; height: 238px; right: 179px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 639\n * @framerIntrinsicWidth 1352\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SDyYKJSHe\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerOrs7iuF2n=withCSS(Component,css,\"framer-mS2cY\");export default FramerOrs7iuF2n;FramerOrs7iuF2n.displayName=\"GLOBAL FOOTPRINT\";FramerOrs7iuF2n.defaultProps={height:639,width:1352};addPropertyControls(FramerOrs7iuF2n,{variant:{options:[\"lABzDVXmx\",\"SDyYKJSHe\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOrs7iuF2n,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOrs7iuF2n\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1352\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"639\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SDyYKJSHe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ors7iuF2n.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const CounterStyles={container:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"}};export function Counter(props){const{start,end,speed,gapSize,prefixText,suffixText,prefixFont,suffixFont,prefixColor,suffixColor,loop,decimalSeparatorType,textSize,selectedFont,textColor,startOnViewport,restartOnViewport,incrementType}=props;const[count,setCount]=useState(start);const[isVisible,setIsVisible]=useState(false);const containerRef=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(containerRef.current){observer.observe(containerRef.current);}return()=>{if(containerRef.current){observer.unobserve(containerRef.current);}};},[]);useEffect(()=>{const updateCount=()=>{const increment=incrementType===\"integer\"?1:.1;setCount(prevCount=>{const nextCount=parseFloat((prevCount+increment).toFixed(2));return nextCount>=end?end:nextCount;});};if(isVisible||!startOnViewport&&start!==end){const intervalId=setInterval(updateCount,speed);return()=>{clearInterval(intervalId);};}else if(startOnViewport&&isVisible){setCount(start);}},[count,start,end,loop,isVisible,speed,startOnViewport,incrementType]);useEffect(()=>{if(restartOnViewport&&isVisible){setCount(start)// Restart the animation when re-entering the viewport\n;}},[isVisible,restartOnViewport,start]);const formatNumber=number=>{if(decimalSeparatorType===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparatorType===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(incrementType===\"integer\"?0:1);}};return /*#__PURE__*/_jsxs(motion.div,{ref:containerRef,style:{...CounterStyles.container,gap:`${gapSize}px`,flexDirection:\"row\",alignItems:\"center\",fontSize:`${textSize}px`,fontFamily:selectedFont.fontFamily,fontWeight:selectedFont.fontWeight,color:textColor},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:prefixFont.fontFamily,fontWeight:prefixFont.fontWeight,color:prefixColor},children:prefixText}),/*#__PURE__*/_jsx(\"span\",{children:formatNumber(count)}),/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:suffixFont.fontFamily,fontWeight:suffixFont.fontWeight,color:suffixColor},children:suffixText})]});}Counter.defaultProps={start:0,end:100,speed:100,prefixText:\"\",suffixText:\"\",loop:false,decimalSeparatorType:\"comma\",textSize:36,selectedFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},textColor:\"#D3D3D3\",startOnViewport:false,incrementType:\"integer\"};addPropertyControls(Counter,{startOnViewport:{type:ControlType.Boolean,title:\"Viewport\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},restartOnViewport:{type:ControlType.Boolean,title:\"Replay\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},selectedFont:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},textSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:240,step:1},textColor:{type:ControlType.Color,title:\"Font Color\"},start:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},end:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparatorType:{type:ControlType.Enum,title:\"Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Decimal (1.000)\",\"None\"]},incrementType:{type:ControlType.Enum,title:\"Increment Type\",defaultValue:\"integer\",options:[\"integer\",\"decimal\"],optionTitles:[\"Integer\",\"Decimal\"]},prefixText:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},prefixFont:{title:\"Prefix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},prefixColor:{type:ControlType.Color,title:\"Prefix Color\"},suffixText:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},suffixFont:{title:\"Suffix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},suffixColor:{type:ControlType.Color,title:\"Suffix Color\"},gapSize:{type:ControlType.Number,title:\"Gap Size\",defaultValue:4,min:0,max:100,step:4},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:2e3,step:10},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",description:\"Built by Microstacks\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Counter\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter1_1.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"F3WCeDeWl\",\"Q8cOrtEFz\"];const serializationHash=\"framer-WBmd5\";const variantClassNames={F3WCeDeWl:\"framer-v-9z2y9n\",Q8cOrtEFz:\"framer-v-adplk5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:58,delay:0,mass:1,stiffness:400,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={Animate:\"Q8cOrtEFz\",Innitial:\"F3WCeDeWl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"F3WCeDeWl\"};};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:\"F3WCeDeWl\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9z2y9n\",className,classNames),\"data-framer-name\":\"Innitial\",layoutDependency:layoutDependency,layoutId:\"F3WCeDeWl\",ref:refBinding,style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},...addPropertyOverrides({Q8cOrtEFz:{\"data-framer-name\":\"Animate\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jlj1mb\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"vWw4U7z6a\",style:{backgroundColor:\"var(--token-242c4a8c-9f92-47fa-b213-1e404c54a2c9, rgb(42, 164, 168))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},variants:{Q8cOrtEFz:{backgroundColor:\"rgb(255, 0, 0)\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WBmd5.framer-1u0l813, .framer-WBmd5 .framer-1u0l813 { display: block; }\",\".framer-WBmd5.framer-9z2y9n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 4px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 332px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WBmd5 .framer-jlj1mb { flex: none; height: 100%; overflow: hidden; position: relative; width: 0%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WBmd5.framer-9z2y9n { gap: 0px; } .framer-WBmd5.framer-9z2y9n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WBmd5.framer-9z2y9n > :first-child { margin-left: 0px; } .framer-WBmd5.framer-9z2y9n > :last-child { margin-right: 0px; } }\",\".framer-WBmd5.framer-v-adplk5 .framer-jlj1mb { width: 80%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4\n * @framerIntrinsicWidth 332\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q8cOrtEFz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDFPgvPRzV=withCSS(Component,css,\"framer-WBmd5\");export default FramerDFPgvPRzV;FramerDFPgvPRzV.displayName=\"Progress\";FramerDFPgvPRzV.defaultProps={height:4,width:332};addPropertyControls(FramerDFPgvPRzV,{variant:{options:[\"F3WCeDeWl\",\"Q8cOrtEFz\"],optionTitles:[\"Innitial\",\"Animate\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDFPgvPRzV,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDFPgvPRzV\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q8cOrtEFz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"332\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"4\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DFPgvPRzV.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Counter}from\"https://framerusercontent.com/modules/SwPvtUi1GJH2kPrjBgbB/svka4svZ9XbaGHt6sPpO/Counter1_1.js\";import Progress from\"https://framerusercontent.com/modules/VvjBF27r0AvHGgapusdR/8HVGNQWrl4ihmYVege4r/DFPgvPRzV.js\";const ProgressFonts=getFonts(Progress);const ProgressWithVariantAppearEffect=withVariantAppearEffect(Progress);const CounterFonts=getFonts(Counter);const cycleOrder=[\"jv7BFkafE\",\"hEl2fOcTw\"];const serializationHash=\"framer-lEQ7R\";const variantClassNames={hEl2fOcTw:\"framer-v-xz8nli\",jv7BFkafE:\"framer-v-1ruzf5x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:1,delay:2,duration:3,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={Desktop:\"jv7BFkafE\",Mobile:\"hEl2fOcTw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jv7BFkafE\"};};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:\"jv7BFkafE\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ruzf5x\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jv7BFkafE\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.07)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-cf3da66f-8372-4c81-b1e2-e0eaa193902b, rgb(255, 255, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 3px 19px 0px rgba(0, 0, 0, 0.01)\",...style},...addPropertyOverrides({hEl2fOcTw:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1unt3xe\",\"data-framer-name\":\"Top-content-wrapper\",layoutDependency:layoutDependency,layoutId:\"bAAzkMozT\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j8fe8v\",\"data-framer-name\":\"Main-wrapper\",layoutDependency:layoutDependency,layoutId:\"HJzgNIy1j\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tyndnp\",\"data-framer-name\":\"Text-wrapper\",layoutDependency:layoutDependency,layoutId:\"n8zmiW5kl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d0bdd73c-320d-46b1-a122-2bac8f32eb0f, rgb(0, 0, 0)))\"},children:\"Capri's Milestones\"})}),className:\"framer-1oars75\",fonts:[\"FS;Satoshi-black\"],layoutDependency:layoutDependency,layoutId:\"vPPhWGcWx\",style:{\"--extracted-r6o4lv\":\"var(--token-d0bdd73c-320d-46b1-a122-2bac8f32eb0f, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:4,width:`max(${componentViewport?.width||\"100vw\"} - 44px, 1px)`,y:(componentViewport?.y||0)+22+0+0+0+37.2,...addPropertyOverrides({hEl2fOcTw:{width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+18+0+0+0+35.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dlsusz-container\",\"data-framer-name\":\"Line\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"JlEMAd7pF-container\",name:\"Line\",nodeId:\"JlEMAd7pF\",rendersWithMotion:true,scopeId:\"sAf0TS7BX\",children:/*#__PURE__*/_jsx(ProgressWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"F3WCeDeWl\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"Q8cOrtEFz\",height:\"100%\",id:\"JlEMAd7pF\",layoutId:\"JlEMAd7pF\",name:\"Line\",style:{height:\"100%\",width:\"100%\"},variant:\"F3WCeDeWl\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-35zodp\",\"data-framer-name\":\"3x-Grid\",layoutDependency:layoutDependency,layoutId:\"CqVvGYB_Z\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ctcblr\",\"data-framer-name\":\"Numbers\",layoutDependency:layoutDependency,layoutId:\"oIHEAykDx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99)))\"},children:\"Clients\"})}),className:\"framer-1b97j0x\",fonts:[\"FS;Satoshi-black\"],layoutDependency:layoutDependency,layoutId:\"ZoTtwO0NG\",style:{\"--extracted-r6o4lv\":\"var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hEl2fOcTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99)))\"},children:\"Clients\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ncy25v-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"hulMVQ8fK-container\",nodeId:\"hulMVQ8fK\",rendersWithMotion:true,scopeId:\"sAf0TS7BX\",children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:100,gapSize:0,height:\"100%\",id:\"hulMVQ8fK\",incrementType:\"integer\",layoutId:\"hulMVQ8fK\",loop:false,prefixColor:\"rgb(230, 53, 47)\",prefixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Satoshi\", sans-serif',fontStyle:\"normal\",fontWeight:900},speed:80,start:300,startOnViewport:true,suffixColor:\"rgb(230, 53, 47)\",suffixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},suffixText:\"+\",textColor:\"rgb(230, 53, 47)\",textSize:37,width:\"100%\",...addPropertyOverrides({hEl2fOcTw:{textSize:24}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rqdb3b\",\"data-framer-name\":\"Numbers\",layoutDependency:layoutDependency,layoutId:\"CzWKQx7qw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99)))\"},children:\"Years\"})}),className:\"framer-10lqpn4\",fonts:[\"FS;Satoshi-black\"],layoutDependency:layoutDependency,layoutId:\"P6Fk6HUcX\",style:{\"--extracted-r6o4lv\":\"var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hEl2fOcTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99)))\"},children:\"Years\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nnsird-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"VGKFA9Msq-container\",nodeId:\"VGKFA9Msq\",rendersWithMotion:true,scopeId:\"sAf0TS7BX\",children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"period\",end:20,gapSize:0,height:\"100%\",id:\"VGKFA9Msq\",incrementType:\"integer\",layoutId:\"VGKFA9Msq\",loop:false,prefixColor:\"rgb(230, 53, 47)\",prefixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Satoshi\", sans-serif',fontStyle:\"normal\",fontWeight:900},speed:80,start:0,startOnViewport:true,suffixColor:\"rgb(230, 53, 47)\",suffixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},suffixText:\"+\",textColor:\"rgb(230, 53, 47)\",textSize:37,width:\"100%\",...addPropertyOverrides({hEl2fOcTw:{textSize:24}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18880hg\",\"data-framer-name\":\"Numbers\",layoutDependency:layoutDependency,layoutId:\"BMpWPZYRd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99)))\"},children:\"Countries\"})}),className:\"framer-14h965v\",fonts:[\"FS;Satoshi-black\"],layoutDependency:layoutDependency,layoutId:\"S6FeBrUEs\",style:{\"--extracted-r6o4lv\":\"var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hEl2fOcTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d5992b2d-f7df-4274-aebe-7c9dd10d87f3, rgb(99, 99, 99)))\"},children:\"Countries\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-li9y1z-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"cd808btPv-container\",nodeId:\"cd808btPv\",rendersWithMotion:true,scopeId:\"sAf0TS7BX\",children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:12,gapSize:0,height:\"100%\",id:\"cd808btPv\",incrementType:\"integer\",layoutId:\"cd808btPv\",loop:false,prefixColor:\"rgb(230, 53, 47)\",prefixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Satoshi\", sans-serif',fontStyle:\"normal\",fontWeight:900},speed:80,start:4,startOnViewport:true,suffixColor:\"rgb(230, 53, 47)\",suffixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},suffixText:\"+\",textColor:\"rgb(230, 53, 47)\",textSize:37,width:\"100%\",...addPropertyOverrides({hEl2fOcTw:{textSize:24}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lEQ7R.framer-4n1v05, .framer-lEQ7R .framer-4n1v05 { display: block; }\",\".framer-lEQ7R.framer-1ruzf5x { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 22px 22px 32px 22px; position: relative; width: 550px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEQ7R .framer-1unt3xe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEQ7R .framer-j8fe8v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lEQ7R .framer-tyndnp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEQ7R .framer-1oars75 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lEQ7R .framer-1dlsusz-container { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-lEQ7R .framer-35zodp { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; width: 100%; }\",\".framer-lEQ7R .framer-1ctcblr, .framer-lEQ7R .framer-1rqdb3b, .framer-lEQ7R .framer-18880hg { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEQ7R .framer-1b97j0x, .framer-lEQ7R .framer-10lqpn4, .framer-lEQ7R .framer-14h965v { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-lEQ7R .framer-1ncy25v-container, .framer-lEQ7R .framer-nnsird-container, .framer-lEQ7R .framer-li9y1z-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lEQ7R.framer-1ruzf5x, .framer-lEQ7R .framer-1unt3xe, .framer-lEQ7R .framer-j8fe8v, .framer-lEQ7R .framer-1ctcblr, .framer-lEQ7R .framer-1rqdb3b, .framer-lEQ7R .framer-18880hg { gap: 0px; } .framer-lEQ7R.framer-1ruzf5x > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-lEQ7R.framer-1ruzf5x > :first-child, .framer-lEQ7R .framer-j8fe8v > :first-child, .framer-lEQ7R .framer-1ctcblr > :first-child, .framer-lEQ7R .framer-1rqdb3b > :first-child, .framer-lEQ7R .framer-18880hg > :first-child { margin-top: 0px; } .framer-lEQ7R.framer-1ruzf5x > :last-child, .framer-lEQ7R .framer-j8fe8v > :last-child, .framer-lEQ7R .framer-1ctcblr > :last-child, .framer-lEQ7R .framer-1rqdb3b > :last-child, .framer-lEQ7R .framer-18880hg > :last-child { margin-bottom: 0px; } .framer-lEQ7R .framer-1unt3xe > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-lEQ7R .framer-1unt3xe > :first-child { margin-left: 0px; } .framer-lEQ7R .framer-1unt3xe > :last-child { margin-right: 0px; } .framer-lEQ7R .framer-j8fe8v > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-lEQ7R .framer-1ctcblr > *, .framer-lEQ7R .framer-1rqdb3b > *, .framer-lEQ7R .framer-18880hg > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",\".framer-lEQ7R.framer-v-xz8nli.framer-1ruzf5x { padding: 18px 18px 24px 18px; width: 400px; }\",\".framer-lEQ7R.framer-v-xz8nli .framer-j8fe8v { gap: 10px; }\",\".framer-lEQ7R.framer-v-xz8nli .framer-35zodp { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lEQ7R.framer-v-xz8nli .framer-j8fe8v, .framer-lEQ7R.framer-v-xz8nli .framer-35zodp { gap: 0px; } .framer-lEQ7R.framer-v-xz8nli .framer-j8fe8v > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lEQ7R.framer-v-xz8nli .framer-j8fe8v > :first-child { margin-top: 0px; } .framer-lEQ7R.framer-v-xz8nli .framer-j8fe8v > :last-child { margin-bottom: 0px; } .framer-lEQ7R.framer-v-xz8nli .framer-35zodp > *, .framer-lEQ7R.framer-v-xz8nli .framer-35zodp > :first-child, .framer-lEQ7R.framer-v-xz8nli .framer-35zodp > :last-child { margin: 0px; } }\",'.framer-lEQ7R[data-border=\"true\"]::after, .framer-lEQ7R [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 202.5\n * @framerIntrinsicWidth 550\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hEl2fOcTw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramersAf0TS7BX=withCSS(Component,css,\"framer-lEQ7R\");export default FramersAf0TS7BX;FramersAf0TS7BX.displayName=\"Hero Dashboard\";FramersAf0TS7BX.defaultProps={height:202.5,width:550};addPropertyControls(FramersAf0TS7BX,{variant:{options:[\"jv7BFkafE\",\"hEl2fOcTw\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersAf0TS7BX,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{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\"}]},...ProgressFonts,...CounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersAf0TS7BX\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"550\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hEl2fOcTw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"202.5\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sAf0TS7BX.map", "// Generated by Framer (c105afa)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-PfPiv .framer-styles-preset-1i62z6r:not(.rich-text-wrapper), .framer-PfPiv .framer-styles-preset-1i62z6r.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #000000; --framer-link-hover-text-decoration: none; --framer-link-text-color: #e6352f; --framer-link-text-decoration: none; }\"];export const className=\"framer-PfPiv\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import{ScrollbarComponent}from\"https://framerusercontent.com/modules/CEfND3paB3HJkvYckHQ9/7rBG5sJ6OTKHvBqAdPI5/Scrollbar.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/TXhR1VriQwDbYQl0Jpzg/SmoothScroll_Prod.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import GLOBALFOOTPRINT from\"#framer/local/canvasComponent/Ors7iuF2n/Ors7iuF2n.js\";import HeroDashboard from\"#framer/local/canvasComponent/sAf0TS7BX/sAf0TS7BX.js\";import*as sharedStyle from\"#framer/local/css/NaUvuEboK/NaUvuEboK.js\";import metadataProvider from\"#framer/local/webPageMetadata/zSwePZDWh/zSwePZDWh.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const ScrollbarComponentFonts=getFonts(ScrollbarComponent);const TickerFonts=getFonts(Ticker);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const HeroDashboardFonts=getFonts(HeroDashboard);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const FeatherFonts=getFonts(Feather);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const SlideshowFonts=getFonts(Slideshow);const GLOBALFOOTPRINTFonts=getFonts(GLOBALFOOTPRINT);const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-QOfrm\";const variantClassNames={dJfamwY0x:\"framer-v-gpd7js\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition2={damping:63,delay:.08,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:20};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"oEos5PO5e\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"e8jyTjGOz\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"peqp0upl5\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"G8WiQIvGr\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"vv4jqlPBz\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"dCwozR93i\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"CXTY_E3PI\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"ff5zEbQuy\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"xw0qo59cy\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"XpSLeDb_x\");const ref10=React.useRef(null);const elementId10=useRouteElementId(\"gZA4lN6wg\");const ref11=React.useRef(null);const elementId11=useRouteElementId(\"E0d4iwdNW\");const ref12=React.useRef(null);const elementId12=useRouteElementId(\"OljH7kkkx\");const ref13=React.useRef(null);const elementId13=useRouteElementId(\"C9lDSF5Ce\");const ref14=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"dJfamwY0x\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ecf3477b-a118-4250-a924-fd9d572d46de, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-gpd7js\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:150,pixelWidth:207,src:\"https://framerusercontent.com/images/TUzp6k6OAeMmQmkDBW0ZxGQP0.svg\"},className:\"framer-11erqa9\",\"data-framer-name\":\"Gradient Lines\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19h183x-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Ur49hU70R\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"Ur49hU70R\",intensity:10,layoutId:\"Ur49hU70R\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xwsqna-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rHSAAOLHy\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(ScrollbarComponent,{color:\"rgb(227, 50, 44)\",height:\"100%\",hoverColor:\"rgb(229, 51, 45)\",id:\"rHSAAOLHy\",layoutId:\"rHSAAOLHy\",radius:0,scrollbarWidth:5,trackColor:\"rgba(250, 250, 250, 0)\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f91g6m\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+400+25),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/74YMgsTVEBMgX3MhoVukCOq888.png\"},className:\"framer-1goacz7\",\"data-framer-name\":\"Untitled design 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-94b8ca83-3ba5-4c9c-8578-b29a57faebaf, rgb(31, 31, 31))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":peqp0upl5\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"e8jyTjGOz\",openInNewTab:false,scopeId:\"zSwePZDWh\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i62z6r\",\"data-styles-preset\":\"NaUvuEboK\",children:\"About Us\"})})})}),className:\"framer-2d6g7s\",fonts:[\"GF;Instrument Sans-600\"],id:elementId1,ref:ref2,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-94b8ca83-3ba5-4c9c-8578-b29a57faebaf, rgb(31, 31, 31))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":gZA4lN6wg\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"fppI7ANKk\",openInNewTab:false,scopeId:\"zSwePZDWh\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i62z6r\",\"data-styles-preset\":\"NaUvuEboK\",children:\"Competence\"})})})}),className:\"framer-9lodfw\",fonts:[\"GF;Instrument Sans-600\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-94b8ca83-3ba5-4c9c-8578-b29a57faebaf, rgb(31, 31, 31))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":OljH7kkkx\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"pkVHbnlDl\",openInNewTab:false,scopeId:\"zSwePZDWh\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i62z6r\",\"data-styles-preset\":\"NaUvuEboK\",children:\"Clients\"})})})}),className:\"framer-c75lyq\",fonts:[\"GF;Instrument Sans-600\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ys34k\",\"data-border\":true,\"data-framer-name\":\"Start Trial\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/forms/d/e/1FAIpQLSfGZVZzbf1IjHyWFGnNKzwtrMRUuYXyCaEwg6d__2qVN03JRQ/viewform?usp=dialog\",motionChild:true,nodeId:\"icZmch4rx\",openInNewTab:true,scopeId:\"zSwePZDWh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i62z6r\",\"data-styles-preset\":\"NaUvuEboK\",children:\"Get in touch\"})})})}),className:\"framer-94kf3h\",\"data-framer-name\":\"Get in touch\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-94b8ca83-3ba5-4c9c-8578-b29a57faebaf, rgb(31, 31, 31))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":E0d4iwdNW\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"lNhwFsZT3\",openInNewTab:false,scopeId:\"zSwePZDWh\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i62z6r\",\"data-styles-preset\":\"NaUvuEboK\",children:\"Services\"})})})}),className:\"framer-1qd3z74\",fonts:[\"GF;Instrument Sans-600\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r4izmz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-iosba9\",\"data-framer-name\":\"Ellipse 12\",style:{rotate:-90}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14salj1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"j6sE3drzO\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:-1,height:\"100%\",hoverFactor:1,id:\"j6sE3drzO\",layoutId:\"j6sE3drzO\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:115.5,intrinsicWidth:115,pixelHeight:231,pixelWidth:230,src:\"https://framerusercontent.com/images/bJQ0FKxmUk0EPXmVfUfYprGVU.png\"},className:\"framer-o6p8j7\",\"data-framer-name\":\"Frame 4823\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:115,pixelHeight:238,pixelWidth:230,src:\"https://framerusercontent.com/images/zim2Vf7Di2q5WeQnSdSFovJPjTo.png\"},className:\"framer-aiv3me\",\"data-framer-name\":\"Frame 4825\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:115,pixelHeight:238,pixelWidth:230,src:\"https://framerusercontent.com/images/2Cg1fK3ychg5rmsFW7bi5QgqY4.png\"},className:\"framer-s17am5\",\"data-framer-name\":\"Frame 4824\"})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ql233u-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sMjwYIrDk\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"bottom\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"sMjwYIrDk\",layoutId:\"sMjwYIrDk\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:115,pixelHeight:238,pixelWidth:230,src:\"https://framerusercontent.com/images/zim2Vf7Di2q5WeQnSdSFovJPjTo.png\"},className:\"framer-lslvei\",\"data-framer-name\":\"Frame 4825\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:115,pixelHeight:238,pixelWidth:230,src:\"https://framerusercontent.com/images/oBX9RLZaoNmCTJaagEh9cZmfMWw.png\"},className:\"framer-128wbr0\",\"data-framer-name\":\"Frame 4812\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:115,pixelHeight:238,pixelWidth:230,src:\"https://framerusercontent.com/images/NzLWy6OjwnDK71jYZRYfdmsbt5g.png\"},className:\"framer-1y1quc0\",\"data-framer-name\":\"Frame 4820\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:115,pixelHeight:238,pixelWidth:230,src:\"https://framerusercontent.com/images/RCvJGYOiujVd5wOl0UlSce1Rrrs.png\"},className:\"framer-15bg7sx\",\"data-framer-name\":\"Frame 4822\"})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"70.15px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(230, 53, 47)\"},children:[\"Global \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Professional\"}),\" Servicies & Outsourcing \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Company\"})]})}),className:\"framer-1k18dpx\",\"data-framer-appear-id\":\"1k18dpx\",\"data-framer-name\":\"Title\",fonts:[\"GF;Instrument Sans-700\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:184,width:\"440.064px\",y:(componentViewport?.y||0)+0+521+679-270,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-m4lhcm-container\",\"data-framer-appear-id\":\"m4lhcm\",initial:animation3,nodeId:\"ZhkZZN0RC\",optimized:true,rendersWithMotion:true,scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(HeroDashboard,{height:\"100%\",id:\"ZhkZZN0RC\",layoutId:\"ZhkZZN0RC\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"jv7BFkafE\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\"},children:'\"Ensuring Accuracy, Governance and Excellence.\"'})]}),className:\"framer-1spi49u\",\"data-framer-appear-id\":\"1spi49u\",fonts:[\"GF;Instrument Sans-600italic\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13pv23x\",\"data-border\":true,id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gh786v\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fgvxg7\",\"data-border\":true,id:elementId4,ref:ref5,style:{rotate:180},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wiy3d9\",\"data-framer-name\":\"Start Trial\",style:{rotate:180},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.9)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/forms/d/e/1FAIpQLSfGZVZzbf1IjHyWFGnNKzwtrMRUuYXyCaEwg6d__2qVN03JRQ/viewform?usp=dialog\",motionChild:true,nodeId:\"pxAk0jV1U\",openInNewTab:true,scopeId:\"zSwePZDWh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i62z6r\",\"data-styles-preset\":\"NaUvuEboK\",children:\"Get in touch\"})})})}),className:\"framer-1qfd0x\",\"data-framer-name\":\"Get in touch\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+0+0+976-178),src:\"https://framerusercontent.com/images/4qkarcGOc6f0Tk8LWKWtKBfk1k.png\"},className:\"framer-3zqzes\",\"data-framer-name\":\"Ornament 26 1\",style:{rotate:90}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.035em\",\"--framer-line-height\":\"1.25em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"About Us\"})}),className:\"framer-5zjlcj\",fonts:[\"GF;Instrument Sans-500\"],style:{rotate:180},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5rd19r\",style:{rotate:180}}),/*#__PURE__*/_jsx(Link,{href:{hash:\":oEos5PO5e\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"X3EzPKcUs\",openInNewTab:false,scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1n5hnhp framer-1k153qb\",style:{rotate:180},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2dtpe1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"muKMFfGKg\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 0, 0)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up\",id:\"muKMFfGKg\",layoutId:\"muKMFfGKg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+0+114),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6isG2lnoJTJMCKtsQZOHuJ4XfKs.png\"},className:\"framer-uvpk02\",\"data-framer-name\":\"Rectangle 24\",id:elementId5,ref:ref6}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+0+137),pixelHeight:1551,pixelWidth:2560,sizes:\"537px\",src:\"https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg\",srcSet:\"https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg 2560w\"},className:\"framer-17ru9hp\",\"data-framer-name\":\"image\",id:elementId6,ref:ref7}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+0+160),pixelHeight:1551,pixelWidth:2560,sizes:\"537px\",src:\"https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg\",srcSet:\"https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/q1Sh8k6ZLrvEhkpzyqW0FyD9YcQ.jpg 2560w\"},className:\"framer-1vywa3d\",\"data-framer-name\":\"image\",id:elementId7,ref:ref8}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:\"Capri has been in the business for over 20+ years present in two major cities - Chennai & Indore, servicing clients in India and Globally. We  focus on Internal Audit (IA) and Risk Management working with Indian and Global companies.\"})}),className:\"framer-dvarc9\",\"data-framer-name\":\"Capri has been in the business for over 20+ years present in two major cities - Chennai & Indore, servicing clients in India and Globally. We focus on Internal Audit (IA) and Risk Management working with Indian and Global companies.\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1er4bhc\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1dvy5bl\",\"data-border\":true,\"data-framer-appear-id\":\"1dvy5bl\",id:elementId8,initial:animation4,optimized:true,ref:ref9,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rce6ck\",\"data-border\":true,\"data-framer-name\":\"Frame 4818\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y8580o\",\"data-framer-name\":\"div.pricing-card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2073+0+44+0+0),src:\"https://framerusercontent.com/images/aHCPbXUJ8yPcWfJYrn3u9iBpY.png\"},className:\"framer-1hkgz4s\",\"data-border\":true,\"data-framer-name\":\"image 52\",transformTemplate:transformTemplate3}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2073+0+44+0+31),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/afEorel9IpWO62Su0igrRt8YE.png\"},className:\"framer-27ppgd\",\"data-border\":true,\"data-framer-name\":\"WhatsApp Image 2025-03-30 at 12.24.25 AM (1) 2\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-140koov\",\"data-framer-name\":\"Frame 4818\",style:{rotate:120}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2073+0+44+0+31),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WI3bD6bvqIZ7W5q2ol8BVsRFdDI.png\"},className:\"framer-tt6tn0\",\"data-border\":true,\"data-framer-name\":\"WhatsApp Image 2025-03-30 at 12.24.25 AM 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mr. KV Sriram,\"})}),className:\"framer-19p6uv0\",fonts:[\"GF;Instrument Sans-700\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With over 30+ years of experience, split between industry and consulting, KVS was the head of Internal Audit (IA) and Risk Management for E&Y in South India and IA head for Vedanta (A global Mining and Mineral Player.)\"})}),className:\"framer-ionbih\",fonts:[\"GF;Instrument Sans-700\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28.8px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Partner, Capri\"})}),className:\"framer-1tojy8z\",\"data-framer-name\":\"Partner, Capri\",fonts:[\"GF;Instrument Sans-700\"],transformTemplate:transformTemplate3,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wfsfxw\",\"data-framer-name\":\"Group 35443\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.035em\",\"--framer-line-height\":\"1.25em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Our \"}),\"Management\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\" \"})]})}),className:\"framer-1egnqqj\",fonts:[\"GF;Instrument Sans-500\"],id:elementId9,ref:ref10,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Meet Our Partners: \"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\"},children:[\"Expertise Driving \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Success.\"})]})]}),className:\"framer-1w7cd7r\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7pj39u\",\"data-border\":true,\"data-framer-name\":\"Circle\"})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-55b58r\",\"data-framer-appear-id\":\"55b58r\",initial:animation4,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gf0zrm\",\"data-framer-name\":\"Frame 4818\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8jhshb\",\"data-framer-name\":\"div.pricing-card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2073+1200-600+44+-44+0),src:\"https://framerusercontent.com/images/aHCPbXUJ8yPcWfJYrn3u9iBpY.png\"},className:\"framer-15myy0h\",\"data-framer-name\":\"image 52\",transformTemplate:transformTemplate3}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2073+1200-600+44+-44+31),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/afEorel9IpWO62Su0igrRt8YE.png\"},className:\"framer-zhhc2f\",\"data-border\":true,\"data-framer-name\":\"WhatsApp Image 2025-03-30 at 12.24.25 AM (1) 2\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yolvss\",\"data-framer-name\":\"Frame 4818\",style:{rotate:120}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ms Bhavani is part of the ownership team of Capri. She has a Bachelor's Degree in psychology with training in clinical psychology and counselling. \"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bhavani handles the Human Resources pool in terms of recruitment, training, skill building and  the Daily Routine Management (DRM) at Capri. She is actively involved in proposal management and team allocation.\"})]}),className:\"framer-1749hfc\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28.8px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Partner, Capri\"})}),className:\"framer-1901o0\",\"data-framer-name\":\"Partner, Capri\",fonts:[\"GF;Instrument Sans-700\"],transformTemplate:transformTemplate3,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ms. Bhavani Sriram,\"})}),className:\"framer-1j1rnlo\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-194q51k\",\"data-framer-name\":\"Group 35443\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1frsxed\",\"data-border\":true,\"data-framer-name\":\"Circle\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[\"Strategic \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Leadership\"}),\", \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Delivering\"}),\" Trusted Results\"]})]}),className:\"framer-1e8novk\",fonts:[\"GF;Instrument Sans-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7nlw8p\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ej562k\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ult3lu\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mx02si\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-g4l217\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-m0zx6p\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 581 151\"><g><defs><linearGradient id=\"idss10887542659_1g416323697\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255, 255, 255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255, 129, 125)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 581 0 L 568.896 11.185 C 556.792 22.37 532.583 44.741 508.375 64.315 C 484.167 83.889 459.958 100.666 435.75 100.666 C 411.542 100.666 387.333 83.889 363.125 64.315 C 338.917 44.741 314.708 22.37 290.5 16.778 C 266.292 11.185 242.083 22.37 217.875 44.741 C 193.667 67.111 169.458 100.666 145.25 100.666 C 121.042 100.666 96.833 67.111 72.625 47.537 C 48.417 27.963 24.208 22.37 12.104 19.574 L 0 16.778 L 0 151 L 12.104 151 C 24.208 151 48.417 151 72.625 151 C 96.833 151 121.042 151 145.25 151 C 169.458 151 193.667 151 217.875 151 C 242.083 151 266.292 151 290.5 151 C 314.708 151 338.917 151 363.125 151 C 387.333 151 411.542 151 435.75 151 C 459.958 151 484.167 151 508.375 151 C 532.583 151 556.792 151 568.896 151 L 581 151 Z\" fill=\"url(#idss10887542659_1g416323697)\"></path></g></svg>',svgContentId:10887542659,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wyzop\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 625 169\"><g><defs><linearGradient id=\"idss9790109003_1g449171985\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255, 255, 255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255, 137, 133)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 624.63 0 L 611.617 12.487 C 598.604 24.975 572.577 49.95 546.551 71.803 C 520.525 93.656 494.499 112.386 468.472 112.386 C 442.446 112.386 416.42 93.656 390.394 71.803 C 364.367 49.95 338.341 24.975 312.315 18.731 C 286.289 12.487 260.262 24.975 234.236 49.95 C 208.21 74.924 182.184 112.386 156.157 112.386 C 130.131 112.386 104.105 74.924 78.079 53.071 C 52.053 31.219 26.026 24.975 13.013 21.853 L 0 18.731 L 0 168.58 L 13.013 168.58 C 26.026 168.58 52.053 168.58 78.079 168.58 C 104.105 168.58 130.131 168.58 156.157 168.58 C 182.184 168.58 208.21 168.58 234.236 168.58 C 260.262 168.58 286.289 168.58 312.315 168.58 C 338.341 168.58 364.367 168.58 390.394 168.58 C 416.42 168.58 442.446 168.58 468.472 168.58 C 494.499 168.58 520.525 168.58 546.551 168.58 C 572.577 168.58 598.604 168.58 611.617 168.58 L 624.63 168.58 Z\" fill=\"url(#idss9790109003_1g449171985)\"></path></g></svg>',svgContentId:9790109003,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x34fhb\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1h7yrcw\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d0bdd73c-320d-46b1-a122-2bac8f32eb0f, rgb(0, 0, 0))\"},children:\"Our \"}),\"Journey\"]})}),className:\"framer-p9zwgy\",fonts:[\"GF;Instrument Sans-500\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4vewqn\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Founded and onboarded two groups for Internal Audit, including a JV with a Japanese automotive company.\"})}),className:\"framer-1xvumys\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2003\"})}),className:\"framer-374zws\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jofzkp\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Became South India\u2019s leader in risk management services.\"})}),className:\"framer-1el898g\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2007\"})}),className:\"framer-1xvgwcc\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fd9skh\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Expanded into international IA and risk management engagements.\"})}),className:\"framer-113nqvz\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2009\"})}),className:\"framer-15yq9n9\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9sk541\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Onboarded India\u2019s largest tractor company.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(13, 19, 42)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-itf6i\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2012\"})}),className:\"framer-1ijk02g\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\"},children:['\"From our ',/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Pioneering Era\"}),\" to a \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Triumphant Decade\"}),' of growth and achievement.\"']})]}),className:\"framer-1k8uwh3\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oiuo03\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Contracted by one of the world's largest Europian cosmetic company for their operations in India.\"})}),className:\"framer-1g5gtih\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2024\"})}),className:\"framer-yftdyd\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qkjsqi\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Engaged with an AI company for their operations in India\"})}),className:\"framer-i2k7ks\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2025\"})}),className:\"framer-18hv4yc\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"PIONEERING ERA\"})}),className:\"framer-18xdqmm\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],style:{rotate:90},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"TRIUMPHANT DECADE\"})}),className:\"framer-1d1jt7s\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],style:{rotate:-90},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l38kl0\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k84ihl\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qby8ii\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e5ybm2\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2wlfep\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 612 159\"><g><defs><linearGradient id=\"idss10789593283_1g45745900\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255, 255, 255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255, 132, 128)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 612 0 L 599.25 11.778 C 586.5 23.556 561 47.111 535.5 67.722 C 510 88.333 484.5 106 459 106 C 433.5 106 408 88.333 382.5 67.722 C 357 47.111 331.5 23.556 306 17.667 C 280.5 11.778 255 23.556 229.5 47.111 C 204 70.667 178.5 106 153 106 C 127.5 106 102 70.667 76.5 50.056 C 51 29.444 25.5 23.556 12.75 20.611 L 0 17.667 L 0 159 L 12.75 159 C 25.5 159 51 159 76.5 159 C 102 159 127.5 159 153 159 C 178.5 159 204 159 229.5 159 C 255 159 280.5 159 306 159 C 331.5 159 357 159 382.5 159 C 408 159 433.5 159 459 159 C 484.5 159 510 159 535.5 159 C 561 159 586.5 159 599.25 159 L 612 159 Z\" transform=\"translate(0 0) rotate(180 306 79.5)\" fill=\"url(#idss10789593283_1g45745900)\"></path></g></svg>',svgContentId:10789593283,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ekog7l\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1edf9mw\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Onboarded a leading U.S defence company's operation in India\"})}),className:\"framer-q1inz8\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2019\"})}),className:\"framer-12atna1\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dixkn2\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hf2pj0\",\"data-framer-name\":\"Vector 2914\",fill:\"rgb(255, 0, 0)\",intrinsicHeight:8,intrinsicWidth:417,style:{rotate:-270},svg:'<svg width=\"417\" height=\"8\" viewBox=\"-2 -2 417 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M411 2L2 2.00001\" stroke=\"#0E142B\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m3yf80\",\"data-framer-name\":\"Rectangle 295\",whileHover:animation5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Onboarded India\u2019s largest FMCG company in cookers and cookware.\"})}),className:\"framer-111k33u\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"2020\"})}),className:\"framer-aysppv\",\"data-framer-name\":\"FEB 22\u2019\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vjgf5o\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 591 143\"><g><defs><linearGradient id=\"idss9949241969_1g22147409\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255, 255, 255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255, 124, 120)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 591 0 L 578.687 10.593 C 566.375 21.185 541.75 42.37 517.125 60.908 C 492.5 79.445 467.875 95.333 443.25 95.333 C 418.625 95.333 394 79.445 369.375 60.908 C 344.75 42.37 320.125 21.185 295.5 15.889 C 270.875 10.593 246.25 21.185 221.625 42.37 C 197 63.555 172.375 95.333 147.75 95.333 C 123.125 95.333 98.5 63.555 73.875 45.019 C 49.25 26.481 24.625 21.185 12.313 18.537 L 0 15.889 L 0 143 L 12.313 143 C 24.625 143 49.25 143 73.875 143 C 98.5 143 123.125 143 147.75 143 C 172.375 143 197 143 221.625 143 C 246.25 143 270.875 143 295.5 143 C 320.125 143 344.75 143 369.375 143 C 394 143 418.625 143 443.25 143 C 467.875 143 492.5 143 517.125 143 C 541.75 143 566.375 143 578.687 143 L 591 143 Z\" transform=\"translate(0 0) rotate(180 295.5 71.5)\" fill=\"url(#idss9949241969_1g22147409)\"></path></g></svg>',svgContentId:9949241969,withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1azpufp\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1san41h\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-excz6w\",\"data-border\":true,\"data-framer-name\":\"Ellipse 20\",style:{rotate:90}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eshgcj\",id:elementId10,ref:ref11,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.035em\",\"--framer-line-height\":\"1.25em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Our \"}),\"Competence\"]})}),className:\"framer-1esv1m9\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-101seks-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"S3014iKuq\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 0, 0, 0.8)\",arrowGap:10,arrowPadding:-70,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"S3014iKuq\",intervalControl:2.3,itemAmount:1,layoutId:\"S3014iKuq\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1imd8kj\",\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"56.8px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-105f3356-35bf-424f-824f-609e8add4323, rgb(255, 255, 255))\"},children:\"Exposure\"})}),className:\"framer-1jc14b9\",\"data-framer-name\":\"Exposure\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/aHCPbXUJ8yPcWfJYrn3u9iBpY.png\"},className:\"framer-cyjxo9\",\"data-framer-name\":\"image 52\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"31.12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Wide spectrum of Industries\"})}),className:\"framer-1bzjs5\",\"data-framer-name\":\"Wide spectrum of Industries\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x1z89k\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:12634,intrinsicWidth:16955,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Z9dDnCCnDpG4cqXSPPZE2p5Ik.svg\"},className:\"framer-y2kt9j\",\"data-framer-name\":\"business-risk/rafiki\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-40skrj\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"56.8px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-105f3356-35bf-424f-824f-609e8add4323, rgb(255, 255, 255))\"},children:\"Experience\"})}),className:\"framer-ra2wae\",\"data-framer-name\":\"Experience\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/aHCPbXUJ8yPcWfJYrn3u9iBpY.png\"},className:\"framer-18mmyvo\",\"data-framer-name\":\"image 52\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"31.12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"More than 1 million hours of professional advice to all levels of management\"})}),className:\"framer-15dpc1e\",\"data-framer-name\":\"More than 1 million hours of professional advice to all levels of management\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jvhrmv\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:13e3,intrinsicWidth:17446,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9XNXviVaMJsg2jojVI9nvyuEdJ8.svg\"},className:\"framer-rp7vnf\",\"data-framer-name\":\"strategic-consulting/rafiki\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10j4vf2\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"56.8px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-105f3356-35bf-424f-824f-609e8add4323, rgb(255, 255, 255))\"},children:\"Access\"})}),className:\"framer-1ca15st\",\"data-framer-name\":\"Access\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/aHCPbXUJ8yPcWfJYrn3u9iBpY.png\"},className:\"framer-1ohedo9\",\"data-framer-name\":\"image 52\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"31.12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Strategic, Operation, Financial and Compliance aspects\"})}),className:\"framer-1ya3zhk\",\"data-framer-name\":\"Strategic, Operation, Financial and Compliance aspects\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ej0fs7\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:11023,intrinsicWidth:14821,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/CfkAOmDe98krmYIWUXTyCrE2dQ.svg\"},className:\"framer-898n65\",\"data-framer-name\":\"operating-system/rafiki\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f8epir\",\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"56.8px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-105f3356-35bf-424f-824f-609e8add4323, rgb(255, 255, 255))\"},children:\"Team\"})}),className:\"framer-ius46f\",\"data-framer-name\":\"Team\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/aHCPbXUJ8yPcWfJYrn3u9iBpY.png\"},className:\"framer-kh4ffx\",\"data-framer-name\":\"image 52\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"31.12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Talent pool with over 50 full-time trained resources\"})}),className:\"framer-fseqwg\",\"data-framer-name\":\"Talent pool with over 50 full-time trained resources\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gstiqw\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:11261,intrinsicWidth:15113,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ycek8yqbGovpZcfSYqyHdajlfQs.svg\"},className:\"framer-1qnnnbd\",\"data-framer-name\":\"team-work/rafiki\"})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":oEos5PO5e\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"I7y1f58Ex\",openInNewTab:false,scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1uofu03 framer-1k153qb\",style:{rotate:360},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zhd00c-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WxZ7cV5Kc\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up\",id:\"WxZ7cV5Kc\",layoutId:\"WxZ7cV5Kc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1if8zcj\",\"data-framer-appear-id\":\"1if8zcj\",initial:animation4,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d0bdd73c-320d-46b1-a122-2bac8f32eb0f, rgb(0, 0, 0))\"},children:[\"Our \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Industry \"}),\"Experience\"]})}),className:\"framer-f3u567\",fonts:[\"GF;Instrument Sans-500\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17u2lpw\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:98,intrinsicWidth:175,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+246+-2),pixelHeight:196,pixelWidth:350,src:\"https://framerusercontent.com/images/JLoT3YLJBhtGyRXxQGiZ043ISk.png\"},className:\"framer-1tdge0x\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2seo2k\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"HEALTHCARE & RETAIL\"})}),className:\"framer-178chey\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+246),src:\"https://framerusercontent.com/images/VUGoygkuhe8Mk0kD5bq2YyjWSFM.png\"},className:\"framer-150vg3m\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uz5uvs\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"FINANCIAL\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"SERVICES\"})]}),className:\"framer-1upiqjf\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+246),src:\"https://framerusercontent.com/images/0R2Abv3z20Dvs33DLFQ66dXT0.png\"},className:\"framer-15q1ecf\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzcwz9\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"EDUCATION\"})}),className:\"framer-8p4iv3\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+246),src:\"https://framerusercontent.com/images/0Ib8XSlHWumrHJfPGuANTIZsnD8.png\"},className:\"framer-1b9sf3p\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yqqt6z\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"COSMETICS\"})}),className:\"framer-v4lupm\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+442),src:\"https://framerusercontent.com/images/D7LqynpWGlNp3PGm3zkPRs6XgE.png\"},className:\"framer-s2p9xw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nt894\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"AUTOMOTIVE\"})}),className:\"framer-i8rl29\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+442),src:\"https://framerusercontent.com/images/UAkj6JbxA7XVpglV3niytWwc8.png\"},className:\"framer-t4ydvd\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7nwajm\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MEDIA & ENTERTAINMENT\"})}),className:\"framer-1n09p5k\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+442),src:\"https://framerusercontent.com/images/rden7P5HRz2MNGbeA5G0bsO8.png\"},className:\"framer-y44872\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-e4b96p\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CHEMICAL, OIL & GAS\"})}),className:\"framer-1esyfni\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+980-342),src:\"https://framerusercontent.com/images/GAd5S3a6xGr9mTvLu9bcPNqSa4.png\"},className:\"framer-2e9wl6\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4nenmu\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MINING & METALS\"})}),className:\"framer-2xtgyu\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+980-342),src:\"https://framerusercontent.com/images/eJYv62gq82nlab6O3NjvW1DI9M.png\"},className:\"framer-gjrdfo\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17pk67q\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CONSUMER\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DURABLES\"})]}),className:\"framer-aae9jt\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+980-342),src:\"https://framerusercontent.com/images/lcjqZAuPMieYBDQc5FD8UGPWI.png\"},className:\"framer-wo4nyk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nxltaj\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"AGRICULTURE & FOOD PRODUCTS\"})}),className:\"framer-1mz6ru8\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+980-342),src:\"https://framerusercontent.com/images/5Dz6rGEIKeofRIfGaSnylnGAL8.png\"},className:\"framer-1w0f0hf\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14gs4f7\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MANUFACTURING - ENGINEERING & TEXTILES\"})}),className:\"framer-15tdjj8\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oj3ax2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:238.5,intrinsicWidth:424,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5682+441+184-184.5),pixelHeight:477,pixelWidth:848,sizes:\"337px\",src:\"https://framerusercontent.com/images/tY1kKH3LFshCgJIO8hRpsdu7QM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tY1kKH3LFshCgJIO8hRpsdu7QM.png?scale-down-to=512 512w,https://framerusercontent.com/images/tY1kKH3LFshCgJIO8hRpsdu7QM.png 848w\"},className:\"framer-16ynpw8\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kml1nc\",whileHover:animation5,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ARTIFICIAL INTELLIGENCE\"})}),className:\"framer-wto2zj\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dx2rht\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d0bdd73c-320d-46b1-a122-2bac8f32eb0f, rgb(0, 0, 0))\"},children:\"Our \"}),\"Services\"]})}),className:\"framer-1dgm9qp\",fonts:[\"GF;Instrument Sans-500\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-d5icga\",\"data-border\":true,\"data-framer-name\":\"Ellipse 179\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b7ix6v\",\"data-framer-name\":\"Ellipse 181\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m7yvnd\",\"data-framer-name\":\"Ellipse 182\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nwqw6c\",\"data-border\":true,\"data-framer-name\":\"Rectangle 265\",whileHover:animation5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-oo9n19\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(11, 22, 41)\"},children:\"Forensic Audit\"})}),className:\"framer-r88bis\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1exfszc\",\"data-border\":true,\"data-framer-name\":\"Rectangle 265\",whileHover:animation5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-avav30\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(11, 22, 41)\"},children:\"Internal Audit\"})}),className:\"framer-1gwur65\",\"data-framer-name\":\"Internal Audit\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q38513\",\"data-border\":true,\"data-framer-name\":\"Rectangle 265\",whileHover:animation5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cgrw1v\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(11, 22, 41)\"},children:\"SoX Compliance\"})}),className:\"framer-sj5i5w\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kn78vn\",\"data-border\":true,\"data-framer-name\":\"Rectangle 267\",whileHover:animation5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jf0u9s\",\"data-framer-name\":\"Rectangle 266\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(11, 22, 41)\"},children:\"Risk Management\"})}),className:\"framer-1k9fghd\",\"data-framer-name\":\"Risk Management\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\"},children:\"SPECIALIZED\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\"},children:\"    SERVICES\"})]}),className:\"framer-1evgs1j\",fonts:[\"GF;Instrument Sans-700\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6662+0),src:\"https://framerusercontent.com/images/aHCPbXUJ8yPcWfJYrn3u9iBpY.png\"},className:\"framer-1qttv66\",\"data-border\":true,\"data-framer-name\":\"image 52\",id:elementId11,ref:ref12,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":oEos5PO5e\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"TGRo4xsct\",openInNewTab:false,scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-doern5 framer-1k153qb\",style:{rotate:360},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qb0qvx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"eiFmmxTMt\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up\",id:\"eiFmmxTMt\",layoutId:\"eiFmmxTMt\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yk8vhh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d0bdd73c-320d-46b1-a122-2bac8f32eb0f, rgb(0, 0, 0))\"},children:[\"Our \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Global \"}),\"Footprint\"]})}),className:\"framer-vp5ic1\",fonts:[\"GF;Instrument Sans-500\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:639,width:\"1352px\",y:(componentViewport?.y||0)+0+7478+1059-690.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vx24g6-container\",nodeId:\"mB9w950ol\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(GLOBALFOOTPRINT,{height:\"100%\",id:\"mB9w950ol\",layoutId:\"mB9w950ol\",style:{height:\"100%\",width:\"100%\"},variant:\"lABzDVXmx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-khbvj2\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-23rb37-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"anwGZgkwH\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"anwGZgkwH\",layoutId:\"anwGZgkwH\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zdaz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"CLICK MAP TO VIEW\"})}),className:\"framer-1rnr1ra\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zdaz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"CLICK MAP TO VIEW\"})}),className:\"framer-1rnr1ra\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zdaz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"CLICK MAP TO VIEW\"})}),className:\"framer-1rnr1ra\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zdaz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"CLICK MAP TO VIEW\"})}),className:\"framer-1rnr1ra\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zdaz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"CLICK MAP TO VIEW\"})}),className:\"framer-1rnr1ra\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zdaz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"CLICK MAP TO VIEW\"})}),className:\"framer-1rnr1ra\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zdaz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"CLICK MAP TO VIEW\"})}),className:\"framer-1rnr1ra\",fonts:[\"GF;Instrument Sans-600italic\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13rskuk\",id:elementId12,ref:ref13,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d0bdd73c-320d-46b1-a122-2bac8f32eb0f, rgb(0, 0, 0))\"},children:\"Our \"}),\"Clients\"]})}),className:\"framer-ujwust\",fonts:[\"GF;Instrument Sans-500\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12yzc56-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lLVGEO41G\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:49,height:\"100%\",hoverFactor:1,id:\"lLVGEO41G\",layoutId:\"lLVGEO41G\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/pN3MQPVoDKpdj1VXOIlqLZ1mo.png\"},className:\"framer-zng26h\",\"data-framer-name\":\"image 11\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/McnCJHkyl1KtENNXoZUq8QHi9wQ.png\"},className:\"framer-21g8r3\",\"data-framer-name\":\"image 13\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/vDeNm3hOuBeKB4VG0Qrt2F2S99I.png\"},className:\"framer-2l6z0x\",\"data-framer-name\":\"image 18\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/a68w90QHPFRuvbefD7wVZPJ404.png\"},className:\"framer-1dd6m64\",\"data-framer-name\":\"image 44\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/J5CqxuJj9JpdfuyYgL0eWGS8KgE.png\"},className:\"framer-vf6ihz\",\"data-framer-name\":\"image 23\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nQojn2e04Mi0BDj0HHqO1MhtwA.png\"},className:\"framer-1vd8jy\",\"data-framer-name\":\"image 32\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/wDEP0cK3gVeG9lniPpbQImqhTTY.png\"},className:\"framer-qlrljk\",\"data-framer-name\":\"image 9\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/19IbDzvNfnWMBLr51emY58mmVac.png\"},className:\"framer-1io9mx9\",\"data-framer-name\":\"image 5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/sChSJxKKUzqHWGzZATLaQ2XohW4.png\"},className:\"framer-1d7i04v\",\"data-framer-name\":\"image 30\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/Vn1tcopUNb72RxSKgOyya2CQNk.png\"},className:\"framer-av0ulu\",\"data-framer-name\":\"image 4\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-adnmvq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"f6fCCm8V0\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:49,height:\"100%\",hoverFactor:1,id:\"f6fCCm8V0\",layoutId:\"f6fCCm8V0\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/0B8nc03wtK1oDG3WOOhNmxoPiWw.png\"},className:\"framer-1arj9yd\",\"data-framer-name\":\"image 47\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Q7XQlgn6IW8zwTp7OGDsena1AHk.png\"},className:\"framer-124r4gp\",\"data-framer-name\":\"image 19\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nsGzUpHMuVFctvl4h94dngpUit4.png\"},className:\"framer-1sm6ypi\",\"data-framer-name\":\"image 34\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xBpHtjXwBLsWqmyPXuBDaWuVY4.png\"},className:\"framer-75gdql\",\"data-framer-name\":\"image 29\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/lZyDnjoXKbapolrpzZGwwuuG4sE.png\"},className:\"framer-1e0zy7u\",\"data-framer-name\":\"image 66\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/j17reZggslXUm4RbaxatdFDdYg.png\"},className:\"framer-oskkso\",\"data-framer-name\":\"image 2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/Nqkl0ibPjSp7NZQDoCbrB73rUA.png\"},className:\"framer-1xbon6e\",\"data-framer-name\":\"image 20\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/VZYX4QH6f0xiqZzP4vYYZuvs8.png\"},className:\"framer-tcmxp0\",\"data-framer-name\":\"image 21\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/olfeOAQjo5JWtd8BZrM8jLQwA.png\"},className:\"framer-1ocmbuw\",\"data-framer-name\":\"image 40\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:461,intrinsicWidth:583,pixelHeight:922,pixelWidth:1166,sizes:\"165px\",src:\"https://framerusercontent.com/images/f33e0L7yo60XJvsPLOECPwiqw4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/f33e0L7yo60XJvsPLOECPwiqw4.png?scale-down-to=512 512w,https://framerusercontent.com/images/f33e0L7yo60XJvsPLOECPwiqw4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/f33e0L7yo60XJvsPLOECPwiqw4.png 1166w\"},className:\"framer-1nw1zle\",\"data-framer-name\":\"Screenshot 2025-04-01 at 10.08.04\\xe2\\x80\\xafPM\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":oEos5PO5e\",webPageId:\"zSwePZDWh\"},motionChild:true,nodeId:\"WNluTk7tR\",openInNewTab:false,scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jmgjwv framer-1k153qb\",style:{rotate:360},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xce5oc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LEt4CdXoK\",scopeId:\"zSwePZDWh\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up\",id:\"LEt4CdXoK\",layoutId:\"LEt4CdXoK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vq882w\",id:elementId13,ref:ref14,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-173xnmz\",\"data-border\":true,\"data-framer-name\":\"Ellipse 179\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-guqxxw\",\"data-framer-name\":\"Ellipse 181\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9369+-218.35+284.165+154.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/63mGGYbddkkXQGBY8KeM9V4jnc.png\"},className:\"framer-3fgdkb\",\"data-framer-name\":\"Untitled design 1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Ensuring Accuracy, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Governance, and Excellence\"})]}),className:\"framer-d9ijb8\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(244, 244, 244)\"},children:\"Contact Us\"})}),className:\"framer-1mzot4k\",\"data-framer-name\":\"Contact Us\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"rgb(244, 244, 244)\"},children:\"+91 73584-20777\"})}),className:\"framer-dyas7v\",\"data-framer-name\":\"+91 73584-20777\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13ca5o5\",\"data-framer-name\":\"Vector\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:23,intrinsicWidth:23,svg:'<svg width=\"23\" height=\"23\" viewBox=\"-1 -1 23 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.9381 4C13.9149 4.19057 14.8125 4.66826 15.5162 5.37194C16.2199 6.07561 16.6976 6.97326 16.8881 7.95M12.9381 0C14.9674 0.225436 16.8597 1.13417 18.3044 2.57701C19.749 4.01984 20.6601 5.91101 20.8881 7.94M19.8881 15.92V18.92C19.8892 19.1985 19.8322 19.4742 19.7206 19.7293C19.6091 19.9845 19.4454 20.2136 19.2402 20.4019C19.035 20.5901 18.7927 20.7335 18.5289 20.8227C18.265 20.9119 17.9855 20.9451 17.7081 20.92C14.631 20.5856 11.6751 19.5341 9.07812 17.85C6.66194 16.3147 4.61345 14.2662 3.07812 11.85C1.38809 9.2412 0.33636 6.27099 0.00811671 3.18C-0.0168728 2.90347 0.0159916 2.62476 0.104617 2.36162C0.193243 2.09849 0.335688 1.85669 0.522883 1.65162C0.710078 1.44655 0.937922 1.28271 1.19191 1.17052C1.44589 1.05833 1.72046 1.00026 1.99812 1H4.99812C5.48342 0.995224 5.95391 1.16708 6.32188 1.48353C6.68985 1.79999 6.93019 2.23945 6.99812 2.72C7.12474 3.68007 7.35957 4.62273 7.69812 5.53C7.83266 5.88792 7.86178 6.27691 7.78202 6.65088C7.70227 7.02485 7.51698 7.36811 7.24812 7.64L5.97812 8.91C7.40167 11.4135 9.47457 13.4864 11.9781 14.91L13.2481 13.64C13.52 13.3711 13.8633 13.1858 14.2372 13.1061C14.6112 13.0263 15.0002 13.0555 15.3581 13.19C16.2654 13.5286 17.2081 13.7634 18.1681 13.89C18.6539 13.9585 19.0975 14.2032 19.4146 14.5775C19.7318 14.9518 19.9003 15.4296 19.8881 15.92Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8xmd3u\",\"data-framer-name\":\"Vector\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:18,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"18\" viewBox=\"-1 -1 22 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2 0H18C19.1 0 20 0.9 20 2V14C20 15.1 19.1 16 18 16H2C0.9 16 0 15.1 0 14V2C0 0.9 0.9 0 2 0Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11p2do6\",\"data-framer-name\":\"Vector\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:9,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"9\" viewBox=\"-1 -1 22 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 0L10 7L0 0\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(244, 244, 244)\"},children:\"Email\"})}),className:\"framer-c8utoi\",\"data-framer-name\":\"Email\",fonts:[\"GF;Instrument Sans-700\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"rgb(244, 244, 244)\"},children:\"contact@mycapri.in\"})}),className:\"framer-1xlf0tr\",\"data-framer-name\":\"kvs@mycapri.in\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mqtydv\",\"data-framer-name\":\"Start Trial\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.9)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/forms/d/e/1FAIpQLSfGZVZzbf1IjHyWFGnNKzwtrMRUuYXyCaEwg6d__2qVN03JRQ/viewform?usp=dialog\",motionChild:true,nodeId:\"g2otATP_3\",openInNewTab:true,scopeId:\"zSwePZDWh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i62z6r\",\"data-styles-preset\":\"NaUvuEboK\",children:\"Get in touch\"})})})}),className:\"framer-5vgcqs\",\"data-framer-name\":\"Get in touch\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dnd6ap\",\"data-border\":true,\"data-framer-name\":\"Rectangle 263\",whileHover:animation5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sajefh\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"C\"})}),className:\"framer-1olqc1i\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Capability\"})}),className:\"framer-1xil1nk\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r69814\",\"data-border\":true,\"data-framer-name\":\"Rectangle 263\",whileHover:animation5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10xevzq\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"A\"})}),className:\"framer-1kprejk\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Achievers\"})}),className:\"framer-1moey5r\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12nwc23\",\"data-border\":true,\"data-framer-name\":\"Rectangle 263\",whileHover:animation5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vodonv\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"P\"})}),className:\"framer-zeyr5x\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Performers\"})}),className:\"framer-51930l\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5cgckm\",\"data-border\":true,\"data-framer-name\":\"Rectangle 263\",whileHover:animation5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7lsxn1\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"R\"})}),className:\"framer-1iq82pm\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Reliable\"})}),className:\"framer-1gjdndy\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k6vgbc\",\"data-border\":true,\"data-framer-name\":\"Rectangle 263\",whileHover:animation5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q592ac\",\"data-framer-name\":\"Rectangle 263\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I\"})}),className:\"framer-851xhd\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"Inspiring\"})}),className:\"framer-1l3n6li\",\"data-framer-name\":\"Forensic Audit\",fonts:[\"GF;Roboto Condensed-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Copyright by Capri\"})}),className:\"framer-2pmlfi\",\"data-framer-name\":\"2023\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lg28fy\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"C\"})}),className:\"framer-1rr5u12\",fonts:[\"GF;Poppins-500\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QOfrm.framer-1k153qb, .framer-QOfrm .framer-1k153qb { display: block; }\",\".framer-QOfrm.framer-gpd7js { align-content: center; align-items: center; background-color: var(--token-ecf3477b-a118-4250-a924-fd9d572d46de, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-11erqa9 { -webkit-mask: radial-gradient(70% 83% at 57.3% 39.800000000000004%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; flex: none; height: 684px; mask: radial-gradient(70% 83% at 57.3% 39.800000000000004%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; opacity: 0.06; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 852px; z-index: 1; }\",\".framer-QOfrm .framer-19h183x-container, .framer-QOfrm .framer-1xwsqna-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-QOfrm .framer-1f91g6m { background-color: #ffffff; flex: none; height: 121px; overflow: hidden; position: relative; width: 1440px; z-index: 1; }\",\".framer-QOfrm .framer-1goacz7 { aspect-ratio: 4.033613553839247 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); left: 20px; position: absolute; top: 25px; width: 178px; }\",\".framer-QOfrm .framer-2d6g7s { flex: none; height: auto; left: 55%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-9lodfw { flex: none; height: auto; left: 865px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-c75lyq { flex: none; height: auto; left: 1087px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-19ys34k { --border-bottom-width: 1px; --border-color: #ff0000; --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: 23px; border-bottom-right-radius: 23px; border-top-left-radius: 23px; border-top-right-radius: 23px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 1219px; overflow: visible; padding: 12px 20px 12px 23px; position: absolute; top: 50%; transform: translateY(-50%); width: 160px; }\",\".framer-QOfrm .framer-94kf3h, .framer-QOfrm .framer-1qfd0x, .framer-QOfrm .framer-5vgcqs { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1qd3z74 { flex: none; height: auto; left: 993px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1r4izmz { background-color: #ffffff; flex: none; height: 679px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-iosba9 { -webkit-filter: blur(125px); background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, rgba(230, 53, 47, 0.2) 0%, rgba(230, 53, 47, 0.1) 25.52083432674408%, rgba(230, 53, 47, 0.1) 43.22916567325592%, rgba(230, 53, 47, 0.04) 82.29166865348816%, rgba(230, 53, 47, 0.1) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -116px; box-shadow: 0px 0px 20px 2px #64ccc5; filter: blur(125px); flex: none; left: 118px; position: absolute; top: -117px; width: 678px; }\",\".framer-QOfrm .framer-14salj1-container { bottom: -10px; flex: none; left: 1234px; position: absolute; top: 0px; width: 165px; }\",\".framer-QOfrm .framer-o6p8j7 { aspect-ratio: 0.9956709956709957 / 1; height: var(--framer-aspect-ratio-supported, 152px); overflow: visible; position: relative; width: 151px; }\",\".framer-QOfrm .framer-aiv3me, .framer-QOfrm .framer-lslvei { aspect-ratio: 0.9663865546218487 / 1; height: var(--framer-aspect-ratio-supported, 154px); overflow: visible; position: relative; width: 149px; }\",\".framer-QOfrm .framer-s17am5 { aspect-ratio: 0.9663865546218487 / 1; height: var(--framer-aspect-ratio-supported, 155px); overflow: visible; position: relative; width: 150px; }\",\".framer-QOfrm .framer-1ql233u-container { bottom: -6px; flex: none; left: 1082px; position: absolute; top: 0px; width: 152px; }\",\".framer-QOfrm .framer-128wbr0 { aspect-ratio: 0.9663865546218487 / 1; height: var(--framer-aspect-ratio-supported, 153px); overflow: visible; position: relative; width: 148px; }\",\".framer-QOfrm .framer-1y1quc0 { aspect-ratio: 0.9663865546218487 / 1; height: var(--framer-aspect-ratio-supported, 158px); overflow: visible; position: relative; width: 152px; }\",\".framer-QOfrm .framer-15bg7sx { aspect-ratio: 0.9663865546218487 / 1; height: var(--framer-aspect-ratio-supported, 150px); overflow: visible; position: relative; width: 145px; }\",\".framer-QOfrm .framer-1k18dpx { --framer-paragraph-spacing: 0px; flex: none; height: 164px; left: 93px; position: absolute; top: 82px; white-space: pre-wrap; width: 798px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-m4lhcm-container { bottom: 86px; flex: none; height: 184px; left: 96px; max-width: 31%; position: absolute; width: 550px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1spi49u { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 90px; position: absolute; top: 238px; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-13pv23x { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; flex: none; height: 873px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-1gh786v { background-color: #99eeff; flex: none; height: 974px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-QOfrm .framer-fgvxg7 { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background: linear-gradient(180deg, #ff9794 -11%, rgb(230, 53, 47) 100%); flex: none; height: 976px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-QOfrm .framer-1wiy3d9 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 23px; border-bottom-right-radius: 23px; border-top-left-radius: 23px; border-top-right-radius: 23px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 431px; overflow: visible; padding: 12px 20px 12px 23px; position: absolute; top: 307px; width: 191px; }\",\".framer-QOfrm .framer-3zqzes { bottom: 54px; flex: none; height: 124px; position: absolute; right: -52px; width: 118px; }\",\".framer-QOfrm .framer-5zjlcj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 160px; flex: none; height: 69px; left: 390px; max-width: 56%; position: absolute; white-space: pre-wrap; width: 231px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-5rd19r { align-content: center; align-items: center; bottom: 81px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 77px; justify-content: center; left: 53px; overflow: hidden; padding: 0px; position: absolute; width: 77px; }\",\".framer-QOfrm .framer-1n5hnhp { aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 59px); left: 35px; overflow: hidden; position: absolute; text-decoration: none; top: 176px; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-QOfrm .framer-2dtpe1-container, .framer-QOfrm .framer-zhd00c-container, .framer-QOfrm .framer-1qb0qvx-container, .framer-QOfrm .framer-1xce5oc-container { flex: none; height: 34px; left: calc(50.847457627118665% - 37px / 2); position: absolute; top: calc(50.847457627118665% - 34px / 2); width: 37px; }\",\".framer-QOfrm .framer-uvpk02 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 513px; left: 157px; position: absolute; top: 114px; width: 537px; }\",\".framer-QOfrm .framer-17ru9hp { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 512px; left: 188px; opacity: 0.42; position: absolute; top: 137px; width: 537px; }\",\".framer-QOfrm .framer-1vywa3d { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 513px; left: 214px; position: absolute; top: 160px; width: 537px; }\",\".framer-QOfrm .framer-dvarc9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 823px; position: absolute; top: 253px; white-space: pre-wrap; width: 511px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1er4bhc { flex: none; height: 1200px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-1dvy5bl { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; flex: none; height: 600px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-rce6ck { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; flex: none; height: 512px; left: 524px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 512px / 2); width: 868px; }\",\".framer-QOfrm .framer-1y8580o { background-color: #e6352f; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; box-shadow: 0px 16px 48px 0px rgba(10, 124, 255, 0.16), 0px 4px 12px 0px rgba(10, 124, 255, 0.16), inset 0px 0px 0px 4px rgb(230, 53, 47); flex: none; height: 510px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QOfrm .framer-1hkgz4s { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.4816414686825055 / 1; bottom: -31px; flex: none; left: 50%; mix-blend-mode: multiply; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 802px); }\",\".framer-QOfrm .framer-27ppgd, .framer-QOfrm .framer-zhhc2f { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 0.7563218394235177 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 409px); left: 21px; position: absolute; top: 31px; width: 309px; }\",\".framer-QOfrm .framer-140koov, .framer-QOfrm .framer-1yolvss { flex: none; height: 264px; left: -27px; overflow: visible; position: absolute; top: 189px; width: 264px; }\",\".framer-QOfrm .framer-tt6tn0 { --border-bottom-width: 1.1765884160995483px; --border-color: #ffffff; --border-left-width: 1.1765884160995483px; --border-right-width: 1.1765884160995483px; --border-style: solid; --border-top-width: 1.1765884160995483px; aspect-ratio: 0.7534014041965923 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 409px); left: 21px; position: absolute; top: 31px; width: 308px; }\",\".framer-QOfrm .framer-19p6uv0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 53%; overflow: visible; position: absolute; top: 105px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-ionbih { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 380px; overflow: visible; position: absolute; top: 54%; transform: translateY(-50%); white-space: pre-wrap; width: 370px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1tojy8z { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 51%; position: absolute; top: 151px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1wfsfxw, .framer-QOfrm .framer-194q51k { bottom: 36px; flex: none; height: 34px; left: 32px; overflow: visible; position: absolute; width: 206px; }\",\".framer-QOfrm .framer-1egnqqj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 72px; left: 60px; max-width: 56%; position: absolute; top: 61px; white-space: pre-wrap; width: 389px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1w7cd7r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 61px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-7pj39u { --border-bottom-width: 250.7373046875px; --border-color: #ffadad; --border-left-width: 250.7373046875px; --border-right-width: 250.7373046875px; --border-style: solid; --border-top-width: 250.7373046875px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -511px; flex: none; height: 831px; left: -382px; opacity: 0.15; position: absolute; width: 831px; }\",\".framer-QOfrm .framer-55b58r { background-color: #ffffff; bottom: 0px; flex: none; height: 600px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1gf0zrm { flex: none; height: 512px; left: 47px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 512px / 2); width: 868px; }\",\".framer-QOfrm .framer-8jhshb { background-color: #e6352f; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; box-shadow: 0px 16px 48px 0px rgba(10, 124, 255, 0.16), 0px 4px 12px 0px rgba(10, 124, 255, 0.16), 0px 0px 0px 4px rgb(230, 53, 47); flex: none; height: 510px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: -44px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QOfrm .framer-15myy0h { aspect-ratio: 1.4816414686825055 / 1; bottom: -31px; flex: none; left: 50%; mix-blend-mode: multiply; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 802px); }\",\".framer-QOfrm .framer-1749hfc { --framer-paragraph-spacing: 0px; bottom: 75px; flex: none; height: auto; left: 376px; overflow: visible; position: absolute; white-space: pre-wrap; width: 415px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1901o0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 143px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1j1rnlo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 376px; overflow: visible; position: absolute; top: 105px; white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1frsxed { --border-bottom-width: 250.7373046875px; --border-color: #ffadad; --border-left-width: 250.7373046875px; --border-right-width: 250.7373046875px; --border-style: solid; --border-top-width: 250.7373046875px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 831px; opacity: 0.15; position: absolute; right: -464px; top: -416px; width: 831px; }\",\".framer-QOfrm .framer-1e8novk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 1000px; position: absolute; top: 139px; white-space: pre; width: auto; }\",\".framer-QOfrm .framer-7nlw8p { background-color: #ffffff; flex: none; height: 1769px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-1ej562k { bottom: 468px; flex: none; height: 11px; left: 1200px; position: absolute; width: 234px; }\",\".framer-QOfrm .framer-ult3lu { flex: none; height: 11px; left: 881px; position: absolute; top: 747px; width: 234px; }\",\".framer-QOfrm .framer-1mx02si { bottom: 473px; flex: none; height: 11px; left: 922px; position: absolute; width: 234px; }\",\".framer-QOfrm .framer-g4l217 { flex: none; height: 11px; left: calc(49.861111111111136% - 234px / 2); position: absolute; top: 750px; width: 234px; }\",\".framer-QOfrm .framer-m0zx6p { flex: none; height: 151px; left: 123px; position: absolute; top: calc(52.11984171848504% - 151px / 2); width: 581px; }\",\".framer-QOfrm .framer-1wyzop { flex: none; height: 169px; left: 703px; position: absolute; top: calc(51.611079706048635% - 169px / 2); width: 625px; }\",\".framer-QOfrm .framer-1x34fhb { flex: none; height: 11px; left: 24px; position: absolute; top: 750px; width: 234px; }\",\".framer-QOfrm .framer-1h7yrcw { flex: none; height: 11px; left: 293px; position: absolute; top: 750px; width: 234px; }\",\".framer-QOfrm .framer-p9zwgy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; max-width: 570px; position: absolute; top: 82px; transform: translateX(-50%); white-space: pre-wrap; width: 281px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-4vewqn { background-color: #ffffff; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: 51px; position: absolute; top: 398px; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1xvumys { --framer-paragraph-spacing: 0px; bottom: 33px; flex: none; height: 136px; left: calc(51.33689839572195% - 162px / 2); position: absolute; white-space: pre-wrap; width: 162px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-374zws { --framer-paragraph-spacing: 0px; flex: none; height: 26px; left: 15px; position: absolute; top: 24px; white-space: pre-wrap; width: 61px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-jofzkp { background-color: #ffffff; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: 320px; position: absolute; top: 398px; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1el898g { --framer-paragraph-spacing: 0px; bottom: 33px; flex: none; height: 136px; left: calc(48.12834224598932% - 155px / 2); position: absolute; white-space: pre-wrap; width: 155px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1xvgwcc, .framer-QOfrm .framer-15yq9n9, .framer-QOfrm .framer-1ijk02g, .framer-QOfrm .framer-yftdyd, .framer-QOfrm .framer-18hv4yc, .framer-QOfrm .framer-12atna1, .framer-QOfrm .framer-aysppv { --framer-paragraph-spacing: 0px; flex: none; height: 26px; left: 13px; position: absolute; top: 24px; white-space: pre-wrap; width: 61px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-fd9skh { background-color: #ffffff; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: calc(49.30555555555558% - 187px / 2); position: absolute; top: 398px; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-113nqvz, .framer-QOfrm .framer-111k33u { --framer-paragraph-spacing: 0px; bottom: 33px; flex: none; height: 136px; left: calc(50.26737967914441% - 162px / 2); position: absolute; white-space: pre-wrap; width: 162px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-9sk541 { background-color: #ffffff; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: 899px; position: absolute; top: 398px; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-itf6i { --framer-paragraph-spacing: 0px; bottom: 33px; flex: none; height: 136px; left: calc(45.98930481283425% - 147px / 2); position: absolute; white-space: pre-wrap; width: 147px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1k8uwh3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 171px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1oiuo03 { background-color: #ffffff; bottom: 123px; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: 936px; position: absolute; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1g5gtih { --framer-paragraph-spacing: 0px; bottom: 37px; flex: none; height: 136px; left: calc(50.26737967914441% - 162px / 2); position: absolute; white-space: pre-wrap; width: 162px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1qkjsqi { background-color: #ffffff; bottom: 123px; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: 1201px; position: absolute; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-i2k7ks { --framer-paragraph-spacing: 0px; bottom: 85px; flex: none; height: 84px; left: calc(50.26737967914441% - 162px / 2); position: absolute; white-space: pre-wrap; width: 162px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-18xdqmm { --framer-paragraph-spacing: 0px; flex: none; height: 51px; position: absolute; right: -74px; top: 644px; white-space: pre-wrap; width: 406px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1d1jt7s { --framer-paragraph-spacing: 0px; bottom: 272px; flex: none; height: 48px; left: -67px; position: absolute; white-space: pre-wrap; width: 428px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-l38kl0 { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: 123px; position: absolute; top: calc(48.50197851893728% - 41px / 2); width: 41px; }\",\".framer-QOfrm .framer-1k84ihl { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: 388px; position: absolute; top: calc(48.38892029395141% - 41px / 2); width: 41px; }\",\".framer-QOfrm .framer-qby8ii { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: calc(49.861111111111136% - 41px / 2); position: absolute; top: calc(48.162803843979674% - 41px / 2); width: 41px; }\",\".framer-QOfrm .framer-1e5ybm2 { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: 979px; position: absolute; top: calc(47.880158281515% - 41px / 2); width: 41px; }\",\".framer-QOfrm .framer-2wlfep { bottom: 585px; flex: none; height: 159px; left: 124px; position: absolute; width: 612px; }\",\".framer-QOfrm .framer-ekog7l { bottom: 471px; flex: none; height: 9px; left: 315px; position: absolute; width: 240px; }\",\".framer-QOfrm .framer-1edf9mw { background-color: #ffffff; bottom: 123px; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: 337px; position: absolute; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-q1inz8 { --framer-paragraph-spacing: 0px; bottom: 33px; flex: none; height: 136px; left: calc(51.87165775401071% - 168px / 2); position: absolute; white-space: pre-wrap; width: 168px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1dixkn2 { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 579px; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: 415px; position: absolute; width: 41px; }\",\".framer-QOfrm .framer-1hf2pj0 { bottom: 473px; flex: none; height: 11px; left: calc(50.2777777777778% - 234px / 2); position: absolute; width: 234px; }\",\".framer-QOfrm .framer-1m3yf80 { background-color: #ffffff; bottom: 123px; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25); flex: none; height: 246px; left: calc(50.694444444444464% - 187px / 2); position: absolute; width: 187px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1vjgf5o { bottom: 601px; flex: none; height: 143px; left: 735px; position: absolute; width: 591px; }\",\".framer-QOfrm .framer-1azpufp { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 586px; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: 1019px; position: absolute; width: 41px; }\",\".framer-QOfrm .framer-1san41h { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 589px; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: 1297px; position: absolute; width: 41px; }\",\".framer-QOfrm .framer-excz6w { --border-bottom-width: 8.200000762939453px; --border-color: #ffffff; --border-left-width: 8.200000762939453px; --border-right-width: 8.200000762939453px; --border-style: solid; --border-top-width: 8.200000762939453px; background-color: #ff0000; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 581px; box-shadow: 0px 8.200000762939453px 32.80000305175781px 0px rgba(0, 0, 0, 0.25); flex: none; height: 41px; left: calc(50.2777777777778% - 41px / 2); position: absolute; width: 41px; }\",\".framer-QOfrm .framer-eshgcj { background-color: #ffffff; flex: none; height: 640px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-1esv1m9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 50px; left: calc(49.93055555555558% - min(55.56%, 379px) / 2); max-width: 56%; position: absolute; top: 57px; white-space: pre-wrap; width: 379px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-101seks-container { bottom: 74px; flex: none; height: 375px; left: calc(49.93055555555558% - 916px / 2); position: absolute; width: 916px; }\",\".framer-QOfrm .framer-1imd8kj, .framer-QOfrm .framer-40skrj, .framer-QOfrm .framer-10j4vf2, .framer-QOfrm .framer-f8epir { background: linear-gradient(257.47780952955907deg, rgba(230, 53, 47, 0.5) 0%, rgb(230, 53, 47) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 383px; overflow: hidden; position: relative; width: 957px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QOfrm .framer-1jc14b9 { --framer-paragraph-spacing: 0px; flex: none; height: 71px; left: 50px; position: absolute; top: 73px; white-space: pre-wrap; width: 265px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-cyjxo9, .framer-QOfrm .framer-18mmyvo, .framer-QOfrm .framer-1ohedo9, .framer-QOfrm .framer-kh4ffx { aspect-ratio: 1.4816414686825055 / 1; bottom: -48px; flex: none; left: -170px; mix-blend-mode: multiply; position: absolute; top: -48px; width: var(--framer-aspect-ratio-supported, 710px); }\",\".framer-QOfrm .framer-1bzjs5 { --framer-paragraph-spacing: 0px; flex: none; height: 39px; left: 50px; position: absolute; top: 163px; white-space: pre-wrap; width: 418px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1x1z89k, .framer-QOfrm .framer-jvhrmv, .framer-QOfrm .framer-1ej0fs7, .framer-QOfrm .framer-1gstiqw { background-color: #ffffff; bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 385px; }\",\".framer-QOfrm .framer-y2kt9j { flex: none; height: 294px; left: calc(50.12987012987015% - 364px / 2); position: absolute; top: calc(50.13054830287208% - 294px / 2); width: 364px; }\",\".framer-QOfrm .framer-ra2wae, .framer-QOfrm .framer-1ca15st, .framer-QOfrm .framer-ius46f { --framer-paragraph-spacing: 0px; flex: none; height: 71px; left: 50px; position: absolute; top: 73px; white-space: pre-wrap; width: 311px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-15dpc1e { --framer-paragraph-spacing: 0px; flex: none; height: 114px; left: 50px; position: absolute; top: 163px; white-space: pre-wrap; width: 418px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-rp7vnf { flex: none; height: 268px; left: calc(52.207792207792224% - 344px / 2); position: absolute; top: calc(48.30287206266321% - 268px / 2); width: 344px; }\",\".framer-QOfrm .framer-1ya3zhk { --framer-paragraph-spacing: 0px; flex: none; height: 114px; left: 50px; position: absolute; top: 163px; white-space: pre-wrap; width: 454px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-898n65 { flex: none; height: 291px; left: calc(50.12987012987015% - 340px / 2); position: absolute; top: calc(49.86945169712796% - 291px / 2); width: 340px; }\",\".framer-QOfrm .framer-fseqwg { --framer-paragraph-spacing: 0px; flex: none; height: 76px; left: 50px; position: absolute; top: 163px; white-space: pre-wrap; width: 454px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1qnnnbd { flex: none; height: 304px; left: calc(49.090909090909115% - 363px / 2); position: absolute; top: calc(51.17493472584859% - 304px / 2); width: 363px; }\",\".framer-QOfrm .framer-1uofu03 { aspect-ratio: 1 / 1; background-color: #ff0000; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: 23px; flex: none; height: var(--framer-aspect-ratio-supported, 59px); left: 1346px; overflow: hidden; position: absolute; text-decoration: none; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-QOfrm .framer-1if8zcj { background-color: #ffffff; flex: none; height: 980px; overflow: hidden; position: relative; width: 1440px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-f3u567 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; max-width: 570px; position: absolute; top: 109px; transform: translateX(-50%); white-space: pre-wrap; width: 570px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-17u2lpw { background-color: #ffffff; flex: none; height: 184px; left: 21px; overflow: hidden; position: absolute; top: 246px; width: 336px; }\",\".framer-QOfrm .framer-1tdge0x { aspect-ratio: 1.7857142857142858 / 1; bottom: -2px; flex: none; left: 0px; overflow: visible; position: absolute; top: -2px; width: var(--framer-aspect-ratio-supported, 336px); }\",\".framer-QOfrm .framer-2seo2k, .framer-QOfrm .framer-nt894 { background-color: rgba(26, 26, 26, 0.54); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-178chey { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 52px; left: calc(50.00000000000002% - 189px / 2); position: absolute; top: calc(54.347826086956545% - 52px / 2); white-space: pre-wrap; width: 189px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-150vg3m { flex: none; height: 184px; left: 375px; overflow: hidden; position: absolute; top: 246px; width: 336px; }\",\".framer-QOfrm .framer-uz5uvs, .framer-QOfrm .framer-wzcwz9, .framer-QOfrm .framer-yqqt6z, .framer-QOfrm .framer-7nwajm, .framer-QOfrm .framer-e4b96p, .framer-QOfrm .framer-4nenmu, .framer-QOfrm .framer-17pk67q, .framer-QOfrm .framer-nxltaj, .framer-QOfrm .framer-14gs4f7, .framer-QOfrm .framer-1kml1nc { background-color: rgba(26, 26, 26, 0.54); flex: none; height: 184px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 336px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1upiqjf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; left: calc(50.00000000000002% - 161px / 2); position: absolute; top: calc(46.73913043478263% - 27px / 2); white-space: pre-wrap; width: 161px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-15q1ecf { flex: none; height: 184px; left: 729px; overflow: hidden; position: absolute; top: 246px; width: 336px; }\",\".framer-QOfrm .framer-8p4iv3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; left: calc(50.00000000000002% - 133px / 2); position: absolute; top: calc(49.45652173913045% - 27px / 2); white-space: pre-wrap; width: 133px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1b9sf3p { flex: none; height: 184px; left: 1083px; overflow: hidden; position: absolute; top: 246px; width: 336px; }\",\".framer-QOfrm .framer-v4lupm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; left: calc(50.00000000000002% - 136px / 2); position: absolute; top: calc(49.45652173913045% - 27px / 2); white-space: pre-wrap; width: 136px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-s2p9xw { flex: none; height: 184px; left: 21px; overflow: hidden; position: absolute; top: calc(54.48979591836737% - 184px / 2); width: 336px; }\",\".framer-QOfrm .framer-i8rl29 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; left: calc(50.00000000000002% - 154px / 2); position: absolute; top: calc(49.45652173913045% - 27px / 2); white-space: pre-wrap; width: 154px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-t4ydvd { flex: none; height: 184px; left: 375px; overflow: hidden; position: absolute; top: calc(54.48979591836737% - 184px / 2); width: 336px; }\",\".framer-QOfrm .framer-1n09p5k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 56px; left: calc(50.00000000000002% - 218px / 2); position: absolute; top: calc(50.00000000000002% - 56px / 2); white-space: pre-wrap; width: 218px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-y44872 { flex: none; height: 184px; left: 729px; overflow: hidden; position: absolute; top: calc(54.48979591836737% - 184px / 2); width: 336px; }\",\".framer-QOfrm .framer-1esyfni { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; left: calc(50.00000000000002% - 160px / 2); position: absolute; top: calc(49.45652173913045% - 27px / 2); white-space: pre-wrap; width: 160px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-2e9wl6 { bottom: 158px; flex: none; height: 184px; left: 375px; overflow: hidden; position: absolute; width: 336px; }\",\".framer-QOfrm .framer-2xtgyu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; left: calc(50.00000000000002% - 201px / 2); position: absolute; top: calc(49.45652173913045% - 27px / 2); white-space: pre-wrap; width: 201px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-gjrdfo { bottom: 158px; flex: none; height: 184px; left: 729px; overflow: hidden; position: absolute; width: 336px; }\",\".framer-QOfrm .framer-aae9jt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; left: calc(50.00000000000002% - 138px / 2); position: absolute; top: 65px; white-space: pre-wrap; width: 138px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-wo4nyk { bottom: 158px; flex: none; height: 184px; left: 21px; overflow: hidden; position: absolute; width: 336px; }\",\".framer-QOfrm .framer-1mz6ru8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 54px; left: calc(50.00000000000002% - 230px / 2); position: absolute; top: calc(50.00000000000002% - 54px / 2); white-space: pre-wrap; width: 230px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1w0f0hf { bottom: 158px; flex: none; height: 184px; left: 1083px; overflow: hidden; position: absolute; width: 336px; }\",\".framer-QOfrm .framer-15tdjj8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 49px; left: calc(50.00000000000002% - 298px / 2); position: absolute; top: calc(48.369565217391326% - 49px / 2); white-space: pre-wrap; width: 298px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-oj3ax2 { background-color: #ffffff; flex: none; height: 184px; left: 1082px; overflow: hidden; position: absolute; top: calc(54.387755102040835% - 184px / 2); width: 336px; }\",\".framer-QOfrm .framer-16ynpw8 { aspect-ratio: 1.7777777777777777 / 1; bottom: -5px; flex: none; height: var(--framer-aspect-ratio-supported, 190px); left: 0px; overflow: visible; position: absolute; right: -1px; }\",\".framer-QOfrm .framer-wto2zj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 55px; left: calc(50.00000000000002% - 164px / 2); position: absolute; top: calc(49.45652173913045% - 55px / 2); white-space: pre-wrap; width: 164px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-dx2rht { background-color: #ffffff; flex: none; height: 816px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-1dgm9qp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; max-width: 570px; position: absolute; top: 70px; transform: translateX(-50%); white-space: pre-wrap; width: 498px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-d5icga { --border-bottom-width: 70px; --border-color: rgba(255, 237, 237, 0.3); --border-left-width: 70px; --border-right-width: 70px; --border-style: solid; --border-top-width: 70px; background-color: #ff8080; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 87px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); flex: none; height: 556px; left: calc(49.93055555555558% - 556px / 2); opacity: 0.64; position: absolute; width: 556px; }\",\".framer-QOfrm .framer-1b7ix6v { background-color: rgba(255, 255, 255, 0.44); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 238px; left: calc(50.00000000000002% - 238px / 2); position: absolute; top: calc(50.00000000000002% - 238px / 2); width: 238px; }\",\".framer-QOfrm .framer-1m7yvnd { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.56); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: 337px; justify-content: center; left: calc(48.75000000000002% - 337px / 2); padding: 0px; position: absolute; top: calc(49.75000000000002% - 337px / 2); width: 337px; }\",\".framer-QOfrm .framer-1nwqw6c { --border-bottom-width: 4.937077522277832px; --border-color: #ff0000; --border-left-width: 4.937077522277832px; --border-right-width: 4.937077522277832px; --border-style: solid; --border-top-width: 4.937077522277832px; border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; border-top-left-radius: 160px; border-top-right-radius: 160px; flex: none; height: 79px; left: 819px; position: absolute; top: 253px; width: 321px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-oo9n19 { background-color: #ffffff; border-bottom-left-radius: 130px; border-bottom-right-radius: 130px; border-top-left-radius: 130px; border-top-right-radius: 130px; flex: none; height: 65px; left: calc(49.532710280373855% - 300px / 2); position: absolute; top: calc(49.36708860759496% - 65px / 2); width: 300px; }\",\".framer-QOfrm .framer-r88bis { --framer-paragraph-spacing: 0px; flex: none; height: 27px; left: calc(51.33333333333335% - 235px / 2); position: absolute; top: 13px; white-space: pre-wrap; width: 235px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1exfszc { --border-bottom-width: 4.9370775px; --border-color: #ff0000; --border-left-width: 4.9370775px; --border-right-width: 4.9370775px; --border-style: solid; --border-top-width: 4.9370775px; border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; border-top-left-radius: 160px; border-top-right-radius: 160px; bottom: 195px; flex: none; height: 83px; left: 242px; position: absolute; width: 321px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-avav30 { background-color: #ffffff; border-bottom-left-radius: 91px; border-bottom-right-radius: 91px; border-top-left-radius: 91px; border-top-right-radius: 91px; flex: none; height: 70px; left: calc(49.84423676012463% - 305px / 2); position: absolute; top: calc(50.602409638554235% - 70px / 2); width: 305px; }\",\".framer-QOfrm .framer-1gwur65 { --framer-paragraph-spacing: 0px; flex: none; height: 27px; left: calc(49.83277591973246% - 195px / 2); position: absolute; top: 18px; white-space: pre-wrap; width: 195px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1q38513 { --border-bottom-width: 4.937077522277832px; --border-color: #ff0000; --border-left-width: 4.937077522277832px; --border-right-width: 4.937077522277832px; --border-style: solid; --border-top-width: 4.937077522277832px; border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; border-top-left-radius: 160px; border-top-right-radius: 160px; bottom: 276px; flex: none; height: 85px; left: 859px; position: absolute; width: 310px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1cgrw1v { background-color: #ffffff; border-bottom-left-radius: 130px; border-bottom-right-radius: 130px; border-top-left-radius: 130px; border-top-right-radius: 130px; flex: none; height: 70px; left: calc(49.67741935483873% - 290px / 2); position: absolute; top: calc(50.588235294117666% - 70px / 2); width: 290px; }\",\".framer-QOfrm .framer-sj5i5w { --framer-paragraph-spacing: 0px; flex: none; height: 26px; left: calc(52.7586206896552% - 238px / 2); position: absolute; top: calc(45.71428571428574% - 26px / 2); white-space: pre-wrap; width: 238px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1kn78vn { --border-bottom-width: 4.9370775px; --border-color: #ff0000; --border-left-width: 4.9370775px; --border-right-width: 4.9370775px; --border-style: solid; --border-top-width: 4.9370775px; border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; border-top-left-radius: 160px; border-top-right-radius: 160px; flex: none; height: 79px; left: 273px; position: absolute; top: 300px; width: 290px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1jf0u9s { background-color: #ffffff; border-bottom-left-radius: 130px; border-bottom-right-radius: 130px; border-top-left-radius: 130px; border-top-right-radius: 130px; flex: none; height: 64px; left: calc(49.655172413793125% - 271px / 2); position: absolute; top: calc(50.63291139240509% - 64px / 2); width: 271px; }\",\".framer-QOfrm .framer-1k9fghd { --framer-paragraph-spacing: 0px; flex: none; height: 30px; left: calc(50.92250922509227% - 222px / 2); position: absolute; top: calc(50.00000000000002% - 30px / 2); white-space: pre-wrap; width: 222px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1evgs1j { --framer-paragraph-spacing: 0px; bottom: 331px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1qttv66 { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.4816414686825055 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 972px); left: 0px; mix-blend-mode: multiply; position: absolute; top: 0px; width: 1440px; }\",\".framer-QOfrm .framer-doern5 { aspect-ratio: 1 / 1; background-color: #ff0000; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: 184px; flex: none; height: var(--framer-aspect-ratio-supported, 59px); left: 1346px; overflow: hidden; position: absolute; text-decoration: none; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-QOfrm .framer-1yk8vhh { background-color: #ffffff; flex: none; height: 1059px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-vp5ic1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; max-width: 570px; position: absolute; top: 84px; transform: translateX(-50%); white-space: pre-wrap; width: 498px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1vx24g6-container { bottom: 52px; flex: none; height: 639px; left: calc(50.00000000000002% - 1352px / 2); position: absolute; width: 1352px; }\",\".framer-QOfrm .framer-khbvj2 { background-color: #fff2f2; flex: none; height: 44px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 240px; }\",\".framer-QOfrm .framer-23rb37-container { flex: none; height: 43px; left: 0px; position: absolute; right: 0px; top: 240px; }\",\".framer-QOfrm .framer-h1zdaz { height: 40px; overflow: hidden; position: relative; width: 225px; }\",\".framer-QOfrm .framer-1rnr1ra { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 12px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-13rskuk { flex: none; height: 832px; overflow: hidden; position: relative; width: 100%; }\",\".framer-QOfrm .framer-ujwust { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; max-width: 570px; position: absolute; top: 142px; transform: translateX(-50%); white-space: pre-wrap; width: 281px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-12yzc56-container { flex: none; height: 175px; left: 0px; position: absolute; top: 269px; width: 1437px; }\",\".framer-QOfrm .framer-zng26h { aspect-ratio: 1.7317881609812937 / 1; height: var(--framer-aspect-ratio-supported, 89px); position: relative; width: 154px; }\",\".framer-QOfrm .framer-21g8r3 { aspect-ratio: 1.538461595077792 / 1; height: var(--framer-aspect-ratio-supported, 104px); position: relative; width: 160px; }\",\".framer-QOfrm .framer-2l6z0x { aspect-ratio: 2.983682948769629 / 1; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 167px; }\",\".framer-QOfrm .framer-1dd6m64 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 189px); position: relative; width: 189px; }\",\".framer-QOfrm .framer-vf6ihz { aspect-ratio: 0.962264120028744 / 1; height: var(--framer-aspect-ratio-supported, 122px); position: relative; width: 117px; }\",\".framer-QOfrm .framer-1vd8jy { aspect-ratio: 1.9780220597898863 / 1; height: var(--framer-aspect-ratio-supported, 82px); position: relative; width: 162px; }\",\".framer-QOfrm .framer-qlrljk { aspect-ratio: 1.4999998817303979 / 1; height: var(--framer-aspect-ratio-supported, 130px); position: relative; width: 195px; }\",\".framer-QOfrm .framer-1io9mx9 { aspect-ratio: 2 / 1; height: var(--framer-aspect-ratio-supported, 94px); position: relative; width: 188px; }\",\".framer-QOfrm .framer-1d7i04v { aspect-ratio: 1.1928429469409523 / 1; height: var(--framer-aspect-ratio-supported, 107px); position: relative; width: 127px; }\",\".framer-QOfrm .framer-av0ulu { aspect-ratio: 1.7738359536249515 / 1; height: var(--framer-aspect-ratio-supported, 88px); position: relative; width: 155px; }\",\".framer-QOfrm .framer-adnmvq-container { bottom: 228px; flex: none; height: 160px; left: 0px; position: absolute; width: 1437px; }\",\".framer-QOfrm .framer-1arj9yd { aspect-ratio: 1.790909090909091 / 1; height: var(--framer-aspect-ratio-supported, 110px); position: relative; width: 197px; }\",\".framer-QOfrm .framer-124r4gp { aspect-ratio: 4.285714478549884 / 1; height: var(--framer-aspect-ratio-supported, 46px); position: relative; width: 197px; }\",\".framer-QOfrm .framer-1sm6ypi { aspect-ratio: 2.859392495840748 / 1; height: var(--framer-aspect-ratio-supported, 71px); position: relative; width: 203px; }\",\".framer-QOfrm .framer-75gdql { aspect-ratio: 3.7575757665790026 / 1; height: var(--framer-aspect-ratio-supported, 52px); position: relative; width: 196px; }\",\".framer-QOfrm .framer-1e0zy7u { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 225px); position: relative; width: 225px; }\",\".framer-QOfrm .framer-oskkso { aspect-ratio: 1.2941176470588236 / 1; height: var(--framer-aspect-ratio-supported, 136px); position: relative; width: 176px; }\",\".framer-QOfrm .framer-1xbon6e { aspect-ratio: 1.3362069045747884 / 1; height: var(--framer-aspect-ratio-supported, 116px); position: relative; width: 154px; }\",\".framer-QOfrm .framer-tcmxp0 { aspect-ratio: 1 / 1; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; border-top-left-radius: 36px; border-top-right-radius: 36px; height: var(--framer-aspect-ratio-supported, 134px); position: relative; width: 134px; }\",\".framer-QOfrm .framer-1ocmbuw { aspect-ratio: 1.8799999660915798 / 1; height: var(--framer-aspect-ratio-supported, 90px); position: relative; width: 169px; }\",\".framer-QOfrm .framer-1nw1zle { aspect-ratio: 1.264642082429501 / 1; height: var(--framer-aspect-ratio-supported, 131px); overflow: visible; position: relative; width: 165px; }\",\".framer-QOfrm .framer-1jmgjwv { aspect-ratio: 1 / 1; background-color: #ff0000; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: 30px; flex: none; height: var(--framer-aspect-ratio-supported, 59px); left: 1346px; overflow: hidden; position: absolute; text-decoration: none; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-QOfrm .framer-vq882w { background-color: #f14f4a; flex: none; height: 566px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-QOfrm .framer-173xnmz { --border-bottom-width: 123.86px; --border-color: rgba(255, 237, 237, 0.3); --border-left-width: 123.86px; --border-right-width: 123.86px; --border-style: solid; --border-top-width: 123.86px; background-color: rgba(255, 255, 255, 0.72); border-bottom-left-radius: 177%; border-bottom-right-radius: 177%; border-top-left-radius: 177%; border-top-right-radius: 177%; bottom: -205px; box-shadow: 0px 7.07px 4px 0px rgba(0, 0, 0, 0.25); flex: none; left: -382px; position: absolute; top: -218px; width: 985px; }\",\".framer-QOfrm .framer-guqxxw { background-color: rgba(255, 255, 255, 0.44); border-bottom-left-radius: 177%; border-bottom-right-radius: 177%; border-top-left-radius: 177%; border-top-right-radius: 177%; flex: none; height: 421px; left: calc(50.00000000000002% - 421.1px / 2); position: absolute; top: calc(50.00000000000002% - 421.1px / 2); width: 421px; }\",\".framer-QOfrm .framer-3fgdkb { aspect-ratio: 4.033613364779514 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); left: 149px; position: absolute; top: 155px; width: 250px; }\",\".framer-QOfrm .framer-d9ijb8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 384px; flex: none; height: auto; left: 432px; position: absolute; white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1mzot4k { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 1036px; position: absolute; top: 87px; white-space: pre; width: auto; }\",\".framer-QOfrm .framer-dyas7v { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 987px; position: absolute; top: 153px; white-space: pre; width: auto; }\",\".framer-QOfrm .framer-13ca5o5 { flex: none; height: 29px; left: 995px; position: absolute; top: 95px; width: 29px; }\",\".framer-QOfrm .framer-8xmd3u { flex: none; height: 22px; left: 997px; position: absolute; top: calc(47.17314487632511% - 22.17px / 2); width: 27px; }\",\".framer-QOfrm .framer-11p2do6 { flex: none; height: 11px; left: 997px; position: absolute; top: calc(46.2897526501767% - 11.09px / 2); width: 27px; }\",\".framer-QOfrm .framer-c8utoi { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 1040px; position: absolute; top: 47%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-QOfrm .framer-1xlf0tr { --framer-paragraph-spacing: 0px; bottom: 220px; flex: none; height: auto; left: 987px; position: absolute; white-space: pre; width: auto; }\",\".framer-QOfrm .framer-mqtydv { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 27px; border-bottom-right-radius: 27px; border-top-left-radius: 27px; border-top-right-radius: 27px; bottom: 90px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 987px; overflow: visible; padding: 14.17px 23.61px 14.17px 27.15px; position: absolute; width: 225px; }\",\".framer-QOfrm .framer-1dnd6ap { --border-bottom-width: 0.75px; --border-color: #ff0000; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-style: solid; --border-top-width: 0.75px; background-color: #ffffff; border-bottom-left-radius: 98px; border-bottom-right-radius: 98px; border-top-left-radius: 98px; border-top-right-radius: 98px; flex: none; height: 53px; left: 490px; position: absolute; top: 65px; width: 252px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-sajefh { background-color: #ff2424; border-bottom-left-radius: 98px; border-bottom-right-radius: 98px; border-top-left-radius: 98px; border-top-right-radius: 98px; flex: none; height: 46px; left: 4px; position: absolute; top: calc(48.57142857142859% - 45.82px / 2); width: 47px; }\",\".framer-QOfrm .framer-1olqc1i { --framer-paragraph-spacing: 0px; flex: none; height: 33px; left: calc(51.47058823529414% - 21.03px / 2); position: absolute; top: calc(46.37681159420292% - 33.05px / 2); white-space: pre-wrap; width: 21px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1xil1nk { --framer-paragraph-spacing: 0px; flex: none; height: 33px; left: 85px; position: absolute; top: calc(45.283018867924554% - 33.05px / 2); white-space: pre-wrap; width: 137px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1r69814 { --border-bottom-width: 0.75px; --border-color: #ff0000; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-style: solid; --border-top-width: 0.75px; background-color: #ffffff; border-bottom-left-radius: 98px; border-bottom-right-radius: 98px; border-top-left-radius: 98px; border-top-right-radius: 98px; flex: none; height: 53px; left: calc(46.111111111111136% - 254px / 2); position: absolute; top: 148px; width: 254px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-10xevzq { background-color: #ff2424; border-bottom-left-radius: 98px; border-bottom-right-radius: 98px; border-top-left-radius: 98px; border-top-right-radius: 98px; flex: none; height: 46px; left: 4px; position: absolute; top: calc(48.57142857142859% - 46.08px / 2); width: 47px; }\",\".framer-QOfrm .framer-1kprejk { --framer-paragraph-spacing: 0px; flex: none; height: 33px; left: calc(51.47058823529414% - 21.15px / 2); position: absolute; top: calc(46.37681159420292% - 33.24px / 2); white-space: pre-wrap; width: 21px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1moey5r { --framer-paragraph-spacing: 0px; flex: none; height: 33px; left: 80px; position: absolute; top: calc(45.71428571428574% - 33.24px / 2); white-space: pre-wrap; width: 137px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-12nwc23 { --border-bottom-width: 0.72px; --border-color: #ff0000; --border-left-width: 0.72px; --border-right-width: 0.72px; --border-style: solid; --border-top-width: 0.72px; background-color: #ffffff; border-bottom-left-radius: 93px; border-bottom-right-radius: 93px; border-top-left-radius: 93px; border-top-right-radius: 93px; flex: none; height: 50px; left: calc(47.63888888888891% - 240px / 2); position: absolute; top: calc(47.87985865724384% - 50.01px / 2); width: 240px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-1vodonv { background-color: #ff2424; border-bottom-left-radius: 93px; border-bottom-right-radius: 93px; border-top-left-radius: 93px; border-top-right-radius: 93px; flex: none; height: 44px; left: 4px; position: absolute; top: calc(48.57142857142859% - 43.57px / 2); width: 44px; }\",\".framer-QOfrm .framer-zeyr5x { --framer-paragraph-spacing: 0px; flex: none; height: 31px; left: calc(51.47058823529414% - 20px / 2); position: absolute; top: calc(46.37681159420292% - 31.43px / 2); white-space: pre-wrap; width: 20px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-51930l { --framer-paragraph-spacing: 0px; flex: none; height: 31px; left: 76px; position: absolute; top: calc(45.6521739130435% - 31.44px / 2); white-space: pre-wrap; width: 142px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-5cgckm { --border-bottom-width: 0.76px; --border-color: #ff0000; --border-left-width: 0.76px; --border-right-width: 0.76px; --border-style: solid; --border-top-width: 0.76px; background-color: #ffffff; border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; border-top-left-radius: 99px; border-top-right-radius: 99px; bottom: 167px; flex: none; height: 53px; left: calc(46.111111111111136% - 255px / 2); position: absolute; width: 255px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-7lsxn1 { background-color: #ff2424; border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; border-top-left-radius: 99px; border-top-right-radius: 99px; flex: none; height: 46px; left: 4px; position: absolute; top: calc(48.57142857142859% - 46.29px / 2); width: 47px; }\",\".framer-QOfrm .framer-1iq82pm { --framer-paragraph-spacing: 0px; flex: none; height: 33px; left: calc(51.47058823529414% - 21.25px / 2); position: absolute; top: calc(46.37681159420292% - 33.39px / 2); white-space: pre-wrap; width: 21px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1gjdndy { --framer-paragraph-spacing: 0px; flex: none; height: 33px; left: 80px; position: absolute; top: calc(45.71428571428574% - 33.39px / 2); white-space: pre-wrap; width: 145px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1k6vgbc { --border-bottom-width: 0.76px; --border-color: #ff0000; --border-left-width: 0.76px; --border-right-width: 0.76px; --border-style: solid; --border-top-width: 0.76px; background-color: #ffffff; border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; border-top-left-radius: 99px; border-top-right-radius: 99px; bottom: 65px; flex: none; height: 53px; left: 490px; position: absolute; width: 256px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QOfrm .framer-q592ac { background-color: #ff2424; border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; border-top-left-radius: 99px; border-top-right-radius: 99px; flex: none; height: 47px; left: 4px; position: absolute; top: calc(48.57142857142859% - 46.53px / 2); width: 47px; }\",\".framer-QOfrm .framer-851xhd { --framer-paragraph-spacing: 0px; flex: none; height: 34px; left: 18px; position: absolute; top: calc(45.90163934426232% - 33.57px / 2); white-space: pre-wrap; width: 21px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1l3n6li { --framer-paragraph-spacing: 0px; flex: none; height: 34px; left: 73px; position: absolute; top: calc(51.162790697674446% - 33.57px / 2); white-space: pre-wrap; width: 146px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-2pmlfi { --framer-paragraph-spacing: 0px; bottom: 5px; flex: none; height: 21px; left: 1276px; position: absolute; white-space: pre-wrap; width: 142px; word-break: break-word; word-wrap: break-word; }\",\".framer-QOfrm .framer-1lg28fy { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 18px); left: 1415px; overflow: hidden; position: absolute; width: 18px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QOfrm .framer-1rr5u12 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-QOfrm.framer-gpd7js, .framer-QOfrm .framer-19ys34k, .framer-QOfrm .framer-1wiy3d9, .framer-QOfrm .framer-5rd19r, .framer-QOfrm .framer-1m7yvnd, .framer-QOfrm .framer-mqtydv { gap: 0px; } .framer-QOfrm.framer-gpd7js > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-QOfrm.framer-gpd7js > :first-child, .framer-QOfrm .framer-1m7yvnd > :first-child { margin-top: 0px; } .framer-QOfrm.framer-gpd7js > :last-child, .framer-QOfrm .framer-1m7yvnd > :last-child { margin-bottom: 0px; } .framer-QOfrm .framer-19ys34k > *, .framer-QOfrm .framer-1wiy3d9 > *, .framer-QOfrm .framer-5rd19r > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QOfrm .framer-19ys34k > :first-child, .framer-QOfrm .framer-1wiy3d9 > :first-child, .framer-QOfrm .framer-5rd19r > :first-child, .framer-QOfrm .framer-mqtydv > :first-child { margin-left: 0px; } .framer-QOfrm .framer-19ys34k > :last-child, .framer-QOfrm .framer-1wiy3d9 > :last-child, .framer-QOfrm .framer-5rd19r > :last-child, .framer-QOfrm .framer-mqtydv > :last-child { margin-right: 0px; } .framer-QOfrm .framer-1m7yvnd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-QOfrm .framer-mqtydv > * { margin: 0px; margin-left: calc(11.8px / 2); margin-right: calc(11.8px / 2); } }\",...sharedStyle.css,'.framer-QOfrm[data-border=\"true\"]::after, .framer-QOfrm [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 9535\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"oEos5PO5e\":{\"pattern\":\":oEos5PO5e\",\"name\":\"capri-header\"},\"e8jyTjGOz\":{\"pattern\":\":e8jyTjGOz\",\"name\":\"about \"},\"peqp0upl5\":{\"pattern\":\":peqp0upl5\",\"name\":\"about-capri\"},\"G8WiQIvGr\":{\"pattern\":\":G8WiQIvGr\",\"name\":\"about-capri\"},\"vv4jqlPBz\":{\"pattern\":\":vv4jqlPBz\",\"name\":\"about-capri\"},\"dCwozR93i\":{\"pattern\":\":dCwozR93i\",\"name\":\"about-us-section\"},\"CXTY_E3PI\":{\"pattern\":\":CXTY_E3PI\",\"name\":\"about-us-section\"},\"ff5zEbQuy\":{\"pattern\":\":ff5zEbQuy\",\"name\":\"about-us-section\"},\"xw0qo59cy\":{\"pattern\":\":xw0qo59cy\",\"name\":\"about-us-section\"},\"XpSLeDb_x\":{\"pattern\":\":XpSLeDb_x\",\"name\":\"about-us-section\"},\"gZA4lN6wg\":{\"pattern\":\":gZA4lN6wg\",\"name\":\"our-competence\"},\"E0d4iwdNW\":{\"pattern\":\":E0d4iwdNW\",\"name\":\"our-services\"},\"OljH7kkkx\":{\"pattern\":\":OljH7kkkx\",\"name\":\"our-clients\"},\"C9lDSF5Ce\":{\"pattern\":\":C9lDSF5Ce\",\"name\":\"about-capri\"}}\n * @framerResponsiveScreen\n */const FramerzSwePZDWh=withCSS(Component,css,\"framer-QOfrm\");export default FramerzSwePZDWh;FramerzSwePZDWh.displayName=\"Home\";FramerzSwePZDWh.defaultProps={height:9535,width:1440};addFonts(FramerzSwePZDWh,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxkywN2u7YUwU.woff2\",weight:\"600\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Roboto Condensed\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVspfBM731BKMSK.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...SmoothScrollFonts,...ScrollbarComponentFonts,...TickerFonts,...HeroDashboardFonts,...FeatherFonts,...SlideshowFonts,...GLOBALFOOTPRINTFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzSwePZDWh\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"9535\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"oEos5PO5e\\\":{\\\"pattern\\\":\\\":oEos5PO5e\\\",\\\"name\\\":\\\"capri-header\\\"},\\\"e8jyTjGOz\\\":{\\\"pattern\\\":\\\":e8jyTjGOz\\\",\\\"name\\\":\\\"about \\\"},\\\"peqp0upl5\\\":{\\\"pattern\\\":\\\":peqp0upl5\\\",\\\"name\\\":\\\"about-capri\\\"},\\\"G8WiQIvGr\\\":{\\\"pattern\\\":\\\":G8WiQIvGr\\\",\\\"name\\\":\\\"about-capri\\\"},\\\"vv4jqlPBz\\\":{\\\"pattern\\\":\\\":vv4jqlPBz\\\",\\\"name\\\":\\\"about-capri\\\"},\\\"dCwozR93i\\\":{\\\"pattern\\\":\\\":dCwozR93i\\\",\\\"name\\\":\\\"about-us-section\\\"},\\\"CXTY_E3PI\\\":{\\\"pattern\\\":\\\":CXTY_E3PI\\\",\\\"name\\\":\\\"about-us-section\\\"},\\\"ff5zEbQuy\\\":{\\\"pattern\\\":\\\":ff5zEbQuy\\\",\\\"name\\\":\\\"about-us-section\\\"},\\\"xw0qo59cy\\\":{\\\"pattern\\\":\\\":xw0qo59cy\\\",\\\"name\\\":\\\"about-us-section\\\"},\\\"XpSLeDb_x\\\":{\\\"pattern\\\":\\\":XpSLeDb_x\\\",\\\"name\\\":\\\"about-us-section\\\"},\\\"gZA4lN6wg\\\":{\\\"pattern\\\":\\\":gZA4lN6wg\\\",\\\"name\\\":\\\"our-competence\\\"},\\\"E0d4iwdNW\\\":{\\\"pattern\\\":\\\":E0d4iwdNW\\\",\\\"name\\\":\\\"our-services\\\"},\\\"OljH7kkkx\\\":{\\\"pattern\\\":\\\":OljH7kkkx\\\",\\\"name\\\":\\\"our-clients\\\"},\\\"C9lDSF5Ce\\\":{\\\"pattern\\\":\\\":C9lDSF5Ce\\\",\\\"name\\\":\\\"about-capri\\\"}}\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["addUniqueItem", "e", "clamp", "e", "n", "t", "isNumber", "isEasingList", "wrap", "getEasingForSegment", "mix", "noop", "noopReturn", "progress", "fillOffset", "s", "defaultOffset", "interpolate", "f", "r", "isCubicBezier", "isEasingGenerator", "isFunction", "isString", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "steps", "clamp", "l", "cubicBezier", "u", "getEasingFunction", "s", "isFunction", "isCubicBezier", "a", "t", "i", "steps", "noopReturn", "Animation", "h", "m", "c", "p", "d", "isEasingGenerator", "isEasingList", "f", "interpolate", "e", "n", "r", "o", "n", "e", "t", "r", "MotionValue", "i", "__rest", "e", "t", "r", "n", "o", "n", "calcGeneratorVelocity", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "m", "glide", "isOutOfBounds", "nearestBoundary", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "getAnimationData", "e", "getMotionValue", "t", "MotionValue", "L", "T", "M", "D", "B", "noopReturn", "k", "asTransformCssVar", "N", "compareTransformOrder", "$", "isTransform", "addTransformToElement", "n", "addUniqueItem", "buildTransformTemplate", "transformListToString", "isCssVar", "C", "registerCssVariable", "testAnimation", "j", "P", "R", "H", "generateLinearEasingPoints", "progress", "convertEasing", "isFunction", "isCubicBezier", "cubicBezierAsString", "hydrateKeyframes", "keyframesList", "getStyleName", "I", "stopAnimation", "getUnitConverter", "s", "isString", "getDevToolsRecord", "window", "animateStyle", "i", "r", "l", "f", "p", "v", "y", "E", "b", "A", "S", "O", "x", "z", "V", "isEasingGenerator", "readInitialValue", "c", "isEasingList", "isNumber", "noop", "getOptions", "resolveElements", "createAnimation", "withControls", "U", "getActiveAnimation", "selectFinished", "resolveOption", "e", "t", "n", "isFunction", "createAnimate", "i", "resolveElements", "s", "r", "a", "c", "getOptions", "l", "animateStyle", "withControls", "F", "Animation", "canGenerate", "e", "isNumber", "getAsNumber", "isString", "createGeneratorEasing", "t", "n", "getGenerator", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "o", "c", "l", "f", "noopReturn", "u", "getUnitConverter", "k", "getStyleName", "i", "calcGeneratorVelocity", "G", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "_", "Z", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "X", "Y", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "ce", "i", "s", "__rest", "inView$1", "o", "mouseEvent", "le", "fe", "onPointerUp", "window", "onPointerDown", "ue", "de", "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", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "ScrollbarComponent", "props", "scrollbarWidth", "hoverColor", "color", "radius", "trackColor", "scrollbarStyle", "scrollbarCSS", "Frame", "p", "addPropertyControls", "ControlType", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "clamp", "i", "e", "Animate", "t", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "checkForStopScroll", "stopScrollElement", "hasHiddenOverflow", "stopScrollObserver", "htmlStyleObserver", "allElements", "i", "element", "window", "Lenis", "raf", "time", "styleElement", "anchorLinksData", "anchor", "isInternalLink", "hasHash", "href", "decodedHref", "scrollMargin", "targetElement", "handleClick", "e", "handlers", "anchorElement", "index", "p", "l", "addPropertyControls", "ControlType", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "awaitRefCallback", "element", "controller", "refCallbackResolve", "current", "node", "resolve", "reject", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "playOffscreen", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "Z", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "item", "setDelta", "delta", "transition", "setPage", "index", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "X", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "fallbackRef", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "key", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "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", "onTapqdfwpg", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText2", "css", "FramerOrs7iuF2n", "withCSS", "Ors7iuF2n_default", "addPropertyControls", "ControlType", "addFonts", "CounterStyles", "Counter", "props", "start", "end", "speed", "gapSize", "prefixText", "suffixText", "prefixFont", "suffixFont", "prefixColor", "suffixColor", "loop", "decimalSeparatorType", "textSize", "selectedFont", "textColor", "startOnViewport", "restartOnViewport", "incrementType", "count", "setCount", "ye", "isVisible", "setIsVisible", "containerRef", "pe", "ue", "observer", "entries", "entry", "updateCount", "increment", "prevCount", "nextCount", "intervalId", "formatNumber", "number", "motion", "p", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "css", "FramerDFPgvPRzV", "withCSS", "DFPgvPRzV_default", "addPropertyControls", "ControlType", "addFonts", "ProgressFonts", "getFonts", "DFPgvPRzV_default", "ProgressWithVariantAppearEffect", "withVariantAppearEffect", "CounterFonts", "Counter", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramersAf0TS7BX", "withCSS", "sAf0TS7BX_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "SmoothScrollFonts", "getFonts", "SmoothScroll", "ScrollbarComponentFonts", "ScrollbarComponent", "TickerFonts", "Ticker", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "HeroDashboardFonts", "sAf0TS7BX_default", "ContainerWithOptimizedAppearEffect", "Container", "FeatherFonts", "Icon", "MotionDivWithOptimizedAppearEffect", "motion", "SlideshowFonts", "Slideshow", "GLOBALFOOTPRINTFonts", "Ors7iuF2n_default", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transformTemplate2", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "transformTemplate3", "transition3", "animation5", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "ref10", "elementId10", "ref11", "elementId11", "ref12", "elementId12", "ref13", "elementId13", "ref14", "useCustomCursors", "GeneratedComponentContext", "LayoutGroup", "motion", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Container", "SmoothScroll", "ScrollbarComponent", "RichText2", "x", "Link", "Ticker", "RichTextWithOptimizedAppearEffect", "ContainerWithOptimizedAppearEffect", "sAf0TS7BX_default", "Icon", "MotionDivWithOptimizedAppearEffect", "SVG", "Slideshow", "Ors7iuF2n_default", "css", "FramerzSwePZDWh", "withCSS", "zSwePZDWh_default", "addFonts", "SmoothScrollFonts", "ScrollbarComponentFonts", "TickerFonts", "HeroDashboardFonts", "FeatherFonts", "SlideshowFonts", "GLOBALFOOTPRINTFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
