{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/d7M4abVz5jhxcjrlWV66/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/zTapg9rnDfIs7uo8Zb0a/Cookies.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/Gb6z1S0xoupJRsduSsLb/SlideShow.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js", "ssg:https://framerusercontent.com/modules/n2zNaxhFHb9ISCGpKTjo/1DrQX1pKy8j8omJslng0/luVJQhjVR-0.js", "ssg:https://framerusercontent.com/modules/n2zNaxhFHb9ISCGpKTjo/1DrQX1pKy8j8omJslng0/luVJQhjVR.js", "ssg:https://framerusercontent.com/modules/wX3jUq1l3jIyIllqz61E/JcArs6FCQFxYkkk9Ilvq/luVJQhjVR.js", "ssg:https://framerusercontent.com/modules/969e9mupQr3Gnz6pLd5n/GprW5TD342fkV0NgEiY1/pVyQ9WBFS.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/xyWUanGJBxy5s4i8vaaA/QOFSeLNeeCve9ImWQgnU/qGthLw1y2.js", "ssg:https://framerusercontent.com/modules/wN7dTx9QzHtUXXWOJtYn/ZcTrGfZCdLq63eV48J1e/uYPHUWsWf.js", "ssg:https://framerusercontent.com/modules/opNQbdyDIfD2ih19ObFy/ihvO7sYGLTBK8dm4UONY/QP0lUK3il.js", "ssg:https://framerusercontent.com/modules/ieKsOlEso7jxFiqzPmtn/cOOpvXQAhaJJnbWGxGBL/vLWCDK0Vx.js", "ssg:https://framerusercontent.com/modules/sX5mapWRkFOX0sv3BpeQ/sSxxSlZcP2LhO0T9NUES/augiA20Il.js", "ssg:https://framerusercontent.com/modules/sc044WCxlsToQIEtjmZn/exNh82HsIft2UN3gi8r9/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{isBrowser}from\"framer-motion\";export const DEFAULT_DOMAIN=\"https://www.googletagmanager.com\";export const DEFAULT_SCRIPT_NAME=\"gtm.js\";/**\n * Function to get and set dataLayer\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n */const getDataLayerSnippet=(dataLayer,dataLayerName=\"dataLayer\")=>`window['${dataLayerName}']=window['${dataLayerName}']||[];`+(dataLayer?`window['${dataLayerName}'].push(${JSON.stringify(dataLayer)});`:\"\")+`window['${dataLayerName}'].push({'gtm.start':new Date().getTime(),event:'gtm.js'})`;/**\n * Function to get the GTM script\n * @param dataLayerName - The name of the dataLayer\n * @param customDomain - Custom domain for gtm\n * @param customScriptName - Custom script file name for gtm\n * @param environment - The parameters to use a custom environment\n * @param id - The id of the container\n */const getGTMScript=(dataLayerName,id,environment,customDomain=DEFAULT_DOMAIN,customScriptName=DEFAULT_SCRIPT_NAME)=>{let params=\"\";if(environment){const{gtm_auth,gtm_preview}=environment;params=`&gtm_auth=${gtm_auth}&gtm_preview=${gtm_preview}&gtm_cookies_win=x`;}return`${customDomain}/${customScriptName}?id=${id}${dataLayerName===\"dataLayer\"?\"\":`&l=${dataLayerName}`}${params}`;};/**\n * Function to setup the Google Tag Manager\n * @param params - The snippets params\n */const setupGTM=params=>{const getDataLayerScript=()=>{const dataLayerScript=document.createElement(\"script\");if(params.nonce){dataLayerScript.setAttribute(\"nonce\",params.nonce);}dataLayerScript.innerHTML=getDataLayerSnippet(params.dataLayer,params.dataLayerName);return dataLayerScript;};const getScript=()=>{const script=document.createElement(\"script\");if(params.nonce){script.setAttribute(\"nonce\",params.nonce);}script.src=getGTMScript(params.dataLayerName,params.id,params.environment,params.customDomain,params.customScriptName);return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{useIsOnFramerCanvas}from\"framer\";import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const isOnFramerCanvas=useIsOnFramerCanvas();const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{if(isOnFramerCanvas)return;yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{if(isOnFramerCanvas)return;const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./consent.map", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{var _Intl_DateTimeFormat_resolvedOptions_timeZone,_Intl_DateTimeFormat_resolvedOptions,_Intl_DateTimeFormat,_Intl;return(_Intl=Intl)===null||_Intl===void 0?void 0:(_Intl_DateTimeFormat=_Intl.DateTimeFormat())===null||_Intl_DateTimeFormat===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions=_Intl_DateTimeFormat.resolvedOptions())===null||_Intl_DateTimeFormat_resolvedOptions===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions_timeZone=_Intl_DateTimeFormat_resolvedOptions.timeZone)===null||_Intl_DateTimeFormat_resolvedOptions_timeZone===void 0?void 0:_Intl_DateTimeFormat_resolvedOptions_timeZone.startsWith(\"Europe\");};const isEULocale=()=>{var _navigator_languages;var _navigator_language;const locale=(_navigator_language=navigator.language)!==null&&_navigator_language!==void 0?_navigator_language:(_navigator_languages=navigator.languages)===null||_navigator_languages===void 0?void 0:_navigator_languages[0];return countries.some(country=>{var _locale_toUpperCase;return locale===null||locale===void 0?void 0:(_locale_toUpperCase=locale.toUpperCase())===null||_locale_toUpperCase===void 0?void 0:_locale_toUpperCase.includes(country);});};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";export function useRegion({content,useRegionFromProps}){const isInEUBasedOnLocation=isBrowser?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){var _banner_style_border;const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=((_banner_style_border=banner.style.border)===null||_banner_style_border===void 0?void 0:_banner_style_border.width)?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`]);function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||(policy===null||policy===void 0?void 0:policy.link);if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description===null||description===void 0?void 0:description.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&(policy===null||policy===void 0?void 0:policy.link)?\" \":null,(policy===null||policy===void 0?void 0:policy.link)&&/*#__PURE__*/_jsxs(\"span\",{children:[policy===null||policy===void 0?void 0:policy.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy===null||policy===void 0?void 0:policy.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy===null||policy===void 0?void 0:policy.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;var _settings_hoverOpacity,_settings_tapOpacity;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:(_settings_hoverOpacity=settings.hoverOpacity)!==null&&_settings_hoverOpacity!==void 0?_settings_hoverOpacity:.6},whileTap:{opacity:(_settings_tapOpacity=settings.tapOpacity)!==null&&_settings_tapOpacity!==void 0?_settings_tapOpacity:.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/d7M4abVz5jhxcjrlWV66/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen]);// Check if user should be prompted\nuseEffect(()=>{const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed]);useEffect(()=>{if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){var _props_banner_style;const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:(_props_banner_style=props.banner.style)===null||_props_banner_style===void 0?void 0:_props_banner_style.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{sync.read(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}});},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)measure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "export const v0=\"Request a Demo\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport*as localizedValues from\"./luVJQhjVR-0.js\";const valuesByLocaleId={pEwDt6rEv:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rUUFismm0hlOAGYGqUB6/uRGdFvIl3l8S7NNgu0Un/N99fzcmG8.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/nBMNrWav67oElsGZAbMP/2rduZnKT5fmB4zVf8nOq/SMCcv80Vv.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/n2zNaxhFHb9ISCGpKTjo/1DrQX1pKy8j8omJslng0/luVJQhjVR.js\";import Button from\"https://framerusercontent.com/modules/mR3Q2D9VRSNvXB9AG7fE/zDg5C57odDvqxyR0Bghw/CWc2k02pL.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"V0_DCuB31\",\"tj0lDXTp8\",\"JBRdyzgfK\",\"xfoTpLvjP\",\"rh9In3nml\",\"dOy8HLUXP\",\"bHtDMmtpB\",\"pciOIUWyZ\",\"Uy7DQBTOq\",\"jmtuZa9CK\",\"IV7kiKnNB\",\"B3BhjEz2u\"];const serializationHash=\"framer-6m8on\";const variantClassNames={B3BhjEz2u:\"framer-v-625umb\",bHtDMmtpB:\"framer-v-1sdlfys\",dOy8HLUXP:\"framer-v-1wlzle1\",IV7kiKnNB:\"framer-v-auik0w\",JBRdyzgfK:\"framer-v-of8mro\",jmtuZa9CK:\"framer-v-1odx786\",pciOIUWyZ:\"framer-v-1dubgwb\",rh9In3nml:\"framer-v-1xfyhpe\",tj0lDXTp8:\"framer-v-vrd50p\",Uy7DQBTOq:\"framer-v-1n94e3y\",V0_DCuB31:\"framer-v-2qfpg9\",xfoTpLvjP:\"framer-v-19zv9df\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 10\":\"jmtuZa9CK\",\"Variant 11\":\"IV7kiKnNB\",\"Variant 12\":\"Uy7DQBTOq\",\"Variant 13\":\"B3BhjEz2u\",\"Variant 8\":\"dOy8HLUXP\",\"Variant 9\":\"bHtDMmtpB\",\"Web 1\":\"V0_DCuB31\",\"Web 2\":\"tj0lDXTp8\",\"Web 3\":\"JBRdyzgfK\",\"Web 4\":\"pciOIUWyZ\",Mobile:\"rh9In3nml\",Tablet:\"xfoTpLvjP\"};const getProps=({feature1Body,feature1Header,feature2Body,feature2Header,feature3Body,feature3Header,feature4Body,feature4Header,height,id,width,...props})=>{return{...props,dqQj91zSJ:feature3Header??props.dqQj91zSJ??\"100% Digitalization\",Icz9CHfTp:feature4Body??props.Icz9CHfTp??\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",Ise0bZSw3:feature2Header??props.Ise0bZSw3??\"100% Digitalization\",NMA6uSetD:feature3Body??props.NMA6uSetD??\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",Sin_cVMi5:feature4Header??props.Sin_cVMi5??\"100% Digitalization\",variant:humanReadableVariantMap[props.variant]??props.variant??\"V0_DCuB31\",W6NnnLXsh:feature2Body??props.W6NnnLXsh??\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",y5SUDNVET:feature1Header??props.y5SUDNVET??\"100% Digitalization\",zvqQSY_q5:feature1Body??props.zvqQSY_q5??\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,y5SUDNVET,zvqQSY_q5,Ise0bZSw3,W6NnnLXsh,dqQj91zSJ,NMA6uSetD,Sin_cVMi5,Icz9CHfTp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V0_DCuB31\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearlgvl27=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tj0lDXTp8\"),1e4);});const onAppear18qz69h=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JBRdyzgfK\"),1e4);});const onAppearydtf5d=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"pciOIUWyZ\"),1e4);});const onTapfd9udf=activeVariantCallback(async(...args)=>{setVariant(\"V0_DCuB31\");});const onTap1pps8so=activeVariantCallback(async(...args)=>{setVariant(\"rh9In3nml\");});const onTapzshtzt=activeVariantCallback(async(...args)=>{setVariant(\"jmtuZa9CK\");});const onTap12qfwvr=activeVariantCallback(async(...args)=>{setVariant(\"xfoTpLvjP\");});const onTapmbri5b=activeVariantCallback(async(...args)=>{setVariant(\"tj0lDXTp8\");});const onTapb2j2ne=activeVariantCallback(async(...args)=>{setVariant(\"dOy8HLUXP\");});const onTap1ssnj5b=activeVariantCallback(async(...args)=>{setVariant(\"JBRdyzgfK\");});const onTap164yszs=activeVariantCallback(async(...args)=>{setVariant(\"IV7kiKnNB\");});const onTapmn4qte=activeVariantCallback(async(...args)=>{setVariant(\"bHtDMmtpB\");});const onTap138pb0r=activeVariantCallback(async(...args)=>{setVariant(\"pciOIUWyZ\");});const onTap1ma99yz=activeVariantCallback(async(...args)=>{setVariant(\"B3BhjEz2u\");});const onTapde72mq=activeVariantCallback(async(...args)=>{setVariant(\"Uy7DQBTOq\");});useOnVariantChange(baseVariant,{default:onAppearlgvl27,JBRdyzgfK:onAppearydtf5d,tj0lDXTp8:onAppear18qz69h});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"rh9In3nml\",\"dOy8HLUXP\",\"bHtDMmtpB\"].includes(baseVariant))return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2qfpg9\",className,classNames),\"data-framer-name\":\"Web 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"V0_DCuB31\",ref:ref??ref1,style:{...style},...addPropertyOverrides({B3BhjEz2u:{\"data-framer-name\":\"Variant 13\"},bHtDMmtpB:{\"data-framer-name\":\"Variant 9\"},dOy8HLUXP:{\"data-framer-name\":\"Variant 8\"},IV7kiKnNB:{\"data-framer-name\":\"Variant 11\"},JBRdyzgfK:{\"data-framer-name\":\"Web 3\"},jmtuZa9CK:{\"data-framer-name\":\"Variant 10\"},pciOIUWyZ:{\"data-framer-name\":\"Web 4\"},rh9In3nml:{\"data-framer-name\":\"Mobile\"},tj0lDXTp8:{\"data-framer-name\":\"Web 2\"},Uy7DQBTOq:{\"data-framer-name\":\"Variant 12\"},xfoTpLvjP:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qc4mu\",\"data-framer-name\":\"scroll-container\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"zmx2ecKSR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-un8x20\",\"data-framer-name\":\"Frame 1179\",layoutDependency:layoutDependency,layoutId:\"P8jsA4sJF\",style:{backgroundColor:\"rgb(40, 224, 187)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},variants:{B3BhjEz2u:{backgroundColor:\"rgba(0, 0, 0, 0)\"},bHtDMmtpB:{backgroundColor:\"rgba(0, 0, 0, 0)\"},dOy8HLUXP:{backgroundColor:\"rgba(0, 0, 0, 0)\"},IV7kiKnNB:{backgroundColor:\"rgba(0, 0, 0, 0)\"},JBRdyzgfK:{backgroundColor:\"rgba(0, 0, 0, 0)\"},jmtuZa9CK:{backgroundColor:\"rgba(0, 0, 0, 0)\"},pciOIUWyZ:{backgroundColor:\"rgba(0, 0, 0, 0)\"},tj0lDXTp8:{backgroundColor:\"rgba(0, 0, 0, 0)\"},Uy7DQBTOq:{backgroundColor:\"rgba(0, 0, 0, 0)\"},xfoTpLvjP:{backgroundColor:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"}},...addPropertyOverrides({B3BhjEz2u:{\"data-highlight\":true,onTap:onTap12qfwvr},bHtDMmtpB:{\"data-highlight\":true,onTap:onTap1pps8so},dOy8HLUXP:{\"data-highlight\":true,onTap:onTap1pps8so},IV7kiKnNB:{\"data-highlight\":true,onTap:onTap12qfwvr},JBRdyzgfK:{\"data-highlight\":true,onTap:onTapfd9udf},jmtuZa9CK:{\"data-highlight\":true,onTap:onTapzshtzt},pciOIUWyZ:{\"data-highlight\":true,onTap:onTapfd9udf},tj0lDXTp8:{\"data-highlight\":true,onTap:onTapfd9udf},Uy7DQBTOq:{\"data-highlight\":true,onTap:onTap1pps8so}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})}),className:\"framer-1ox65s6\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"A8RthOfPQ\",style:{\"--extracted-r6o4lv\":\"var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"none\",WebkitFilter:\"none\"},text:y5SUDNVET,variants:{B3BhjEz2u:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},bHtDMmtpB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},dOy8HLUXP:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},IV7kiKnNB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},JBRdyzgfK:{filter:\"brightness(0) invert(1)\",WebkitFilter:\"brightness(0) invert(1)\"},jmtuZa9CK:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},pciOIUWyZ:{filter:\"brightness(0) invert(1)\",WebkitFilter:\"brightness(0) invert(1)\"},tj0lDXTp8:{filter:\"brightness(0) invert(1)\",WebkitFilter:\"brightness(0) invert(1)\"},Uy7DQBTOq:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-etid9i\",\"data-framer-name\":\"Frame 1179\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bIAXuxgFX\",onTap:onTapmbri5b,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},variants:{dOy8HLUXP:{backgroundColor:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"},jmtuZa9CK:{backgroundColor:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"},tj0lDXTp8:{backgroundColor:\"rgb(40, 224, 187)\"}},...addPropertyOverrides({B3BhjEz2u:{onTap:onTapzshtzt},bHtDMmtpB:{onTap:onTapb2j2ne},dOy8HLUXP:{\"data-highlight\":undefined,onTap:undefined},IV7kiKnNB:{onTap:onTapzshtzt},jmtuZa9CK:{\"data-highlight\":undefined,onTap:undefined},rh9In3nml:{onTap:onTapb2j2ne},Uy7DQBTOq:{onTap:onTapb2j2ne},xfoTpLvjP:{onTap:onTapzshtzt}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})}),className:\"framer-1yd7qna\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"adZdD2TXs\",style:{\"--extracted-r6o4lv\":\"var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"brightness(0) invert(1)\",WebkitFilter:\"brightness(0) invert(1)\"},text:Ise0bZSw3,variants:{B3BhjEz2u:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},bHtDMmtpB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},dOy8HLUXP:{filter:\"none\",WebkitFilter:\"none\"},IV7kiKnNB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},jmtuZa9CK:{filter:\"none\",WebkitFilter:\"none\"},rh9In3nml:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},tj0lDXTp8:{filter:\"none\",WebkitFilter:\"none\"},Uy7DQBTOq:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},xfoTpLvjP:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rjuflo\",\"data-framer-name\":\"Frame 1180\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aHTBobDxg\",onTap:onTap1ssnj5b,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},variants:{bHtDMmtpB:{backgroundColor:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"},IV7kiKnNB:{backgroundColor:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"},JBRdyzgfK:{backgroundColor:\"rgb(40, 224, 187)\"}},...addPropertyOverrides({B3BhjEz2u:{onTap:onTap164yszs},bHtDMmtpB:{\"data-highlight\":undefined,onTap:undefined},dOy8HLUXP:{onTap:onTapmn4qte},IV7kiKnNB:{\"data-highlight\":undefined,onTap:undefined},JBRdyzgfK:{\"data-highlight\":undefined,onTap:undefined},jmtuZa9CK:{onTap:onTap164yszs},pciOIUWyZ:{onTap:onTapmbri5b},rh9In3nml:{onTap:onTapmn4qte},Uy7DQBTOq:{onTap:onTapmn4qte},xfoTpLvjP:{onTap:onTap164yszs}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})}),className:\"framer-i4vc58\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Aa9p1TAYF\",style:{\"--extracted-r6o4lv\":\"var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"brightness(0) invert(1)\",WebkitFilter:\"brightness(0) invert(1)\"},text:dqQj91zSJ,variants:{B3BhjEz2u:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},bHtDMmtpB:{filter:\"none\",WebkitFilter:\"none\"},dOy8HLUXP:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},IV7kiKnNB:{filter:\"none\",WebkitFilter:\"none\"},JBRdyzgfK:{filter:\"none\",WebkitFilter:\"none\"},jmtuZa9CK:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},pciOIUWyZ:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"brightness(2) invert(0)\",WebkitFilter:\"brightness(2) invert(0)\"},rh9In3nml:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},Uy7DQBTOq:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},xfoTpLvjP:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},pciOIUWyZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12cgiu7\",\"data-framer-name\":\"Frame 1180\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"v3wX76WbQ\",onTap:onTap138pb0r,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},variants:{B3BhjEz2u:{backgroundColor:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"},pciOIUWyZ:{backgroundColor:\"rgb(40, 224, 187)\"},Uy7DQBTOq:{backgroundColor:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"}},...addPropertyOverrides({B3BhjEz2u:{\"data-highlight\":undefined,onTap:undefined},bHtDMmtpB:{onTap:onTapde72mq},dOy8HLUXP:{onTap:onTapde72mq},IV7kiKnNB:{onTap:onTap1ma99yz},jmtuZa9CK:{\"data-highlight\":undefined,onTap:undefined},rh9In3nml:{onTap:onTapde72mq},xfoTpLvjP:{onTap:onTap1ma99yz}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})}),className:\"framer-1im6t9a\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"gSjfRMFjn\",style:{\"--extracted-r6o4lv\":\"var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"brightness(0) invert(1)\",WebkitFilter:\"brightness(0) invert(1)\"},text:Sin_cVMi5,variants:{B3BhjEz2u:{filter:\"none\",WebkitFilter:\"none\"},bHtDMmtpB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},dOy8HLUXP:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},IV7kiKnNB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},jmtuZa9CK:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},pciOIUWyZ:{filter:\"none\",WebkitFilter:\"none\"},rh9In3nml:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"},Uy7DQBTOq:{filter:\"none\",WebkitFilter:\"none\"},xfoTpLvjP:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",filter:\"none\",WebkitFilter:\"none\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd06b8ca-91a7-44cf-bd4d-5cdcb71155dc, rgb(2, 1, 100)))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1i59mxk\",\"data-framer-name\":\"Frame 12\",layoutDependency:layoutDependency,layoutId:\"MtlroGDw6\",style:{backdropFilter:\"blur(0px)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,WebkitBackdropFilter:\"blur(0px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nkf38r\",\"data-framer-name\":\"TXT1\",layoutDependency:layoutDependency,layoutId:\"Dbqq8cJsT\",style:{opacity:1},transformTemplate:transformTemplate1,variants:{B3BhjEz2u:{opacity:0},bHtDMmtpB:{opacity:0},dOy8HLUXP:{opacity:0},IV7kiKnNB:{opacity:0},JBRdyzgfK:{opacity:0},jmtuZa9CK:{opacity:0},pciOIUWyZ:{opacity:0},tj0lDXTp8:{opacity:0},Uy7DQBTOq:{opacity:0}},...addPropertyOverrides({B3BhjEz2u:{transformTemplate:undefined},bHtDMmtpB:{transformTemplate:undefined},dOy8HLUXP:{transformTemplate:undefined},IV7kiKnNB:{transformTemplate:undefined},jmtuZa9CK:{transformTemplate:undefined},rh9In3nml:{transformTemplate:undefined},Uy7DQBTOq:{transformTemplate:undefined},xfoTpLvjP:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wu8w13\",\"data-framer-name\":\"Frame 90\",layoutDependency:layoutDependency,layoutId:\"mhMTFTMO9\",style:{backgroundColor:\"rgba(40, 224, 187, 0.5)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-169348f\",\"data-framer-name\":\"ruler&pen\",layoutDependency:layoutDependency,layoutId:\"RJ94Lbhkg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jdcsl1\",\"data-framer-name\":\"vuesax/linear/video\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"I511:10561;302:47020\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.8835 34.0335H10.3502C5.0835 34.0335 3.3335 30.5335 3.3335 27.0168V12.9835C3.3335 7.7168 5.0835 5.9668 10.3502 5.9668H20.8835C26.1502 5.9668 27.9002 7.7168 27.9002 12.9835V27.0168C27.9002 32.2835 26.1335 34.0335 20.8835 34.0335Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M32.5337 28.5002L27.9004 25.2502V14.7336L32.5337 11.4836C34.8004 9.90022 36.6671 10.8669 36.6671 13.6502V26.3502C36.6671 29.1336 34.8004 30.1002 32.5337 28.5002Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M19.1665 18.3335C20.5472 18.3335 21.6665 17.2142 21.6665 15.8335C21.6665 14.4528 20.5472 13.3335 19.1665 13.3335C17.7858 13.3335 16.6665 14.4528 16.6665 15.8335C16.6665 17.2142 17.7858 18.3335 19.1665 18.3335Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1luwyu9\",layoutDependency:layoutDependency,layoutId:\"U57z58FNX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})}),className:\"framer-jpnbv7\",\"data-framer-name\":\"100% Digitalization\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Pv19VLlPS\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:y5SUDNVET,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})}),className:\"framer-rk2wp5\",\"data-framer-name\":\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GXiEorp1K\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:zvqQSY_q5,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u57aal\",\"data-framer-name\":\"TXT2\",layoutDependency:layoutDependency,layoutId:\"WQj0pgzvt\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{dOy8HLUXP:{opacity:1},jmtuZa9CK:{opacity:1},tj0lDXTp8:{opacity:1}},...addPropertyOverrides({B3BhjEz2u:{transformTemplate:undefined},bHtDMmtpB:{transformTemplate:undefined},dOy8HLUXP:{transformTemplate:undefined},IV7kiKnNB:{transformTemplate:undefined},jmtuZa9CK:{transformTemplate:undefined},rh9In3nml:{transformTemplate:undefined},Uy7DQBTOq:{transformTemplate:undefined},xfoTpLvjP:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tj2mcc\",\"data-framer-name\":\"Frame 90\",layoutDependency:layoutDependency,layoutId:\"SR8rdOwLf\",style:{backgroundColor:\"rgba(40, 224, 187, 0.5)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ijb0l\",\"data-framer-name\":\"ruler&pen\",layoutDependency:layoutDependency,layoutId:\"L4XuZiFv1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1740enm\",\"data-framer-name\":\"vuesax/linear/note\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"I511:10622;302:40753\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.3335 3.3335V8.3335\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M26.6665 3.3335V8.3335\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.6665 21.6665H24.9998\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.6665 28.3335H19.9998\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M26.6667 5.8335C32.2167 6.1335 35 8.25016 35 16.0835V26.3835C35 33.2502 33.3333 36.6835 25 36.6835H15C6.66667 36.6835 5 33.2502 5 26.3835V16.0835C5 8.25016 7.78333 6.15016 13.3333 5.8335H26.6667Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-113e3nu\",layoutDependency:layoutDependency,layoutId:\"nbKySpUw9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})}),className:\"framer-r22v78\",\"data-framer-name\":\"100% Digitalization\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Hzhv9SUo9\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:Ise0bZSw3,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})}),className:\"framer-1g7tvbu\",\"data-framer-name\":\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tNtwvPmQ2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:W6NnnLXsh,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-123jq2a\",\"data-framer-name\":\"TXT3\",layoutDependency:layoutDependency,layoutId:\"Jpu2sM3PD\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{bHtDMmtpB:{opacity:1},IV7kiKnNB:{opacity:1},JBRdyzgfK:{opacity:1}},...addPropertyOverrides({B3BhjEz2u:{transformTemplate:undefined},bHtDMmtpB:{transformTemplate:undefined},dOy8HLUXP:{transformTemplate:undefined},IV7kiKnNB:{transformTemplate:undefined},jmtuZa9CK:{transformTemplate:undefined},rh9In3nml:{transformTemplate:undefined},Uy7DQBTOq:{transformTemplate:undefined},xfoTpLvjP:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zrmfaa\",\"data-framer-name\":\"Frame 90\",layoutDependency:layoutDependency,layoutId:\"cMD4BR0WK\",style:{backgroundColor:\"rgba(40, 224, 187, 0.5)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4b76rl\",\"data-framer-name\":\"ruler&pen\",layoutDependency:layoutDependency,layoutId:\"JSqkb7361\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tnyr90\",\"data-framer-name\":\"vuesax/linear/people\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"gSQJ4UFDP\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M30.0003 11.9335C29.9003 11.9168 29.7836 11.9168 29.6836 11.9335C27.3836 11.8502 25.5503 9.96683 25.5503 7.6335C25.5503 5.25017 27.467 3.3335 29.8503 3.3335C32.2336 3.3335 34.1503 5.26683 34.1503 7.6335C34.1336 9.96683 32.3003 11.8502 30.0003 11.9335Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M28.2834 24.0671C30.5667 24.4504 33.0834 24.0504 34.8501 22.8671C37.2001 21.3004 37.2001 18.7338 34.8501 17.1671C33.0667 15.9838 30.5167 15.5838 28.2334 15.9838\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9.94981 11.9335C10.0498 11.9168 10.1665 11.9168 10.2665 11.9335C12.5665 11.8502 14.3998 9.96683 14.3998 7.6335C14.3998 5.25017 12.4831 3.3335 10.0998 3.3335C7.71647 3.3335 5.7998 5.26683 5.7998 7.6335C5.81647 9.96683 7.64981 11.8502 9.94981 11.9335Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.6666 24.0671C9.38323 24.4504 6.86657 24.0504 5.0999 22.8671C2.7499 21.3004 2.7499 18.7338 5.0999 17.1671C6.88324 15.9838 9.43323 15.5838 11.7166 15.9838\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M20.0003 24.3837C19.9003 24.367 19.7836 24.367 19.6836 24.3837C17.3836 24.3004 15.5503 22.417 15.5503 20.0837C15.5503 17.7004 17.467 15.7837 19.8503 15.7837C22.2336 15.7837 24.1503 17.717 24.1503 20.0837C24.1336 22.417 22.3003 24.317 20.0003 24.3837Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.1502 29.6341C12.8002 31.2007 12.8002 33.7674 15.1502 35.3341C17.8169 37.1174 22.1835 37.1174 24.8502 35.3341C27.2002 33.7674 27.2002 31.2007 24.8502 29.6341C22.2002 27.8674 17.8169 27.8674 15.1502 29.6341Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14gie4v\",layoutDependency:layoutDependency,layoutId:\"vzISqoghd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})}),className:\"framer-a37tga\",\"data-framer-name\":\"100% Digitalization\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YnAN1Y6KQ\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:dqQj91zSJ,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})}),className:\"framer-1idwibk\",\"data-framer-name\":\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K4W9CTD95\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:NMA6uSetD,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p8zqc\",\"data-framer-name\":\"TXT4\",layoutDependency:layoutDependency,layoutId:\"XZ3otZWfq\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{B3BhjEz2u:{opacity:1},pciOIUWyZ:{opacity:1},Uy7DQBTOq:{opacity:1}},...addPropertyOverrides({B3BhjEz2u:{transformTemplate:undefined},bHtDMmtpB:{transformTemplate:undefined},dOy8HLUXP:{transformTemplate:undefined},IV7kiKnNB:{transformTemplate:undefined},jmtuZa9CK:{transformTemplate:undefined},rh9In3nml:{transformTemplate:undefined},Uy7DQBTOq:{transformTemplate:undefined},xfoTpLvjP:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-677f1i\",\"data-framer-name\":\"Frame 90\",layoutDependency:layoutDependency,layoutId:\"u1HHBPgBQ\",style:{backgroundColor:\"rgba(40, 224, 187, 0.5)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y82gdf\",\"data-framer-name\":\"ruler&pen\",layoutDependency:layoutDependency,layoutId:\"BEn7qwcCb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1coqiul\",\"data-framer-name\":\"vuesax/linear/chart-2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"I511:10687;302:26654\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.0002 36.6668H25.0002C33.3335 36.6668 36.6668 33.3335 36.6668 25.0002V15.0002C36.6668 6.66683 33.3335 3.3335 25.0002 3.3335H15.0002C6.66683 3.3335 3.3335 6.66683 3.3335 15.0002V25.0002C3.3335 33.3335 6.66683 36.6668 15.0002 36.6668Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M25.8333 30.8332C27.6667 30.8332 29.1667 29.3332 29.1667 27.4998V12.4998C29.1667 10.6665 27.6667 9.1665 25.8333 9.1665C24 9.1665 22.5 10.6665 22.5 12.4998V27.4998C22.5 29.3332 23.9833 30.8332 25.8333 30.8332Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M14.1668 30.8335C16.0002 30.8335 17.5002 29.3335 17.5002 27.5002V21.6668C17.5002 19.8335 16.0002 18.3335 14.1668 18.3335C12.3335 18.3335 10.8335 19.8335 10.8335 21.6668V27.5002C10.8335 29.3335 12.3168 30.8335 14.1668 30.8335Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x9bt8w\",layoutDependency:layoutDependency,layoutId:\"o58fz02aX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})}),className:\"framer-f6w35k\",\"data-framer-name\":\"100% Digitalization\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bNAmS6Gxb\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:Sin_cVMi5,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"100% Digitalization\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})}),className:\"framer-1sfvvyt\",\"data-framer-name\":\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HJDPAeT1M\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:Icz9CHfTp,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B3BhjEz2u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},bHtDMmtpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},dOy8HLUXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},IV7kiKnNB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},jmtuZa9CK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},rh9In3nml:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},Uy7DQBTOq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})},xfoTpLvjP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({bHtDMmtpB:{height:52,y:(componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+355.84000000000015+0+320},dOy8HLUXP:{height:52,y:(componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+346.84000000000015+0+320},rh9In3nml:{height:52,y:(componentViewport?.y||0)+0+(((componentViewport?.height||913)-0-913)/2+208+0)+705-326.4+0+320}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1alsuvi-container\",layoutDependency:layoutDependency,layoutId:\"Ktehd9ZND-container\",children:/*#__PURE__*/_jsx(Button,{AkAoOF8of:getLocalizedValue(\"v0\",activeLocale)??\"Demo Talep Edin\",fGkWeAZoi:resolvedLinks[0],height:\"100%\",id:\"Ktehd9ZND\",layoutId:\"Ktehd9ZND\",variant:\"hP7tA7xLO\",width:\"100%\",...addPropertyOverrides({bHtDMmtpB:{fGkWeAZoi:resolvedLinks[3]},dOy8HLUXP:{fGkWeAZoi:resolvedLinks[2]},rh9In3nml:{fGkWeAZoi:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+115.06818181818198),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},className:\"framer-cjk1c8\",\"data-border\":true,\"data-framer-name\":\"IMG1\",layoutDependency:layoutDependency,layoutId:\"qSqARpHmi\",style:{\"--border-bottom-width\":\"5px\",\"--border-color\":\"rgba(255, 255, 255, 0.5)\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"5px\",borderBottomLeftRadius:12.4,borderBottomRightRadius:12.4,borderTopLeftRadius:12.4,borderTopRightRadius:12.4,boxShadow:\"0px 8px 24px 0px rgba(0, 0, 0, 0.4000000059604645)\",opacity:1},transformTemplate:transformTemplate1,variants:{B3BhjEz2u:{opacity:0},bHtDMmtpB:{opacity:0},dOy8HLUXP:{opacity:0},IV7kiKnNB:{opacity:0},JBRdyzgfK:{opacity:0},jmtuZa9CK:{opacity:0},pciOIUWyZ:{opacity:0},tj0lDXTp8:{opacity:0},Uy7DQBTOq:{opacity:0}},...addPropertyOverrides({B3BhjEz2u:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+373- -60999631.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:undefined},bHtDMmtpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+64.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9721)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:transformTemplate2},dOy8HLUXP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+63.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9818)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:transformTemplate2},IV7kiKnNB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+372- -60999631.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:undefined},JBRdyzgfK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+179.75983064045175),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"}},jmtuZa9CK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+368- -60999631.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:undefined},pciOIUWyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+179.75983064045175),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"}},rh9In3nml:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||913)-0-913)/2+208+0)+30),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9874)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:transformTemplate2},tj0lDXTp8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+179.75983064045175),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"}},Uy7DQBTOq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||918)-0-918)/2+208+0)+65),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} / 1.017)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:transformTemplate2},xfoTpLvjP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+0),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png\",srcSet:\"https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7BjlJyRTGUIUbTIbN4DvXfWq2WU.png 2880w\"},transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+136.06818181818198),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},className:\"framer-1c3cdge\",\"data-border\":true,\"data-framer-name\":\"IMG2\",layoutDependency:layoutDependency,layoutId:\"s2BkdZHI1\",style:{\"--border-bottom-width\":\"5px\",\"--border-color\":\"rgba(255, 255, 255, 0.5)\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"5px\",borderBottomLeftRadius:12.4,borderBottomRightRadius:12.4,borderTopLeftRadius:12.4,borderTopRightRadius:12.4,boxShadow:\"0px 8px 24px 0px rgba(0, 0, 0, 0.4000000059604645)\",opacity:0},transformTemplate:transformTemplate1,variants:{dOy8HLUXP:{opacity:1},jmtuZa9CK:{opacity:1},tj0lDXTp8:{opacity:1}},...addPropertyOverrides({B3BhjEz2u:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+373-307.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:undefined},bHtDMmtpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+75),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9721)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:transformTemplate2},dOy8HLUXP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+30),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9818)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:transformTemplate2},IV7kiKnNB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+372-307.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:undefined},JBRdyzgfK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+179.75983064045175),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"}},jmtuZa9CK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+368-368.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:undefined},pciOIUWyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+179.75983064045175),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"}},rh9In3nml:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||913)-0-913)/2+208+0)+73),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9874)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:transformTemplate2},tj0lDXTp8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+148.06818181818198),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"}},Uy7DQBTOq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||918)-0-918)/2+208+0)+75.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} / 1.017)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:transformTemplate2},xfoTpLvjP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+60.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png\",srcSet:\"https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVQlecRR6SEJyOeVyPc7KR4f1Oc.png 2880w\"},transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+136.06818181818198),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},className:\"framer-og3akd\",\"data-border\":true,\"data-framer-name\":\"IMG3\",layoutDependency:layoutDependency,layoutId:\"oV1VRyv3Q\",style:{\"--border-bottom-width\":\"5px\",\"--border-color\":\"rgba(255, 255, 255, 0.5)\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"5px\",borderBottomLeftRadius:12.4,borderBottomRightRadius:12.4,borderTopLeftRadius:12.4,borderTopRightRadius:12.4,boxShadow:\"0px 8px 24px 0px rgba(0, 0, 0, 0.4000000059604645)\",opacity:0},transformTemplate:transformTemplate1,variants:{bHtDMmtpB:{opacity:1},IV7kiKnNB:{opacity:1},JBRdyzgfK:{opacity:1}},...addPropertyOverrides({B3BhjEz2u:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+373- -60631.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:undefined},bHtDMmtpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+31.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9721)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:transformTemplate2},dOy8HLUXP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+73.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9818)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:transformTemplate2},IV7kiKnNB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+-.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:undefined},JBRdyzgfK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+148.06818181818198),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"}},jmtuZa9CK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+60.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:undefined},pciOIUWyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+179.75983064045175),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"}},rh9In3nml:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||913)-0-913)/2+208+0)+73),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9874)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:transformTemplate2},tj0lDXTp8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+740-533.3636363636364),pixelHeight:2048,pixelWidth:2880,sizes:\"624px\",src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:undefined},Uy7DQBTOq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||918)-0-918)/2+208+0)+64.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} / 1.017)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:transformTemplate2},xfoTpLvjP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+60.5),pixelHeight:2048,pixelWidth:2880,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6804)`,src:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png\",srcSet:\"https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=512 512w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/StkUdvdfbAhxpKPRtXk4ZbCMREg.png 2880w\"},transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+136.06818181818198),pixelHeight:2048,pixelWidth:2884,sizes:\"624px\",src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},className:\"framer-1jxyv35\",\"data-border\":true,\"data-framer-name\":\"IMG4\",layoutDependency:layoutDependency,layoutId:\"zWzJyLxV8\",style:{\"--border-bottom-width\":\"5px\",\"--border-color\":\"rgba(255, 255, 255, 0.5)\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"5px\",borderBottomLeftRadius:12.4,borderBottomRightRadius:12.4,borderTopLeftRadius:12.4,borderTopRightRadius:12.4,boxShadow:\"0px 8px 24px 0px rgba(0, 0, 0, 0.4000000059604645)\",opacity:0},transformTemplate:transformTemplate1,variants:{B3BhjEz2u:{opacity:1},pciOIUWyZ:{opacity:1},Uy7DQBTOq:{opacity:1}},...addPropertyOverrides({B3BhjEz2u:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+-1),pixelHeight:2048,pixelWidth:2884,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.685)`,src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:undefined},bHtDMmtpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+65),pixelHeight:2048,pixelWidth:2884,sizes:\"348px\",src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:transformTemplate2},dOy8HLUXP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||917)-0-917)/2+208+0)+61),pixelHeight:2048,pixelWidth:2884,sizes:\"352.5px\",src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:transformTemplate2},IV7kiKnNB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+56),pixelHeight:2048,pixelWidth:2884,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.685)`,src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:undefined},jmtuZa9CK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+56),pixelHeight:2048,pixelWidth:2884,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.685)`,src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:undefined},pciOIUWyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||998)-0-964)/2+224+0)+148.06818181818198),pixelHeight:2048,pixelWidth:2884,sizes:\"624px\",src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"}},rh9In3nml:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||913)-0-913)/2+208+0)+62.5),pixelHeight:2048,pixelWidth:2884,sizes:\"354.5px\",src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:transformTemplate2},Uy7DQBTOq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||918)-0-918)/2+208+0)+33.5),pixelHeight:2048,pixelWidth:2884,sizes:\"352px\",src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:transformTemplate2},xfoTpLvjP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+56),pixelHeight:2048,pixelWidth:2884,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.685)`,src:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png\",srcSet:\"https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=512 512w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bBxDrVeTfauR4my3RDiV58UBALM.png 2884w\"},transformTemplate:undefined}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6m8on.framer-sxnkvc, .framer-6m8on .framer-sxnkvc { display: block; }\",\".framer-6m8on.framer-2qfpg9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 998px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1081px; }\",\".framer-6m8on .framer-qc4mu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6m8on .framer-un8x20 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: 25%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6m8on .framer-1ox65s6, .framer-6m8on .framer-1yd7qna, .framer-6m8on .framer-i4vc58, .framer-6m8on .framer-1im6t9a { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6m8on .framer-etid9i, .framer-6m8on .framer-1rjuflo, .framer-6m8on .framer-12cgiu7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: 25%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6m8on .framer-1i59mxk { flex: none; height: 740px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6m8on .framer-nkf38r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 47%; width: 35%; }\",\".framer-6m8on .framer-1wu8w13, .framer-6m8on .framer-1tj2mcc, .framer-6m8on .framer-zrmfaa, .framer-6m8on .framer-677f1i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px; position: relative; width: min-content; }\",\".framer-6m8on .framer-169348f, .framer-6m8on .framer-11ijb0l, .framer-6m8on .framer-4b76rl, .framer-6m8on .framer-y82gdf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 60px; }\",\".framer-6m8on .framer-1jdcsl1, .framer-6m8on .framer-1740enm, .framer-6m8on .framer-1tnyr90, .framer-6m8on .framer-1coqiul { flex: none; height: 60px; left: 0px; position: absolute; top: 0px; width: 60px; }\",\".framer-6m8on .framer-1luwyu9, .framer-6m8on .framer-113e3nu, .framer-6m8on .framer-14gie4v, .framer-6m8on .framer-1x9bt8w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6m8on .framer-jpnbv7, .framer-6m8on .framer-rk2wp5, .framer-6m8on .framer-r22v78, .framer-6m8on .framer-1g7tvbu, .framer-6m8on .framer-a37tga, .framer-6m8on .framer-1idwibk, .framer-6m8on .framer-f6w35k, .framer-6m8on .framer-1sfvvyt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6m8on .framer-u57aal, .framer-6m8on .framer-123jq2a, .framer-6m8on .framer-p8zqc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 53%; width: 35%; }\",\".framer-6m8on .framer-1alsuvi-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6m8on .framer-cjk1c8 { aspect-ratio: 1.4062992125984253 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 444px); position: absolute; right: 0px; top: 46%; width: 624px; }\",\".framer-6m8on .framer-1c3cdge, .framer-6m8on .framer-og3akd, .framer-6m8on .framer-1jxyv35 { aspect-ratio: 1.4062992125984253 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 444px); position: absolute; right: 0px; top: 48%; width: 624px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-2qfpg9, .framer-6m8on .framer-qc4mu, .framer-6m8on .framer-un8x20, .framer-6m8on .framer-etid9i, .framer-6m8on .framer-1rjuflo, .framer-6m8on .framer-12cgiu7, .framer-6m8on .framer-nkf38r, .framer-6m8on .framer-1wu8w13, .framer-6m8on .framer-1luwyu9, .framer-6m8on .framer-u57aal, .framer-6m8on .framer-1tj2mcc, .framer-6m8on .framer-113e3nu, .framer-6m8on .framer-123jq2a, .framer-6m8on .framer-zrmfaa, .framer-6m8on .framer-14gie4v, .framer-6m8on .framer-p8zqc, .framer-6m8on .framer-677f1i, .framer-6m8on .framer-1x9bt8w { gap: 0px; } .framer-6m8on.framer-2qfpg9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6m8on.framer-2qfpg9 > :first-child, .framer-6m8on .framer-nkf38r > :first-child, .framer-6m8on .framer-1luwyu9 > :first-child, .framer-6m8on .framer-u57aal > :first-child, .framer-6m8on .framer-113e3nu > :first-child, .framer-6m8on .framer-123jq2a > :first-child, .framer-6m8on .framer-14gie4v > :first-child, .framer-6m8on .framer-p8zqc > :first-child, .framer-6m8on .framer-1x9bt8w > :first-child { margin-top: 0px; } .framer-6m8on.framer-2qfpg9 > :last-child, .framer-6m8on .framer-nkf38r > :last-child, .framer-6m8on .framer-1luwyu9 > :last-child, .framer-6m8on .framer-u57aal > :last-child, .framer-6m8on .framer-113e3nu > :last-child, .framer-6m8on .framer-123jq2a > :last-child, .framer-6m8on .framer-14gie4v > :last-child, .framer-6m8on .framer-p8zqc > :last-child, .framer-6m8on .framer-1x9bt8w > :last-child { margin-bottom: 0px; } .framer-6m8on .framer-qc4mu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6m8on .framer-qc4mu > :first-child, .framer-6m8on .framer-un8x20 > :first-child, .framer-6m8on .framer-etid9i > :first-child, .framer-6m8on .framer-1rjuflo > :first-child, .framer-6m8on .framer-12cgiu7 > :first-child, .framer-6m8on .framer-1wu8w13 > :first-child, .framer-6m8on .framer-1tj2mcc > :first-child, .framer-6m8on .framer-zrmfaa > :first-child, .framer-6m8on .framer-677f1i > :first-child { margin-left: 0px; } .framer-6m8on .framer-qc4mu > :last-child, .framer-6m8on .framer-un8x20 > :last-child, .framer-6m8on .framer-etid9i > :last-child, .framer-6m8on .framer-1rjuflo > :last-child, .framer-6m8on .framer-12cgiu7 > :last-child, .framer-6m8on .framer-1wu8w13 > :last-child, .framer-6m8on .framer-1tj2mcc > :last-child, .framer-6m8on .framer-zrmfaa > :last-child, .framer-6m8on .framer-677f1i > :last-child { margin-right: 0px; } .framer-6m8on .framer-un8x20 > *, .framer-6m8on .framer-etid9i > *, .framer-6m8on .framer-1rjuflo > *, .framer-6m8on .framer-12cgiu7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6m8on .framer-nkf38r > *, .framer-6m8on .framer-u57aal > *, .framer-6m8on .framer-123jq2a > *, .framer-6m8on .framer-p8zqc > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6m8on .framer-1wu8w13 > *, .framer-6m8on .framer-1tj2mcc > *, .framer-6m8on .framer-zrmfaa > *, .framer-6m8on .framer-677f1i > * { margin: 0px; margin-left: calc(15.000000953674316px / 2); margin-right: calc(15.000000953674316px / 2); } .framer-6m8on .framer-1luwyu9 > *, .framer-6m8on .framer-113e3nu > *, .framer-6m8on .framer-14gie4v > *, .framer-6m8on .framer-1x9bt8w > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-6m8on.framer-v-vrd50p .framer-un8x20, .framer-6m8on.framer-v-of8mro .framer-un8x20, .framer-6m8on.framer-v-1dubgwb .framer-un8x20 { cursor: pointer; }\",\".framer-6m8on.framer-v-vrd50p .framer-nkf38r, .framer-6m8on.framer-v-of8mro .framer-nkf38r, .framer-6m8on.framer-v-of8mro .framer-u57aal, .framer-6m8on.framer-v-1dubgwb .framer-nkf38r, .framer-6m8on.framer-v-1dubgwb .framer-u57aal { top: 51%; }\",\".framer-6m8on.framer-v-vrd50p .framer-u57aal, .framer-6m8on.framer-v-of8mro .framer-123jq2a { top: 47%; }\",\".framer-6m8on.framer-v-vrd50p .framer-123jq2a { top: 55%; }\",\".framer-6m8on.framer-v-vrd50p .framer-cjk1c8, .framer-6m8on.framer-v-of8mro .framer-cjk1c8, .framer-6m8on.framer-v-of8mro .framer-1c3cdge, .framer-6m8on.framer-v-1dubgwb .framer-123jq2a, .framer-6m8on.framer-v-1dubgwb .framer-cjk1c8, .framer-6m8on.framer-v-1dubgwb .framer-1c3cdge, .framer-6m8on.framer-v-1dubgwb .framer-og3akd { top: 54%; }\",\".framer-6m8on.framer-v-vrd50p .framer-1c3cdge, .framer-6m8on.framer-v-of8mro .framer-og3akd, .framer-6m8on.framer-v-1dubgwb .framer-1jxyv35 { top: 50%; }\",\".framer-6m8on.framer-v-vrd50p .framer-og3akd { bottom: 90px; top: unset; }\",\".framer-6m8on.framer-v-of8mro .framer-1rjuflo { cursor: unset; }\",\".framer-6m8on.framer-v-19zv9df.framer-2qfpg9, .framer-6m8on.framer-v-1odx786.framer-2qfpg9, .framer-6m8on.framer-v-auik0w.framer-2qfpg9, .framer-6m8on.framer-v-625umb.framer-2qfpg9 { gap: 32px; height: min-content; justify-content: flex-start; width: 762px; }\",\".framer-6m8on.framer-v-19zv9df .framer-qc4mu, .framer-6m8on.framer-v-1odx786 .framer-qc4mu, .framer-6m8on.framer-v-auik0w .framer-qc4mu, .framer-6m8on.framer-v-625umb .framer-qc4mu { overflow: hidden; overflow-x: auto; }\",\".framer-6m8on.framer-v-19zv9df .framer-un8x20, .framer-6m8on.framer-v-19zv9df .framer-etid9i, .framer-6m8on.framer-v-19zv9df .framer-1rjuflo, .framer-6m8on.framer-v-19zv9df .framer-12cgiu7, .framer-6m8on.framer-v-1odx786 .framer-1rjuflo, .framer-6m8on.framer-v-auik0w .framer-etid9i, .framer-6m8on.framer-v-auik0w .framer-12cgiu7, .framer-6m8on.framer-v-625umb .framer-etid9i, .framer-6m8on.framer-v-625umb .framer-1rjuflo { flex: 1 0 0px; padding: 6px 24px 6px 24px; width: 1px; }\",\".framer-6m8on.framer-v-19zv9df .framer-1i59mxk, .framer-6m8on.framer-v-1odx786 .framer-1i59mxk { height: 368px; }\",\".framer-6m8on.framer-v-19zv9df .framer-nkf38r, .framer-6m8on.framer-v-1odx786 .framer-u57aal, .framer-6m8on.framer-v-auik0w .framer-123jq2a { height: 100%; left: 2px; top: 3px; width: 53%; }\",\".framer-6m8on.framer-v-19zv9df .framer-u57aal, .framer-6m8on.framer-v-19zv9df .framer-123jq2a, .framer-6m8on.framer-v-1odx786 .framer-nkf38r, .framer-6m8on.framer-v-1odx786 .framer-123jq2a, .framer-6m8on.framer-v-auik0w .framer-nkf38r, .framer-6m8on.framer-v-625umb .framer-nkf38r { bottom: -63px; height: 100%; left: 2px; top: unset; width: 53%; }\",\".framer-6m8on.framer-v-19zv9df .framer-p8zqc, .framer-6m8on.framer-v-1odx786 .framer-p8zqc, .framer-6m8on.framer-v-auik0w .framer-p8zqc { bottom: -60px; height: 100%; left: 0px; top: unset; width: 53%; }\",\".framer-6m8on.framer-v-19zv9df .framer-cjk1c8, .framer-6m8on.framer-v-auik0w .framer-og3akd { height: var(--framer-aspect-ratio-supported, 369px); right: -201px; top: 0px; width: 68%; }\",\".framer-6m8on.framer-v-19zv9df .framer-1c3cdge, .framer-6m8on.framer-v-19zv9df .framer-og3akd, .framer-6m8on.framer-v-1odx786 .framer-og3akd { height: var(--framer-aspect-ratio-supported, 369px); right: -201px; top: 61px; width: 68%; }\",\".framer-6m8on.framer-v-19zv9df .framer-1jxyv35, .framer-6m8on.framer-v-1odx786 .framer-1jxyv35, .framer-6m8on.framer-v-auik0w .framer-1jxyv35 { height: var(--framer-aspect-ratio-supported, 371px); right: -201px; top: 56px; width: 69%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-19zv9df.framer-2qfpg9 { gap: 0px; } .framer-6m8on.framer-v-19zv9df.framer-2qfpg9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6m8on.framer-v-19zv9df.framer-2qfpg9 > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-19zv9df.framer-2qfpg9 > :last-child { margin-bottom: 0px; } }\",\".framer-6m8on.framer-v-1xfyhpe.framer-2qfpg9, .framer-6m8on.framer-v-1wlzle1.framer-2qfpg9, .framer-6m8on.framer-v-1sdlfys.framer-2qfpg9, .framer-6m8on.framer-v-1n94e3y.framer-2qfpg9 { height: min-content; width: 358px; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-qc4mu, .framer-6m8on.framer-v-1wlzle1 .framer-qc4mu, .framer-6m8on.framer-v-1sdlfys .framer-qc4mu, .framer-6m8on.framer-v-1n94e3y .framer-qc4mu { flex-direction: column; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-un8x20, .framer-6m8on.framer-v-1xfyhpe .framer-etid9i, .framer-6m8on.framer-v-1xfyhpe .framer-1rjuflo, .framer-6m8on.framer-v-1xfyhpe .framer-12cgiu7, .framer-6m8on.framer-v-1wlzle1 .framer-1rjuflo, .framer-6m8on.framer-v-1wlzle1 .framer-12cgiu7, .framer-6m8on.framer-v-1sdlfys .framer-etid9i, .framer-6m8on.framer-v-1sdlfys .framer-12cgiu7, .framer-6m8on.framer-v-1n94e3y .framer-etid9i, .framer-6m8on.framer-v-1n94e3y .framer-1rjuflo, .framer-6m8on.framer-v-1n94e3y .framer-12cgiu7 { height: 52px; width: 100%; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-1i59mxk { height: 705px; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-nkf38r { bottom: 53px; height: 48%; left: -1px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-169348f, .framer-6m8on.framer-v-1xfyhpe .framer-11ijb0l, .framer-6m8on.framer-v-1xfyhpe .framer-4b76rl, .framer-6m8on.framer-v-1wlzle1 .framer-169348f, .framer-6m8on.framer-v-1wlzle1 .framer-11ijb0l, .framer-6m8on.framer-v-1wlzle1 .framer-4b76rl, .framer-6m8on.framer-v-1sdlfys .framer-169348f, .framer-6m8on.framer-v-1sdlfys .framer-11ijb0l, .framer-6m8on.framer-v-1sdlfys .framer-4b76rl, .framer-6m8on.framer-v-1n94e3y .framer-169348f, .framer-6m8on.framer-v-1n94e3y .framer-11ijb0l, .framer-6m8on.framer-v-1n94e3y .framer-4b76rl, .framer-6m8on.framer-v-1n94e3y .framer-y82gdf { height: var(--framer-aspect-ratio-supported, 52px); width: 52px; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-u57aal, .framer-6m8on.framer-v-1xfyhpe .framer-123jq2a { bottom: -11px; height: 48%; left: -1px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-p8zqc { bottom: -12px; height: 48%; left: -2px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-cjk1c8 { height: var(--framer-aspect-ratio-supported, 252px); left: 50%; right: unset; top: 30px; width: 99%; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-1c3cdge, .framer-6m8on.framer-v-1xfyhpe .framer-og3akd { height: var(--framer-aspect-ratio-supported, 252px); left: 50%; right: unset; top: 73px; width: 99%; }\",\".framer-6m8on.framer-v-1xfyhpe .framer-1jxyv35 { height: var(--framer-aspect-ratio-supported, 252px); left: 49%; right: unset; top: 63px; width: 355px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-1xfyhpe .framer-qc4mu { gap: 0px; } .framer-6m8on.framer-v-1xfyhpe .framer-qc4mu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6m8on.framer-v-1xfyhpe .framer-qc4mu > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-1xfyhpe .framer-qc4mu > :last-child { margin-bottom: 0px; } }\",\".framer-6m8on.framer-v-1wlzle1 .framer-un8x20, .framer-6m8on.framer-v-1sdlfys .framer-un8x20, .framer-6m8on.framer-v-1n94e3y .framer-un8x20 { cursor: pointer; height: 52px; width: 100%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-etid9i, .framer-6m8on.framer-v-1sdlfys .framer-1rjuflo { cursor: unset; height: 52px; width: 100%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-1i59mxk, .framer-6m8on.framer-v-1sdlfys .framer-1i59mxk { height: 709px; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-nkf38r, .framer-6m8on.framer-v-1sdlfys .framer-nkf38r { bottom: 27px; height: 48%; left: 0px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-u57aal, .framer-6m8on.framer-v-1sdlfys .framer-123jq2a { bottom: 53px; height: 48%; left: 0px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-123jq2a, .framer-6m8on.framer-v-1sdlfys .framer-u57aal { bottom: -7px; height: 48%; left: -1px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-p8zqc { height: 48%; left: 0px; top: calc(72.91960507757406% - 48% / 2); width: 100%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-cjk1c8 { height: var(--framer-aspect-ratio-supported, 250px); left: 50%; right: unset; top: 64px; width: 98%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-1c3cdge { height: var(--framer-aspect-ratio-supported, 250px); left: 50%; right: unset; top: 30px; width: 98%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-og3akd { height: var(--framer-aspect-ratio-supported, 250px); left: 50%; right: unset; top: 74px; width: 98%; }\",\".framer-6m8on.framer-v-1wlzle1 .framer-1jxyv35 { height: var(--framer-aspect-ratio-supported, 251px); left: 49%; right: unset; top: 61px; width: 353px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-1wlzle1 .framer-qc4mu { gap: 0px; } .framer-6m8on.framer-v-1wlzle1 .framer-qc4mu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6m8on.framer-v-1wlzle1 .framer-qc4mu > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-1wlzle1 .framer-qc4mu > :last-child { margin-bottom: 0px; } }\",\".framer-6m8on.framer-v-1sdlfys .framer-p8zqc { height: 48%; left: 0px; top: calc(74.18899858956279% - 48% / 2); width: 100%; }\",\".framer-6m8on.framer-v-1sdlfys .framer-cjk1c8 { height: var(--framer-aspect-ratio-supported, 248px); left: 50%; right: unset; top: 65px; width: 97%; }\",\".framer-6m8on.framer-v-1sdlfys .framer-1c3cdge { height: var(--framer-aspect-ratio-supported, 248px); left: 50%; right: unset; top: 75px; width: 97%; }\",\".framer-6m8on.framer-v-1sdlfys .framer-og3akd { height: var(--framer-aspect-ratio-supported, 248px); left: 50%; right: unset; top: 32px; width: 97%; }\",\".framer-6m8on.framer-v-1sdlfys .framer-1jxyv35 { height: var(--framer-aspect-ratio-supported, 248px); left: 50%; right: unset; top: 65px; width: 348px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-1sdlfys .framer-qc4mu { gap: 0px; } .framer-6m8on.framer-v-1sdlfys .framer-qc4mu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6m8on.framer-v-1sdlfys .framer-qc4mu > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-1sdlfys .framer-qc4mu > :last-child { margin-bottom: 0px; } }\",\".framer-6m8on.framer-v-1dubgwb .framer-p8zqc { top: 46%; }\",\".framer-6m8on.framer-v-1n94e3y .framer-1i59mxk { height: 710px; }\",\".framer-6m8on.framer-v-1n94e3y .framer-nkf38r { bottom: 8px; height: 49%; left: 0px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1n94e3y .framer-u57aal { bottom: -26px; height: 49%; left: -1px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1n94e3y .framer-123jq2a { bottom: -16px; height: 49%; left: 0px; top: unset; width: 100%; }\",\".framer-6m8on.framer-v-1n94e3y .framer-p8zqc { height: 49%; left: 0px; top: calc(68.45070422535213% - 49.014084507042256% / 2); width: 100%; }\",\".framer-6m8on.framer-v-1n94e3y .framer-677f1i { height: 64px; width: 64px; }\",\".framer-6m8on.framer-v-1n94e3y .framer-cjk1c8, .framer-6m8on.framer-v-1n94e3y .framer-og3akd { height: var(--framer-aspect-ratio-supported, 251px); left: 50%; right: unset; top: 65px; width: 98%; }\",\".framer-6m8on.framer-v-1n94e3y .framer-1c3cdge { height: var(--framer-aspect-ratio-supported, 251px); left: 50%; right: unset; top: 76px; width: 98%; }\",\".framer-6m8on.framer-v-1n94e3y .framer-1jxyv35 { height: var(--framer-aspect-ratio-supported, 251px); left: 50%; right: unset; top: 34px; width: 352px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-1n94e3y .framer-qc4mu { gap: 0px; } .framer-6m8on.framer-v-1n94e3y .framer-qc4mu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6m8on.framer-v-1n94e3y .framer-qc4mu > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-1n94e3y .framer-qc4mu > :last-child { margin-bottom: 0px; } }\",\".framer-6m8on.framer-v-1odx786 .framer-un8x20, .framer-6m8on.framer-v-auik0w .framer-un8x20, .framer-6m8on.framer-v-625umb .framer-un8x20 { cursor: pointer; flex: 1 0 0px; padding: 6px 24px 6px 24px; width: 1px; }\",\".framer-6m8on.framer-v-1odx786 .framer-etid9i, .framer-6m8on.framer-v-1odx786 .framer-12cgiu7, .framer-6m8on.framer-v-auik0w .framer-1rjuflo, .framer-6m8on.framer-v-625umb .framer-12cgiu7 { cursor: unset; flex: 1 0 0px; padding: 6px 24px 6px 24px; width: 1px; }\",\".framer-6m8on.framer-v-1odx786 .framer-cjk1c8, .framer-6m8on.framer-v-auik0w .framer-cjk1c8, .framer-6m8on.framer-v-625umb .framer-cjk1c8 { bottom: -61000000px; height: var(--framer-aspect-ratio-supported, 369px); right: -201px; top: unset; width: 68%; }\",\".framer-6m8on.framer-v-1odx786 .framer-1c3cdge { bottom: 0px; height: var(--framer-aspect-ratio-supported, 369px); right: -201px; top: unset; width: 68%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-1odx786.framer-2qfpg9 { gap: 0px; } .framer-6m8on.framer-v-1odx786.framer-2qfpg9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6m8on.framer-v-1odx786.framer-2qfpg9 > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-1odx786.framer-2qfpg9 > :last-child { margin-bottom: 0px; } }\",\".framer-6m8on.framer-v-auik0w .framer-1i59mxk { height: 372px; }\",\".framer-6m8on.framer-v-auik0w .framer-u57aal, .framer-6m8on.framer-v-625umb .framer-u57aal, .framer-6m8on.framer-v-625umb .framer-123jq2a { bottom: -6300px; height: 100%; left: 2px; top: unset; width: 53%; }\",\".framer-6m8on.framer-v-auik0w .framer-1c3cdge, .framer-6m8on.framer-v-625umb .framer-1c3cdge { bottom: -61px; height: var(--framer-aspect-ratio-supported, 369px); right: -201px; top: unset; width: 68%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-auik0w.framer-2qfpg9 { gap: 0px; } .framer-6m8on.framer-v-auik0w.framer-2qfpg9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6m8on.framer-v-auik0w.framer-2qfpg9 > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-auik0w.framer-2qfpg9 > :last-child { margin-bottom: 0px; } }\",\".framer-6m8on.framer-v-625umb .framer-1i59mxk { height: 373px; }\",\".framer-6m8on.framer-v-625umb .framer-p8zqc { height: 100%; left: 0px; top: -1px; width: 53%; }\",\".framer-6m8on.framer-v-625umb .framer-1x9bt8w { height: 100%; justify-content: flex-start; }\",\".framer-6m8on.framer-v-625umb .framer-og3akd { bottom: -61000px; height: var(--framer-aspect-ratio-supported, 369px); right: -201px; top: unset; width: 68%; }\",\".framer-6m8on.framer-v-625umb .framer-1jxyv35 { height: var(--framer-aspect-ratio-supported, 371px); right: -201px; top: -1px; width: 69%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6m8on.framer-v-625umb.framer-2qfpg9 { gap: 0px; } .framer-6m8on.framer-v-625umb.framer-2qfpg9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6m8on.framer-v-625umb.framer-2qfpg9 > :first-child { margin-top: 0px; } .framer-6m8on.framer-v-625umb.framer-2qfpg9 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-6m8on[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-6m8on [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-6m8on[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-6m8on [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-6m8on[data-border=\"true\"]::after, .framer-6m8on [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 998\n * @framerIntrinsicWidth 1081\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tj0lDXTp8\":{\"layout\":[\"fixed\",\"fixed\"]},\"JBRdyzgfK\":{\"layout\":[\"fixed\",\"fixed\"]},\"xfoTpLvjP\":{\"layout\":[\"fixed\",\"auto\"]},\"rh9In3nml\":{\"layout\":[\"fixed\",\"auto\"]},\"dOy8HLUXP\":{\"layout\":[\"fixed\",\"auto\"]},\"bHtDMmtpB\":{\"layout\":[\"fixed\",\"auto\"]},\"pciOIUWyZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"Uy7DQBTOq\":{\"layout\":[\"fixed\",\"auto\"]},\"jmtuZa9CK\":{\"layout\":[\"fixed\",\"auto\"]},\"IV7kiKnNB\":{\"layout\":[\"fixed\",\"auto\"]},\"B3BhjEz2u\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"y5SUDNVET\":\"feature1Header\",\"zvqQSY_q5\":\"feature1Body\",\"Ise0bZSw3\":\"feature2Header\",\"W6NnnLXsh\":\"feature2Body\",\"dqQj91zSJ\":\"feature3Header\",\"NMA6uSetD\":\"feature3Body\",\"Sin_cVMi5\":\"feature4Header\",\"Icz9CHfTp\":\"feature4Body\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerluVJQhjVR=withCSS(Component,css,\"framer-6m8on\");export default FramerluVJQhjVR;FramerluVJQhjVR.displayName=\"Features\";FramerluVJQhjVR.defaultProps={height:998,width:1081};addPropertyControls(FramerluVJQhjVR,{variant:{options:[\"V0_DCuB31\",\"tj0lDXTp8\",\"JBRdyzgfK\",\"xfoTpLvjP\",\"rh9In3nml\",\"dOy8HLUXP\",\"bHtDMmtpB\",\"pciOIUWyZ\",\"Uy7DQBTOq\",\"jmtuZa9CK\",\"IV7kiKnNB\",\"B3BhjEz2u\"],optionTitles:[\"Web 1\",\"Web 2\",\"Web 3\",\"Tablet\",\"Mobile\",\"Variant 8\",\"Variant 9\",\"Web 4\",\"Variant 12\",\"Variant 10\",\"Variant 11\",\"Variant 13\"],title:\"Variant\",type:ControlType.Enum},y5SUDNVET:{defaultValue:\"100% Digitalization\",displayTextArea:false,title:\"Feature 1 Header\",type:ControlType.String},zvqQSY_q5:{defaultValue:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",displayTextArea:false,title:\"Feature 1 Body\",type:ControlType.String},Ise0bZSw3:{defaultValue:\"100% Digitalization\",displayTextArea:false,title:\"Feature 2 Header\",type:ControlType.String},W6NnnLXsh:{defaultValue:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",displayTextArea:false,title:\"Feature 2 Body\",type:ControlType.String},dqQj91zSJ:{defaultValue:\"100% Digitalization\",displayTextArea:false,title:\"Feature 3 Header\",type:ControlType.String},NMA6uSetD:{defaultValue:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",displayTextArea:false,title:\"Feature 3 Body\",type:ControlType.String},Sin_cVMi5:{defaultValue:\"100% Digitalization\",displayTextArea:false,title:\"Feature 4 Header\",type:ControlType.String},Icz9CHfTp:{defaultValue:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between construction plans and fieldwork so that you can achieve first-time-quality, reduce risk, and enable a new level of productivity.\",displayTextArea:false,title:\"Feature 4 Body\",type:ControlType.String}});addFonts(FramerluVJQhjVR,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerluVJQhjVR\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"998\",\"framerIntrinsicWidth\":\"1081\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"y5SUDNVET\\\":\\\"feature1Header\\\",\\\"zvqQSY_q5\\\":\\\"feature1Body\\\",\\\"Ise0bZSw3\\\":\\\"feature2Header\\\",\\\"W6NnnLXsh\\\":\\\"feature2Body\\\",\\\"dqQj91zSJ\\\":\\\"feature3Header\\\",\\\"NMA6uSetD\\\":\\\"feature3Body\\\",\\\"Sin_cVMi5\\\":\\\"feature4Header\\\",\\\"Icz9CHfTp\\\":\\\"feature4Body\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tj0lDXTp8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JBRdyzgfK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xfoTpLvjP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rh9In3nml\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dOy8HLUXP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bHtDMmtpB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pciOIUWyZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Uy7DQBTOq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jmtuZa9CK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IV7kiKnNB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B3BhjEz2u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wY6pU2eDFy0b2PPS0P8l/SMcerKPOR1QRUl4DZtTG/j6Oq5rDkS.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/en1c9kGaYAlwFyO5rOqC/OmHmW8bLGLeJxG8baAa5/LG2KaCc79.js\";const enabledGestures={iMVX9qhG8:{hover:true}};const cycleOrder=[\"iMVX9qhG8\",\"L2T7PHNOQ\"];const serializationHash=\"framer-ngbVM\";const variantClassNames={iMVX9qhG8:\"framer-v-1i9ij15\",L2T7PHNOQ:\"framer-v-v46u42\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Proje Sahibi\":\"iMVX9qhG8\",\"Variant 2\":\"L2T7PHNOQ\"};const getProps=({height,id,image,text,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,dvLwPiF5c:(_ref=image!==null&&image!==void 0?image:props.dvLwPiF5c)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/zVayjALRQt7DbPNgMnZV2biUn3Q.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/zVayjALRQt7DbPNgMnZV2biUn3Q.png?scale-down-to=1024 819w,https://framerusercontent.com/images/zVayjALRQt7DbPNgMnZV2biUn3Q.png 1252w\"},ExFCJW109:(_ref1=text!==null&&text!==void 0?text:props.ExFCJW109)!==null&&_ref1!==void 0?_ref1:\"Ger\\xe7ek zamanl\u0131 verilerle proje ilerleyi\u015Fini \u015Feffafl\u0131kla takip eder, ekipler aras\u0131 ileti\u015Fimi geli\u015Ftirir ve \u015Fantiye ziyaretlerini azalt\u0131r.\",o4K43DRhI:(_ref2=title!==null&&title!==void 0?title:props.o4K43DRhI)!==null&&_ref2!==void 0?_ref2:\"Proje Sahipleri\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"iMVX9qhG8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,dvLwPiF5c,o4K43DRhI,ExFCJW109,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iMVX9qhG8\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"L2T7PHNOQ\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"iMVX9qhG8-hover\")return true;if(baseVariant===\"L2T7PHNOQ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1i9ij15\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Proje Sahibi\",layoutDependency:layoutDependency,layoutId:\"iMVX9qhG8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.7506944537162781px\",\"--border-color\":\"rgb(225, 225, 225)\",\"--border-left-width\":\"0.7506944537162781px\",\"--border-right-width\":\"0.7506944537162781px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7506944537162781px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12.01,borderBottomRightRadius:12.01,borderTopLeftRadius:12.01,borderTopRightRadius:12.01,boxShadow:\"0px 3.0027778148651123px 6.005555629730225px 0px rgba(0, 0, 0, 0.05999999865889549)\",...style},variants:{\"iMVX9qhG8-hover\":{backgroundColor:\"rgb(40, 224, 187)\"}},...addPropertyOverrides({\"iMVX9qhG8-hover\":{\"data-framer-name\":undefined},L2T7PHNOQ:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1e4nqy9\",\"data-framer-name\":\"Color Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:274,intrinsicWidth:703,layoutDependency:layoutDependency,layoutId:\"jHulaqFHL\",style:{opacity:1},svg:'<svg width=\"703\" height=\"274\" viewBox=\"0 0 703 274\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.3\">\\n<path d=\"M437.066 56.6119C390.748 21.4217 330.647 0.116699 264.852 0.116699C118.608 0.116699 0.0375061 105.256 0.0375061 234.934H135.656C135.656 171.665 193.501 120.373 264.852 120.373C307.697 120.373 345.681 138.907 369.187 167.386C381.617 125.576 405.227 87.7382 437.066 56.6427V56.6119Z\" fill=\"#28E0BB\"/>\\n<path d=\"M658.897 120.373V0.116699C512.654 0.116699 394.083 105.256 394.083 234.934H529.702C529.702 171.665 587.546 120.373 658.897 120.373Z\" fill=\"#020096\"/>\\n<path d=\"M659.09 273.314C683.021 273.314 702.421 256.111 702.421 234.891C702.421 213.671 683.021 196.468 659.09 196.468C635.159 196.468 615.759 213.671 615.759 234.891C615.759 256.111 635.159 273.314 659.09 273.314Z\" fill=\"#28E0BB\"/>\\n</g>\\n</svg>\\n',variants:{\"iMVX9qhG8-hover\":{opacity:0},L2T7PHNOQ:{opacity:.47}},withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-149iaac\",\"data-framer-name\":\"White Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:370,intrinsicWidth:952,layoutDependency:layoutDependency,layoutId:\"ZyqFXfy_M\",style:{opacity:0},svg:'<svg width=\"952\" height=\"370\" viewBox=\"0 0 952 370\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.3\">\\n<path d=\"M592.456 77.0792C529.703 29.6233 448.276 0.892365 359.133 0.892365C160.997 0.892365 0.353027 142.679 0.353027 317.556H184.094C184.094 232.235 262.464 163.064 359.133 163.064C417.182 163.064 468.644 188.059 500.491 226.463C517.332 170.081 549.319 119.055 592.456 77.1207V77.0792Z\" fill=\"white\"/>\\n<path d=\"M893.002 163.064V0.892365C694.866 0.892365 534.221 142.679 534.221 317.555H717.963C717.963 232.235 796.333 163.064 893.002 163.064Z\" fill=\"white\"/>\\n<path d=\"M893.263 369.313C925.686 369.313 951.97 346.115 951.97 317.498C951.97 288.881 925.686 265.683 893.263 265.683C860.84 265.683 834.556 288.881 834.556 317.498C834.556 346.115 860.84 369.313 893.263 369.313Z\" fill=\"white\"/>\\n</g>\\n</svg>\\n',variants:{\"iMVX9qhG8-hover\":{opacity:1}},withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+22),sizes:\"313px\",...toResponsiveImage(dvLwPiF5c),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-mpnsag\",\"data-framer-name\":\"builder-construction-vest-orange-helmet-standing-white-studio-background-safety-specialist-engineer-industry-architecture-manager-occupation-businessman-job-concept 1\",layoutDependency:layoutDependency,layoutId:\"u9cm8l7iI\",style:{opacity:1},variants:{\"iMVX9qhG8-hover\":{opacity:.3}},...addPropertyOverrides({\"iMVX9qhG8-hover\":{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||334)-207),sizes:\"313px\",...toResponsiveImage(dvLwPiF5c),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-bi5431\",\"data-framer-name\":\"Rectangle 290\",layoutDependency:layoutDependency,layoutId:\"ZyJFNae50\",style:{background:\"linear-gradient(0deg, rgb(40, 224, 187) 0%, rgba(40, 224, 187, 0) 100%)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m8px0u\",layoutDependency:layoutDependency,layoutId:\"duhuph6Pq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-psq1li\",\"data-styles-preset\":\"LG2KaCc79\",children:\"Proje Sahipleri\"})}),className:\"framer-1hds2a7\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RwnEbkmeY\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:o4K43DRhI,verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f6apjx\",\"data-styles-preset\":\"j6Oq5rDkS\",children:\"Ger\\xe7ek zamanl\u0131 verilerle proje ilerleyi\u015Fini \u015Feffafl\u0131kla takip eder, ekipler aras\u0131 ileti\u015Fimi geli\u015Ftirir ve \u015Fantiye ziyaretlerini azalt\u0131r.\"})}),className:\"framer-1fcwhr\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rnVEEIKxZ\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:ExFCJW109,verticalAlignment:\"center\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ngbVM.framer-uu1jxj, .framer-ngbVM .framer-uu1jxj { display: block; }\",\".framer-ngbVM.framer-1i9ij15 { cursor: pointer; height: 334px; overflow: hidden; position: relative; width: 251px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ngbVM .framer-1e4nqy9 { flex: none; height: 274px; left: -22px; position: absolute; top: 114px; width: 703px; }\",\".framer-ngbVM .framer-149iaac { bottom: -129px; flex: none; height: 370px; left: -57px; position: absolute; right: -644px; }\",\".framer-ngbVM .framer-mpnsag { aspect-ratio: 0.8005115089514067 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 391px); position: absolute; right: -102px; top: 22px; width: 313px; }\",\".framer-ngbVM .framer-bi5431 { bottom: 0px; flex: none; height: 171px; left: calc(49.80079681274903% - 100% / 2); position: absolute; width: 100%; }\",\".framer-ngbVM .framer-1m8px0u { align-content: flex-start; align-items: flex-start; bottom: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 16px 0px 16px; position: absolute; width: 100%; }\",\".framer-ngbVM .framer-1hds2a7, .framer-ngbVM .framer-1fcwhr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ngbVM .framer-1m8px0u { gap: 0px; } .framer-ngbVM .framer-1m8px0u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ngbVM .framer-1m8px0u > :first-child { margin-top: 0px; } .framer-ngbVM .framer-1m8px0u > :last-child { margin-bottom: 0px; } }\",\".framer-ngbVM.framer-v-v46u42.framer-1i9ij15 { cursor: unset; }\",\".framer-ngbVM.framer-v-v46u42 .framer-1e4nqy9 { bottom: -54px; left: -22px; top: unset; }\",\".framer-ngbVM.framer-v-v46u42 .framer-1m8px0u, .framer-ngbVM.framer-v-1i9ij15.hover .framer-1m8px0u { bottom: unset; top: 16px; }\",\".framer-ngbVM.framer-v-1i9ij15.hover .framer-mpnsag { bottom: -184px; top: unset; }\",\".framer-ngbVM.framer-v-1i9ij15.hover .framer-bi5431 { bottom: -1px; height: unset; top: 0px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-ngbVM[data-border=\"true\"]::after, .framer-ngbVM [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 334\n * @framerIntrinsicWidth 251\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"L2T7PHNOQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pc9cCrokW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"dvLwPiF5c\":\"image\",\"o4K43DRhI\":\"title\",\"ExFCJW109\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpVyQ9WBFS=withCSS(Component,css,\"framer-ngbVM\");export default FramerpVyQ9WBFS;FramerpVyQ9WBFS.displayName=\"Stakeholder Cards\";FramerpVyQ9WBFS.defaultProps={height:334,width:251};addPropertyControls(FramerpVyQ9WBFS,{variant:{options:[\"iMVX9qhG8\",\"L2T7PHNOQ\"],optionTitles:[\"Proje Sahibi\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},dvLwPiF5c:{__defaultAssetReference:\"data:framer/asset-reference,zVayjALRQt7DbPNgMnZV2biUn3Q.png?originalFilename=builder-construction-vest-orange-helmet-standing-white-studio-background-safety-specialist-engineer-industry-architecture-manager-occupation-businessman-job-concept+1.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},o4K43DRhI:{defaultValue:\"Proje Sahipleri\",displayTextArea:false,title:\"Title\",type:ControlType.String},ExFCJW109:{defaultValue:\"Ger\\xe7ek zamanl\u0131 verilerle proje ilerleyi\u015Fini \u015Feffafl\u0131kla takip eder, ekipler aras\u0131 ileti\u015Fimi geli\u015Ftirir ve \u015Fantiye ziyaretlerini azalt\u0131r.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerpVyQ9WBFS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpVyQ9WBFS\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"L2T7PHNOQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pc9cCrokW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"251\",\"framerVariables\":\"{\\\"dvLwPiF5c\\\":\\\"image\\\",\\\"o4K43DRhI\\\":\\\"title\\\",\\\"ExFCJW109\\\":\\\"text\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"334\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pVyQ9WBFS.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\")}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(element.getContext&&element.getContext(\"2d\")){// was able or not to get WebP representation\nreturn _getWebPSupported=element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn _getWebPSupported=false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";const YouTubeFonts=getFonts(YouTube);const serializationHash=\"framer-actOy\";const variantClassNames={ZCJLmryJF:\"framer-v-172ke23\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ZCJLmryJF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1860,pixelWidth:3806,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/lU2I3E6NnCWPMMiBFtS517Z1D5w.png\",srcSet:\"https://framerusercontent.com/images/lU2I3E6NnCWPMMiBFtS517Z1D5w.png?scale-down-to=512 512w,https://framerusercontent.com/images/lU2I3E6NnCWPMMiBFtS517Z1D5w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lU2I3E6NnCWPMMiBFtS517Z1D5w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lU2I3E6NnCWPMMiBFtS517Z1D5w.png 3806w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-172ke23\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZCJLmryJF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"4.6px\",\"--border-color\":\"rgba(255, 255, 255, 0.5)\",\"--border-left-width\":\"4.6px\",\"--border-right-width\":\"4.6px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4.6px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gbijvf-container\",layoutDependency:layoutDependency,layoutId:\"DledtsQl6-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,height:\"100%\",id:\"DledtsQl6\",isMixedBorderRadius:false,isRed:false,layoutId:\"DledtsQl6\",play:\"Loop\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:12,topRightRadius:12,url:\"https://youtu.be/3pjOJmfmADQ\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-actOy.framer-1copr2f, .framer-actOy .framer-1copr2f { display: block; }\",\".framer-actOy.framer-172ke23 { height: 350px; position: relative; width: 620px; }\",\".framer-actOy .framer-gbijvf-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",'.framer-actOy[data-border=\"true\"]::after, .framer-actOy [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 350\n * @framerIntrinsicWidth 620\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqGthLw1y2=withCSS(Component,css,\"framer-actOy\");export default FramerqGthLw1y2;FramerqGthLw1y2.displayName=\"Frame 77\";FramerqGthLw1y2.defaultProps={height:350,width:620};addFonts(FramerqGthLw1y2,[{explicitInter:true,fonts:[]},...YouTubeFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqGthLw1y2\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"620\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"350\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qGthLw1y2.map", "// Generated by Framer (1e08357)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./uYPHUWsWf-0.js\";const cycleOrder=[\"fTijxhirB\",\"qRAgbhbnT\",\"T096x1SEx\",\"ZyBRsD2Bi\",\"dLYxeX18T\"];const serializationHash=\"framer-xqJ8r\";const variantClassNames={dLYxeX18T:\"framer-v-1f2s3ks\",fTijxhirB:\"framer-v-1jso7o4\",qRAgbhbnT:\"framer-v-1wcx5et\",T096x1SEx:\"framer-v-p1zm1g\",ZyBRsD2Bi:\"framer-v-1qjn6q9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={gQMHO4Wvj:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"DarkBlue Ghost\":\"dLYxeX18T\",\"Outline DarkBlue\":\"T096x1SEx\",\"Outline White\":\"qRAgbhbnT\",Filled:\"fTijxhirB\",Ghost:\"ZyBRsD2Bi\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,JcCmgsnGw:(_ref=title!==null&&title!==void 0?title:props.JcCmgsnGw)!==null&&_ref!==void 0?_ref:\"Get Demo\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"fTijxhirB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,JcCmgsnGw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fTijxhirB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1jso7o4\",className,classNames),\"data-framer-name\":\"Filled\",layoutDependency:layoutDependency,layoutId:\"fTijxhirB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(40, 224, 187)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{dLYxeX18T:{backgroundColor:\"rgba(0, 0, 0, 0)\"},qRAgbhbnT:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},T096x1SEx:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(2, 1, 100)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},ZyBRsD2Bi:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({dLYxeX18T:{\"data-framer-name\":\"DarkBlue Ghost\"},qRAgbhbnT:{\"data-border\":true,\"data-framer-name\":\"Outline White\"},T096x1SEx:{\"data-border\":true,\"data-framer-name\":\"Outline DarkBlue\"},ZyBRsD2Bi:{\"data-framer-name\":\"Ghost\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(2, 1, 100, 1))\"},children:\"Get Demo\"})})}),className:\"framer-5wusuw\",\"data-framer-name\":\"Get Demo\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"gapeptirL\",style:{\"--extracted-1w3ko1f\":\"rgba(2, 1, 100, 1)\",\"--framer-paragraph-spacing\":\"0px\"},text:JcCmgsnGw,variants:{dLYxeX18T:{\"--extracted-r6o4lv\":\"rgb(2, 1, 100)\"},qRAgbhbnT:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},T096x1SEx:{\"--extracted-r6o4lv\":\"rgb(2, 1, 100)\"},ZyBRsD2Bi:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dLYxeX18T:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(2, 1, 100))\"},children:\"Get Demo\"})})},qRAgbhbnT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get Demo\"})})},T096x1SEx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(2, 1, 100))\"},children:\"Get Demo\"})})},ZyBRsD2Bi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get Demo\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xqJ8r.framer-dq92qq, .framer-xqJ8r .framer-dq92qq { display: block; }\",\".framer-xqJ8r.framer-1jso7o4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-xqJ8r .framer-5wusuw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xqJ8r.framer-1jso7o4 { gap: 0px; } .framer-xqJ8r.framer-1jso7o4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xqJ8r.framer-1jso7o4 > :first-child { margin-left: 0px; } .framer-xqJ8r.framer-1jso7o4 > :last-child { margin-right: 0px; } }\",'.framer-xqJ8r[data-border=\"true\"]::after, .framer-xqJ8r [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 45.5\n * @framerIntrinsicWidth 118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"qRAgbhbnT\":{\"layout\":[\"auto\",\"auto\"]},\"T096x1SEx\":{\"layout\":[\"auto\",\"auto\"]},\"ZyBRsD2Bi\":{\"layout\":[\"auto\",\"auto\"]},\"dLYxeX18T\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"JcCmgsnGw\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruYPHUWsWf=withCSS(Component,css,\"framer-xqJ8r\");export default FrameruYPHUWsWf;FrameruYPHUWsWf.displayName=\"Buttons\";FrameruYPHUWsWf.defaultProps={height:45.5,width:118};addPropertyControls(FrameruYPHUWsWf,{variant:{options:[\"fTijxhirB\",\"qRAgbhbnT\",\"T096x1SEx\",\"ZyBRsD2Bi\",\"dLYxeX18T\"],optionTitles:[\"Filled\",\"Outline White\",\"Outline DarkBlue\",\"Ghost\",\"DarkBlue Ghost\"],title:\"Variant\",type:ControlType.Enum},JcCmgsnGw:{defaultValue:\"Get Demo\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FrameruYPHUWsWf,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruYPHUWsWf\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"45.5\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"118\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"JcCmgsnGw\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qRAgbhbnT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"T096x1SEx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZyBRsD2Bi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dLYxeX18T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uYPHUWsWf.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Buttons from\"https://framerusercontent.com/modules/wN7dTx9QzHtUXXWOJtYn/ZcTrGfZCdLq63eV48J1e/uYPHUWsWf.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/o31dSmTiOUUNyQDifAjj/PNkjzLMKTEhONvGUTRS5/AXCouaYDl.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wY6pU2eDFy0b2PPS0P8l/SMcerKPOR1QRUl4DZtTG/j6Oq5rDkS.js\";const ButtonsFonts=getFonts(Buttons);const enabledGestures={LF4crs_Bk:{hover:true},twZUJ5XC9:{hover:true},XTRYEsYQo:{hover:true}};const cycleOrder=[\"LF4crs_Bk\",\"twZUJ5XC9\",\"XTRYEsYQo\"];const serializationHash=\"framer-PDmRw\";const variantClassNames={LF4crs_Bk:\"framer-v-1xosyxy\",twZUJ5XC9:\"framer-v-171k4dc\",XTRYEsYQo:\"framer-v-1wrg632\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Mobile:\"XTRYEsYQo\",Tablet:\"twZUJ5XC9\",Web:\"LF4crs_Bk\"};const getProps=({height,id,image,text,title,width,...props})=>{return{...props,doTA7UF02:text??props.doTA7UF02??\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between\",ln50BzADN:title??props.ln50BzADN??\"Mining\",variant:humanReadableVariantMap[props.variant]??props.variant??\"LF4crs_Bk\",vdJCCTVO8:image??props.vdJCCTVO8};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ln50BzADN,doTA7UF02,vdJCCTVO8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LF4crs_Bk\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"LF4crs_Bk-hover\",\"twZUJ5XC9-hover\",\"XTRYEsYQo-hover\"].includes(gestureVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(vdJCCTVO8)},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xosyxy\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Web\",layoutDependency:layoutDependency,layoutId:\"LF4crs_Bk\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0.8215909004211426px\",\"--border-color\":\"rgba(255, 255, 255, 0.2)\",\"--border-left-width\":\"0.8215909004211426px\",\"--border-right-width\":\"0.8215909004211426px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.8215909004211426px\",borderBottomLeftRadius:13.15,borderBottomRightRadius:13.15,borderTopLeftRadius:13.15,borderTopRightRadius:13.15,...style},...addPropertyOverrides({\"LF4crs_Bk-hover\":{\"data-framer-name\":undefined},\"twZUJ5XC9-hover\":{\"data-framer-name\":undefined},\"XTRYEsYQo-hover\":{\"data-framer-name\":undefined},twZUJ5XC9:{\"data-framer-name\":\"Tablet\"},XTRYEsYQo:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k29wv9\",layoutDependency:layoutDependency,layoutId:\"xbSPZWfFN\",style:{backgroundColor:\"rgba(18, 18, 46, 0.6)\",opacity:0},variants:{\"LF4crs_Bk-hover\":{opacity:1},\"twZUJ5XC9-hover\":{opacity:1},\"XTRYEsYQo-hover\":{opacity:1}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-znrx9g\",layoutDependency:layoutDependency,layoutId:\"yezYwI_5g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(255, 255, 255))\"},children:\"Mining\"})}),className:\"framer-ln0mjd\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uPihqufLw\",style:{\"--extracted-1eung3n\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:ln50BzADN,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f6apjx\",\"data-styles-preset\":\"j6Oq5rDkS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between\"})}),className:\"framer-1s7qjch\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tD6Vlyusk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:doTA7UF02,variants:{\"LF4crs_Bk-hover\":{opacity:1},\"twZUJ5XC9-hover\":{opacity:1},\"XTRYEsYQo-hover\":{opacity:1}},verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"120px\",y:(componentViewport?.y||0)+(componentViewport?.height||370)-53.5+0+181.6,...addPropertyOverrides({twZUJ5XC9:{y:(componentViewport?.y||0)+(componentViewport?.height||370)-77.6+0+181.6},XTRYEsYQo:{y:(componentViewport?.y||0)+(componentViewport?.height||370)-77.6+0+181.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mjuzcs-container\",layoutDependency:layoutDependency,layoutId:\"oOJCHulzm-container\",style:{opacity:0},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"oOJCHulzm\",JcCmgsnGw:\"Explore\",layoutId:\"oOJCHulzm\",style:{height:\"100%\",width:\"100%\"},variant:\"qRAgbhbnT\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qgx6zf\",layoutDependency:layoutDependency,layoutId:\"uPdD5n3qy\",style:{background:\"linear-gradient(180deg, rgba(65, 65, 166, 0) 50%, rgb(18, 18, 46) 95%)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PDmRw.framer-7eypyi, .framer-PDmRw .framer-7eypyi { display: block; }\",\".framer-PDmRw.framer-1xosyxy { cursor: pointer; height: 370px; overflow: hidden; position: relative; width: 246px; will-change: var(--framer-will-change-override, transform); }\",\".framer-PDmRw .framer-k29wv9 { flex: none; height: 493px; left: -56px; overflow: visible; position: absolute; right: -28px; top: -143px; z-index: 0; }\",\".framer-PDmRw .framer-znrx9g { align-content: flex-start; align-items: flex-start; bottom: -148px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: 202px; justify-content: flex-start; left: 20px; overflow: hidden; padding: 0px; position: absolute; width: 88%; }\",\".framer-PDmRw .framer-ln0mjd { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-PDmRw .framer-1s7qjch { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-PDmRw .framer-1mjuzcs-container { flex: none; height: 44px; position: relative; width: 120px; z-index: 1; }\",\".framer-PDmRw .framer-qgx6zf { bottom: -48px; flex: none; height: 493px; left: -37px; overflow: visible; position: absolute; right: -47px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PDmRw .framer-znrx9g { gap: 0px; } .framer-PDmRw .framer-znrx9g > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-PDmRw .framer-znrx9g > :first-child { margin-top: 0px; } .framer-PDmRw .framer-znrx9g > :last-child { margin-bottom: 0px; } }\",\".framer-PDmRw.framer-v-171k4dc.framer-1xosyxy { width: 370px; }\",\".framer-PDmRw.framer-v-171k4dc .framer-znrx9g, .framer-PDmRw.framer-v-1wrg632 .framer-znrx9g { height: min-content; }\",\".framer-PDmRw.framer-v-1wrg632.framer-1xosyxy { width: 340px; }\",\".framer-PDmRw.framer-v-1xosyxy.hover .framer-k29wv9 { bottom: -48px; height: unset; left: -37px; right: -47px; top: -75px; }\",\".framer-PDmRw.framer-v-1xosyxy.hover .framer-znrx9g { bottom: 20px; height: min-content; width: 88%; }\",\".framer-PDmRw.framer-v-171k4dc.hover .framer-k29wv9, .framer-PDmRw.framer-v-1wrg632.hover .framer-k29wv9 { bottom: 0px; height: unset; left: 0px; right: 0px; top: -123px; }\",\".framer-PDmRw.framer-v-171k4dc.hover .framer-znrx9g, .framer-PDmRw.framer-v-1wrg632.hover .framer-znrx9g { bottom: 20px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-PDmRw[data-border=\"true\"]::after, .framer-PDmRw [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 370\n * @framerIntrinsicWidth 246\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"twZUJ5XC9\":{\"layout\":[\"fixed\",\"fixed\"]},\"XTRYEsYQo\":{\"layout\":[\"fixed\",\"fixed\"]},\"fMz8fNkdV\":{\"layout\":[\"fixed\",\"fixed\"]},\"VhwO51f9b\":{\"layout\":[\"fixed\",\"fixed\"]},\"KGErbHIFr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ln50BzADN\":\"title\",\"doTA7UF02\":\"text\",\"vdJCCTVO8\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQP0lUK3il=withCSS(Component,css,\"framer-PDmRw\");export default FramerQP0lUK3il;FramerQP0lUK3il.displayName=\"Industry Cards\";FramerQP0lUK3il.defaultProps={height:370,width:246};addPropertyControls(FramerQP0lUK3il,{variant:{options:[\"LF4crs_Bk\",\"twZUJ5XC9\",\"XTRYEsYQo\"],optionTitles:[\"Web\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},ln50BzADN:{defaultValue:\"Mining\",displayTextArea:false,title:\"Title\",type:ControlType.String},doTA7UF02:{defaultValue:\"RemoteSite revolutionizes quality assurance of construction to generates real-time intelligence that finds deviations between\",displayTextArea:false,title:\"Text\",type:ControlType.String},vdJCCTVO8:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerQP0lUK3il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ButtonsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQP0lUK3il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"246\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ln50BzADN\\\":\\\"title\\\",\\\"doTA7UF02\\\":\\\"text\\\",\\\"vdJCCTVO8\\\":\\\"image\\\"}\",\"framerIntrinsicHeight\":\"370\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"twZUJ5XC9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XTRYEsYQo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fMz8fNkdV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VhwO51f9b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KGErbHIFr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,ResolveLinks,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Resources from\"https://framerusercontent.com/modules/lhapWqQMDqLVnGgbvFCh/9eoodQvi7rWrrZBn9f0o/yjNYHRlzq.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wY6pU2eDFy0b2PPS0P8l/SMcerKPOR1QRUl4DZtTG/j6Oq5rDkS.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/en1c9kGaYAlwFyO5rOqC/OmHmW8bLGLeJxG8baAa5/LG2KaCc79.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rUUFismm0hlOAGYGqUB6/uRGdFvIl3l8S7NNgu0Un/N99fzcmG8.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/e83lQJN8n8MMGRY0cAYw/wlYqTuk4odJ3d70AQpy9/o8Okx4Rpu.js\";import Button from\"https://framerusercontent.com/modules/mR3Q2D9VRSNvXB9AG7fE/zDg5C57odDvqxyR0Bghw/CWc2k02pL.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"P6wydPHlW\",\"XhJhFaNRM\",\"kZOc23v1s\",\"ks55PFQNo\",\"c6dKjgWpy\",\"PqZo8uQJH\"];const serializationHash=\"framer-5THpg\";const variantClassNames={c6dKjgWpy:\"framer-v-5nycp8\",ks55PFQNo:\"framer-v-cb1l5b\",kZOc23v1s:\"framer-v-10rvggn\",P6wydPHlW:\"framer-v-18ytjyb\",PqZo8uQJH:\"framer-v-2vcj2t\",XhJhFaNRM:\"framer-v-155np6p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const query=prequery=>prequery({from:{alias:\"tehUBajmu\",data:Resources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"tehUBajmu\",name:\"crIN6oSee\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"kndJ7sNqO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"gAoW6DU8o\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"S0jpwKqiE\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"BYdp6s1xO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"Di4T2GATh\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"tehUBajmu\",name:\"wuILxvUw5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AjIWGSVbf\"},type:\"BinaryOperation\"}});const query1=prequery=>prequery({from:{alias:\"tehUBajmu\",data:Resources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"tehUBajmu\",name:\"crIN6oSee\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"kndJ7sNqO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"gAoW6DU8o\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"S0jpwKqiE\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"BYdp6s1xO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"Di4T2GATh\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"tehUBajmu\",name:\"wuILxvUw5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AjIWGSVbf\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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={\"Mobile 1\":\"kZOc23v1s\",\"Variant 7\":\"PqZo8uQJH\",\"Web 2\":\"c6dKjgWpy\",Tablet:\"ks55PFQNo\",Web1:\"P6wydPHlW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"P6wydPHlW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,crIN6oSeetehUBajmu,kndJ7sNqOtehUBajmu,gAoW6DU8otehUBajmu,S0jpwKqiEtehUBajmu,BYdp6s1xOtehUBajmu,Di4T2GAThtehUBajmu,idtehUBajmu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"P6wydPHlW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-18ytjyb\",className,classNames),\"data-framer-name\":\"Web1\",layoutDependency:layoutDependency,layoutId:\"P6wydPHlW\",ref:ref??ref1,style:{...style},...addPropertyOverrides({c6dKjgWpy:{\"data-framer-name\":\"Web 2\"},ks55PFQNo:{\"data-framer-name\":\"Tablet\"},kZOc23v1s:{\"data-framer-name\":\"Mobile 1\"},PqZo8uQJH:{\"data-framer-name\":\"Variant 7\"},XhJhFaNRM:{\"data-framer-name\":\"Web 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m4ho5y\",layoutDependency:layoutDependency,layoutId:\"WeBEU4uXI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",children:\"Haberler\"})}),className:\"framer-1yei00i\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gl6ECEdz3\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10hlyn4\",layoutDependency:layoutDependency,layoutId:\"tehUBajmu\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"tehUBajmu\",data:Resources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"tehUBajmu\",name:\"crIN6oSee\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"kndJ7sNqO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"gAoW6DU8o\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"S0jpwKqiE\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"BYdp6s1xO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"Di4T2GATh\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"tehUBajmu\",name:\"wuILxvUw5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AjIWGSVbf\"},type:\"BinaryOperation\"}},...addPropertyOverrides({c6dKjgWpy:{query:{from:{alias:\"tehUBajmu\",data:Resources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"tehUBajmu\",name:\"crIN6oSee\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"kndJ7sNqO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"gAoW6DU8o\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"S0jpwKqiE\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"BYdp6s1xO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"Di4T2GATh\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"tehUBajmu\",name:\"wuILxvUw5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AjIWGSVbf\"},type:\"BinaryOperation\"}}},ks55PFQNo:{query:{from:{alias:\"tehUBajmu\",data:Resources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"tehUBajmu\",name:\"crIN6oSee\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"kndJ7sNqO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"gAoW6DU8o\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"S0jpwKqiE\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"BYdp6s1xO\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"Di4T2GATh\",type:\"Identifier\"},{collection:\"tehUBajmu\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"tehUBajmu\",name:\"wuILxvUw5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AjIWGSVbf\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BYdp6s1xO:BYdp6s1xOtehUBajmu,crIN6oSee:crIN6oSeetehUBajmu,Di4T2GATh:Di4T2GAThtehUBajmu,gAoW6DU8o:gAoW6DU8otehUBajmu,id:idtehUBajmu,kndJ7sNqO:kndJ7sNqOtehUBajmu,S0jpwKqiE:S0jpwKqiEtehUBajmu},index)=>{crIN6oSeetehUBajmu??=\"\";S0jpwKqiEtehUBajmu??=\"\";BYdp6s1xOtehUBajmu??=\"\";Di4T2GAThtehUBajmu??=\"\";const textContent=toDateString(gAoW6DU8otehUBajmu,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`tehUBajmu-${idtehUBajmu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{crIN6oSee:crIN6oSeetehUBajmu},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{crIN6oSee:crIN6oSeetehUBajmu},webPageId:\"ypHdKVuvZ\"},nodeId:\"Q2Q_WdZ1J\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-14w6bwf framer-g61f6p\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Q2Q_WdZ1J\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(203, 203, 203)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-aa0rs0\",layoutDependency:layoutDependency,layoutId:\"bQOK0ufzl\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+0+0+0+0+0),sizes:`max(max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 80px) / 3, 50px), 1px)`,...toResponsiveImage(kndJ7sNqOtehUBajmu)},className:\"framer-1u7iwdm\",layoutDependency:layoutDependency,layoutId:\"DyWt4IhRm\",style:{borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({c6dKjgWpy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+0+0+0+0+0),sizes:`max(max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 40px) / 2, 50px), 1px)`,...toResponsiveImage(kndJ7sNqOtehUBajmu)}},ks55PFQNo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+0+0+0+0+0),sizes:`max(max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 40px) / 2, 50px), 1px)`,...toResponsiveImage(kndJ7sNqOtehUBajmu)}},kZOc23v1s:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+0+0+0+0+0),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1280px), 1px)`,...toResponsiveImage(kndJ7sNqOtehUBajmu)}},PqZo8uQJH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+0+0+0+0+0),sizes:\"373.5px\",...toResponsiveImage(kndJ7sNqOtehUBajmu)}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ht3csl\",layoutDependency:layoutDependency,layoutId:\"oEI08TsBz\",style:{backgroundColor:\"rgba(255, 255, 255, 0.5)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f6apjx\",\"data-styles-preset\":\"j6Oq5rDkS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Content\"})}),className:\"framer-iq2zd5\",\"data-framer-name\":\"Added at\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HDD6ITaaJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15206p9\",layoutDependency:layoutDependency,layoutId:\"xhBPNnzzO\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pkyj67\",layoutDependency:layoutDependency,layoutId:\"LV2G_9qde\",style:{backgroundColor:\"rgb(230, 230, 244)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f6apjx\",\"data-styles-preset\":\"j6Oq5rDkS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(2, 0, 150))\"},children:\"Resource Tag\"})}),className:\"framer-ds54uw\",\"data-framer-name\":\"Resource Tag\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cCpv5heuc\",style:{\"--extracted-r6o4lv\":\"rgb(2, 0, 150)\"},text:S0jpwKqiEtehUBajmu,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-psq1li\",\"data-styles-preset\":\"LG2KaCc79\",children:\"Blog lovers blog writes love hate and robots. Copy Copy\"})}),className:\"framer-xul9jw\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VOMbnNJRA\",text:BYdp6s1xOtehUBajmu,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-nf1xaw\",\"data-styles-preset\":\"o8Okx4Rpu\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:\"5 minute to read\"})}),className:\"framer-zvniwv\",\"data-framer-name\":\"Time to Read\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MzNzYt2Jv\",style:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"},text:Di4T2GAThtehUBajmu,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idtehUBajmu);})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vQNn0mI3w\"},implicitPathVariables:undefined},{href:{webPageId:\"c0zBrUIIz\"},implicitPathVariables:undefined},{href:{webPageId:\"vQNn0mI3w\"},implicitPathVariables:undefined},{href:{webPageId:\"vQNn0mI3w\"},implicitPathVariables:undefined},{href:{webPageId:\"c0zBrUIIz\"},implicitPathVariables:undefined},{href:{webPageId:\"c0zBrUIIz\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"373.5px\",y:(componentViewport?.y||0)+0+676,...addPropertyOverrides({kZOc23v1s:{width:componentViewport?.width||\"100vw\"},PqZo8uQJH:{width:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i8t4lp-container\",layoutDependency:layoutDependency,layoutId:\"E9f5kkZ83-container\",children:/*#__PURE__*/_jsx(Button,{AkAoOF8of:\"Daha Fazla\",fGkWeAZoi:resolvedLinks[0],height:\"100%\",id:\"E9f5kkZ83\",layoutId:\"E9f5kkZ83\",style:{width:\"100%\"},variant:\"KSEMjO2Vc\",width:\"100%\",...addPropertyOverrides({c6dKjgWpy:{fGkWeAZoi:resolvedLinks[4]},ks55PFQNo:{fGkWeAZoi:resolvedLinks[3]},kZOc23v1s:{fGkWeAZoi:resolvedLinks[2]},PqZo8uQJH:{fGkWeAZoi:resolvedLinks[5]},XhJhFaNRM:{fGkWeAZoi:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5THpg.framer-g61f6p, .framer-5THpg .framer-g61f6p { display: block; }\",\".framer-5THpg.framer-18ytjyb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-5THpg .framer-1m4ho5y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5THpg .framer-1yei00i { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-5THpg .framer-10hlyn4 { display: grid; flex: none; gap: 40px; grid-auto-rows: 200px; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: 540px; justify-content: center; max-width: 1280px; padding: 0px; position: relative; width: 100%; }\",\".framer-5THpg .framer-14w6bwf { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: 540px; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-5THpg .framer-aa0rs0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 200px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5THpg .framer-1u7iwdm { flex: 1 0 0px; height: 200px; position: relative; width: 1px; }\",\".framer-5THpg .framer-ht3csl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 12px 5px 12px; position: absolute; right: 20px; top: 20px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5THpg .framer-iq2zd5, .framer-5THpg .framer-ds54uw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5THpg .framer-15206p9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; min-width: 200px; padding: 20px; position: relative; width: 100%; }\",\".framer-5THpg .framer-1pkyj67 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5THpg .framer-xul9jw, .framer-5THpg .framer-zvniwv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5THpg .framer-i8t4lp-container { flex: none; height: auto; position: relative; width: 374px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5THpg.framer-18ytjyb, .framer-5THpg .framer-1m4ho5y, .framer-5THpg .framer-14w6bwf, .framer-5THpg .framer-aa0rs0, .framer-5THpg .framer-ht3csl, .framer-5THpg .framer-15206p9, .framer-5THpg .framer-1pkyj67 { gap: 0px; } .framer-5THpg.framer-18ytjyb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-5THpg.framer-18ytjyb > :first-child, .framer-5THpg .framer-14w6bwf > :first-child, .framer-5THpg .framer-15206p9 > :first-child { margin-top: 0px; } .framer-5THpg.framer-18ytjyb > :last-child, .framer-5THpg .framer-14w6bwf > :last-child, .framer-5THpg .framer-15206p9 > :last-child { margin-bottom: 0px; } .framer-5THpg .framer-1m4ho5y > *, .framer-5THpg .framer-aa0rs0 > *, .framer-5THpg .framer-ht3csl > *, .framer-5THpg .framer-1pkyj67 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5THpg .framer-1m4ho5y > :first-child, .framer-5THpg .framer-aa0rs0 > :first-child, .framer-5THpg .framer-ht3csl > :first-child, .framer-5THpg .framer-1pkyj67 > :first-child { margin-left: 0px; } .framer-5THpg .framer-1m4ho5y > :last-child, .framer-5THpg .framer-aa0rs0 > :last-child, .framer-5THpg .framer-ht3csl > :last-child, .framer-5THpg .framer-1pkyj67 > :last-child { margin-right: 0px; } .framer-5THpg .framer-14w6bwf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5THpg .framer-15206p9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-5THpg.framer-v-10rvggn.framer-18ytjyb, .framer-5THpg.framer-v-2vcj2t.framer-18ytjyb { width: 362px; }\",\".framer-5THpg.framer-v-10rvggn .framer-10hlyn4, .framer-5THpg.framer-v-2vcj2t .framer-10hlyn4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; }\",\".framer-5THpg.framer-v-10rvggn .framer-14w6bwf { align-self: unset; height: min-content; }\",\".framer-5THpg.framer-v-10rvggn .framer-15206p9 { flex: none; height: 256px; }\",\".framer-5THpg.framer-v-10rvggn .framer-i8t4lp-container, .framer-5THpg.framer-v-2vcj2t .framer-i8t4lp-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5THpg.framer-v-10rvggn .framer-10hlyn4 { gap: 0px; } .framer-5THpg.framer-v-10rvggn .framer-10hlyn4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-5THpg.framer-v-10rvggn .framer-10hlyn4 > :first-child { margin-top: 0px; } .framer-5THpg.framer-v-10rvggn .framer-10hlyn4 > :last-child { margin-bottom: 0px; } }\",\".framer-5THpg.framer-v-cb1l5b .framer-10hlyn4, .framer-5THpg.framer-v-5nycp8 .framer-10hlyn4 { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-5THpg.framer-v-2vcj2t .framer-14w6bwf { align-self: unset; width: 374px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5THpg.framer-v-2vcj2t .framer-10hlyn4 { gap: 0px; } .framer-5THpg.framer-v-2vcj2t .framer-10hlyn4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-5THpg.framer-v-2vcj2t .framer-10hlyn4 > :first-child { margin-top: 0px; } .framer-5THpg.framer-v-2vcj2t .framer-10hlyn4 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-5THpg[data-border=\"true\"]::after, .framer-5THpg [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 728\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XhJhFaNRM\":{\"layout\":[\"fixed\",\"auto\"]},\"kZOc23v1s\":{\"layout\":[\"fixed\",\"auto\"]},\"ks55PFQNo\":{\"layout\":[\"fixed\",\"auto\"]},\"c6dKjgWpy\":{\"layout\":[\"fixed\",\"auto\"]},\"PqZo8uQJH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervLWCDK0Vx=withCSS(Component,css,\"framer-5THpg\");export default FramervLWCDK0Vx;FramervLWCDK0Vx.displayName=\"Resources\";FramervLWCDK0Vx.defaultProps={height:728,width:1200};addPropertyControls(FramervLWCDK0Vx,{variant:{options:[\"P6wydPHlW\",\"XhJhFaNRM\",\"kZOc23v1s\",\"ks55PFQNo\",\"c6dKjgWpy\",\"PqZo8uQJH\"],optionTitles:[\"Web1\",\"Web 2\",\"Mobile 1\",\"Tablet\",\"Web 2\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramervLWCDK0Vx,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervLWCDK0Vx\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XhJhFaNRM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kZOc23v1s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ks55PFQNo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c6dKjgWpy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PqZo8uQJH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"728\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c105afa)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={pEwDt6rEv:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c105afa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/zTapg9rnDfIs7uo8Zb0a/Cookies.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/Gb6z1S0xoupJRsduSsLb/SlideShow.js\";import Slideshow1 from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import Button from\"#framer/local/canvasComponent/CWc2k02pL/CWc2k02pL.js\";import NavbarV2 from\"#framer/local/canvasComponent/kojyU97gA/kojyU97gA.js\";import Features from\"#framer/local/canvasComponent/luVJQhjVR/luVJQhjVR.js\";import StakeholderCards from\"#framer/local/canvasComponent/pVyQ9WBFS/pVyQ9WBFS.js\";import Frame77 from\"#framer/local/canvasComponent/qGthLw1y2/qGthLw1y2.js\";import IndustryCards from\"#framer/local/canvasComponent/QP0lUK3il/QP0lUK3il.js\";import Resources from\"#framer/local/canvasComponent/vLWCDK0Vx/vLWCDK0Vx.js\";import FooterDarkCopy from\"#framer/local/canvasComponent/WxFqXk7V5/WxFqXk7V5.js\";import*as sharedStyle4 from\"#framer/local/css/AXCouaYDl/AXCouaYDl.js\";import*as sharedStyle5 from\"#framer/local/css/LG2KaCc79/LG2KaCc79.js\";import*as sharedStyle3 from\"#framer/local/css/lse3WxDGo/lse3WxDGo.js\";import*as sharedStyle from\"#framer/local/css/N99fzcmG8/N99fzcmG8.js\";import*as sharedStyle6 from\"#framer/local/css/o8Okx4Rpu/o8Okx4Rpu.js\";import*as sharedStyle1 from\"#framer/local/css/SMCcv80Vv/SMCcv80Vv.js\";import*as sharedStyle2 from\"#framer/local/css/xQmbw0IJl/xQmbw0IJl.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ButtonFonts=getFonts(Button);const ResourcesFonts=getFonts(Resources);const TickerFonts=getFonts(Ticker);const StakeholderCardsFonts=getFonts(StakeholderCards);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithFX=withFX(motion.div);const IndustryCardsFonts=getFonts(IndustryCards);const Slideshow1Fonts=getFonts(Slideshow1);const FeaturesFonts=getFonts(Features);const NavbarV2Fonts=getFonts(NavbarV2);const NavbarV2WithVariantAppearEffect=withVariantAppearEffect(NavbarV2);const FooterDarkCopyFonts=getFonts(FooterDarkCopy);const Frame77Fonts=getFonts(Frame77);const CookieBannerFonts=getFonts(CookieBanner);const breakpoints={K8eV2KGde:\"(min-width: 810px) and (max-width: 1399px)\",LYQZkxNgh:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1400px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-a85mb\";const variantClassNames={K8eV2KGde:\"framer-v-1x18woz\",LYQZkxNgh:\"framer-v-1xysy3k\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition1};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition2={bounce:.2,delay:0,duration:1.5,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-150};const transition3={bounce:.2,delay:.5,duration:1.5,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:-150};const transition4={bounce:.2,delay:1,duration:1.5,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:-150};const transition5={bounce:.2,delay:1.5,duration:1.5,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:-150};const transition6={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition6};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"LYQZkxNgh\",Tablet:\"K8eV2KGde\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"IqQKzlT3Q\");const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId1=useRouteElementId(\"T5k50PWLA\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"K8eV2KGde\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"LYQZkxNgh\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"K8eV2KGde\",\"LYQZkxNgh\"].includes(baseVariant))return false;return true;};const elementId2=useRouteElementId(\"qyEwTm0Ud\");const ref3=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"LYQZkxNgh\")return false;return true;};const elementId3=useRouteElementId(\"Xok8Fwj8H\");const ref4=React.useRef(null);const ref5=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(1, 1, 39); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qv9pdm\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1eimked\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1455,intrinsicWidth:1455,style:{rotate:360},svg:'<svg width=\"1455\" height=\"1455\" viewBox=\"0 0 1455 1455\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M84.5448 1280.42V1363.97H0V1365.97H84.5448V1454.29H86.5448V1365.97H170.09V1454.29H172.09V1365.97H255.642V1454.29H257.642V1365.97H341.186V1454.29H343.186V1365.97H426.731V1454.29H428.731V1365.97H512.276V1454.29H514.276V1365.97H597.828V1454.29H599.828V1365.97H683.373V1454.29H685.373V1365.97H768.917V1454.29H770.917V1365.97H854.462V1454.29H856.462V1365.97H940.007V1454.29H942.007V1365.97H1025.56V1454.29H1027.56V1365.97H1111.1V1454.29H1113.1V1365.97H1196.65V1454.29H1198.65V1365.97H1282.19V1454.29H1284.19V1365.97H1367.75V1454.29H1369.75V1365.97H1454.29V1363.97H1369.75V1280.42H1454.29V1278.42H1369.75V1194.88H1454.29V1192.88H1369.75V1109.33H1454.29V1107.33H1369.75V1023.79H1454.29V1021.79H1369.75V938.242H1454.29V936.242H1369.75V852.69H1454.29V850.69H1369.75V767.145H1454.29V765.145H1369.75V681.6H1454.29V679.6H1369.75V596.056H1454.29V594.056H1369.75V510.504H1454.29V508.504H1369.75V424.959H1454.29V422.959H1369.75V339.414H1454.29V337.414H1369.75V253.869H1454.29V251.869H1369.75V168.324H1454.29V166.324H1369.75V82.7725H1454.29V80.7725H1369.75V0H1367.75V80.7725H1284.19V0H1282.19V80.7725H1198.65V0H1196.65V80.7725H1113.1V0H1111.1V80.7725H1027.56V0H1025.56V80.7725H942.007V0H940.007V80.7725H856.462V0H854.462V80.7725H770.917V0H768.917V80.7725H685.373V0H683.373V80.7725H599.828V0H597.828V80.7725H514.276V0H512.276V80.7725H428.731V0H426.731V80.7725H343.186V0H341.186V80.7725H257.642V0H255.642V80.7725H172.09V0H170.09V80.7725H86.5448V0H84.5448V80.7725H0V82.7725H84.5448V166.324H0V168.324H84.5448V251.869H0V253.869H84.5448V337.414H0V339.414H84.5448V422.959H0V424.959H84.5448V508.504H0V510.504H84.5448V594.056H0V596.056H84.5448V679.6H0V681.6H84.5448V765.145H0V767.145H84.5448V850.69H0V852.69H84.5448V936.242H0V938.242H84.5448V1021.79H0V1023.79H84.5448V1107.33H0V1109.33H84.5448V1192.88H0V1194.88H84.5448V1278.42H0V1280.42H84.5448ZM86.5448 82.7725V166.324H170.09V82.7725H86.5448ZM172.09 82.7725V166.324H255.642V82.7725H172.09ZM257.642 82.7725V166.324H341.186V82.7725H257.642ZM343.186 82.7725V166.324H426.731V82.7725H343.186ZM428.731 82.7725V166.324H512.276V82.7725H428.731ZM514.276 82.7725V166.324H597.828V82.7725H514.276ZM599.828 82.7725V166.324H683.373V82.7725H599.828ZM685.373 82.7725V166.324H768.917V82.7725H685.373ZM770.917 82.7725V166.324H854.462V82.7725H770.917ZM856.462 82.7725V166.324H940.007V82.7725H856.462ZM942.007 82.7725V166.324H1025.56V82.7725H942.007ZM1027.56 82.7725V166.324H1111.1V82.7725H1027.56ZM1113.1 82.7725V166.324H1196.65V82.7725H1113.1ZM1198.65 82.7725V166.324H1282.19V82.7725H1198.65ZM1284.19 82.7725V166.324H1367.75V82.7725H1284.19ZM1284.19 168.324H1367.75V251.869H1284.19V168.324ZM1198.65 168.324H1282.19V251.869H1198.65V168.324ZM1113.1 168.324H1196.65V251.869H1113.1V168.324ZM1027.56 168.324H1111.1V251.869H1027.56V168.324ZM942.007 168.324H1025.56V251.869H942.007V168.324ZM856.462 168.324H940.007V251.869H856.462V168.324ZM770.917 168.324H854.462V251.869H770.917V168.324ZM685.373 168.324H768.917V251.869H685.373V168.324ZM599.828 168.324H683.373V251.869H599.828V168.324ZM514.276 168.324H597.828V251.869H514.276V168.324ZM428.731 168.324H512.276V251.869H428.731V168.324ZM343.186 168.324H426.731V251.869H343.186V168.324ZM257.642 168.324H341.186V251.869H257.642V168.324ZM172.09 168.324H255.642V251.869H172.09V168.324ZM86.5448 168.324H170.09V251.869H86.5448V168.324ZM86.5448 253.869V337.414H170.09V253.869H86.5448ZM172.09 253.869V337.414H255.642V253.869H172.09ZM257.642 253.869V337.414H341.186V253.869H257.642ZM343.186 253.869V337.414H426.731V253.869H343.186ZM428.731 253.869V337.414H512.276V253.869H428.731ZM514.276 253.869V337.414H597.828V253.869H514.276ZM599.828 253.869V337.414H683.373V253.869H599.828ZM685.373 253.869V337.414H768.917V253.869H685.373ZM770.917 253.869V337.414H854.462V253.869H770.917ZM856.462 253.869V337.414H940.007V253.869H856.462ZM942.007 253.869V337.414H1025.56V253.869H942.007ZM1027.56 253.869V337.414H1111.1V253.869H1027.56ZM1113.1 253.869V337.414H1196.65V253.869H1113.1ZM1198.65 253.869V337.414H1282.19V253.869H1198.65ZM1284.19 253.869V337.414H1367.75V253.869H1284.19ZM1284.19 339.414H1367.75V422.959H1284.19V339.414ZM1198.65 339.414H1282.19V422.959H1198.65V339.414ZM1113.1 339.414H1196.65V422.959H1113.1V339.414ZM1027.56 339.414H1111.1V422.959H1027.56V339.414ZM942.007 339.414H1025.56V422.959H942.007V339.414ZM856.462 339.414H940.007V422.959H856.462V339.414ZM770.917 339.414H854.462V422.959H770.917V339.414ZM685.373 339.414H768.917V422.959H685.373V339.414ZM599.828 339.414H683.373V422.959H599.828V339.414ZM514.276 339.414H597.828V422.959H514.276V339.414ZM428.731 339.414H512.276V422.959H428.731V339.414ZM343.186 339.414H426.731V422.959H343.186V339.414ZM257.642 339.414H341.186V422.959H257.642V339.414ZM172.09 339.414H255.642V422.959H172.09V339.414ZM86.5448 339.414H170.09V422.959H86.5448V339.414ZM86.5448 424.959V508.504H170.09V424.959H86.5448ZM172.09 424.959V508.504H255.642V424.959H172.09ZM257.642 424.959V508.504H341.186V424.959H257.642ZM343.186 424.959V508.504H426.731V424.959H343.186ZM428.731 424.959V508.504H512.276V424.959H428.731ZM514.276 424.959V508.504H597.828V424.959H514.276ZM599.828 424.959V508.504H683.373V424.959H599.828ZM685.373 424.959V508.504H768.917V424.959H685.373ZM770.917 424.959V508.504H854.462V424.959H770.917ZM856.462 424.959V508.504H940.007V424.959H856.462ZM942.007 424.959V508.504H1025.56V424.959H942.007ZM1027.56 424.959V508.504H1111.1V424.959H1027.56ZM1113.1 424.959V508.504H1196.65V424.959H1113.1ZM1198.65 424.959V508.504H1282.19V424.959H1198.65ZM1284.19 424.959V508.504H1367.75V424.959H1284.19ZM1284.19 510.504H1367.75V594.056H1284.19V510.504ZM1198.65 510.504H1282.19V594.056H1198.65V510.504ZM1113.1 510.504H1196.65V594.056H1113.1V510.504ZM1027.56 510.504H1111.1V594.056H1027.56V510.504ZM942.007 510.504H1025.56V594.056H942.007V510.504ZM856.462 510.504H940.007V594.056H856.462V510.504ZM770.917 510.504H854.462V594.056H770.917V510.504ZM685.373 510.504H768.917V594.056H685.373V510.504ZM599.828 510.504H683.373V594.056H599.828V510.504ZM514.276 510.504H597.828V594.056H514.276V510.504ZM428.731 510.504H512.276V594.056H428.731V510.504ZM343.186 510.504H426.731V594.056H343.186V510.504ZM257.642 510.504H341.186V594.056H257.642V510.504ZM172.09 510.504H255.642V594.056H172.09V510.504ZM86.5448 510.504H170.09V594.056H86.5448V510.504ZM86.5448 596.056V679.6H170.09V596.056H86.5448ZM172.09 596.056V679.6H255.642V596.056H172.09ZM257.642 596.056V679.6H341.186V596.056H257.642ZM343.186 596.056V679.6H426.731V596.056H343.186ZM428.731 596.056V679.6H512.276V596.056H428.731ZM514.276 596.056V679.6H597.828V596.056H514.276ZM599.828 596.056V679.6H683.373V596.056H599.828ZM685.373 596.056V679.6H768.917V596.056H685.373ZM770.917 596.056V679.6H854.462V596.056H770.917ZM856.462 596.056V679.6H940.007V596.056H856.462ZM942.007 596.056V679.6H1025.56V596.056H942.007ZM1027.56 596.056V679.6H1111.1V596.056H1027.56ZM1113.1 596.056V679.6H1196.65V596.056H1113.1ZM1198.65 596.056V679.6H1282.19V596.056H1198.65ZM1284.19 596.056V679.6H1367.75V596.056H1284.19ZM1284.19 681.6H1367.75V765.145H1284.19V681.6ZM1198.65 681.6H1282.19V765.145H1198.65V681.6ZM1113.1 681.6H1196.65V765.145H1113.1V681.6ZM1027.56 681.6H1111.1V765.145H1027.56V681.6ZM942.007 681.6H1025.56V765.145H942.007V681.6ZM856.462 681.6H940.007V765.145H856.462V681.6ZM770.917 681.6H854.462V765.145H770.917V681.6ZM685.373 681.6H768.917V765.145H685.373V681.6ZM599.828 681.6H683.373V765.145H599.828V681.6ZM514.276 681.6H597.828V765.145H514.276V681.6ZM428.731 681.6H512.276V765.145H428.731V681.6ZM343.186 681.6H426.731V765.145H343.186V681.6ZM257.642 681.6H341.186V765.145H257.642V681.6ZM172.09 681.6H255.642V765.145H172.09V681.6ZM86.5448 681.6H170.09V765.145H86.5448V681.6ZM86.5448 767.145V850.69H170.09V767.145H86.5448ZM172.09 767.145V850.69H255.642V767.145H172.09ZM257.642 767.145V850.69H341.186V767.145H257.642ZM343.186 767.145V850.69H426.731V767.145H343.186ZM428.731 767.145V850.69H512.276V767.145H428.731ZM514.276 767.145V850.69H597.828V767.145H514.276ZM599.828 767.145V850.69H683.373V767.145H599.828ZM685.373 767.145V850.69H768.917V767.145H685.373ZM770.917 767.145V850.69H854.462V767.145H770.917ZM856.462 767.145V850.69H940.007V767.145H856.462ZM942.007 767.145V850.69H1025.56V767.145H942.007ZM1027.56 767.145V850.69H1111.1V767.145H1027.56ZM1113.1 767.145V850.69H1196.65V767.145H1113.1ZM1198.65 767.145V850.69H1282.19V767.145H1198.65ZM1284.19 767.145V850.69H1367.75V767.145H1284.19ZM1284.19 852.69H1367.75V936.242H1284.19V852.69ZM1198.65 852.69H1282.19V936.242H1198.65V852.69ZM1113.1 852.69H1196.65V936.242H1113.1V852.69ZM1027.56 852.69H1111.1V936.242H1027.56V852.69ZM942.007 852.69H1025.56V936.242H942.007V852.69ZM856.462 852.69H940.007V936.242H856.462V852.69ZM770.917 852.69H854.462V936.242H770.917V852.69ZM685.373 852.69H768.917V936.242H685.373V852.69ZM599.828 852.69H683.373V936.242H599.828V852.69ZM514.276 852.69H597.828V936.242H514.276V852.69ZM428.731 852.69H512.276V936.242H428.731V852.69ZM343.186 852.69H426.731V936.242H343.186V852.69ZM257.642 852.69H341.186V936.242H257.642V852.69ZM172.09 852.69H255.642V936.242H172.09V852.69ZM86.5448 852.69H170.09V936.242H86.5448V852.69ZM86.5448 938.242V1021.79H170.09V938.242H86.5448ZM172.09 938.242V1021.79H255.642V938.242H172.09ZM257.642 938.242V1021.79H341.186V938.242H257.642ZM343.186 938.242V1021.79H426.731V938.242H343.186ZM428.731 938.242V1021.79H512.276V938.242H428.731ZM514.276 938.242V1021.79H597.828V938.242H514.276ZM599.828 938.242V1021.79H683.373V938.242H599.828ZM685.373 938.242V1021.79H768.917V938.242H685.373ZM770.917 938.242V1021.79H854.462V938.242H770.917ZM856.462 938.242V1021.79H940.007V938.242H856.462ZM942.007 938.242V1021.79H1025.56V938.242H942.007ZM1027.56 938.242V1021.79H1111.1V938.242H1027.56ZM1113.1 938.242V1021.79H1196.65V938.242H1113.1ZM1198.65 938.242V1021.79H1282.19V938.242H1198.65ZM1284.19 938.242V1021.79H1367.75V938.242H1284.19ZM1284.19 1023.79H1367.75V1107.33H1284.19V1023.79ZM1198.65 1023.79H1282.19V1107.33H1198.65V1023.79ZM1113.1 1023.79H1196.65V1107.33H1113.1V1023.79ZM1027.56 1023.79H1111.1V1107.33H1027.56V1023.79ZM942.007 1023.79H1025.56V1107.33H942.007V1023.79ZM856.462 1023.79H940.007V1107.33H856.462V1023.79ZM770.917 1023.79H854.462V1107.33H770.917V1023.79ZM685.373 1023.79H768.917V1107.33H685.373V1023.79ZM599.828 1023.79H683.373V1107.33H599.828V1023.79ZM514.276 1023.79H597.828V1107.33H514.276V1023.79ZM428.731 1023.79H512.276V1107.33H428.731V1023.79ZM343.186 1023.79H426.731V1107.33H343.186V1023.79ZM257.642 1023.79H341.186V1107.33H257.642V1023.79ZM172.09 1023.79H255.642V1107.33H172.09V1023.79ZM86.5448 1023.79H170.09V1107.33H86.5448V1023.79ZM86.5448 1109.33V1192.88H170.09V1109.33H86.5448ZM172.09 1109.33V1192.88H255.642V1109.33H172.09ZM257.642 1109.33V1192.88H341.186V1109.33H257.642ZM343.186 1109.33V1192.88H426.731V1109.33H343.186ZM428.731 1109.33V1192.88H512.276V1109.33H428.731ZM514.276 1109.33V1192.88H597.828V1109.33H514.276ZM599.828 1109.33V1192.88H683.373V1109.33H599.828ZM685.373 1109.33V1192.88H768.917V1109.33H685.373ZM770.917 1109.33V1192.88H854.462V1109.33H770.917ZM856.462 1109.33V1192.88H940.007V1109.33H856.462ZM942.007 1109.33V1192.88H1025.56V1109.33H942.007ZM1027.56 1109.33V1192.88H1111.1V1109.33H1027.56ZM1113.1 1109.33V1192.88H1196.65V1109.33H1113.1ZM1198.65 1109.33V1192.88H1282.19V1109.33H1198.65ZM1284.19 1109.33V1192.88H1367.75V1109.33H1284.19ZM1284.19 1194.88H1367.75V1278.42H1284.19V1194.88ZM1198.65 1194.88H1282.19V1278.42H1198.65V1194.88ZM1113.1 1194.88H1196.65V1278.42H1113.1V1194.88ZM1027.56 1194.88H1111.1V1278.42H1027.56V1194.88ZM942.007 1194.88H1025.56V1278.42H942.007V1194.88ZM856.462 1194.88H940.007V1278.42H856.462V1194.88ZM770.917 1194.88H854.462V1278.42H770.917V1194.88ZM685.373 1194.88H768.917V1278.42H685.373V1194.88ZM599.828 1194.88H683.373V1278.42H599.828V1194.88ZM514.276 1194.88H597.828V1278.42H514.276V1194.88ZM428.731 1194.88H512.276V1278.42H428.731V1194.88ZM343.186 1194.88H426.731V1278.42H343.186V1194.88ZM257.642 1194.88H341.186V1278.42H257.642V1194.88ZM172.09 1194.88H255.642V1278.42H172.09V1194.88ZM86.5448 1194.88H170.09V1278.42H86.5448V1194.88ZM86.5448 1280.42V1363.97H170.09V1280.42H86.5448ZM172.09 1280.42V1363.97H255.642V1280.42H172.09ZM257.642 1280.42V1363.97H341.186V1280.42H257.642ZM343.186 1280.42V1363.97H426.731V1280.42H343.186ZM428.731 1280.42V1363.97H512.276V1280.42H428.731ZM514.276 1280.42V1363.97H597.828V1280.42H514.276ZM599.828 1280.42V1363.97H683.373V1280.42H599.828ZM685.373 1280.42V1363.97H768.917V1280.42H685.373ZM770.917 1280.42V1363.97H854.462V1280.42H770.917ZM856.462 1280.42V1363.97H940.007V1280.42H856.462ZM942.007 1280.42V1363.97H1025.56V1280.42H942.007ZM1027.56 1280.42V1363.97H1111.1V1280.42H1027.56ZM1113.1 1280.42V1363.97H1196.65V1280.42H1113.1ZM1198.65 1280.42V1363.97H1282.19V1280.42H1198.65ZM1284.19 1280.42V1363.97H1367.75V1280.42H1284.19Z\" fill=\"url(#paint0_radial_327_2362)\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_327_2362\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(727.145 1109) rotate(90) scale(924.5 924.536)\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\\n</radialGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tr6h2b\",\"data-framer-name\":\"Ellipse 8\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nfdyi4\",\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{style:{rotate:360}}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1elrew1\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1455,intrinsicWidth:1455,style:{rotate:180},svg:'<svg width=\"1455\" height=\"1455\" viewBox=\"0 0 1455 1455\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M84.5448 1280.42V1363.97H0V1365.97H84.5448V1454.29H86.5448V1365.97H170.09V1454.29H172.09V1365.97H255.642V1454.29H257.642V1365.97H341.186V1454.29H343.186V1365.97H426.731V1454.29H428.731V1365.97H512.276V1454.29H514.276V1365.97H597.828V1454.29H599.828V1365.97H683.373V1454.29H685.373V1365.97H768.917V1454.29H770.917V1365.97H854.462V1454.29H856.462V1365.97H940.007V1454.29H942.007V1365.97H1025.56V1454.29H1027.56V1365.97H1111.1V1454.29H1113.1V1365.97H1196.65V1454.29H1198.65V1365.97H1282.19V1454.29H1284.19V1365.97H1367.75V1454.29H1369.75V1365.97H1454.29V1363.97H1369.75V1280.42H1454.29V1278.42H1369.75V1194.88H1454.29V1192.88H1369.75V1109.33H1454.29V1107.33H1369.75V1023.79H1454.29V1021.79H1369.75V938.242H1454.29V936.242H1369.75V852.69H1454.29V850.69H1369.75V767.145H1454.29V765.145H1369.75V681.6H1454.29V679.6H1369.75V596.056H1454.29V594.056H1369.75V510.504H1454.29V508.504H1369.75V424.959H1454.29V422.959H1369.75V339.414H1454.29V337.414H1369.75V253.869H1454.29V251.869H1369.75V168.324H1454.29V166.324H1369.75V82.7725H1454.29V80.7725H1369.75V0H1367.75V80.7725H1284.19V0H1282.19V80.7725H1198.65V0H1196.65V80.7725H1113.1V0H1111.1V80.7725H1027.56V0H1025.56V80.7725H942.007V0H940.007V80.7725H856.462V0H854.462V80.7725H770.917V0H768.917V80.7725H685.373V0H683.373V80.7725H599.828V0H597.828V80.7725H514.276V0H512.276V80.7725H428.731V0H426.731V80.7725H343.186V0H341.186V80.7725H257.642V0H255.642V80.7725H172.09V0H170.09V80.7725H86.5448V0H84.5448V80.7725H0V82.7725H84.5448V166.324H0V168.324H84.5448V251.869H0V253.869H84.5448V337.414H0V339.414H84.5448V422.959H0V424.959H84.5448V508.504H0V510.504H84.5448V594.056H0V596.056H84.5448V679.6H0V681.6H84.5448V765.145H0V767.145H84.5448V850.69H0V852.69H84.5448V936.242H0V938.242H84.5448V1021.79H0V1023.79H84.5448V1107.33H0V1109.33H84.5448V1192.88H0V1194.88H84.5448V1278.42H0V1280.42H84.5448ZM86.5448 82.7725V166.324H170.09V82.7725H86.5448ZM172.09 82.7725V166.324H255.642V82.7725H172.09ZM257.642 82.7725V166.324H341.186V82.7725H257.642ZM343.186 82.7725V166.324H426.731V82.7725H343.186ZM428.731 82.7725V166.324H512.276V82.7725H428.731ZM514.276 82.7725V166.324H597.828V82.7725H514.276ZM599.828 82.7725V166.324H683.373V82.7725H599.828ZM685.373 82.7725V166.324H768.917V82.7725H685.373ZM770.917 82.7725V166.324H854.462V82.7725H770.917ZM856.462 82.7725V166.324H940.007V82.7725H856.462ZM942.007 82.7725V166.324H1025.56V82.7725H942.007ZM1027.56 82.7725V166.324H1111.1V82.7725H1027.56ZM1113.1 82.7725V166.324H1196.65V82.7725H1113.1ZM1198.65 82.7725V166.324H1282.19V82.7725H1198.65ZM1284.19 82.7725V166.324H1367.75V82.7725H1284.19ZM1284.19 168.324H1367.75V251.869H1284.19V168.324ZM1198.65 168.324H1282.19V251.869H1198.65V168.324ZM1113.1 168.324H1196.65V251.869H1113.1V168.324ZM1027.56 168.324H1111.1V251.869H1027.56V168.324ZM942.007 168.324H1025.56V251.869H942.007V168.324ZM856.462 168.324H940.007V251.869H856.462V168.324ZM770.917 168.324H854.462V251.869H770.917V168.324ZM685.373 168.324H768.917V251.869H685.373V168.324ZM599.828 168.324H683.373V251.869H599.828V168.324ZM514.276 168.324H597.828V251.869H514.276V168.324ZM428.731 168.324H512.276V251.869H428.731V168.324ZM343.186 168.324H426.731V251.869H343.186V168.324ZM257.642 168.324H341.186V251.869H257.642V168.324ZM172.09 168.324H255.642V251.869H172.09V168.324ZM86.5448 168.324H170.09V251.869H86.5448V168.324ZM86.5448 253.869V337.414H170.09V253.869H86.5448ZM172.09 253.869V337.414H255.642V253.869H172.09ZM257.642 253.869V337.414H341.186V253.869H257.642ZM343.186 253.869V337.414H426.731V253.869H343.186ZM428.731 253.869V337.414H512.276V253.869H428.731ZM514.276 253.869V337.414H597.828V253.869H514.276ZM599.828 253.869V337.414H683.373V253.869H599.828ZM685.373 253.869V337.414H768.917V253.869H685.373ZM770.917 253.869V337.414H854.462V253.869H770.917ZM856.462 253.869V337.414H940.007V253.869H856.462ZM942.007 253.869V337.414H1025.56V253.869H942.007ZM1027.56 253.869V337.414H1111.1V253.869H1027.56ZM1113.1 253.869V337.414H1196.65V253.869H1113.1ZM1198.65 253.869V337.414H1282.19V253.869H1198.65ZM1284.19 253.869V337.414H1367.75V253.869H1284.19ZM1284.19 339.414H1367.75V422.959H1284.19V339.414ZM1198.65 339.414H1282.19V422.959H1198.65V339.414ZM1113.1 339.414H1196.65V422.959H1113.1V339.414ZM1027.56 339.414H1111.1V422.959H1027.56V339.414ZM942.007 339.414H1025.56V422.959H942.007V339.414ZM856.462 339.414H940.007V422.959H856.462V339.414ZM770.917 339.414H854.462V422.959H770.917V339.414ZM685.373 339.414H768.917V422.959H685.373V339.414ZM599.828 339.414H683.373V422.959H599.828V339.414ZM514.276 339.414H597.828V422.959H514.276V339.414ZM428.731 339.414H512.276V422.959H428.731V339.414ZM343.186 339.414H426.731V422.959H343.186V339.414ZM257.642 339.414H341.186V422.959H257.642V339.414ZM172.09 339.414H255.642V422.959H172.09V339.414ZM86.5448 339.414H170.09V422.959H86.5448V339.414ZM86.5448 424.959V508.504H170.09V424.959H86.5448ZM172.09 424.959V508.504H255.642V424.959H172.09ZM257.642 424.959V508.504H341.186V424.959H257.642ZM343.186 424.959V508.504H426.731V424.959H343.186ZM428.731 424.959V508.504H512.276V424.959H428.731ZM514.276 424.959V508.504H597.828V424.959H514.276ZM599.828 424.959V508.504H683.373V424.959H599.828ZM685.373 424.959V508.504H768.917V424.959H685.373ZM770.917 424.959V508.504H854.462V424.959H770.917ZM856.462 424.959V508.504H940.007V424.959H856.462ZM942.007 424.959V508.504H1025.56V424.959H942.007ZM1027.56 424.959V508.504H1111.1V424.959H1027.56ZM1113.1 424.959V508.504H1196.65V424.959H1113.1ZM1198.65 424.959V508.504H1282.19V424.959H1198.65ZM1284.19 424.959V508.504H1367.75V424.959H1284.19ZM1284.19 510.504H1367.75V594.056H1284.19V510.504ZM1198.65 510.504H1282.19V594.056H1198.65V510.504ZM1113.1 510.504H1196.65V594.056H1113.1V510.504ZM1027.56 510.504H1111.1V594.056H1027.56V510.504ZM942.007 510.504H1025.56V594.056H942.007V510.504ZM856.462 510.504H940.007V594.056H856.462V510.504ZM770.917 510.504H854.462V594.056H770.917V510.504ZM685.373 510.504H768.917V594.056H685.373V510.504ZM599.828 510.504H683.373V594.056H599.828V510.504ZM514.276 510.504H597.828V594.056H514.276V510.504ZM428.731 510.504H512.276V594.056H428.731V510.504ZM343.186 510.504H426.731V594.056H343.186V510.504ZM257.642 510.504H341.186V594.056H257.642V510.504ZM172.09 510.504H255.642V594.056H172.09V510.504ZM86.5448 510.504H170.09V594.056H86.5448V510.504ZM86.5448 596.056V679.6H170.09V596.056H86.5448ZM172.09 596.056V679.6H255.642V596.056H172.09ZM257.642 596.056V679.6H341.186V596.056H257.642ZM343.186 596.056V679.6H426.731V596.056H343.186ZM428.731 596.056V679.6H512.276V596.056H428.731ZM514.276 596.056V679.6H597.828V596.056H514.276ZM599.828 596.056V679.6H683.373V596.056H599.828ZM685.373 596.056V679.6H768.917V596.056H685.373ZM770.917 596.056V679.6H854.462V596.056H770.917ZM856.462 596.056V679.6H940.007V596.056H856.462ZM942.007 596.056V679.6H1025.56V596.056H942.007ZM1027.56 596.056V679.6H1111.1V596.056H1027.56ZM1113.1 596.056V679.6H1196.65V596.056H1113.1ZM1198.65 596.056V679.6H1282.19V596.056H1198.65ZM1284.19 596.056V679.6H1367.75V596.056H1284.19ZM1284.19 681.6H1367.75V765.145H1284.19V681.6ZM1198.65 681.6H1282.19V765.145H1198.65V681.6ZM1113.1 681.6H1196.65V765.145H1113.1V681.6ZM1027.56 681.6H1111.1V765.145H1027.56V681.6ZM942.007 681.6H1025.56V765.145H942.007V681.6ZM856.462 681.6H940.007V765.145H856.462V681.6ZM770.917 681.6H854.462V765.145H770.917V681.6ZM685.373 681.6H768.917V765.145H685.373V681.6ZM599.828 681.6H683.373V765.145H599.828V681.6ZM514.276 681.6H597.828V765.145H514.276V681.6ZM428.731 681.6H512.276V765.145H428.731V681.6ZM343.186 681.6H426.731V765.145H343.186V681.6ZM257.642 681.6H341.186V765.145H257.642V681.6ZM172.09 681.6H255.642V765.145H172.09V681.6ZM86.5448 681.6H170.09V765.145H86.5448V681.6ZM86.5448 767.145V850.69H170.09V767.145H86.5448ZM172.09 767.145V850.69H255.642V767.145H172.09ZM257.642 767.145V850.69H341.186V767.145H257.642ZM343.186 767.145V850.69H426.731V767.145H343.186ZM428.731 767.145V850.69H512.276V767.145H428.731ZM514.276 767.145V850.69H597.828V767.145H514.276ZM599.828 767.145V850.69H683.373V767.145H599.828ZM685.373 767.145V850.69H768.917V767.145H685.373ZM770.917 767.145V850.69H854.462V767.145H770.917ZM856.462 767.145V850.69H940.007V767.145H856.462ZM942.007 767.145V850.69H1025.56V767.145H942.007ZM1027.56 767.145V850.69H1111.1V767.145H1027.56ZM1113.1 767.145V850.69H1196.65V767.145H1113.1ZM1198.65 767.145V850.69H1282.19V767.145H1198.65ZM1284.19 767.145V850.69H1367.75V767.145H1284.19ZM1284.19 852.69H1367.75V936.242H1284.19V852.69ZM1198.65 852.69H1282.19V936.242H1198.65V852.69ZM1113.1 852.69H1196.65V936.242H1113.1V852.69ZM1027.56 852.69H1111.1V936.242H1027.56V852.69ZM942.007 852.69H1025.56V936.242H942.007V852.69ZM856.462 852.69H940.007V936.242H856.462V852.69ZM770.917 852.69H854.462V936.242H770.917V852.69ZM685.373 852.69H768.917V936.242H685.373V852.69ZM599.828 852.69H683.373V936.242H599.828V852.69ZM514.276 852.69H597.828V936.242H514.276V852.69ZM428.731 852.69H512.276V936.242H428.731V852.69ZM343.186 852.69H426.731V936.242H343.186V852.69ZM257.642 852.69H341.186V936.242H257.642V852.69ZM172.09 852.69H255.642V936.242H172.09V852.69ZM86.5448 852.69H170.09V936.242H86.5448V852.69ZM86.5448 938.242V1021.79H170.09V938.242H86.5448ZM172.09 938.242V1021.79H255.642V938.242H172.09ZM257.642 938.242V1021.79H341.186V938.242H257.642ZM343.186 938.242V1021.79H426.731V938.242H343.186ZM428.731 938.242V1021.79H512.276V938.242H428.731ZM514.276 938.242V1021.79H597.828V938.242H514.276ZM599.828 938.242V1021.79H683.373V938.242H599.828ZM685.373 938.242V1021.79H768.917V938.242H685.373ZM770.917 938.242V1021.79H854.462V938.242H770.917ZM856.462 938.242V1021.79H940.007V938.242H856.462ZM942.007 938.242V1021.79H1025.56V938.242H942.007ZM1027.56 938.242V1021.79H1111.1V938.242H1027.56ZM1113.1 938.242V1021.79H1196.65V938.242H1113.1ZM1198.65 938.242V1021.79H1282.19V938.242H1198.65ZM1284.19 938.242V1021.79H1367.75V938.242H1284.19ZM1284.19 1023.79H1367.75V1107.33H1284.19V1023.79ZM1198.65 1023.79H1282.19V1107.33H1198.65V1023.79ZM1113.1 1023.79H1196.65V1107.33H1113.1V1023.79ZM1027.56 1023.79H1111.1V1107.33H1027.56V1023.79ZM942.007 1023.79H1025.56V1107.33H942.007V1023.79ZM856.462 1023.79H940.007V1107.33H856.462V1023.79ZM770.917 1023.79H854.462V1107.33H770.917V1023.79ZM685.373 1023.79H768.917V1107.33H685.373V1023.79ZM599.828 1023.79H683.373V1107.33H599.828V1023.79ZM514.276 1023.79H597.828V1107.33H514.276V1023.79ZM428.731 1023.79H512.276V1107.33H428.731V1023.79ZM343.186 1023.79H426.731V1107.33H343.186V1023.79ZM257.642 1023.79H341.186V1107.33H257.642V1023.79ZM172.09 1023.79H255.642V1107.33H172.09V1023.79ZM86.5448 1023.79H170.09V1107.33H86.5448V1023.79ZM86.5448 1109.33V1192.88H170.09V1109.33H86.5448ZM172.09 1109.33V1192.88H255.642V1109.33H172.09ZM257.642 1109.33V1192.88H341.186V1109.33H257.642ZM343.186 1109.33V1192.88H426.731V1109.33H343.186ZM428.731 1109.33V1192.88H512.276V1109.33H428.731ZM514.276 1109.33V1192.88H597.828V1109.33H514.276ZM599.828 1109.33V1192.88H683.373V1109.33H599.828ZM685.373 1109.33V1192.88H768.917V1109.33H685.373ZM770.917 1109.33V1192.88H854.462V1109.33H770.917ZM856.462 1109.33V1192.88H940.007V1109.33H856.462ZM942.007 1109.33V1192.88H1025.56V1109.33H942.007ZM1027.56 1109.33V1192.88H1111.1V1109.33H1027.56ZM1113.1 1109.33V1192.88H1196.65V1109.33H1113.1ZM1198.65 1109.33V1192.88H1282.19V1109.33H1198.65ZM1284.19 1109.33V1192.88H1367.75V1109.33H1284.19ZM1284.19 1194.88H1367.75V1278.42H1284.19V1194.88ZM1198.65 1194.88H1282.19V1278.42H1198.65V1194.88ZM1113.1 1194.88H1196.65V1278.42H1113.1V1194.88ZM1027.56 1194.88H1111.1V1278.42H1027.56V1194.88ZM942.007 1194.88H1025.56V1278.42H942.007V1194.88ZM856.462 1194.88H940.007V1278.42H856.462V1194.88ZM770.917 1194.88H854.462V1278.42H770.917V1194.88ZM685.373 1194.88H768.917V1278.42H685.373V1194.88ZM599.828 1194.88H683.373V1278.42H599.828V1194.88ZM514.276 1194.88H597.828V1278.42H514.276V1194.88ZM428.731 1194.88H512.276V1278.42H428.731V1194.88ZM343.186 1194.88H426.731V1278.42H343.186V1194.88ZM257.642 1194.88H341.186V1278.42H257.642V1194.88ZM172.09 1194.88H255.642V1278.42H172.09V1194.88ZM86.5448 1194.88H170.09V1278.42H86.5448V1194.88ZM86.5448 1280.42V1363.97H170.09V1280.42H86.5448ZM172.09 1280.42V1363.97H255.642V1280.42H172.09ZM257.642 1280.42V1363.97H341.186V1280.42H257.642ZM343.186 1280.42V1363.97H426.731V1280.42H343.186ZM428.731 1280.42V1363.97H512.276V1280.42H428.731ZM514.276 1280.42V1363.97H597.828V1280.42H514.276ZM599.828 1280.42V1363.97H683.373V1280.42H599.828ZM685.373 1280.42V1363.97H768.917V1280.42H685.373ZM770.917 1280.42V1363.97H854.462V1280.42H770.917ZM856.462 1280.42V1363.97H940.007V1280.42H856.462ZM942.007 1280.42V1363.97H1025.56V1280.42H942.007ZM1027.56 1280.42V1363.97H1111.1V1280.42H1027.56ZM1113.1 1280.42V1363.97H1196.65V1280.42H1113.1ZM1198.65 1280.42V1363.97H1282.19V1280.42H1198.65ZM1284.19 1280.42V1363.97H1367.75V1280.42H1284.19Z\" fill=\"url(#paint0_radial_327_2362)\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_327_2362\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(727.145 1109) rotate(90) scale(924.5 924.536)\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\\n</radialGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h77y1y\",\"data-framer-name\":\"Ellipse 8\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hu3dfk\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fntp6f\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4c0ceg\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m9gjzv\",\"data-framer-name\":\"Frame 1192\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ntzqur\",\"data-framer-name\":\"Frame 1193\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dpsm5i\",\"data-framer-name\":\"Frame 1194\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u0130n\u015Faat ve Yap\u0131 Projelerinizi Yeni Bir Seviyeye Ta\u015F\u0131y\u0131n!\"})}),className:\"framer-1jyyq47\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RemoteSite ile in\u015Faat s\\xfcre\\xe7lerinizi optimize edin, \u015Feffafl\u0131k sa\u011Flay\u0131n ve verimlili\u011Fi art\u0131r\u0131n. Hemen bizimle ileti\u015Fime ge\\xe7in ve projenizi RemoteSite i\\xe7erisinde takip edin!\"})}),className:\"framer-1qhnrnc\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{y:(componentViewport?.y||0)+7727-2189+57+0+0+0+0+23.5+0+252},LYQZkxNgh:{y:(componentViewport?.y||0)+9901-3166+48+0+0+0+0+36+0+252}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+7951-2120+149+0+0+0+0+5+0+252,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ljpon6-container\",nodeId:\"wjY20gXRR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{fGkWeAZoi:resolvedLinks[1]},LYQZkxNgh:{fGkWeAZoi:resolvedLinks[2],variant:\"hP7tA7xLO\"}},children:/*#__PURE__*/_jsx(Button,{AkAoOF8of:getLocalizedValue(\"v2\",activeLocale)??\"\\xdccretsiz Demo Talep Edin\",fGkWeAZoi:resolvedLinks[0],height:\"100%\",id:\"wjY20gXRR\",layoutId:\"wjY20gXRR\",variant:\"lNDV8uf9s\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mdj4t1\",\"data-framer-name\":\"Ellipse 9\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ta112v\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1134,intrinsicWidth:1134,svg:'<svg width=\"1134\" height=\"1134\" viewBox=\"0 0 1134 1134\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.6875 998.679V1063.37H0V1065.37H65.6875V1134H67.6875V1065.37H132.375V1134H134.375V1065.37H199.068V1134H201.068V1065.37H265.756V1134H267.756V1065.37H332.443V1134H334.443V1065.37H399.131V1134H401.131V1065.37H465.824V1134H467.824V1065.37H532.511V1134H534.511V1065.37H599.199V1134H601.199V1065.37H665.886V1134H667.886V1065.37H732.574V1134H734.574V1065.37H799.267V1134H801.267V1065.37H865.954V1134H867.954V1065.37H932.642V1134H934.642V1065.37H999.329V1134H1001.33V1065.37H1066.02V1134H1068.02V1065.37H1133.71V1063.37H1068.02V998.679H1133.71V996.679H1068.02V931.991H1133.71V929.991H1068.02V865.304H1133.71V863.304H1068.02V798.616H1133.71V796.616H1068.02V731.929H1133.71V729.929H1068.02V665.236H1133.71V663.236H1068.02V598.548H1133.71V596.548H1068.02V531.861H1133.71V529.861H1068.02V465.173H1133.71V463.173H1068.02V398.48H1133.71V396.48H1068.02V331.792H1133.71V329.792H1068.02V265.105H1133.71V263.105H1068.02V198.417H1133.71V196.417H1068.02V131.73H1133.71V129.73H1068.02V65.0368H1133.71V63.0368H1068.02V0.290039H1066.02V63.0368H1001.33V0.290039H999.329V63.0368H934.642V0.290039H932.642V63.0368H867.954V0.290039H865.954V63.0368H801.267V0.290039H799.267V63.0368H734.574V0.290039H732.574V63.0368H667.886V0.290039H665.886V63.0368H601.199V0.290039H599.199V63.0368H534.511V0.290039H532.511V63.0368H467.824V0.290039H465.824V63.0368H401.131V0.290039H399.131V63.0368H334.443V0.290039H332.443V63.0368H267.756V0.290039H265.756V63.0368H201.068V0.290039H199.068V63.0368H134.375V0.290039H132.375V63.0368H67.6875V0.290039H65.6875V63.0368H0V65.0368H65.6875V129.73H0V131.73H65.6875V196.417H0V198.417H65.6875V263.105H0V265.105H65.6875V329.792H0V331.792H65.6875V396.48H0V398.48H65.6875V463.173H0V465.173H65.6875V529.861H0V531.861H65.6875V596.548H0V598.548H65.6875V663.236H0V665.236H65.6875V729.929H0V731.929H65.6875V796.616H0V798.616H65.6875V863.304H0V865.304H65.6875V929.991H0V931.991H65.6875V996.679H0V998.679H65.6875ZM67.6875 65.0368V129.73H132.375V65.0368H67.6875ZM134.375 65.0368V129.73H199.068V65.0368H134.375ZM201.068 65.0368V129.73H265.756V65.0368H201.068ZM267.756 65.0368V129.73H332.443V65.0368H267.756ZM334.443 65.0368V129.73H399.131V65.0368H334.443ZM401.131 65.0368V129.73H465.824V65.0368H401.131ZM467.824 65.0368V129.73H532.511V65.0368H467.824ZM534.511 65.0368V129.73H599.199V65.0368H534.511ZM601.199 65.0368V129.73H665.886V65.0368H601.199ZM667.886 65.0368V129.73H732.574V65.0368H667.886ZM734.574 65.0368V129.73H799.267V65.0368H734.574ZM801.267 65.0368V129.73H865.954V65.0368H801.267ZM867.954 65.0368V129.73H932.642V65.0368H867.954ZM934.642 65.0368V129.73H999.329V65.0368H934.642ZM1001.33 65.0368V129.73H1066.02V65.0368H1001.33ZM1001.33 131.73H1066.02V196.417H1001.33V131.73ZM934.642 131.73H999.329V196.417H934.642V131.73ZM867.954 131.73H932.642V196.417H867.954V131.73ZM801.267 131.73H865.954V196.417H801.267V131.73ZM734.574 131.73H799.267V196.417H734.574V131.73ZM667.886 131.73H732.574V196.417H667.886V131.73ZM601.199 131.73H665.886V196.417H601.199V131.73ZM534.511 131.73H599.199V196.417H534.511V131.73ZM467.824 131.73H532.511V196.417H467.824V131.73ZM401.131 131.73H465.824V196.417H401.131V131.73ZM334.443 131.73H399.131V196.417H334.443V131.73ZM267.756 131.73H332.443V196.417H267.756V131.73ZM201.068 131.73H265.756V196.417H201.068V131.73ZM134.375 131.73H199.068V196.417H134.375V131.73ZM67.6875 131.73H132.375V196.417H67.6875V131.73ZM67.6875 198.417V263.105H132.375V198.417H67.6875ZM134.375 198.417V263.105H199.068V198.417H134.375ZM201.068 198.417V263.105H265.756V198.417H201.068ZM267.756 198.417V263.105H332.443V198.417H267.756ZM334.443 198.417V263.105H399.131V198.417H334.443ZM401.131 198.417V263.105H465.824V198.417H401.131ZM467.824 198.417V263.105H532.511V198.417H467.824ZM534.511 198.417V263.105H599.199V198.417H534.511ZM601.199 198.417V263.105H665.886V198.417H601.199ZM667.886 198.417V263.105H732.574V198.417H667.886ZM734.574 198.417V263.105H799.267V198.417H734.574ZM801.267 198.417V263.105H865.954V198.417H801.267ZM867.954 198.417V263.105H932.642V198.417H867.954ZM934.642 198.417V263.105H999.329V198.417H934.642ZM1001.33 198.417V263.105H1066.02V198.417H1001.33ZM1001.33 265.105H1066.02V329.792H1001.33V265.105ZM934.642 265.105H999.329V329.792H934.642V265.105ZM867.954 265.105H932.642V329.792H867.954V265.105ZM801.267 265.105H865.954V329.792H801.267V265.105ZM734.574 265.105H799.267V329.792H734.574V265.105ZM667.886 265.105H732.574V329.792H667.886V265.105ZM601.199 265.105H665.886V329.792H601.199V265.105ZM534.511 265.105H599.199V329.792H534.511V265.105ZM467.824 265.105H532.511V329.792H467.824V265.105ZM401.131 265.105H465.824V329.792H401.131V265.105ZM334.443 265.105H399.131V329.792H334.443V265.105ZM267.756 265.105H332.443V329.792H267.756V265.105ZM201.068 265.105H265.756V329.792H201.068V265.105ZM134.375 265.105H199.068V329.792H134.375V265.105ZM67.6875 265.105H132.375V329.792H67.6875V265.105ZM67.6875 331.792V396.48H132.375V331.792H67.6875ZM134.375 331.792V396.48H199.068V331.792H134.375ZM201.068 331.792V396.48H265.756V331.792H201.068ZM267.756 331.792V396.48H332.443V331.792H267.756ZM334.443 331.792V396.48H399.131V331.792H334.443ZM401.131 331.792V396.48H465.824V331.792H401.131ZM467.824 331.792V396.48H532.511V331.792H467.824ZM534.511 331.792V396.48H599.199V331.792H534.511ZM601.199 331.792V396.48H665.886V331.792H601.199ZM667.886 331.792V396.48H732.574V331.792H667.886ZM734.574 331.792V396.48H799.267V331.792H734.574ZM801.267 331.792V396.48H865.954V331.792H801.267ZM867.954 331.792V396.48H932.642V331.792H867.954ZM934.642 331.792V396.48H999.329V331.792H934.642ZM1001.33 331.792V396.48H1066.02V331.792H1001.33ZM1001.33 398.48H1066.02V463.173H1001.33V398.48ZM934.642 398.48H999.329V463.173H934.642V398.48ZM867.954 398.48H932.642V463.173H867.954V398.48ZM801.267 398.48H865.954V463.173H801.267V398.48ZM734.574 398.48H799.267V463.173H734.574V398.48ZM667.886 398.48H732.574V463.173H667.886V398.48ZM601.199 398.48H665.886V463.173H601.199V398.48ZM534.511 398.48H599.199V463.173H534.511V398.48ZM467.824 398.48H532.511V463.173H467.824V398.48ZM401.131 398.48H465.824V463.173H401.131V398.48ZM334.443 398.48H399.131V463.173H334.443V398.48ZM267.756 398.48H332.443V463.173H267.756V398.48ZM201.068 398.48H265.756V463.173H201.068V398.48ZM134.375 398.48H199.068V463.173H134.375V398.48ZM67.6875 398.48H132.375V463.173H67.6875V398.48ZM67.6875 465.173V529.861H132.375V465.173H67.6875ZM134.375 465.173V529.861H199.068V465.173H134.375ZM201.068 465.173V529.861H265.756V465.173H201.068ZM267.756 465.173V529.861H332.443V465.173H267.756ZM334.443 465.173V529.861H399.131V465.173H334.443ZM401.131 465.173V529.861H465.824V465.173H401.131ZM467.824 465.173V529.861H532.511V465.173H467.824ZM534.511 465.173V529.861H599.199V465.173H534.511ZM601.199 465.173V529.861H665.886V465.173H601.199ZM667.886 465.173V529.861H732.574V465.173H667.886ZM734.574 465.173V529.861H799.267V465.173H734.574ZM801.267 465.173V529.861H865.954V465.173H801.267ZM867.954 465.173V529.861H932.642V465.173H867.954ZM934.642 465.173V529.861H999.329V465.173H934.642ZM1001.33 465.173V529.861H1066.02V465.173H1001.33ZM1001.33 531.861H1066.02V596.548H1001.33V531.861ZM934.642 531.861H999.329V596.548H934.642V531.861ZM867.954 531.861H932.642V596.548H867.954V531.861ZM801.267 531.861H865.954V596.548H801.267V531.861ZM734.574 531.861H799.267V596.548H734.574V531.861ZM667.886 531.861H732.574V596.548H667.886V531.861ZM601.199 531.861H665.886V596.548H601.199V531.861ZM534.511 531.861H599.199V596.548H534.511V531.861ZM467.824 531.861H532.511V596.548H467.824V531.861ZM401.131 531.861H465.824V596.548H401.131V531.861ZM334.443 531.861H399.131V596.548H334.443V531.861ZM267.756 531.861H332.443V596.548H267.756V531.861ZM201.068 531.861H265.756V596.548H201.068V531.861ZM134.375 531.861H199.068V596.548H134.375V531.861ZM67.6875 531.861H132.375V596.548H67.6875V531.861ZM67.6875 598.548V663.236H132.375V598.548H67.6875ZM134.375 598.548V663.236H199.068V598.548H134.375ZM201.068 598.548V663.236H265.756V598.548H201.068ZM267.756 598.548V663.236H332.443V598.548H267.756ZM334.443 598.548V663.236H399.131V598.548H334.443ZM401.131 598.548V663.236H465.824V598.548H401.131ZM467.824 598.548V663.236H532.511V598.548H467.824ZM534.511 598.548V663.236H599.199V598.548H534.511ZM601.199 598.548V663.236H665.886V598.548H601.199ZM667.886 598.548V663.236H732.574V598.548H667.886ZM734.574 598.548V663.236H799.267V598.548H734.574ZM801.267 598.548V663.236H865.954V598.548H801.267ZM867.954 598.548V663.236H932.642V598.548H867.954ZM934.642 598.548V663.236H999.329V598.548H934.642ZM1001.33 598.548V663.236H1066.02V598.548H1001.33ZM1001.33 665.236H1066.02V729.929H1001.33V665.236ZM934.642 665.236H999.329V729.929H934.642V665.236ZM867.954 665.236H932.642V729.929H867.954V665.236ZM801.267 665.236H865.954V729.929H801.267V665.236ZM734.574 665.236H799.267V729.929H734.574V665.236ZM667.886 665.236H732.574V729.929H667.886V665.236ZM601.199 665.236H665.886V729.929H601.199V665.236ZM534.511 665.236H599.199V729.929H534.511V665.236ZM467.824 665.236H532.511V729.929H467.824V665.236ZM401.131 665.236H465.824V729.929H401.131V665.236ZM334.443 665.236H399.131V729.929H334.443V665.236ZM267.756 665.236H332.443V729.929H267.756V665.236ZM201.068 665.236H265.756V729.929H201.068V665.236ZM134.375 665.236H199.068V729.929H134.375V665.236ZM67.6875 665.236H132.375V729.929H67.6875V665.236ZM67.6875 731.929V796.616H132.375V731.929H67.6875ZM134.375 731.929V796.616H199.068V731.929H134.375ZM201.068 731.929V796.616H265.756V731.929H201.068ZM267.756 731.929V796.616H332.443V731.929H267.756ZM334.443 731.929V796.616H399.131V731.929H334.443ZM401.131 731.929V796.616H465.824V731.929H401.131ZM467.824 731.929V796.616H532.511V731.929H467.824ZM534.511 731.929V796.616H599.199V731.929H534.511ZM601.199 731.929V796.616H665.886V731.929H601.199ZM667.886 731.929V796.616H732.574V731.929H667.886ZM734.574 731.929V796.616H799.267V731.929H734.574ZM801.267 731.929V796.616H865.954V731.929H801.267ZM867.954 731.929V796.616H932.642V731.929H867.954ZM934.642 731.929V796.616H999.329V731.929H934.642ZM1001.33 731.929V796.616H1066.02V731.929H1001.33ZM1001.33 798.616H1066.02V863.304H1001.33V798.616ZM934.642 798.616H999.329V863.304H934.642V798.616ZM867.954 798.616H932.642V863.304H867.954V798.616ZM801.267 798.616H865.954V863.304H801.267V798.616ZM734.574 798.616H799.267V863.304H734.574V798.616ZM667.886 798.616H732.574V863.304H667.886V798.616ZM601.199 798.616H665.886V863.304H601.199V798.616ZM534.511 798.616H599.199V863.304H534.511V798.616ZM467.824 798.616H532.511V863.304H467.824V798.616ZM401.131 798.616H465.824V863.304H401.131V798.616ZM334.443 798.616H399.131V863.304H334.443V798.616ZM267.756 798.616H332.443V863.304H267.756V798.616ZM201.068 798.616H265.756V863.304H201.068V798.616ZM134.375 798.616H199.068V863.304H134.375V798.616ZM67.6875 798.616H132.375V863.304H67.6875V798.616ZM67.6875 865.304V929.991H132.375V865.304H67.6875ZM134.375 865.304V929.991H199.068V865.304H134.375ZM201.068 865.304V929.991H265.756V865.304H201.068ZM267.756 865.304V929.991H332.443V865.304H267.756ZM334.443 865.304V929.991H399.131V865.304H334.443ZM401.131 865.304V929.991H465.824V865.304H401.131ZM467.824 865.304V929.991H532.511V865.304H467.824ZM534.511 865.304V929.991H599.199V865.304H534.511ZM601.199 865.304V929.991H665.886V865.304H601.199ZM667.886 865.304V929.991H732.574V865.304H667.886ZM734.574 865.304V929.991H799.267V865.304H734.574ZM801.267 865.304V929.991H865.954V865.304H801.267ZM867.954 865.304V929.991H932.642V865.304H867.954ZM934.642 865.304V929.991H999.329V865.304H934.642ZM1001.33 865.304V929.991H1066.02V865.304H1001.33ZM1001.33 931.991H1066.02V996.679H1001.33V931.991ZM934.642 931.991H999.329V996.679H934.642V931.991ZM867.954 931.991H932.642V996.679H867.954V931.991ZM801.267 931.991H865.954V996.679H801.267V931.991ZM734.574 931.991H799.267V996.679H734.574V931.991ZM667.886 931.991H732.574V996.679H667.886V931.991ZM601.199 931.991H665.886V996.679H601.199V931.991ZM534.511 931.991H599.199V996.679H534.511V931.991ZM467.824 931.991H532.511V996.679H467.824V931.991ZM401.131 931.991H465.824V996.679H401.131V931.991ZM334.443 931.991H399.131V996.679H334.443V931.991ZM267.756 931.991H332.443V996.679H267.756V931.991ZM201.068 931.991H265.756V996.679H201.068V931.991ZM134.375 931.991H199.068V996.679H134.375V931.991ZM67.6875 931.991H132.375V996.679H67.6875V931.991ZM67.6875 998.679V1063.37H132.375V998.679H67.6875ZM134.375 998.679V1063.37H199.068V998.679H134.375ZM201.068 998.679V1063.37H265.756V998.679H201.068ZM267.756 998.679V1063.37H332.443V998.679H267.756ZM334.443 998.679V1063.37H399.131V998.679H334.443ZM401.131 998.679V1063.37H465.824V998.679H401.131ZM467.824 998.679V1063.37H532.511V998.679H467.824ZM534.511 998.679V1063.37H599.199V998.679H534.511ZM601.199 998.679V1063.37H665.886V998.679H601.199ZM667.886 998.679V1063.37H732.574V998.679H667.886ZM734.574 998.679V1063.37H799.267V998.679H734.574ZM801.267 998.679V1063.37H865.954V998.679H801.267ZM867.954 998.679V1063.37H932.642V998.679H867.954ZM934.642 998.679V1063.37H999.329V998.679H934.642ZM1001.33 998.679V1063.37H1066.02V998.679H1001.33Z\" fill=\"url(#paint0_radial_413_10594)\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_413_10594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(566.855 864.825) rotate(90) scale(720.705 720.733)\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\\n</radialGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2mtrjo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 48px, 810px)`,y:(componentViewport?.y||0)+7727-2189+57+0+431+0},LYQZkxNgh:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 32px, 400px)`,y:(componentViewport?.y||0)+9901-3166+48+0+456+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:728,width:`min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 120px, 1400px)`,y:(componentViewport?.y||0)+7951-2120+149+0+414+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gbkvc9-container\",nodeId:\"ogesXnX0C\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{variant:\"ks55PFQNo\"},LYQZkxNgh:{variant:\"kZOc23v1s\"}},children:/*#__PURE__*/_jsx(Resources,{height:\"100%\",id:\"ogesXnX0C\",layoutId:\"ogesXnX0C\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"P6wydPHlW\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1onu808\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5wo5e4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-129vlx2\",\"data-styles-preset\":\"xQmbw0IJl\",children:\"RemoteSite\u2019\u0131 kullanarak zamandan ve proje maliyetinden tasarruf eden i\u015F ortaklar\u0131m\u0131z\"})}),className:\"framer-e9gcmh\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1707nf6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sh68A1Ib6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:32,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"sh68A1Ib6\",layoutId:\"sh68A1Ib6\",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:10.5,intrinsicWidth:40,pixelHeight:42,pixelWidth:160,src:\"https://framerusercontent.com/images/uwaCGbwqAVMnF3IcB7kAx7OjFG0.png\"},className:\"framer-1n4f4nf\",\"data-framer-name\":\"Corporate Visuals Alarko\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:112.5,pixelHeight:200,pixelWidth:450,src:\"https://framerusercontent.com/images/dIRsHceei5yXVyJSKcxO93ftSc.png\"},className:\"framer-1awv6a0\",\"data-framer-name\":\"Smart Solar Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81.25,intrinsicWidth:217,pixelHeight:325,pixelWidth:868,sizes:\"150px\",src:\"https://framerusercontent.com/images/ZIfsmkdx9XGYJJprkU7jZBcoY0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZIfsmkdx9XGYJJprkU7jZBcoY0.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZIfsmkdx9XGYJJprkU7jZBcoY0.png 868w\"},className:\"framer-1b34907\",\"data-framer-name\":\"Kalyon Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100.75,intrinsicWidth:192,pixelHeight:403,pixelWidth:768,sizes:\"171px\",src:\"https://framerusercontent.com/images/jmdptPMxgMFugB0JOOD8gBfE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jmdptPMxgMFugB0JOOD8gBfE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jmdptPMxgMFugB0JOOD8gBfE.png 768w\"},className:\"framer-o03s6k\",\"data-framer-name\":\"Entegre Solar Logo\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vho4a4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d6nefx\",\"data-framer-name\":\"Frame 23\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",children:\"Ekibinizdeki Herkes \u0130\\xe7in \u0130\u015Fleri Kolayla\u015Ft\u0131ran \\xc7\\xf6z\\xfcm \"})}),className:\"framer-mwb6fd\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",children:\"Her ekip i\\xe7in \\xf6zel olarak tasarlanm\u0131\u015F \\xe7\\xf6z\\xfcmlerimizle proje s\\xfcre\\xe7lerini kolayla\u015Ft\u0131r\u0131yor, \u015Feffafl\u0131k sa\u011Fl\u0131yor ve verimlili\u011Fi en \\xfcst d\\xfczeye \\xe7\u0131kar\u0131yoruz.\"})}),className:\"framer-8256z8\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-inn4so-container hidden-72rtr7 hidden-1xysy3k\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EweArT3wK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1224,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"EweArT3wK\",intervalControl:3,itemAmount:2,layoutId:\"EweArT3wK\",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:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-k7lumt-container\",inComponentSlot:true,nodeId:\"CQdlPcEzw\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{ExFCJW109:getLocalizedValue(\"v7\",activeLocale)??\"Ger\\xe7ek zamanl\u0131 verilerle proje ilerleyi\u015Fini \u015Feffafl\u0131kla takip eder, ekipler aras\u0131 ileti\u015Fimi geli\u015Ftirir ve \u015Fantiye ziyaretlerini azalt\u0131r.\",height:\"100%\",id:\"CQdlPcEzw\",layoutId:\"CQdlPcEzw\",o4K43DRhI:getLocalizedValue(\"v6\",activeLocale)??\"Proje Sahipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8q1cyx-container\",inComponentSlot:true,nodeId:\"y5yZnBTeS\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png\",srcSet:\"https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png?scale-down-to=1024 819w,https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png?scale-down-to=2048 1639w,https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png 2616w\"},\"\"),ExFCJW109:getLocalizedValue(\"v9\",activeLocale)??\"\u015Eantiyedeki ilerlemeyi g\\xf6rsel ve detayl\u0131 bir \u015Fekilde takip eder, i\u015F ak\u0131\u015Flar\u0131n\u0131 daha verimli y\\xf6netir ve tamamlanma oranlar\u0131n\u0131 belgeler. Bu, raporlama ve hak taleplerini kolayla\u015Ft\u0131r\u0131r.\",height:\"100%\",id:\"y5yZnBTeS\",layoutId:\"y5yZnBTeS\",o4K43DRhI:getLocalizedValue(\"v8\",activeLocale)??\"Saha M\\xfchendisleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xcs5rw-container\",inComponentSlot:true,nodeId:\"dhvNLXtmW\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({positionX:\"29.6%\",positionY:\"30.8%\",src:\"https://framerusercontent.com/images/f7fIjEw87PdxJdrJ31JjnqBpRY.png\",srcSet:\"https://framerusercontent.com/images/f7fIjEw87PdxJdrJ31JjnqBpRY.png 600w\"},\"\"),ExFCJW109:getLocalizedValue(\"v11\",activeLocale)??\"Proje ilerlemesini her yerden objektif ve ger\\xe7ek zamanl\u0131 olarak izler, projelerin zaman\u0131nda ve b\\xfct\\xe7e dahilinde tamamlanmas\u0131n\u0131 sa\u011Flar.\",height:\"100%\",id:\"dhvNLXtmW\",layoutId:\"dhvNLXtmW\",o4K43DRhI:getLocalizedValue(\"v10\",activeLocale)??\"Proje Y\\xf6neticileri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vmvdny-container\",inComponentSlot:true,nodeId:\"zAL8IxTRZ\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/zpUKySTT8oyyEf7vyFhYzO1HNY.png\",srcSet:\"https://framerusercontent.com/images/zpUKySTT8oyyEf7vyFhYzO1HNY.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v13\",activeLocale)??\" \u0130lerleme toplant\u0131lar\u0131n\u0131 g\\xf6rsel olarak koordine eder, objektif bir ger\\xe7eklik sunar ve tasar\u0131m ile saha durumunu kolayca kar\u015F\u0131la\u015Ft\u0131r\u0131r.\",height:\"100%\",id:\"zAL8IxTRZ\",layoutId:\"zAL8IxTRZ\",o4K43DRhI:getLocalizedValue(\"v12\",activeLocale)??\"BIM/VDC Ekipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ru7b2a-container\",inComponentSlot:true,nodeId:\"IsAwIZMjo\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/cDbx45Q8a03SgVlyeejgT9Dz8dQ.png\",srcSet:\"https://framerusercontent.com/images/cDbx45Q8a03SgVlyeejgT9Dz8dQ.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v15\",activeLocale)??\" Zaman \\xe7izelgelerini sahadaki ger\\xe7ek ilerlemeyle uyumunu izler, sapmalar\u0131 tespit eder, d\\xfczeltici \\xf6nlemler al\u0131r ve b\\xfct\\xe7e y\\xf6netimini optimize eder.\",height:\"100%\",id:\"IsAwIZMjo\",layoutId:\"IsAwIZMjo\",o4K43DRhI:getLocalizedValue(\"v14\",activeLocale)??\"Planlama ve Maliyet Kontrol Ekipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vordqq-container\",inComponentSlot:true,nodeId:\"pgjJCm9l5\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({positionX:\"20%\",positionY:\"66%\",src:\"https://framerusercontent.com/images/mUjjnmPnm6dZTh3voeZlWg8MZg.png\",srcSet:\"https://framerusercontent.com/images/mUjjnmPnm6dZTh3voeZlWg8MZg.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v17\",activeLocale)??\"Gecikmeleri ve de\u011Fi\u015Fiklikleri izler, hak taleplerini belgeleyerek s\\xf6zle\u015Fme y\\xfck\\xfcml\\xfcl\\xfcklerini daha kolay ve \u015Feffaf bir \u015Fekilde y\\xf6netir.\",height:\"100%\",id:\"pgjJCm9l5\",layoutId:\"pgjJCm9l5\",o4K43DRhI:getLocalizedValue(\"v16\",activeLocale)??\"S\\xf6zle\u015Fme ve Hak Talebi M\\xfchendisleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k8n0o0-container hidden-72rtr7 hidden-1x18woz\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VWilELnjt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1224,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"VWilELnjt\",intervalControl:3,itemAmount:2,layoutId:\"VWilELnjt\",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:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-k7lumt-container\",inComponentSlot:true,nodeId:\"CQdlPcEzw\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{ExFCJW109:getLocalizedValue(\"v7\",activeLocale)??\"Ger\\xe7ek zamanl\u0131 verilerle proje ilerleyi\u015Fini \u015Feffafl\u0131kla takip eder, ekipler aras\u0131 ileti\u015Fimi geli\u015Ftirir ve \u015Fantiye ziyaretlerini azalt\u0131r.\",height:\"100%\",id:\"CQdlPcEzw\",layoutId:\"CQdlPcEzw\",o4K43DRhI:getLocalizedValue(\"v6\",activeLocale)??\"Proje Sahipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8q1cyx-container\",inComponentSlot:true,nodeId:\"y5yZnBTeS\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png\",srcSet:\"https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png?scale-down-to=1024 819w,https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png?scale-down-to=2048 1639w,https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png 2616w\"},\"\"),ExFCJW109:getLocalizedValue(\"v9\",activeLocale)??\"\u015Eantiyedeki ilerlemeyi g\\xf6rsel ve detayl\u0131 bir \u015Fekilde takip eder, i\u015F ak\u0131\u015Flar\u0131n\u0131 daha verimli y\\xf6netir ve tamamlanma oranlar\u0131n\u0131 belgeler. Bu, raporlama ve hak taleplerini kolayla\u015Ft\u0131r\u0131r.\",height:\"100%\",id:\"y5yZnBTeS\",layoutId:\"y5yZnBTeS\",o4K43DRhI:getLocalizedValue(\"v8\",activeLocale)??\"Saha M\\xfchendisleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xcs5rw-container\",inComponentSlot:true,nodeId:\"dhvNLXtmW\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({positionX:\"29.6%\",positionY:\"30.8%\",src:\"https://framerusercontent.com/images/f7fIjEw87PdxJdrJ31JjnqBpRY.png\",srcSet:\"https://framerusercontent.com/images/f7fIjEw87PdxJdrJ31JjnqBpRY.png 600w\"},\"\"),ExFCJW109:getLocalizedValue(\"v11\",activeLocale)??\"Proje ilerlemesini her yerden objektif ve ger\\xe7ek zamanl\u0131 olarak izler, projelerin zaman\u0131nda ve b\\xfct\\xe7e dahilinde tamamlanmas\u0131n\u0131 sa\u011Flar.\",height:\"100%\",id:\"dhvNLXtmW\",layoutId:\"dhvNLXtmW\",o4K43DRhI:getLocalizedValue(\"v10\",activeLocale)??\"Proje Y\\xf6neticileri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vmvdny-container\",inComponentSlot:true,nodeId:\"zAL8IxTRZ\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/zpUKySTT8oyyEf7vyFhYzO1HNY.png\",srcSet:\"https://framerusercontent.com/images/zpUKySTT8oyyEf7vyFhYzO1HNY.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v13\",activeLocale)??\" \u0130lerleme toplant\u0131lar\u0131n\u0131 g\\xf6rsel olarak koordine eder, objektif bir ger\\xe7eklik sunar ve tasar\u0131m ile saha durumunu kolayca kar\u015F\u0131la\u015Ft\u0131r\u0131r.\",height:\"100%\",id:\"zAL8IxTRZ\",layoutId:\"zAL8IxTRZ\",o4K43DRhI:getLocalizedValue(\"v12\",activeLocale)??\"BIM/VDC Ekipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ru7b2a-container\",inComponentSlot:true,nodeId:\"IsAwIZMjo\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/cDbx45Q8a03SgVlyeejgT9Dz8dQ.png\",srcSet:\"https://framerusercontent.com/images/cDbx45Q8a03SgVlyeejgT9Dz8dQ.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v15\",activeLocale)??\" Zaman \\xe7izelgelerini sahadaki ger\\xe7ek ilerlemeyle uyumunu izler, sapmalar\u0131 tespit eder, d\\xfczeltici \\xf6nlemler al\u0131r ve b\\xfct\\xe7e y\\xf6netimini optimize eder.\",height:\"100%\",id:\"IsAwIZMjo\",layoutId:\"IsAwIZMjo\",o4K43DRhI:getLocalizedValue(\"v14\",activeLocale)??\"Planlama ve Maliyet Kontrol Ekipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vordqq-container\",inComponentSlot:true,nodeId:\"pgjJCm9l5\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({positionX:\"20%\",positionY:\"66%\",src:\"https://framerusercontent.com/images/mUjjnmPnm6dZTh3voeZlWg8MZg.png\",srcSet:\"https://framerusercontent.com/images/mUjjnmPnm6dZTh3voeZlWg8MZg.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v17\",activeLocale)??\"Gecikmeleri ve de\u011Fi\u015Fiklikleri izler, hak taleplerini belgeleyerek s\\xf6zle\u015Fme y\\xfck\\xfcml\\xfcl\\xfcklerini daha kolay ve \u015Feffaf bir \u015Fekilde y\\xf6netir.\",height:\"100%\",id:\"pgjJCm9l5\",layoutId:\"pgjJCm9l5\",o4K43DRhI:getLocalizedValue(\"v16\",activeLocale)??\"S\\xf6zle\u015Fme ve Hak Talebi M\\xfchendisleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lrvohp-container hidden-1x18woz hidden-1xysy3k\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"o8JZwCF2E\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1224,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"o8JZwCF2E\",intervalControl:4,itemAmount:2,layoutId:\"o8JZwCF2E\",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:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-k7lumt-container\",inComponentSlot:true,nodeId:\"CQdlPcEzw\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{ExFCJW109:getLocalizedValue(\"v7\",activeLocale)??\"Ger\\xe7ek zamanl\u0131 verilerle proje ilerleyi\u015Fini \u015Feffafl\u0131kla takip eder, ekipler aras\u0131 ileti\u015Fimi geli\u015Ftirir ve \u015Fantiye ziyaretlerini azalt\u0131r.\",height:\"100%\",id:\"CQdlPcEzw\",layoutId:\"CQdlPcEzw\",o4K43DRhI:getLocalizedValue(\"v6\",activeLocale)??\"Proje Sahipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8q1cyx-container\",inComponentSlot:true,nodeId:\"y5yZnBTeS\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png\",srcSet:\"https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png?scale-down-to=1024 819w,https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png?scale-down-to=2048 1639w,https://framerusercontent.com/images/DQZ8vUhzK86InHN5Q3JL1Cral8.png 2616w\"},\"\"),ExFCJW109:getLocalizedValue(\"v9\",activeLocale)??\"\u015Eantiyedeki ilerlemeyi g\\xf6rsel ve detayl\u0131 bir \u015Fekilde takip eder, i\u015F ak\u0131\u015Flar\u0131n\u0131 daha verimli y\\xf6netir ve tamamlanma oranlar\u0131n\u0131 belgeler. Bu, raporlama ve hak taleplerini kolayla\u015Ft\u0131r\u0131r.\",height:\"100%\",id:\"y5yZnBTeS\",layoutId:\"y5yZnBTeS\",o4K43DRhI:getLocalizedValue(\"v8\",activeLocale)??\"Saha M\\xfchendisleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xcs5rw-container\",inComponentSlot:true,nodeId:\"dhvNLXtmW\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({positionX:\"29.6%\",positionY:\"30.8%\",src:\"https://framerusercontent.com/images/f7fIjEw87PdxJdrJ31JjnqBpRY.png\",srcSet:\"https://framerusercontent.com/images/f7fIjEw87PdxJdrJ31JjnqBpRY.png 600w\"},\"\"),ExFCJW109:getLocalizedValue(\"v11\",activeLocale)??\"Proje ilerlemesini her yerden objektif ve ger\\xe7ek zamanl\u0131 olarak izler, projelerin zaman\u0131nda ve b\\xfct\\xe7e dahilinde tamamlanmas\u0131n\u0131 sa\u011Flar.\",height:\"100%\",id:\"dhvNLXtmW\",layoutId:\"dhvNLXtmW\",o4K43DRhI:getLocalizedValue(\"v10\",activeLocale)??\"Proje Y\\xf6neticileri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vmvdny-container\",inComponentSlot:true,nodeId:\"zAL8IxTRZ\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/zpUKySTT8oyyEf7vyFhYzO1HNY.png\",srcSet:\"https://framerusercontent.com/images/zpUKySTT8oyyEf7vyFhYzO1HNY.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v13\",activeLocale)??\" \u0130lerleme toplant\u0131lar\u0131n\u0131 g\\xf6rsel olarak koordine eder, objektif bir ger\\xe7eklik sunar ve tasar\u0131m ile saha durumunu kolayca kar\u015F\u0131la\u015Ft\u0131r\u0131r.\",height:\"100%\",id:\"zAL8IxTRZ\",layoutId:\"zAL8IxTRZ\",o4K43DRhI:getLocalizedValue(\"v12\",activeLocale)??\"BIM/VDC Ekipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ru7b2a-container\",inComponentSlot:true,nodeId:\"IsAwIZMjo\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({src:\"https://framerusercontent.com/images/cDbx45Q8a03SgVlyeejgT9Dz8dQ.png\",srcSet:\"https://framerusercontent.com/images/cDbx45Q8a03SgVlyeejgT9Dz8dQ.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v15\",activeLocale)??\" Zaman \\xe7izelgelerini sahadaki ger\\xe7ek ilerlemeyle uyumunu izler, sapmalar\u0131 tespit eder, d\\xfczeltici \\xf6nlemler al\u0131r ve b\\xfct\\xe7e y\\xf6netimini optimize eder.\",height:\"100%\",id:\"IsAwIZMjo\",layoutId:\"IsAwIZMjo\",o4K43DRhI:getLocalizedValue(\"v14\",activeLocale)??\"Planlama ve Maliyet Kontrol Ekipleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vordqq-container\",inComponentSlot:true,nodeId:\"pgjJCm9l5\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(StakeholderCards,{dvLwPiF5c:addImageAlt({positionX:\"20%\",positionY:\"66%\",src:\"https://framerusercontent.com/images/mUjjnmPnm6dZTh3voeZlWg8MZg.png\",srcSet:\"https://framerusercontent.com/images/mUjjnmPnm6dZTh3voeZlWg8MZg.png 700w\"},\"\"),ExFCJW109:getLocalizedValue(\"v17\",activeLocale)??\"Gecikmeleri ve de\u011Fi\u015Fiklikleri izler, hak taleplerini belgeleyerek s\\xf6zle\u015Fme y\\xfck\\xfcml\\xfcl\\xfcklerini daha kolay ve \u015Feffaf bir \u015Fekilde y\\xf6netir.\",height:\"100%\",id:\"pgjJCm9l5\",layoutId:\"pgjJCm9l5\",o4K43DRhI:getLocalizedValue(\"v16\",activeLocale)??\"S\\xf6zle\u015Fme ve Hak Talebi M\\xfchendisleri\",style:{height:\"100%\",width:\"100%\"},variant:\"L2T7PHNOQ\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2up5c4\",\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-npbyxo\",\"data-framer-name\":\"Ellipse 8\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5cfd9v\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1455,intrinsicWidth:1455,svg:'<svg width=\"1455\" height=\"1455\" viewBox=\"0 0 1455 1455\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M84.5448 1280.42V1363.97H0V1365.97H84.5448V1454.29H86.5448V1365.97H170.09V1454.29H172.09V1365.97H255.642V1454.29H257.642V1365.97H341.186V1454.29H343.186V1365.97H426.731V1454.29H428.731V1365.97H512.276V1454.29H514.276V1365.97H597.828V1454.29H599.828V1365.97H683.373V1454.29H685.373V1365.97H768.917V1454.29H770.917V1365.97H854.462V1454.29H856.462V1365.97H940.007V1454.29H942.007V1365.97H1025.56V1454.29H1027.56V1365.97H1111.1V1454.29H1113.1V1365.97H1196.65V1454.29H1198.65V1365.97H1282.19V1454.29H1284.19V1365.97H1367.75V1454.29H1369.75V1365.97H1454.29V1363.97H1369.75V1280.42H1454.29V1278.42H1369.75V1194.88H1454.29V1192.88H1369.75V1109.33H1454.29V1107.33H1369.75V1023.79H1454.29V1021.79H1369.75V938.242H1454.29V936.242H1369.75V852.69H1454.29V850.69H1369.75V767.146H1454.29V765.146H1369.75V681.6H1454.29V679.6H1369.75V596.056H1454.29V594.056H1369.75V510.504H1454.29V508.504H1369.75V424.959H1454.29V422.959H1369.75V339.414H1454.29V337.414H1369.75V253.869H1454.29V251.869H1369.75V168.324H1454.29V166.324H1369.75V82.7725H1454.29V80.7725H1369.75V0H1367.75V80.7725H1284.19V0H1282.19V80.7725H1198.65V0H1196.65V80.7725H1113.1V0H1111.1V80.7725H1027.56V0H1025.56V80.7725H942.007V0H940.007V80.7725H856.462V0H854.462V80.7725H770.917V0H768.917V80.7725H685.373V0H683.373V80.7725H599.828V0H597.828V80.7725H514.276V0H512.276V80.7725H428.731V0H426.731V80.7725H343.186V0H341.186V80.7725H257.642V0H255.642V80.7725H172.09V0H170.09V80.7725H86.5448V0H84.5448V80.7725H0V82.7725H84.5448V166.324H0V168.324H84.5448V251.869H0V253.869H84.5448V337.414H0V339.414H84.5448V422.959H0V424.959H84.5448V508.504H0V510.504H84.5448V594.056H0V596.056H84.5448V679.6H0V681.6H84.5448V765.146H0V767.146H84.5448V850.69H0V852.69H84.5448V936.242H0V938.242H84.5448V1021.79H0V1023.79H84.5448V1107.33H0V1109.33H84.5448V1192.88H0V1194.88H84.5448V1278.42H0V1280.42H84.5448ZM86.5448 82.7725V166.324H170.09V82.7725H86.5448ZM172.09 82.7725V166.324H255.642V82.7725H172.09ZM257.642 82.7725V166.324H341.186V82.7725H257.642ZM343.186 82.7725V166.324H426.731V82.7725H343.186ZM428.731 82.7725V166.324H512.276V82.7725H428.731ZM514.276 82.7725V166.324H597.828V82.7725H514.276ZM599.828 82.7725V166.324H683.373V82.7725H599.828ZM685.373 82.7725V166.324H768.917V82.7725H685.373ZM770.917 82.7725V166.324H854.462V82.7725H770.917ZM856.462 82.7725V166.324H940.007V82.7725H856.462ZM942.007 82.7725V166.324H1025.56V82.7725H942.007ZM1027.56 82.7725V166.324H1111.1V82.7725H1027.56ZM1113.1 82.7725V166.324H1196.65V82.7725H1113.1ZM1198.65 82.7725V166.324H1282.19V82.7725H1198.65ZM1284.19 82.7725V166.324H1367.75V82.7725H1284.19ZM1284.19 168.324H1367.75V251.869H1284.19V168.324ZM1198.65 168.324H1282.19V251.869H1198.65V168.324ZM1113.1 168.324H1196.65V251.869H1113.1V168.324ZM1027.56 168.324H1111.1V251.869H1027.56V168.324ZM942.007 168.324H1025.56V251.869H942.007V168.324ZM856.462 168.324H940.007V251.869H856.462V168.324ZM770.917 168.324H854.462V251.869H770.917V168.324ZM685.373 168.324H768.917V251.869H685.373V168.324ZM599.828 168.324H683.373V251.869H599.828V168.324ZM514.276 168.324H597.828V251.869H514.276V168.324ZM428.731 168.324H512.276V251.869H428.731V168.324ZM343.186 168.324H426.731V251.869H343.186V168.324ZM257.642 168.324H341.186V251.869H257.642V168.324ZM172.09 168.324H255.642V251.869H172.09V168.324ZM86.5448 168.324H170.09V251.869H86.5448V168.324ZM86.5448 253.869V337.414H170.09V253.869H86.5448ZM172.09 253.869V337.414H255.642V253.869H172.09ZM257.642 253.869V337.414H341.186V253.869H257.642ZM343.186 253.869V337.414H426.731V253.869H343.186ZM428.731 253.869V337.414H512.276V253.869H428.731ZM514.276 253.869V337.414H597.828V253.869H514.276ZM599.828 253.869V337.414H683.373V253.869H599.828ZM685.373 253.869V337.414H768.917V253.869H685.373ZM770.917 253.869V337.414H854.462V253.869H770.917ZM856.462 253.869V337.414H940.007V253.869H856.462ZM942.007 253.869V337.414H1025.56V253.869H942.007ZM1027.56 253.869V337.414H1111.1V253.869H1027.56ZM1113.1 253.869V337.414H1196.65V253.869H1113.1ZM1198.65 253.869V337.414H1282.19V253.869H1198.65ZM1284.19 253.869V337.414H1367.75V253.869H1284.19ZM1284.19 339.414H1367.75V422.959H1284.19V339.414ZM1198.65 339.414H1282.19V422.959H1198.65V339.414ZM1113.1 339.414H1196.65V422.959H1113.1V339.414ZM1027.56 339.414H1111.1V422.959H1027.56V339.414ZM942.007 339.414H1025.56V422.959H942.007V339.414ZM856.462 339.414H940.007V422.959H856.462V339.414ZM770.917 339.414H854.462V422.959H770.917V339.414ZM685.373 339.414H768.917V422.959H685.373V339.414ZM599.828 339.414H683.373V422.959H599.828V339.414ZM514.276 339.414H597.828V422.959H514.276V339.414ZM428.731 339.414H512.276V422.959H428.731V339.414ZM343.186 339.414H426.731V422.959H343.186V339.414ZM257.642 339.414H341.186V422.959H257.642V339.414ZM172.09 339.414H255.642V422.959H172.09V339.414ZM86.5448 339.414H170.09V422.959H86.5448V339.414ZM86.5448 424.959V508.504H170.09V424.959H86.5448ZM172.09 424.959V508.504H255.642V424.959H172.09ZM257.642 424.959V508.504H341.186V424.959H257.642ZM343.186 424.959V508.504H426.731V424.959H343.186ZM428.731 424.959V508.504H512.276V424.959H428.731ZM514.276 424.959V508.504H597.828V424.959H514.276ZM599.828 424.959V508.504H683.373V424.959H599.828ZM685.373 424.959V508.504H768.917V424.959H685.373ZM770.917 424.959V508.504H854.462V424.959H770.917ZM856.462 424.959V508.504H940.007V424.959H856.462ZM942.007 424.959V508.504H1025.56V424.959H942.007ZM1027.56 424.959V508.504H1111.1V424.959H1027.56ZM1113.1 424.959V508.504H1196.65V424.959H1113.1ZM1198.65 424.959V508.504H1282.19V424.959H1198.65ZM1284.19 424.959V508.504H1367.75V424.959H1284.19ZM1284.19 510.504H1367.75V594.056H1284.19V510.504ZM1198.65 510.504H1282.19V594.056H1198.65V510.504ZM1113.1 510.504H1196.65V594.056H1113.1V510.504ZM1027.56 510.504H1111.1V594.056H1027.56V510.504ZM942.007 510.504H1025.56V594.056H942.007V510.504ZM856.462 510.504H940.007V594.056H856.462V510.504ZM770.917 510.504H854.462V594.056H770.917V510.504ZM685.373 510.504H768.917V594.056H685.373V510.504ZM599.828 510.504H683.373V594.056H599.828V510.504ZM514.276 510.504H597.828V594.056H514.276V510.504ZM428.731 510.504H512.276V594.056H428.731V510.504ZM343.186 510.504H426.731V594.056H343.186V510.504ZM257.642 510.504H341.186V594.056H257.642V510.504ZM172.09 510.504H255.642V594.056H172.09V510.504ZM86.5448 510.504H170.09V594.056H86.5448V510.504ZM86.5448 596.056V679.6H170.09V596.056H86.5448ZM172.09 596.056V679.6H255.642V596.056H172.09ZM257.642 596.056V679.6H341.186V596.056H257.642ZM343.186 596.056V679.6H426.731V596.056H343.186ZM428.731 596.056V679.6H512.276V596.056H428.731ZM514.276 596.056V679.6H597.828V596.056H514.276ZM599.828 596.056V679.6H683.373V596.056H599.828ZM685.373 596.056V679.6H768.917V596.056H685.373ZM770.917 596.056V679.6H854.462V596.056H770.917ZM856.462 596.056V679.6H940.007V596.056H856.462ZM942.007 596.056V679.6H1025.56V596.056H942.007ZM1027.56 596.056V679.6H1111.1V596.056H1027.56ZM1113.1 596.056V679.6H1196.65V596.056H1113.1ZM1198.65 596.056V679.6H1282.19V596.056H1198.65ZM1284.19 596.056V679.6H1367.75V596.056H1284.19ZM1284.19 681.6H1367.75V765.146H1284.19V681.6ZM1198.65 681.6H1282.19V765.146H1198.65V681.6ZM1113.1 681.6H1196.65V765.146H1113.1V681.6ZM1027.56 681.6H1111.1V765.146H1027.56V681.6ZM942.007 681.6H1025.56V765.146H942.007V681.6ZM856.462 681.6H940.007V765.146H856.462V681.6ZM770.917 681.6H854.462V765.146H770.917V681.6ZM685.373 681.6H768.917V765.146H685.373V681.6ZM599.828 681.6H683.373V765.146H599.828V681.6ZM514.276 681.6H597.828V765.146H514.276V681.6ZM428.731 681.6H512.276V765.146H428.731V681.6ZM343.186 681.6H426.731V765.146H343.186V681.6ZM257.642 681.6H341.186V765.146H257.642V681.6ZM172.09 681.6H255.642V765.146H172.09V681.6ZM86.5448 681.6H170.09V765.146H86.5448V681.6ZM86.5448 767.146V850.69H170.09V767.146H86.5448ZM172.09 767.146V850.69H255.642V767.146H172.09ZM257.642 767.146V850.69H341.186V767.146H257.642ZM343.186 767.146V850.69H426.731V767.146H343.186ZM428.731 767.146V850.69H512.276V767.146H428.731ZM514.276 767.146V850.69H597.828V767.146H514.276ZM599.828 767.146V850.69H683.373V767.146H599.828ZM685.373 767.146V850.69H768.917V767.146H685.373ZM770.917 767.146V850.69H854.462V767.146H770.917ZM856.462 767.146V850.69H940.007V767.146H856.462ZM942.007 767.146V850.69H1025.56V767.146H942.007ZM1027.56 767.146V850.69H1111.1V767.146H1027.56ZM1113.1 767.146V850.69H1196.65V767.146H1113.1ZM1198.65 767.146V850.69H1282.19V767.146H1198.65ZM1284.19 767.146V850.69H1367.75V767.146H1284.19ZM1284.19 852.69H1367.75V936.242H1284.19V852.69ZM1198.65 852.69H1282.19V936.242H1198.65V852.69ZM1113.1 852.69H1196.65V936.242H1113.1V852.69ZM1027.56 852.69H1111.1V936.242H1027.56V852.69ZM942.007 852.69H1025.56V936.242H942.007V852.69ZM856.462 852.69H940.007V936.242H856.462V852.69ZM770.917 852.69H854.462V936.242H770.917V852.69ZM685.373 852.69H768.917V936.242H685.373V852.69ZM599.828 852.69H683.373V936.242H599.828V852.69ZM514.276 852.69H597.828V936.242H514.276V852.69ZM428.731 852.69H512.276V936.242H428.731V852.69ZM343.186 852.69H426.731V936.242H343.186V852.69ZM257.642 852.69H341.186V936.242H257.642V852.69ZM172.09 852.69H255.642V936.242H172.09V852.69ZM86.5448 852.69H170.09V936.242H86.5448V852.69ZM86.5448 938.242V1021.79H170.09V938.242H86.5448ZM172.09 938.242V1021.79H255.642V938.242H172.09ZM257.642 938.242V1021.79H341.186V938.242H257.642ZM343.186 938.242V1021.79H426.731V938.242H343.186ZM428.731 938.242V1021.79H512.276V938.242H428.731ZM514.276 938.242V1021.79H597.828V938.242H514.276ZM599.828 938.242V1021.79H683.373V938.242H599.828ZM685.373 938.242V1021.79H768.917V938.242H685.373ZM770.917 938.242V1021.79H854.462V938.242H770.917ZM856.462 938.242V1021.79H940.007V938.242H856.462ZM942.007 938.242V1021.79H1025.56V938.242H942.007ZM1027.56 938.242V1021.79H1111.1V938.242H1027.56ZM1113.1 938.242V1021.79H1196.65V938.242H1113.1ZM1198.65 938.242V1021.79H1282.19V938.242H1198.65ZM1284.19 938.242V1021.79H1367.75V938.242H1284.19ZM1284.19 1023.79H1367.75V1107.33H1284.19V1023.79ZM1198.65 1023.79H1282.19V1107.33H1198.65V1023.79ZM1113.1 1023.79H1196.65V1107.33H1113.1V1023.79ZM1027.56 1023.79H1111.1V1107.33H1027.56V1023.79ZM942.007 1023.79H1025.56V1107.33H942.007V1023.79ZM856.462 1023.79H940.007V1107.33H856.462V1023.79ZM770.917 1023.79H854.462V1107.33H770.917V1023.79ZM685.373 1023.79H768.917V1107.33H685.373V1023.79ZM599.828 1023.79H683.373V1107.33H599.828V1023.79ZM514.276 1023.79H597.828V1107.33H514.276V1023.79ZM428.731 1023.79H512.276V1107.33H428.731V1023.79ZM343.186 1023.79H426.731V1107.33H343.186V1023.79ZM257.642 1023.79H341.186V1107.33H257.642V1023.79ZM172.09 1023.79H255.642V1107.33H172.09V1023.79ZM86.5448 1023.79H170.09V1107.33H86.5448V1023.79ZM86.5448 1109.33V1192.88H170.09V1109.33H86.5448ZM172.09 1109.33V1192.88H255.642V1109.33H172.09ZM257.642 1109.33V1192.88H341.186V1109.33H257.642ZM343.186 1109.33V1192.88H426.731V1109.33H343.186ZM428.731 1109.33V1192.88H512.276V1109.33H428.731ZM514.276 1109.33V1192.88H597.828V1109.33H514.276ZM599.828 1109.33V1192.88H683.373V1109.33H599.828ZM685.373 1109.33V1192.88H768.917V1109.33H685.373ZM770.917 1109.33V1192.88H854.462V1109.33H770.917ZM856.462 1109.33V1192.88H940.007V1109.33H856.462ZM942.007 1109.33V1192.88H1025.56V1109.33H942.007ZM1027.56 1109.33V1192.88H1111.1V1109.33H1027.56ZM1113.1 1109.33V1192.88H1196.65V1109.33H1113.1ZM1198.65 1109.33V1192.88H1282.19V1109.33H1198.65ZM1284.19 1109.33V1192.88H1367.75V1109.33H1284.19ZM1284.19 1194.88H1367.75V1278.42H1284.19V1194.88ZM1198.65 1194.88H1282.19V1278.42H1198.65V1194.88ZM1113.1 1194.88H1196.65V1278.42H1113.1V1194.88ZM1027.56 1194.88H1111.1V1278.42H1027.56V1194.88ZM942.007 1194.88H1025.56V1278.42H942.007V1194.88ZM856.462 1194.88H940.007V1278.42H856.462V1194.88ZM770.917 1194.88H854.462V1278.42H770.917V1194.88ZM685.373 1194.88H768.917V1278.42H685.373V1194.88ZM599.828 1194.88H683.373V1278.42H599.828V1194.88ZM514.276 1194.88H597.828V1278.42H514.276V1194.88ZM428.731 1194.88H512.276V1278.42H428.731V1194.88ZM343.186 1194.88H426.731V1278.42H343.186V1194.88ZM257.642 1194.88H341.186V1278.42H257.642V1194.88ZM172.09 1194.88H255.642V1278.42H172.09V1194.88ZM86.5448 1194.88H170.09V1278.42H86.5448V1194.88ZM86.5448 1280.42V1363.97H170.09V1280.42H86.5448ZM172.09 1280.42V1363.97H255.642V1280.42H172.09ZM257.642 1280.42V1363.97H341.186V1280.42H257.642ZM343.186 1280.42V1363.97H426.731V1280.42H343.186ZM428.731 1280.42V1363.97H512.276V1280.42H428.731ZM514.276 1280.42V1363.97H597.828V1280.42H514.276ZM599.828 1280.42V1363.97H683.373V1280.42H599.828ZM685.373 1280.42V1363.97H768.917V1280.42H685.373ZM770.917 1280.42V1363.97H854.462V1280.42H770.917ZM856.462 1280.42V1363.97H940.007V1280.42H856.462ZM942.007 1280.42V1363.97H1025.56V1280.42H942.007ZM1027.56 1280.42V1363.97H1111.1V1280.42H1027.56ZM1113.1 1280.42V1363.97H1196.65V1280.42H1113.1ZM1198.65 1280.42V1363.97H1282.19V1280.42H1198.65ZM1284.19 1280.42V1363.97H1367.75V1280.42H1284.19Z\" fill=\"url(#paint0_radial_285_12285)\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_285_12285\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(727.145 1109) rotate(90) scale(924.5 924.536)\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\\n</radialGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-164ob9n\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{style:{rotate:540}}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14vclsw\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1455,intrinsicWidth:1455,style:{rotate:180},svg:'<svg width=\"1455\" height=\"1455\" viewBox=\"0 0 1455 1455\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M84.5448 1280.42V1363.97H0V1365.97H84.5448V1454.29H86.5448V1365.97H170.09V1454.29H172.09V1365.97H255.642V1454.29H257.642V1365.97H341.186V1454.29H343.186V1365.97H426.731V1454.29H428.731V1365.97H512.276V1454.29H514.276V1365.97H597.828V1454.29H599.828V1365.97H683.373V1454.29H685.373V1365.97H768.917V1454.29H770.917V1365.97H854.462V1454.29H856.462V1365.97H940.007V1454.29H942.007V1365.97H1025.56V1454.29H1027.56V1365.97H1111.1V1454.29H1113.1V1365.97H1196.65V1454.29H1198.65V1365.97H1282.19V1454.29H1284.19V1365.97H1367.75V1454.29H1369.75V1365.97H1454.29V1363.97H1369.75V1280.42H1454.29V1278.42H1369.75V1194.88H1454.29V1192.88H1369.75V1109.33H1454.29V1107.33H1369.75V1023.79H1454.29V1021.79H1369.75V938.242H1454.29V936.242H1369.75V852.69H1454.29V850.69H1369.75V767.145H1454.29V765.145H1369.75V681.6H1454.29V679.6H1369.75V596.056H1454.29V594.056H1369.75V510.504H1454.29V508.504H1369.75V424.959H1454.29V422.959H1369.75V339.414H1454.29V337.414H1369.75V253.869H1454.29V251.869H1369.75V168.324H1454.29V166.324H1369.75V82.7725H1454.29V80.7725H1369.75V0H1367.75V80.7725H1284.19V0H1282.19V80.7725H1198.65V0H1196.65V80.7725H1113.1V0H1111.1V80.7725H1027.56V0H1025.56V80.7725H942.007V0H940.007V80.7725H856.462V0H854.462V80.7725H770.917V0H768.917V80.7725H685.373V0H683.373V80.7725H599.828V0H597.828V80.7725H514.276V0H512.276V80.7725H428.731V0H426.731V80.7725H343.186V0H341.186V80.7725H257.642V0H255.642V80.7725H172.09V0H170.09V80.7725H86.5448V0H84.5448V80.7725H0V82.7725H84.5448V166.324H0V168.324H84.5448V251.869H0V253.869H84.5448V337.414H0V339.414H84.5448V422.959H0V424.959H84.5448V508.504H0V510.504H84.5448V594.056H0V596.056H84.5448V679.6H0V681.6H84.5448V765.145H0V767.145H84.5448V850.69H0V852.69H84.5448V936.242H0V938.242H84.5448V1021.79H0V1023.79H84.5448V1107.33H0V1109.33H84.5448V1192.88H0V1194.88H84.5448V1278.42H0V1280.42H84.5448ZM86.5448 82.7725V166.324H170.09V82.7725H86.5448ZM172.09 82.7725V166.324H255.642V82.7725H172.09ZM257.642 82.7725V166.324H341.186V82.7725H257.642ZM343.186 82.7725V166.324H426.731V82.7725H343.186ZM428.731 82.7725V166.324H512.276V82.7725H428.731ZM514.276 82.7725V166.324H597.828V82.7725H514.276ZM599.828 82.7725V166.324H683.373V82.7725H599.828ZM685.373 82.7725V166.324H768.917V82.7725H685.373ZM770.917 82.7725V166.324H854.462V82.7725H770.917ZM856.462 82.7725V166.324H940.007V82.7725H856.462ZM942.007 82.7725V166.324H1025.56V82.7725H942.007ZM1027.56 82.7725V166.324H1111.1V82.7725H1027.56ZM1113.1 82.7725V166.324H1196.65V82.7725H1113.1ZM1198.65 82.7725V166.324H1282.19V82.7725H1198.65ZM1284.19 82.7725V166.324H1367.75V82.7725H1284.19ZM1284.19 168.324H1367.75V251.869H1284.19V168.324ZM1198.65 168.324H1282.19V251.869H1198.65V168.324ZM1113.1 168.324H1196.65V251.869H1113.1V168.324ZM1027.56 168.324H1111.1V251.869H1027.56V168.324ZM942.007 168.324H1025.56V251.869H942.007V168.324ZM856.462 168.324H940.007V251.869H856.462V168.324ZM770.917 168.324H854.462V251.869H770.917V168.324ZM685.373 168.324H768.917V251.869H685.373V168.324ZM599.828 168.324H683.373V251.869H599.828V168.324ZM514.276 168.324H597.828V251.869H514.276V168.324ZM428.731 168.324H512.276V251.869H428.731V168.324ZM343.186 168.324H426.731V251.869H343.186V168.324ZM257.642 168.324H341.186V251.869H257.642V168.324ZM172.09 168.324H255.642V251.869H172.09V168.324ZM86.5448 168.324H170.09V251.869H86.5448V168.324ZM86.5448 253.869V337.414H170.09V253.869H86.5448ZM172.09 253.869V337.414H255.642V253.869H172.09ZM257.642 253.869V337.414H341.186V253.869H257.642ZM343.186 253.869V337.414H426.731V253.869H343.186ZM428.731 253.869V337.414H512.276V253.869H428.731ZM514.276 253.869V337.414H597.828V253.869H514.276ZM599.828 253.869V337.414H683.373V253.869H599.828ZM685.373 253.869V337.414H768.917V253.869H685.373ZM770.917 253.869V337.414H854.462V253.869H770.917ZM856.462 253.869V337.414H940.007V253.869H856.462ZM942.007 253.869V337.414H1025.56V253.869H942.007ZM1027.56 253.869V337.414H1111.1V253.869H1027.56ZM1113.1 253.869V337.414H1196.65V253.869H1113.1ZM1198.65 253.869V337.414H1282.19V253.869H1198.65ZM1284.19 253.869V337.414H1367.75V253.869H1284.19ZM1284.19 339.414H1367.75V422.959H1284.19V339.414ZM1198.65 339.414H1282.19V422.959H1198.65V339.414ZM1113.1 339.414H1196.65V422.959H1113.1V339.414ZM1027.56 339.414H1111.1V422.959H1027.56V339.414ZM942.007 339.414H1025.56V422.959H942.007V339.414ZM856.462 339.414H940.007V422.959H856.462V339.414ZM770.917 339.414H854.462V422.959H770.917V339.414ZM685.373 339.414H768.917V422.959H685.373V339.414ZM599.828 339.414H683.373V422.959H599.828V339.414ZM514.276 339.414H597.828V422.959H514.276V339.414ZM428.731 339.414H512.276V422.959H428.731V339.414ZM343.186 339.414H426.731V422.959H343.186V339.414ZM257.642 339.414H341.186V422.959H257.642V339.414ZM172.09 339.414H255.642V422.959H172.09V339.414ZM86.5448 339.414H170.09V422.959H86.5448V339.414ZM86.5448 424.959V508.504H170.09V424.959H86.5448ZM172.09 424.959V508.504H255.642V424.959H172.09ZM257.642 424.959V508.504H341.186V424.959H257.642ZM343.186 424.959V508.504H426.731V424.959H343.186ZM428.731 424.959V508.504H512.276V424.959H428.731ZM514.276 424.959V508.504H597.828V424.959H514.276ZM599.828 424.959V508.504H683.373V424.959H599.828ZM685.373 424.959V508.504H768.917V424.959H685.373ZM770.917 424.959V508.504H854.462V424.959H770.917ZM856.462 424.959V508.504H940.007V424.959H856.462ZM942.007 424.959V508.504H1025.56V424.959H942.007ZM1027.56 424.959V508.504H1111.1V424.959H1027.56ZM1113.1 424.959V508.504H1196.65V424.959H1113.1ZM1198.65 424.959V508.504H1282.19V424.959H1198.65ZM1284.19 424.959V508.504H1367.75V424.959H1284.19ZM1284.19 510.504H1367.75V594.056H1284.19V510.504ZM1198.65 510.504H1282.19V594.056H1198.65V510.504ZM1113.1 510.504H1196.65V594.056H1113.1V510.504ZM1027.56 510.504H1111.1V594.056H1027.56V510.504ZM942.007 510.504H1025.56V594.056H942.007V510.504ZM856.462 510.504H940.007V594.056H856.462V510.504ZM770.917 510.504H854.462V594.056H770.917V510.504ZM685.373 510.504H768.917V594.056H685.373V510.504ZM599.828 510.504H683.373V594.056H599.828V510.504ZM514.276 510.504H597.828V594.056H514.276V510.504ZM428.731 510.504H512.276V594.056H428.731V510.504ZM343.186 510.504H426.731V594.056H343.186V510.504ZM257.642 510.504H341.186V594.056H257.642V510.504ZM172.09 510.504H255.642V594.056H172.09V510.504ZM86.5448 510.504H170.09V594.056H86.5448V510.504ZM86.5448 596.056V679.6H170.09V596.056H86.5448ZM172.09 596.056V679.6H255.642V596.056H172.09ZM257.642 596.056V679.6H341.186V596.056H257.642ZM343.186 596.056V679.6H426.731V596.056H343.186ZM428.731 596.056V679.6H512.276V596.056H428.731ZM514.276 596.056V679.6H597.828V596.056H514.276ZM599.828 596.056V679.6H683.373V596.056H599.828ZM685.373 596.056V679.6H768.917V596.056H685.373ZM770.917 596.056V679.6H854.462V596.056H770.917ZM856.462 596.056V679.6H940.007V596.056H856.462ZM942.007 596.056V679.6H1025.56V596.056H942.007ZM1027.56 596.056V679.6H1111.1V596.056H1027.56ZM1113.1 596.056V679.6H1196.65V596.056H1113.1ZM1198.65 596.056V679.6H1282.19V596.056H1198.65ZM1284.19 596.056V679.6H1367.75V596.056H1284.19ZM1284.19 681.6H1367.75V765.145H1284.19V681.6ZM1198.65 681.6H1282.19V765.145H1198.65V681.6ZM1113.1 681.6H1196.65V765.145H1113.1V681.6ZM1027.56 681.6H1111.1V765.145H1027.56V681.6ZM942.007 681.6H1025.56V765.145H942.007V681.6ZM856.462 681.6H940.007V765.145H856.462V681.6ZM770.917 681.6H854.462V765.145H770.917V681.6ZM685.373 681.6H768.917V765.145H685.373V681.6ZM599.828 681.6H683.373V765.145H599.828V681.6ZM514.276 681.6H597.828V765.145H514.276V681.6ZM428.731 681.6H512.276V765.145H428.731V681.6ZM343.186 681.6H426.731V765.145H343.186V681.6ZM257.642 681.6H341.186V765.145H257.642V681.6ZM172.09 681.6H255.642V765.145H172.09V681.6ZM86.5448 681.6H170.09V765.145H86.5448V681.6ZM86.5448 767.145V850.69H170.09V767.145H86.5448ZM172.09 767.145V850.69H255.642V767.145H172.09ZM257.642 767.145V850.69H341.186V767.145H257.642ZM343.186 767.145V850.69H426.731V767.145H343.186ZM428.731 767.145V850.69H512.276V767.145H428.731ZM514.276 767.145V850.69H597.828V767.145H514.276ZM599.828 767.145V850.69H683.373V767.145H599.828ZM685.373 767.145V850.69H768.917V767.145H685.373ZM770.917 767.145V850.69H854.462V767.145H770.917ZM856.462 767.145V850.69H940.007V767.145H856.462ZM942.007 767.145V850.69H1025.56V767.145H942.007ZM1027.56 767.145V850.69H1111.1V767.145H1027.56ZM1113.1 767.145V850.69H1196.65V767.145H1113.1ZM1198.65 767.145V850.69H1282.19V767.145H1198.65ZM1284.19 767.145V850.69H1367.75V767.145H1284.19ZM1284.19 852.69H1367.75V936.242H1284.19V852.69ZM1198.65 852.69H1282.19V936.242H1198.65V852.69ZM1113.1 852.69H1196.65V936.242H1113.1V852.69ZM1027.56 852.69H1111.1V936.242H1027.56V852.69ZM942.007 852.69H1025.56V936.242H942.007V852.69ZM856.462 852.69H940.007V936.242H856.462V852.69ZM770.917 852.69H854.462V936.242H770.917V852.69ZM685.373 852.69H768.917V936.242H685.373V852.69ZM599.828 852.69H683.373V936.242H599.828V852.69ZM514.276 852.69H597.828V936.242H514.276V852.69ZM428.731 852.69H512.276V936.242H428.731V852.69ZM343.186 852.69H426.731V936.242H343.186V852.69ZM257.642 852.69H341.186V936.242H257.642V852.69ZM172.09 852.69H255.642V936.242H172.09V852.69ZM86.5448 852.69H170.09V936.242H86.5448V852.69ZM86.5448 938.242V1021.79H170.09V938.242H86.5448ZM172.09 938.242V1021.79H255.642V938.242H172.09ZM257.642 938.242V1021.79H341.186V938.242H257.642ZM343.186 938.242V1021.79H426.731V938.242H343.186ZM428.731 938.242V1021.79H512.276V938.242H428.731ZM514.276 938.242V1021.79H597.828V938.242H514.276ZM599.828 938.242V1021.79H683.373V938.242H599.828ZM685.373 938.242V1021.79H768.917V938.242H685.373ZM770.917 938.242V1021.79H854.462V938.242H770.917ZM856.462 938.242V1021.79H940.007V938.242H856.462ZM942.007 938.242V1021.79H1025.56V938.242H942.007ZM1027.56 938.242V1021.79H1111.1V938.242H1027.56ZM1113.1 938.242V1021.79H1196.65V938.242H1113.1ZM1198.65 938.242V1021.79H1282.19V938.242H1198.65ZM1284.19 938.242V1021.79H1367.75V938.242H1284.19ZM1284.19 1023.79H1367.75V1107.33H1284.19V1023.79ZM1198.65 1023.79H1282.19V1107.33H1198.65V1023.79ZM1113.1 1023.79H1196.65V1107.33H1113.1V1023.79ZM1027.56 1023.79H1111.1V1107.33H1027.56V1023.79ZM942.007 1023.79H1025.56V1107.33H942.007V1023.79ZM856.462 1023.79H940.007V1107.33H856.462V1023.79ZM770.917 1023.79H854.462V1107.33H770.917V1023.79ZM685.373 1023.79H768.917V1107.33H685.373V1023.79ZM599.828 1023.79H683.373V1107.33H599.828V1023.79ZM514.276 1023.79H597.828V1107.33H514.276V1023.79ZM428.731 1023.79H512.276V1107.33H428.731V1023.79ZM343.186 1023.79H426.731V1107.33H343.186V1023.79ZM257.642 1023.79H341.186V1107.33H257.642V1023.79ZM172.09 1023.79H255.642V1107.33H172.09V1023.79ZM86.5448 1023.79H170.09V1107.33H86.5448V1023.79ZM86.5448 1109.33V1192.88H170.09V1109.33H86.5448ZM172.09 1109.33V1192.88H255.642V1109.33H172.09ZM257.642 1109.33V1192.88H341.186V1109.33H257.642ZM343.186 1109.33V1192.88H426.731V1109.33H343.186ZM428.731 1109.33V1192.88H512.276V1109.33H428.731ZM514.276 1109.33V1192.88H597.828V1109.33H514.276ZM599.828 1109.33V1192.88H683.373V1109.33H599.828ZM685.373 1109.33V1192.88H768.917V1109.33H685.373ZM770.917 1109.33V1192.88H854.462V1109.33H770.917ZM856.462 1109.33V1192.88H940.007V1109.33H856.462ZM942.007 1109.33V1192.88H1025.56V1109.33H942.007ZM1027.56 1109.33V1192.88H1111.1V1109.33H1027.56ZM1113.1 1109.33V1192.88H1196.65V1109.33H1113.1ZM1198.65 1109.33V1192.88H1282.19V1109.33H1198.65ZM1284.19 1109.33V1192.88H1367.75V1109.33H1284.19ZM1284.19 1194.88H1367.75V1278.42H1284.19V1194.88ZM1198.65 1194.88H1282.19V1278.42H1198.65V1194.88ZM1113.1 1194.88H1196.65V1278.42H1113.1V1194.88ZM1027.56 1194.88H1111.1V1278.42H1027.56V1194.88ZM942.007 1194.88H1025.56V1278.42H942.007V1194.88ZM856.462 1194.88H940.007V1278.42H856.462V1194.88ZM770.917 1194.88H854.462V1278.42H770.917V1194.88ZM685.373 1194.88H768.917V1278.42H685.373V1194.88ZM599.828 1194.88H683.373V1278.42H599.828V1194.88ZM514.276 1194.88H597.828V1278.42H514.276V1194.88ZM428.731 1194.88H512.276V1278.42H428.731V1194.88ZM343.186 1194.88H426.731V1278.42H343.186V1194.88ZM257.642 1194.88H341.186V1278.42H257.642V1194.88ZM172.09 1194.88H255.642V1278.42H172.09V1194.88ZM86.5448 1194.88H170.09V1278.42H86.5448V1194.88ZM86.5448 1280.42V1363.97H170.09V1280.42H86.5448ZM172.09 1280.42V1363.97H255.642V1280.42H172.09ZM257.642 1280.42V1363.97H341.186V1280.42H257.642ZM343.186 1280.42V1363.97H426.731V1280.42H343.186ZM428.731 1280.42V1363.97H512.276V1280.42H428.731ZM514.276 1280.42V1363.97H597.828V1280.42H514.276ZM599.828 1280.42V1363.97H683.373V1280.42H599.828ZM685.373 1280.42V1363.97H768.917V1280.42H685.373ZM770.917 1280.42V1363.97H854.462V1280.42H770.917ZM856.462 1280.42V1363.97H940.007V1280.42H856.462ZM942.007 1280.42V1363.97H1025.56V1280.42H942.007ZM1027.56 1280.42V1363.97H1111.1V1280.42H1027.56ZM1113.1 1280.42V1363.97H1196.65V1280.42H1113.1ZM1198.65 1280.42V1363.97H1282.19V1280.42H1198.65ZM1284.19 1280.42V1363.97H1367.75V1280.42H1284.19Z\" fill=\"url(#paint0_radial_327_2362)\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_327_2362\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(727.145 1109) rotate(90) scale(924.5 924.536)\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\\n</radialGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d767qd\",\"data-framer-name\":\"Ellipse 8\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18p5dmm\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10qj7x\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-704dy5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-129vlx2\",\"data-styles-preset\":\"xQmbw0IJl\",children:\"RemoteSite\u2019\u0131 kullanarak zamandan ve proje maliyetinden tasarruf eden i\u015F ortaklar\u0131m\u0131z\"})}),className:\"framer-n82bkh\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18lhme7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vBaPeg17q\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:32,overflow:false},gap:101,height:\"100%\",hoverFactor:1,id:\"vBaPeg17q\",layoutId:\"vBaPeg17q\",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:10.5,intrinsicWidth:40,pixelHeight:42,pixelWidth:160,src:\"https://framerusercontent.com/images/uwaCGbwqAVMnF3IcB7kAx7OjFG0.png\"},className:\"framer-1n4f4nf\",\"data-framer-name\":\"Corporate Visuals Alarko\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:112.5,pixelHeight:200,pixelWidth:450,src:\"https://framerusercontent.com/images/dIRsHceei5yXVyJSKcxO93ftSc.png\"},className:\"framer-1awv6a0\",\"data-framer-name\":\"Smart Solar Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81.25,intrinsicWidth:217,pixelHeight:325,pixelWidth:868,sizes:\"150px\",src:\"https://framerusercontent.com/images/ZIfsmkdx9XGYJJprkU7jZBcoY0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZIfsmkdx9XGYJJprkU7jZBcoY0.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZIfsmkdx9XGYJJprkU7jZBcoY0.png 868w\"},className:\"framer-1b34907\",\"data-framer-name\":\"Kalyon Logo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100.75,intrinsicWidth:192,pixelHeight:403,pixelWidth:768,sizes:\"171px\",src:\"https://framerusercontent.com/images/jmdptPMxgMFugB0JOOD8gBfE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jmdptPMxgMFugB0JOOD8gBfE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jmdptPMxgMFugB0JOOD8gBfE.png 768w\"},className:\"framer-o03s6k\",\"data-framer-name\":\"Entegre Solar Logo\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yiyz3y\",\"data-framer-name\":\"Frame 1118\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eni128\",\"data-framer-name\":\"Frame 1117\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mzbpw0\",\"data-border\":true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lo1bza\",\"data-framer-name\":\"Frame 23\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h7x5g2\",\"data-framer-name\":\"Frame 1204\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1xmdxu\",\"data-styles-preset\":\"lse3WxDGo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"120+\"})}),className:\"framer-1ef4ufb\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LYQZkxNgh:{children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"K\\xfcresel Proje\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"K\\xfcresel\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"Proje\"})]})}),className:\"framer-17b2p84\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m3cuul\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xqzbn6\",\"data-framer-name\":\"Frame 1204\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1xmdxu\",\"data-styles-preset\":\"lse3WxDGo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"200+\"})}),className:\"framer-jf6i62\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"Milyon Metrekare\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"Alan Modellendi\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"Milyon Metrekare Alan Modellendi\"})}),className:\"framer-1ygwrna\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nmmtij\",\"data-border\":true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jfoqyh\",\"data-framer-name\":\"Frame 23\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qhqiyf\",\"data-framer-name\":\"Frame 1204\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1xmdxu\",\"data-styles-preset\":\"lse3WxDGo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"50K+\"})}),className:\"framer-1mj64rz\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"Aktif Projelerin\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"G\\xf6r\\xfcnt\\xfcleri\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"Aktif Projelerin G\\xf6r\\xfcnt\\xfcleri\"})}),className:\"framer-119v7p4\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-191uis6\",\"data-border\":true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3xdvdq\",\"data-framer-name\":\"Frame 23\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1az3psf\",\"data-framer-name\":\"Frame 1204\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1xmdxu\",\"data-styles-preset\":\"lse3WxDGo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"5\"})}),className:\"framer-158186\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LYQZkxNgh:{children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"\\xdclkede Faaliyet\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1qqgu5l\",\"data-styles-preset\":\"AXCouaYDl\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"\\xdclkede\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 0, 149)\"},children:\"Faaliyet\"})]})}),className:\"framer-1ueebyr\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ipnox0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y2ukfq\",\"data-framer-name\":\"Frame 18\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9uydr4\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-1.56px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RemoteSite'\u0131n etki alanlar\u0131\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RemoteSite\u2019\u0131n Etki Alanlar\u0131\"})}),className:\"framer-1cnbnq5\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RemoteSite, en karma\u015F\u0131k in\u015Faatlar i\\xe7in bile g\\xfcvenilir ve g\\xfc\\xe7l\\xfc yenilik\\xe7i \\xe7\\xf6z\\xfcmler sunarak ilerlemeyi izleme, analiz etme ve optimize etme imkan\u0131 sa\u011Flar.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RemoteSite, en karma\u015F\u0131k in\u015Faatlar i\\xe7in bile g\\xfcvenilir ve g\\xfc\\xe7l\\xfc yenilik\\xe7i \\xe7\\xf6z\\xfcmler sunarak ilerlemeyi izleme, analiz etme ve optimize etme imkan\u0131 sa\u011Flar.\"})}),className:\"framer-1wfvy2p\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-79jh7v-container hidden-72rtr7 hidden-1x18woz\",isModuleExternal:true,nodeId:\"JsFDKyoLn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:8,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:10,height:\"100%\",id:\"JsFDKyoLn\",intervalControl:1.5,itemAmount:1,layoutId:\"JsFDKyoLn\",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:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:286,width:\"343px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11eqbvp-container\",inComponentSlot:true,nodeId:\"Al9M7ztmT\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v31\",activeLocale)??\"Otoyol, k\\xf6pr\\xfc, demiryolu ve altyap\u0131 projelerinde ilerlemeyi izleyerek verimlilik, zaman ve kaynak y\\xf6netimini optimize eder.\",height:\"100%\",id:\"Al9M7ztmT\",layoutId:\"Al9M7ztmT\",ln50BzADN:getLocalizedValue(\"v30\",activeLocale)??\"Ula\u015F\u0131m ve Altyap\u0131\",style:{height:\"100%\",width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png\",srcSet:\"https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png?scale-down-to=512 512w,https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png 1550w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:286,width:\"343px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-a0kvre-container\",inComponentSlot:true,nodeId:\"bPLd_zuEy\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v33\",activeLocale)??\"Enerji santralleri ve yenilenebilir enerji projelerinde kurulum s\\xfcre\\xe7lerini takip ederek s\\xfcrd\\xfcr\\xfclebilir ve verimli \\xe7\\xf6z\\xfcmler sunar.\",height:\"100%\",id:\"bPLd_zuEy\",layoutId:\"bPLd_zuEy\",ln50BzADN:getLocalizedValue(\"v32\",activeLocale)??\"G\\xfcne\u015F Enerjisi\",style:{height:\"100%\",width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png\",srcSet:\"https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png?scale-down-to=512 512w,https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png 2348w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:286,width:\"342px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-12pgv56-container\",inComponentSlot:true,nodeId:\"HA7GeeERY\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v35\",activeLocale)??\"Konut ve ticari projelerde in\u015Faat ilerlemesini izleyerek zaman\u0131nda teslimat ve b\\xfct\\xe7e kontrol\\xfc sa\u011Flar.\",height:\"100%\",id:\"HA7GeeERY\",layoutId:\"HA7GeeERY\",ln50BzADN:getLocalizedValue(\"v34\",activeLocale)??\"Bina\",style:{height:\"100%\",width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png\",srcSet:\"https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png 2142w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:286,width:\"343px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-f9ui3f-container\",inComponentSlot:true,nodeId:\"fWXRHsQC9\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v37\",activeLocale)??\"Petrol ve gaz rafinerilerinde in\u015Faat ve kurulum s\\xfcre\\xe7lerini takip ederek operasyonel verimlilik ve kaynak optimizasyonu sa\u011Flar.\",height:\"100%\",id:\"fWXRHsQC9\",layoutId:\"fWXRHsQC9\",ln50BzADN:getLocalizedValue(\"v36\",activeLocale)??\"End\\xfcstriyel Tesisler\",style:{height:\"100%\",width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png\",srcSet:\"https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png?scale-down-to=512 512w,https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png 2146w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:286,width:\"343px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1weox41-container\",inComponentSlot:true,nodeId:\"J3BLYDy8X\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v39\",activeLocale)??\"Kaz\u0131, hafriyat ve i\u015Fleme operasyonlar\u0131n\u0131 izleyerek saha verimlili\u011Fini art\u0131r\u0131r ve s\\xfcre\\xe7 y\\xf6netimini iyile\u015Ftirir.\",height:\"100%\",id:\"J3BLYDy8X\",layoutId:\"J3BLYDy8X\",ln50BzADN:getLocalizedValue(\"v38\",activeLocale)??\"Madencilik\",style:{height:\"100%\",width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png\",srcSet:\"https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png?scale-down-to=512 512w,https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png 2362w\"},\"\"),width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rmj1su-container hidden-1xysy3k\",isModuleExternal:true,nodeId:\"bZ6jnRXAL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{itemAmount:2}},children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:24,height:\"100%\",id:\"bZ6jnRXAL\",intervalControl:3,itemAmount:3,layoutId:\"bZ6jnRXAL\",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:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"410.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lief9c-container\",inComponentSlot:true,nodeId:\"h3LF75IrD\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v31\",activeLocale)??\"Otoyol, k\\xf6pr\\xfc, demiryolu ve altyap\u0131 projelerinde ilerlemeyi izleyerek verimlilik, zaman ve kaynak y\\xf6netimini optimize eder.\",height:\"100%\",id:\"h3LF75IrD\",layoutId:\"h3LF75IrD\",ln50BzADN:getLocalizedValue(\"v30\",activeLocale)??\"Ula\u015F\u0131m ve Altyap\u0131\",style:{width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png\",srcSet:\"https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png?scale-down-to=512 512w,https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mVkvrPIlK1wGIyWywRxofxGIZ7c.png 1550w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"411px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ymjojh-container\",inComponentSlot:true,nodeId:\"asG2EqExr\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v40\",activeLocale)??\"Enerji santralleri ve yenilenebilir enerji projelerinde kurulum s\\xfcre\\xe7lerini takip ederek s\\xfcrd\\xfcr\\xfclebilir ve verimli \\xe7\\xf6z\\xfcmler sunar.\",height:\"100%\",id:\"asG2EqExr\",layoutId:\"asG2EqExr\",ln50BzADN:getLocalizedValue(\"v32\",activeLocale)??\"G\\xfcne\u015F Enerjisi\",style:{width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png\",srcSet:\"https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png?scale-down-to=512 512w,https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JWyO8TbbjsMxngSRm82cH31k.png 2348w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"410.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-xsvqml-container\",inComponentSlot:true,nodeId:\"Gi8C6pjzE\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v41\",activeLocale)??\"Konut ve ticari projelerde in\u015Faat ilerlemesini izleyerek zaman\u0131nda teslimat ve b\\xfct\\xe7e kontrol\\xfc sa\u011Flar.\",height:\"100%\",id:\"Gi8C6pjzE\",layoutId:\"Gi8C6pjzE\",ln50BzADN:getLocalizedValue(\"v34\",activeLocale)??\"Bina\",style:{width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png\",srcSet:\"https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5NP9R2Vo0JDy8yeGpXht62qEjkw.png 2142w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"410.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-x8rflh-container\",inComponentSlot:true,nodeId:\"mV0W2l7zn\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v37\",activeLocale)??\"Petrol ve gaz rafinerilerinde in\u015Faat ve kurulum s\\xfcre\\xe7lerini takip ederek operasyonel verimlilik ve kaynak optimizasyonu sa\u011Flar.\",height:\"100%\",id:\"mV0W2l7zn\",layoutId:\"mV0W2l7zn\",ln50BzADN:getLocalizedValue(\"v36\",activeLocale)??\"End\\xfcstriyel Tesisler\",style:{width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png\",srcSet:\"https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png?scale-down-to=512 512w,https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PA3WqaMRr7YMZ6Hh3o3MNBijIzo.png 2146w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"411px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eznkg9-container\",inComponentSlot:true,nodeId:\"VFCFFtx9Q\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation6,children:/*#__PURE__*/_jsx(IndustryCards,{doTA7UF02:getLocalizedValue(\"v42\",activeLocale)??\"Kaz\u0131, hafriyat ve i\u015Fleme operasyonlar\u0131n\u0131 izleyerek saha verimlili\u011Fini art\u0131r\u0131r ve s\\xfcre\\xe7 y\\xf6netimini iyile\u015Ftirir.\",height:\"100%\",id:\"VFCFFtx9Q\",layoutId:\"VFCFFtx9Q\",ln50BzADN:getLocalizedValue(\"v38\",activeLocale)??\"Madencilik\",style:{width:\"100%\"},variant:\"LF4crs_Bk\",vdJCCTVO8:addImageAlt({src:\"https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png\",srcSet:\"https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png?scale-down-to=512 512w,https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AwG7ouiwXANnrsGHMDIenlBq0no.png 2362w\"},\"\"),width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15chvs0\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dzb0rd\",\"data-framer-name\":\"Frame 1068\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12mck3x\",\"data-framer-name\":\"Frame 1158\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Remotesite'\u0131 ve faydalar\u0131n\u0131 ke\u015Ffedin\"})}),className:\"framer-1c6sfdh\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RemoteSite, drone tabanl\u0131 2B ve 3B modelleme, \\xf6l\\xe7\\xfcmleme ve otomatik ilerleme takibi sa\u011Flayan bir dijital in\u015Faat platformudur. Saha verilerini hassas bir \u015Fekilde i\u015Fleyerek y\\xfcksek \\xe7\\xf6z\\xfcn\\xfcrl\\xfckl\\xfc haritalar ve modeller olu\u015Fturur. Projenizin ge\\xe7mi\u015F ve mevcut durumunu kar\u015F\u0131la\u015Ft\u0131rman\u0131za olanak tan\u0131yan yenilik\\xe7i ara\\xe7lar\u0131 ve yapay zeka ile desteklenen ilerleme takibi \\xf6zelli\u011Fi ile i\u015F s\\xfcre\\xe7lerinizi optimize eder. RemoteSite, in\u015Faat projelerinde kalite g\\xfcvencesini devrim niteli\u011Finde bir d\\xfczeye ta\u015F\u0131yan yapay zeka destekli bir platformdur. Drone g\\xf6r\\xfcnt\\xfclerini kullanarak, sahadaki \\xe7al\u0131\u015Fmalar\u0131 ger\\xe7ek zamanl\u0131 olarak i\u015Fleyip, in\u015Faat planlar\u0131 ile saha uygulamalar\u0131 aras\u0131ndaki sapmalar\u0131 tespit eder. Bu sayede, projelerde ilk seferde kaliteyi yakalamay\u0131, riskleri azaltmay\u0131 ve verimlili\u011Fi artt\u0131rmay\u0131 m\\xfcmk\\xfcn k\u0131lar. \u0130lerleme takibi, \\xf6l\\xe7\\xfcmler ve kar\u015F\u0131la\u015Ft\u0131rmalar gibi geli\u015Fmi\u015F \\xf6zelliklerle yeni bir \\xfcretkenlik seviyesine ula\u015Fman\u0131z\u0131 sa\u011Flar.\"})}),className:\"framer-u5y1qz\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hykweg\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{y:(componentViewport?.y||0)+2900+0+0+0+0+0+264+0},LYQZkxNgh:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 400px) - 32px)`,y:(componentViewport?.y||0)+3317+0+0+0+0+0+264+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+2692+0+0+0+0+0+264+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9zr0s7-container\",nodeId:\"z447Okq03\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{fGkWeAZoi:resolvedLinks1[1]},LYQZkxNgh:{fGkWeAZoi:resolvedLinks1[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{AkAoOF8of:getLocalizedValue(\"v45\",activeLocale)??\"Demo Talep Edin\",fGkWeAZoi:resolvedLinks1[0],height:\"100%\",id:\"z447Okq03\",layoutId:\"z447Okq03\",variant:\"lNDV8uf9s\",width:\"100%\"})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{height:506,width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 48px)`,y:(componentViewport?.y||0)+2900+0+436},LYQZkxNgh:{height:998,width:`calc(min(${componentViewport?.width||\"100vw\"}, 400px) - 32px)`,y:(componentViewport?.y||0)+3317+0+436}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:850,width:\"1280px\",y:(componentViewport?.y||0)+2692+0+436,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ny7ho-container\",nodeId:\"mlkwiI0YX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{variant:\"xfoTpLvjP\"},LYQZkxNgh:{Ise0bZSw3:getLocalizedValue(\"v54\",activeLocale)??\"Toprak \u0130\u015Fleri \u0130lerleme Takibi\",style:{width:\"100%\"},variant:\"rh9In3nml\"}},children:/*#__PURE__*/_jsx(Features,{dqQj91zSJ:getLocalizedValue(\"v50\",activeLocale)??\"Saha \u0130leti\u015Fimi ve \u0130\u015Fbirli\u011Fi\",height:\"100%\",Icz9CHfTp:getLocalizedValue(\"v53\",activeLocale)??\"RemoteSite Insight, sahadaki \\xe7al\u0131\u015Fmalar\u0131 anlamak, izlemek ve \\xf6l\\xe7mek i\\xe7in bilgisayar g\\xf6r\\xfc\u015F\\xfc ve makine \\xf6\u011Frenimi teknolojilerinden faydalan\u0131r. Manuel ilerleme takibi genellikle zaman al\u0131c\u0131d\u0131r. RemoteSite, bu s\\xfcreci otomatikle\u015Ftirerek tamamlanan i\u015Fleri proje program\u0131n\u0131zla kar\u015F\u0131la\u015Ft\u0131rman\u0131z\u0131 kolayla\u015Ft\u0131r\u0131r; b\\xf6ylece gecikmeleri \\xf6nler, \\xfcretkenli\u011Fi art\u0131r\u0131r ve b\\xfct\\xe7enizi kontrol alt\u0131nda tutars\u0131n\u0131z.\",id:\"mlkwiI0YX\",Ise0bZSw3:getLocalizedValue(\"v48\",activeLocale)??\"Toprak \u0130\u015Fleri \u0130lerleme Takibi\",layoutId:\"mlkwiI0YX\",NMA6uSetD:getLocalizedValue(\"v51\",activeLocale)??\"RemoteSite, proje ekipleri aras\u0131nda etkili ileti\u015Fim ve kesintisiz i\u015Fbirli\u011Fi sa\u011Flar. Bulut tabanl\u0131 yap\u0131s\u0131yla her yerden, herhangi bir cihazla eri\u015Fim imkan\u0131 sunar. Saha ko\u015Fullar\u0131n\u0131 y\\xfcksek do\u011Fruluklu 3D modellerle g\\xf6rselle\u015Ftirerek \\xf6l\\xe7\\xfcmleri payla\u015Fabilir, teknik sorunlar\u0131 i\u015Faretleyebilir ve foto\u011Fraflar \\xfczerinde meslekta\u015Flar\u0131n\u0131z\u0131 etiketleyebilirsiniz. Bu \\xf6zellikler, projelerdeki bilgi ak\u0131\u015F\u0131n\u0131 h\u0131zland\u0131r\u0131r, i\u015F birli\u011Fini g\\xfc\\xe7lendirir ve karar alma s\\xfcre\\xe7lerini kolayla\u015Ft\u0131r\u0131r. RemoteSite ile herkes, her zaman ve her yerde projeye ba\u011Fl\u0131 kal\u0131r.\",Sin_cVMi5:getLocalizedValue(\"v52\",activeLocale)??\"Yapay Zeka Tabanl\u0131 \u0130\\xe7g\\xf6r\\xfcler\",style:{height:\"100%\",width:\"100%\"},variant:\"V0_DCuB31\",W6NnnLXsh:getLocalizedValue(\"v49\",activeLocale)??\"RemoteSite, hafriyat i\u015Flerinin izlenmesi ve \\xf6l\\xe7\\xfclmesiyle ilgili zorluklar\u0131 ortadan kald\u0131ran kapsaml\u0131 bir \\xe7\\xf6z\\xfcm sunar. Platformumuz, toprak i\u015Fleri y\\xf6netiminde ekiplere sahadaki kaz\u0131/dolgu \\xe7al\u0131\u015Fmalar\u0131n\u0131 g\\xf6rselle\u015Ftirme, do\u011Fru \\xf6l\\xe7\\xfcmler yapma ve ge\\xe7mi\u015F kay\u0131tlar\u0131n\u0131 tutma yetkisi vererek sorunsuz proje y\\xf6netimi ve \u015Feffafl\u0131k sa\u011Flar.\",width:\"100%\",y5SUDNVET:getLocalizedValue(\"v46\",activeLocale)??\"G\\xf6rsel \u0130lerleme \u0130zleme\",zvqQSY_q5:getLocalizedValue(\"v47\",activeLocale)??\"RemoteSite, saha ko\u015Fullar\u0131n\u0131 y\\xfcksek do\u011Frulukta 3D olarak g\\xf6rselle\u015Ftirerek projelerin detayl\u0131 ve ger\\xe7ek zamanl\u0131 bir kayd\u0131n\u0131 sa\u011Flar. Bu \\xf6zellik, payda\u015Flar\u0131n sapmalar\u0131 h\u0131zl\u0131ca tespit etmesine, kilometre ta\u015Flar\u0131n\u0131 de\u011Ferlendirmesine ve zaman \\xe7izelgelerini optimize etmesine olanak tan\u0131yarak proje y\\xf6netiminde verimlili\u011Fi art\u0131r\u0131r.\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{width:\"762px\"},LYQZkxNgh:{height:52,width:\"358px\",y:32}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"1280px\",y:30,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LYQZkxNgh:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rh25qf-container\",layoutScroll:true,nodeId:\"gybKmTvd2\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{__framer__targets:[{ref:ref3,target:\"ugTyX5t80\"},{ref:ref2,target:\"ugTyX5t80\"},{ref:ref5,target:\"w5oGvLYCh\"},{ref:ref1,target:\"ugTyX5t80\"}],variant:\"w5oGvLYCh\"},LYQZkxNgh:{__framer__targets:[{ref:ref3,target:\"z4mhNl1cF\"},{ref:ref2,target:\"z4mhNl1cF\"},{ref:ref5,target:\"ieNLkEDrP\"},{ref:ref1,target:\"z4mhNl1cF\"}],style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"ieNLkEDrP\"}},children:/*#__PURE__*/_jsx(NavbarV2WithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"N62yei5HP\"},{ref:ref2,target:\"N62yei5HP\"},{ref:ref5,target:\"AlnvPj6OO\"},{ref:ref1,target:\"N62yei5HP\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"gybKmTvd2\",layoutId:\"gybKmTvd2\",od2YS_5Ju:\"0px 2px 8px 0px rgba(0, 0, 0, 0.12)\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"AlnvPj6OO\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{y:(componentViewport?.y||0)+7727-736},LYQZkxNgh:{y:(componentViewport?.y||0)+9901-736}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:736,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+7951-736,children:/*#__PURE__*/_jsx(Container,{className:\"framer-126x09u-container\",nodeId:\"GNT0m29gm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{style:{width:\"100%\"},variant:\"mrhQSuFLM\"},LYQZkxNgh:{style:{width:\"100%\"},variant:\"uQMoz26d3\"}},children:/*#__PURE__*/_jsx(FooterDarkCopy,{height:\"100%\",id:\"GNT0m29gm\",layoutId:\"GNT0m29gm\",style:{height:\"100%\",width:\"100%\"},variant:\"IJoPnWDbX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e5809c\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lli97c\",\"data-framer-name\":\"Frame 18\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bidnpl\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-atzwup\",\"data-styles-preset\":\"N99fzcmG8\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RemoteSite'\u0131n Proje Ya\u015Fam D\\xf6ng\\xfcs\\xfc Boyunca Odakland\u0131\u011F\u0131 Problemler\"})}),className:\"framer-12r3ek\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zuqm0j\",\"data-styles-preset\":\"SMCcv80Vv\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Yapay zeka, drone ve veri i\u015Fleme teknolojilerini, in\u015Faat projelerinize RemoteSite ile entegre ederek siz de bu zorluklar\u0131n \\xfcstesinden gelebilirsiniz.\"})}),className:\"framer-7y2tzb\",\"data-framer-name\":\"Main \u2192 Section \u2192 SiteAware revolutionizes quality assurance of construction to\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ex10m4\",\"data-framer-name\":\"Frame 1071\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mnzb28\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lm02ix\",\"data-framer-name\":\"Frame 90\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p6tlj4\",\"data-framer-name\":\"ruler&pen\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11n3i8l\",\"data-framer-name\":\"programming-arrow\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hu0fgz\",\"data-framer-name\":\"vuesax/linear/programming-arrow\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M31.6668 26.6667V10.8333C31.6668 9 30.1668 7.5 28.3335 7.5H20.8335\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M25 3.3335L20 7.50016L25 11.6668\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.3335 15V26.6667\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.75016 14.1668C11.7417 14.1668 14.1668 11.7417 14.1668 8.75016C14.1668 5.75862 11.7417 3.3335 8.75016 3.3335C5.75862 3.3335 3.3335 5.75862 3.3335 8.75016C3.3335 11.7417 5.75862 14.1668 8.75016 14.1668Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.3335 36.6665C11.0949 36.6665 13.3335 34.4279 13.3335 31.6665C13.3335 28.9051 11.0949 26.6665 8.3335 26.6665C5.57207 26.6665 3.3335 28.9051 3.3335 31.6665C3.3335 34.4279 5.57207 36.6665 8.3335 36.6665Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M31.6665 36.6665C34.4279 36.6665 36.6665 34.4279 36.6665 31.6665C36.6665 28.9051 34.4279 26.6665 31.6665 26.6665C28.9051 26.6665 26.6665 28.9051 26.6665 31.6665C26.6665 34.4279 28.9051 36.6665 31.6665 36.6665Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-psq1li\",\"data-styles-preset\":\"LG2KaCc79\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Manuel Veri Toplamadan \",/*#__PURE__*/_jsx(\"br\",{}),\"Kaynakl\u0131 Sorunlar\"]})}),className:\"framer-1n35xl\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lw78ka\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w4yz9y\",\"data-framer-name\":\"Frame 90\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ka6dx\",\"data-framer-name\":\"ruler&pen\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pr3nc7\",\"data-framer-name\":\"vuesax/linear/watch-status\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.1668 31.6668H25.8335C29.7168 31.6668 31.6668 29.7168 31.6668 25.8335V14.1668C31.6668 10.2835 29.7168 8.3335 25.8335 8.3335H14.1668C10.2835 8.3335 8.3335 10.2835 8.3335 14.1668V25.8335C8.3335 29.7168 10.2835 31.6668 14.1668 31.6668Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M26.6668 3.3335H13.3335\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M26.6668 36.6665H13.3335\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M20 23.3332V16.6665\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M25 23.3333V20\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15 23.3332V21.6665\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-psq1li\",\"data-styles-preset\":\"LG2KaCc79\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"G\\xfcncel Veriye \",/*#__PURE__*/_jsx(\"br\",{}),\"Eri\u015Fim Zorlu\u011Fu\"]})}),className:\"framer-h0aoe7\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1user48\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qunzfz\",\"data-framer-name\":\"Frame 90\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jv7d2y\",\"data-framer-name\":\"ruler&pen\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c7gkhm\",\"data-framer-name\":\"vuesax/linear/warning-2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 12.9165V21.6665\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M35.1335 14.3002V25.7002C35.1335 27.5668 34.1335 29.3002 32.5168 30.2502L22.6168 35.9669C21.0002 36.9002 19.0001 36.9002 17.3668 35.9669L7.46678 30.2502C5.85011 29.3169 4.8501 27.5835 4.8501 25.7002V14.3002C4.8501 12.4336 5.85011 10.7002 7.46678 9.75015L17.3668 4.0335C18.9834 3.10016 20.9835 3.10016 22.6168 4.0335L32.5168 9.75015C34.1335 10.7002 35.1335 12.4169 35.1335 14.3002Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M20 27.0005V27.1672\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-psq1li\",\"data-styles-preset\":\"LG2KaCc79\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Kritik Bilgilerin Yerinde \",/*#__PURE__*/_jsx(\"br\",{}),\"ve Zaman\u0131nda \u0130\u015Flenememesi\"]})}),className:\"framer-1sedjd8\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-q34lgl\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9j71iw\",\"data-framer-name\":\"Frame 90\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9bh2w2\",\"data-framer-name\":\"ruler&pen\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kw189f\",\"data-framer-name\":\"vuesax/linear/folder-2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M36.6668 18.3335V28.3335C36.6668 35.0002 35.0002 36.6668 28.3335 36.6668H11.6668C5.00016 36.6668 3.3335 35.0002 3.3335 28.3335V11.6668C3.3335 5.00016 5.00016 3.3335 11.6668 3.3335H14.1668C16.6668 3.3335 17.2168 4.06683 18.1668 5.3335L20.6668 8.66683C21.3002 9.50016 21.6668 10.0002 23.3335 10.0002H28.3335C35.0002 10.0002 36.6668 11.6668 36.6668 18.3335Z\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\"/>\\n<path d=\"M13.3335 3.3335H28.3335C31.6668 3.3335 33.3335 5.00016 33.3335 8.3335V10.6335\" stroke=\"#28E0BB\" stroke-width=\"2.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-psq1li\",\"data-styles-preset\":\"LG2KaCc79\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Proje Ekipleri Aras\u0131nda\",/*#__PURE__*/_jsx(\"br\",{}),\"Yetersiz \u0130leti\u015Fim\"]})}),className:\"framer-16dp7hi\",\"data-framer-name\":\"Main \u2192 Section \u2192 Heading 2 \u2192 Construction Quality\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sbhqob\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11k5001\",\"data-framer-name\":\"Frame 78\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1xmdxu\",\"data-styles-preset\":\"lse3WxDGo\",children:[\"Yapay Zeka Tabanl\u0131 Proje\",/*#__PURE__*/_jsx(\"br\",{}),\"\u0130lerleme Takip Platformu\"]})}),className:\"framer-1i4pc3o\",\"data-framer-name\":\"Cloud Based 4D Construction\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-nf1xaw\",\"data-styles-preset\":\"o8Okx4Rpu\",style:{\"--framer-text-alignment\":\"center\"},children:\"RemoteSite, ofis ve saha ekipleri i\\xe7in, sahadaki ger\\xe7ek ve g\\xfcncel durumu haritalamak, analiz etmek ve y\\xf6netmek i\\xe7in drone haritalama teknolojisi ile yapay zekay\u0131 bir araya getiren bulut tabanl\u0131 bir dijital in\u015Faat platformudur.\"})}),className:\"framer-gz28ii\",\"data-framer-name\":\"Everything is possible when AI is combined with cloud based construction\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-113wfo\",\"data-framer-name\":\"Frame 76\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined},{href:{webPageId:\"Y5HTHvphL\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{y:(componentViewport?.y||0)+164+0+0+0+294+0},LYQZkxNgh:{width:`max(min(${componentViewport?.width||\"100vw\"}, 400px) - 32px, 1px)`,y:(componentViewport?.y||0)+134+0+0+0+294+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+214+0+0+0+294+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wvdifr-container\",nodeId:\"RFrXTQXPR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{fGkWeAZoi:resolvedLinks2[1]},LYQZkxNgh:{fGkWeAZoi:resolvedLinks2[2],style:{width:\"100%\"},variant:\"hP7tA7xLO\"}},children:/*#__PURE__*/_jsx(Button,{AkAoOF8of:getLocalizedValue(\"v45\",activeLocale)??\"Demo Talep Edin\",fGkWeAZoi:resolvedLinks2[0],height:\"100%\",id:\"RFrXTQXPR\",layoutId:\"RFrXTQXPR\",variant:\"lNDV8uf9s\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K8eV2KGde:{height:403,width:\"714px\",y:(componentViewport?.y||0)+164+0+403},LYQZkxNgh:{height:199,width:\"353px\",y:(componentViewport?.y||0)+134+0+375}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:520,width:\"1062px\",y:(componentViewport?.y||0)+214+0+403,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e43fp3-container\",\"data-framer-name\":\"Card with Video\",name:\"Card with Video\",nodeId:\"aF0y8Zir1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Frame77,{height:\"100%\",id:\"aF0y8Zir1\",layoutId:\"aF0y8Zir1\",name:\"Card with Video\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aybheIULF\"},implicitPathVariables:undefined},{href:{webPageId:\"aybheIULF\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hv7pic-container hidden-72rtr7 hidden-1x18woz\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"jcIiOsd8p\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LYQZkxNgh:{content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:getLocalizedValue(\"v72\",activeLocale)??\"Deneyiminizi geli\u015Ftirmek, site trafi\u011Fini analiz etmek ve ki\u015Fiselle\u015Ftirilmi\u015F i\\xe7erik sunmak i\\xe7in \\xe7erezleri kullan\u0131yoruz.\",euPolicy:{label:\"Legals\",link:resolvedLinks3[1],prefix:\"Read our\"},euShowReject:true,euTitle:getLocalizedValue(\"v71\",activeLocale)??\"\\xc7erez Ayarlar\u0131\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"}}},children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-left\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:14,width:1},colorBody:\"rgb(255, 255, 255)\",colorTitle:\"rgb(255, 255, 255)\",fill:\"rgb(65, 65, 105)\",fontBody:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"22px\"},fontTitle:{fontFamily:'\"Inter\", sans-serif',fontSize:\"20px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},link:\"var(--token-54d03d64-5093-44d3-8b42-592911430c5f, rgb(40, 224, 187))\"},width:358,zIndex:10},button:{borderRadius:12,direction:\"row\",fluid:false,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},hoverOpacity:.6,labels:{accept:getLocalizedValue(\"v64\",activeLocale)??\"Kabul Et\",acceptAll:getLocalizedValue(\"v66\",activeLocale)??\"T\\xfcm\\xfcn\\xfc Kabul Et\",confirm:getLocalizedValue(\"v70\",activeLocale)??\"Onayla\",customize:getLocalizedValue(\"v68\",activeLocale)??\"\\xd6zelle\u015Ftir\",reject:getLocalizedValue(\"v65\",activeLocale)??\"Reddet\",rejectAll:getLocalizedValue(\"v67\",activeLocale)??\"T\\xfcm\\xfcn\\xfc Reddet\",save:getLocalizedValue(\"v69\",activeLocale)??\"De\u011Fi\u015Fiklikleri Kaydet\"},padding:12,paddingBottom:12,paddingLeft:32,paddingPerSide:true,paddingRight:32,paddingTop:12,primary:{color:\"rgb(5, 3, 100)\",fill:\"rgb(38, 224, 187)\"},secondary:{color:\"rgb(255, 255, 255)\",fill:\"rgba(237, 237, 237, 0.11)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:getLocalizedValue(\"v72\",activeLocale)??\"Deneyiminizi geli\u015Ftirmek, site trafi\u011Fini analiz etmek ve ki\u015Fiselle\u015Ftirilmi\u015F i\\xe7erik sunmak i\\xe7in \\xe7erezleri kullan\u0131yoruz.\",euPolicy:{label:\"Legals\",link:resolvedLinks3[0],prefix:\"Read our\"},euShowReject:true,euTitle:getLocalizedValue(\"v71\",activeLocale)??\"\\xc7erez Ayarlar\u0131\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"},gtmId:\"\",height:\"100%\",id:\"jcIiOsd8p\",layoutId:\"jcIiOsd8p\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:false,trigger:{color:\"rgb(51, 51, 51)\",iconSize:24,iconType:\"default\",text:getLocalizedValue(\"v63\",activeLocale)??\"Gizlili\u011Finize \\xd6nem Veriyoruz\",textFont:{},type:\"none\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a85mb.framer-lux5qc, .framer-a85mb .framer-lux5qc { display: block; }\",\".framer-a85mb.framer-72rtr7 { background-color: #010127; height: 7951px; overflow: hidden; position: relative; width: 1400px; }\",\".framer-a85mb .framer-1qv9pdm { flex: none; height: 1916px; left: calc(48.14285714285717% - 2098px / 2); overflow: visible; position: absolute; top: 2996px; width: 2098px; }\",\".framer-a85mb .framer-1eimked { flex: none; height: 1455px; left: calc(50.667302192564364% - 1455px / 2); opacity: 0.57; position: absolute; top: 170px; width: 1455px; }\",\".framer-a85mb .framer-tr6h2b { aspect-ratio: 1.3244949494949494 / 1; background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #010095 0%, rgba(0, 0, 32, 0) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 1584px); left: 50%; opacity: 0.5; position: absolute; top: -84px; transform: translateX(-50%); width: 2098px; }\",\".framer-a85mb .framer-nfdyi4 { flex: none; height: 1916px; left: calc(48.14285714285717% - 2098px / 2); overflow: visible; position: absolute; top: 5389px; width: 2098px; }\",\".framer-a85mb .framer-1elrew1 { flex: none; height: 1455px; left: calc(48.28408007626313% - 1455px / 2); opacity: 0.57; position: absolute; top: 340px; width: 1455px; }\",\".framer-a85mb .framer-1h77y1y { aspect-ratio: 1.3244949494949494 / 1; background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #010095 0%, rgba(0, 0, 32, 0) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 1584px); left: 50%; opacity: 0.5; position: absolute; top: 276px; transform: translateX(-50%); width: 2098px; }\",\".framer-a85mb .framer-1hu3dfk { background-color: #ffffff; bottom: 736px; flex: none; height: 1384px; left: 0px; overflow: hidden; position: absolute; width: 100%; }\",\".framer-a85mb .framer-fntp6f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1400px; overflow: hidden; padding: 0px; position: absolute; top: 149px; transform: translateX(-50%); width: 100%; }\",\".framer-a85mb .framer-4c0ceg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-a85mb .framer-m9gjzv { align-content: center; align-items: center; background-color: #010127; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 314px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-a85mb .framer-1ntzqur { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 80%; z-index: 1; }\",\".framer-a85mb .framer-dpsm5i, .framer-a85mb .framer-y2ukfq, .framer-a85mb .framer-dzb0rd, .framer-a85mb .framer-lli97c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a85mb .framer-1jyyq47, .framer-a85mb .framer-1qhnrnc, .framer-a85mb .framer-e9gcmh, .framer-a85mb .framer-mwb6fd, .framer-a85mb .framer-8256z8, .framer-a85mb .framer-n82bkh, .framer-a85mb .framer-1ef4ufb, .framer-a85mb .framer-17b2p84, .framer-a85mb .framer-jf6i62, .framer-a85mb .framer-1ygwrna, .framer-a85mb .framer-1mj64rz, .framer-a85mb .framer-119v7p4, .framer-a85mb .framer-158186, .framer-a85mb .framer-1ueebyr, .framer-a85mb .framer-1cnbnq5, .framer-a85mb .framer-1wfvy2p, .framer-a85mb .framer-1c6sfdh, .framer-a85mb .framer-u5y1qz, .framer-a85mb .framer-12r3ek, .framer-a85mb .framer-7y2tzb, .framer-a85mb .framer-1i4pc3o, .framer-a85mb .framer-gz28ii { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a85mb .framer-1ljpon6-container, .framer-a85mb .framer-9zr0s7-container, .framer-a85mb .framer-wvdifr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-a85mb .framer-1mdj4t1 { aspect-ratio: 1.3245967741935485 / 1; background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #010095 0%, rgb(0, 0, 32) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 967px); left: 50%; opacity: 0.5; position: absolute; top: -8px; transform: translateX(-50%); width: 1280px; z-index: 0; }\",\".framer-a85mb .framer-1ta112v { bottom: -586px; flex: none; left: calc(50.00000000000002% - 1134px / 2); position: absolute; top: -234px; width: 1134px; z-index: 0; }\",\".framer-a85mb .framer-2mtrjo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-a85mb .framer-gbkvc9-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; }\",\".framer-a85mb .framer-1onu808 { background-color: #ffffff; flex: none; height: 1057px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 4791px; width: 100%; }\",\".framer-a85mb .framer-5wo5e4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; max-width: 1400px; overflow: hidden; padding: 0px 60px 0px 60px; position: absolute; top: 95px; transform: translateX(-50%); width: 100%; }\",\".framer-a85mb .framer-1707nf6-container, .framer-a85mb .framer-18lhme7-container { flex: none; height: 140px; position: relative; width: 100%; }\",\".framer-a85mb .framer-1n4f4nf { aspect-ratio: 3.8095238095238093 / 1; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 150px; }\",\".framer-a85mb .framer-1awv6a0 { aspect-ratio: 2.25 / 1; height: var(--framer-aspect-ratio-supported, 67px); overflow: visible; position: relative; width: 150px; }\",\".framer-a85mb .framer-1b34907 { aspect-ratio: 2.670769230769231 / 1; height: var(--framer-aspect-ratio-supported, 56px); overflow: visible; position: relative; width: 150px; }\",\".framer-a85mb .framer-o03s6k { aspect-ratio: 1.9057071960297767 / 1; height: var(--framer-aspect-ratio-supported, 90px); overflow: visible; position: relative; width: 171px; }\",\".framer-a85mb .framer-1vho4a4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 50%; max-width: 1400px; overflow: hidden; padding: 0px 60px 0px 60px; position: absolute; top: 414px; transform: translateX(-50%); width: 100%; }\",\".framer-a85mb .framer-1d6nefx, .framer-a85mb .framer-9uydr4, .framer-a85mb .framer-12mck3x, .framer-a85mb .framer-1bidnpl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a85mb .framer-inn4so-container { flex: none; height: 334px; position: relative; width: 652px; }\",\".framer-a85mb .framer-k7lumt-container, .framer-a85mb .framer-8q1cyx-container, .framer-a85mb .framer-1xcs5rw-container, .framer-a85mb .framer-1vmvdny-container, .framer-a85mb .framer-ru7b2a-container, .framer-a85mb .framer-1vordqq-container { height: 334px; position: relative; width: 290px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a85mb .framer-1k8n0o0-container { flex: none; height: 334px; position: relative; width: 547px; }\",\".framer-a85mb .framer-1lrvohp-container { bottom: 75px; flex: none; height: 360px; left: 34px; position: absolute; width: 661px; }\",\".framer-a85mb .framer-2up5c4 { flex: none; height: 1713px; left: calc(48.35714285714288% - 2098px / 2); overflow: visible; position: absolute; top: 102px; width: 2098px; }\",\".framer-a85mb .framer-npbyxo { aspect-ratio: 1.3244949494949494 / 1; background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #010095 0%, rgba(0, 0, 32, 0) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 1584px); left: 50%; opacity: 0.5; position: absolute; top: 129px; transform: translateX(-50%); width: 2098px; }\",\".framer-a85mb .framer-5cfd9v { flex: none; height: 1455px; left: calc(50.00000000000002% - 1455px / 2); position: absolute; top: 0px; width: 1455px; }\",\".framer-a85mb .framer-164ob9n { flex: none; height: 2609px; left: -472px; overflow: visible; position: absolute; right: -426px; top: 736px; }\",\".framer-a85mb .framer-14vclsw { flex: none; height: 1455px; left: calc(48.28408007626313% - 1455px / 2); position: absolute; top: 340px; width: 1455px; }\",\".framer-a85mb .framer-1d767qd { aspect-ratio: 1.3244949494949494 / 1; background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #010095 0%, rgba(0, 0, 32, 0) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 1584px); left: 50%; opacity: 0.5; position: absolute; top: 422px; transform: translateX(-50%); width: 2098px; }\",\".framer-a85mb .framer-18p5dmm { background-color: #ffffff; flex: none; height: 818px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 879px; width: 100%; }\",\".framer-a85mb .framer-10qj7x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; max-width: 1400px; overflow: hidden; padding: 0px; position: absolute; top: 301px; transform: translateX(-50%); width: 100%; }\",\".framer-a85mb .framer-704dy5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a85mb .framer-yiyz3y { align-content: flex-start; align-items: flex-start; bottom: 88px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1280px; overflow: visible; padding: 0px; position: absolute; transform: translateX(-50%); width: 100%; }\",\".framer-a85mb .framer-eni128 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 198px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a85mb .framer-mzbpw0, .framer-a85mb .framer-1m3cuul, .framer-a85mb .framer-nmmtij, .framer-a85mb .framer-191uis6 { --border-bottom-width: 1px; --border-color: #e1e1e1; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-a85mb .framer-1lo1bza, .framer-a85mb .framer-1jfoqyh, .framer-a85mb .framer-3xdvdq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-a85mb .framer-1h7x5g2, .framer-a85mb .framer-1qhqiyf, .framer-a85mb .framer-1az3psf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a85mb .framer-1xqzbn6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-a85mb .framer-ipnox0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1400px; overflow: visible; padding: 0px 60px 0px 60px; position: absolute; top: 4069px; transform: translateX(-50%); width: 100%; }\",\".framer-a85mb .framer-79jh7v-container { flex: none; height: 281px; position: relative; width: 358px; }\",\".framer-a85mb .framer-11eqbvp-container, .framer-a85mb .framer-a0kvre-container, .framer-a85mb .framer-f9ui3f-container, .framer-a85mb .framer-1weox41-container { height: 286px; position: relative; width: 343px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a85mb .framer-12pgv56-container { height: 286px; position: relative; width: 342px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a85mb .framer-rmj1su-container { flex: none; height: 380px; position: relative; width: 100%; }\",\".framer-a85mb .framer-1lief9c-container, .framer-a85mb .framer-1ymjojh-container, .framer-a85mb .framer-xsvqml-container, .framer-a85mb .framer-x8rflh-container, .framer-a85mb .framer-1eznkg9-container { height: auto; position: relative; width: 411px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a85mb .framer-15chvs0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1400px; overflow: hidden; padding: 0px 60px 0px 60px; position: absolute; top: 2692px; transform: translateX(-50%); width: 100%; }\",\".framer-a85mb .framer-hykweg { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a85mb .framer-5ny7ho-container { flex: none; height: 850px; position: relative; width: 1280px; }\",\".framer-a85mb .framer-1rh25qf-container { flex: none; height: auto; left: 50%; max-width: 1400px; position: fixed; top: 30px; transform: translateX(-50%); width: 1280px; z-index: 3; }\",\".framer-a85mb .framer-126x09u-container { bottom: 0px; flex: none; height: 736px; left: 0px; position: absolute; right: 0px; }\",\".framer-a85mb .framer-1e5809c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1400px; overflow: visible; padding: 0px 60px 0px 60px; position: absolute; top: 1815px; transform: translateX(-50%); width: 1400px; }\",\".framer-a85mb .framer-1ex10m4 { display: grid; flex: none; gap: 47px; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, 200px); height: 466px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a85mb .framer-1mnzb28, .framer-a85mb .framer-1lw78ka, .framer-a85mb .framer-1user48, .framer-a85mb .framer-q34lgl { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: #02035e; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-a85mb .framer-1lm02ix, .framer-a85mb .framer-w4yz9y, .framer-a85mb .framer-1qunzfz, .framer-a85mb .framer-9j71iw { align-content: flex-start; align-items: flex-start; background-color: rgba(40, 224, 187, 0.5); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px; position: relative; width: min-content; }\",\".framer-a85mb .framer-1p6tlj4, .framer-a85mb .framer-2ka6dx, .framer-a85mb .framer-1jv7d2y, .framer-a85mb .framer-9bh2w2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 60px; }\",\".framer-a85mb .framer-11n3i8l { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 0px; overflow: visible; position: absolute; top: 0px; width: 60px; }\",\".framer-a85mb .framer-hu0fgz, .framer-a85mb .framer-1pr3nc7, .framer-a85mb .framer-c7gkhm, .framer-a85mb .framer-1kw189f { flex: none; height: 60px; left: 0px; position: absolute; top: 0px; width: 60px; }\",\".framer-a85mb .framer-1n35xl, .framer-a85mb .framer-h0aoe7, .framer-a85mb .framer-1sedjd8, .framer-a85mb .framer-16dp7hi { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-a85mb .framer-sbhqob { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 57px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 214px; width: 100%; }\",\".framer-a85mb .framer-11k5001 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-a85mb .framer-113wfo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-a85mb .framer-e43fp3-container { aspect-ratio: 2.0425531914893615 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); position: relative; width: 1062px; z-index: 1; }\",\".framer-a85mb .framer-hv7pic-container { bottom: 16px; flex: none; height: auto; left: 16px; position: fixed; width: auto; z-index: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a85mb .framer-fntp6f, .framer-a85mb .framer-4c0ceg, .framer-a85mb .framer-m9gjzv, .framer-a85mb .framer-1ntzqur, .framer-a85mb .framer-dpsm5i, .framer-a85mb .framer-2mtrjo, .framer-a85mb .framer-5wo5e4, .framer-a85mb .framer-1vho4a4, .framer-a85mb .framer-1d6nefx, .framer-a85mb .framer-10qj7x, .framer-a85mb .framer-704dy5, .framer-a85mb .framer-yiyz3y, .framer-a85mb .framer-eni128, .framer-a85mb .framer-mzbpw0, .framer-a85mb .framer-1lo1bza, .framer-a85mb .framer-1h7x5g2, .framer-a85mb .framer-1m3cuul, .framer-a85mb .framer-1xqzbn6, .framer-a85mb .framer-nmmtij, .framer-a85mb .framer-1jfoqyh, .framer-a85mb .framer-1qhqiyf, .framer-a85mb .framer-191uis6, .framer-a85mb .framer-3xdvdq, .framer-a85mb .framer-1az3psf, .framer-a85mb .framer-ipnox0, .framer-a85mb .framer-y2ukfq, .framer-a85mb .framer-9uydr4, .framer-a85mb .framer-15chvs0, .framer-a85mb .framer-dzb0rd, .framer-a85mb .framer-12mck3x, .framer-a85mb .framer-hykweg, .framer-a85mb .framer-1e5809c, .framer-a85mb .framer-lli97c, .framer-a85mb .framer-1bidnpl, .framer-a85mb .framer-1mnzb28, .framer-a85mb .framer-1lm02ix, .framer-a85mb .framer-1lw78ka, .framer-a85mb .framer-w4yz9y, .framer-a85mb .framer-1user48, .framer-a85mb .framer-1qunzfz, .framer-a85mb .framer-q34lgl, .framer-a85mb .framer-9j71iw, .framer-a85mb .framer-sbhqob, .framer-a85mb .framer-11k5001, .framer-a85mb .framer-113wfo { gap: 0px; } .framer-a85mb .framer-fntp6f > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-a85mb .framer-fntp6f > :first-child, .framer-a85mb .framer-m9gjzv > :first-child, .framer-a85mb .framer-1ntzqur > :first-child, .framer-a85mb .framer-dpsm5i > :first-child, .framer-a85mb .framer-5wo5e4 > :first-child, .framer-a85mb .framer-1vho4a4 > :first-child, .framer-a85mb .framer-1d6nefx > :first-child, .framer-a85mb .framer-10qj7x > :first-child, .framer-a85mb .framer-704dy5 > :first-child, .framer-a85mb .framer-yiyz3y > :first-child, .framer-a85mb .framer-1lo1bza > :first-child, .framer-a85mb .framer-1h7x5g2 > :first-child, .framer-a85mb .framer-1xqzbn6 > :first-child, .framer-a85mb .framer-1jfoqyh > :first-child, .framer-a85mb .framer-1qhqiyf > :first-child, .framer-a85mb .framer-3xdvdq > :first-child, .framer-a85mb .framer-1az3psf > :first-child, .framer-a85mb .framer-ipnox0 > :first-child, .framer-a85mb .framer-y2ukfq > :first-child, .framer-a85mb .framer-9uydr4 > :first-child, .framer-a85mb .framer-15chvs0 > :first-child, .framer-a85mb .framer-dzb0rd > :first-child, .framer-a85mb .framer-12mck3x > :first-child, .framer-a85mb .framer-1e5809c > :first-child, .framer-a85mb .framer-lli97c > :first-child, .framer-a85mb .framer-1bidnpl > :first-child, .framer-a85mb .framer-1mnzb28 > :first-child, .framer-a85mb .framer-1lw78ka > :first-child, .framer-a85mb .framer-1user48 > :first-child, .framer-a85mb .framer-q34lgl > :first-child, .framer-a85mb .framer-sbhqob > :first-child, .framer-a85mb .framer-11k5001 > :first-child { margin-top: 0px; } .framer-a85mb .framer-fntp6f > :last-child, .framer-a85mb .framer-m9gjzv > :last-child, .framer-a85mb .framer-1ntzqur > :last-child, .framer-a85mb .framer-dpsm5i > :last-child, .framer-a85mb .framer-5wo5e4 > :last-child, .framer-a85mb .framer-1vho4a4 > :last-child, .framer-a85mb .framer-1d6nefx > :last-child, .framer-a85mb .framer-10qj7x > :last-child, .framer-a85mb .framer-704dy5 > :last-child, .framer-a85mb .framer-yiyz3y > :last-child, .framer-a85mb .framer-1lo1bza > :last-child, .framer-a85mb .framer-1h7x5g2 > :last-child, .framer-a85mb .framer-1xqzbn6 > :last-child, .framer-a85mb .framer-1jfoqyh > :last-child, .framer-a85mb .framer-1qhqiyf > :last-child, .framer-a85mb .framer-3xdvdq > :last-child, .framer-a85mb .framer-1az3psf > :last-child, .framer-a85mb .framer-ipnox0 > :last-child, .framer-a85mb .framer-y2ukfq > :last-child, .framer-a85mb .framer-9uydr4 > :last-child, .framer-a85mb .framer-15chvs0 > :last-child, .framer-a85mb .framer-dzb0rd > :last-child, .framer-a85mb .framer-12mck3x > :last-child, .framer-a85mb .framer-1e5809c > :last-child, .framer-a85mb .framer-lli97c > :last-child, .framer-a85mb .framer-1bidnpl > :last-child, .framer-a85mb .framer-1mnzb28 > :last-child, .framer-a85mb .framer-1lw78ka > :last-child, .framer-a85mb .framer-1user48 > :last-child, .framer-a85mb .framer-q34lgl > :last-child, .framer-a85mb .framer-sbhqob > :last-child, .framer-a85mb .framer-11k5001 > :last-child { margin-bottom: 0px; } .framer-a85mb .framer-4c0ceg > *, .framer-a85mb .framer-2mtrjo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-a85mb .framer-4c0ceg > :first-child, .framer-a85mb .framer-2mtrjo > :first-child, .framer-a85mb .framer-eni128 > :first-child, .framer-a85mb .framer-mzbpw0 > :first-child, .framer-a85mb .framer-1m3cuul > :first-child, .framer-a85mb .framer-nmmtij > :first-child, .framer-a85mb .framer-191uis6 > :first-child, .framer-a85mb .framer-hykweg > :first-child, .framer-a85mb .framer-1lm02ix > :first-child, .framer-a85mb .framer-w4yz9y > :first-child, .framer-a85mb .framer-1qunzfz > :first-child, .framer-a85mb .framer-9j71iw > :first-child, .framer-a85mb .framer-113wfo > :first-child { margin-left: 0px; } .framer-a85mb .framer-4c0ceg > :last-child, .framer-a85mb .framer-2mtrjo > :last-child, .framer-a85mb .framer-eni128 > :last-child, .framer-a85mb .framer-mzbpw0 > :last-child, .framer-a85mb .framer-1m3cuul > :last-child, .framer-a85mb .framer-nmmtij > :last-child, .framer-a85mb .framer-191uis6 > :last-child, .framer-a85mb .framer-hykweg > :last-child, .framer-a85mb .framer-1lm02ix > :last-child, .framer-a85mb .framer-w4yz9y > :last-child, .framer-a85mb .framer-1qunzfz > :last-child, .framer-a85mb .framer-9j71iw > :last-child, .framer-a85mb .framer-113wfo > :last-child { margin-right: 0px; } .framer-a85mb .framer-m9gjzv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-a85mb .framer-1ntzqur > *, .framer-a85mb .framer-1d6nefx > *, .framer-a85mb .framer-9uydr4 > *, .framer-a85mb .framer-12mck3x > *, .framer-a85mb .framer-1bidnpl > *, .framer-a85mb .framer-11k5001 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-a85mb .framer-dpsm5i > *, .framer-a85mb .framer-1lo1bza > *, .framer-a85mb .framer-1jfoqyh > *, .framer-a85mb .framer-3xdvdq > *, .framer-a85mb .framer-y2ukfq > *, .framer-a85mb .framer-dzb0rd > *, .framer-a85mb .framer-lli97c > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-a85mb .framer-5wo5e4 > *, .framer-a85mb .framer-10qj7x > *, .framer-a85mb .framer-704dy5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-a85mb .framer-1vho4a4 > *, .framer-a85mb .framer-yiyz3y > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-a85mb .framer-eni128 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-a85mb .framer-mzbpw0 > *, .framer-a85mb .framer-1m3cuul > *, .framer-a85mb .framer-nmmtij > *, .framer-a85mb .framer-191uis6 > *, .framer-a85mb .framer-113wfo > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-a85mb .framer-1h7x5g2 > *, .framer-a85mb .framer-1xqzbn6 > *, .framer-a85mb .framer-1qhqiyf > *, .framer-a85mb .framer-1az3psf > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-a85mb .framer-ipnox0 > *, .framer-a85mb .framer-1e5809c > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-a85mb .framer-15chvs0 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-a85mb .framer-hykweg > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-a85mb .framer-1mnzb28 > *, .framer-a85mb .framer-1lw78ka > *, .framer-a85mb .framer-1user48 > *, .framer-a85mb .framer-q34lgl > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-a85mb .framer-1lm02ix > *, .framer-a85mb .framer-w4yz9y > *, .framer-a85mb .framer-1qunzfz > *, .framer-a85mb .framer-9j71iw > * { margin: 0px; margin-left: calc(15.000000953674316px / 2); margin-right: calc(15.000000953674316px / 2); } .framer-a85mb .framer-sbhqob > * { margin: 0px; margin-bottom: calc(57px / 2); margin-top: calc(57px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-a85mb[data-border=\"true\"]::after, .framer-a85mb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1399px) { .framer-a85mb.framer-72rtr7 { height: 7727px; width: 810px; } .framer-a85mb .framer-1qv9pdm { left: calc(47.160493827160515% - 2098px / 2); top: 3200px; } .framer-a85mb .framer-1eimked { height: 1071px; left: calc(48.24355971896958% - 1071px / 2); width: 1071px; } .framer-a85mb .framer-tr6h2b { top: 206px; } .framer-a85mb .framer-nfdyi4 { left: calc(47.160493827160515% - 2098px / 2); top: 4961px; } .framer-a85mb .framer-1elrew1 { height: 1071px; left: calc(48.236415633937106% - 1071px / 2); top: 100px; width: 1071px; } .framer-a85mb .framer-1h77y1y { top: -4px; } .framer-a85mb .framer-1hu3dfk { bottom: 819px; height: 1370px; left: unset; right: 0px; } .framer-a85mb .framer-fntp6f { gap: 80px; top: 57px; } .framer-a85mb .framer-4c0ceg, .framer-a85mb .framer-11k5001 { max-width: 810px; padding: 0px 24px 0px 24px; } .framer-a85mb .framer-m9gjzv { height: 351px; } .framer-a85mb .framer-1mdj4t1 { bottom: -411px; height: unset; left: 47%; width: var(--framer-aspect-ratio-supported, 1021px); } .framer-a85mb .framer-1ta112v { bottom: -512px; left: calc(49.8687664041995% - 864.5px / 2); width: 865px; } .framer-a85mb .framer-2mtrjo { padding: 0px 24px 0px 24px; } .framer-a85mb .framer-gbkvc9-container { max-width: 810px; } .framer-a85mb .framer-1onu808 { height: 921px; left: 0px; right: -4px; top: 4646px; width: unset; } .framer-a85mb .framer-5wo5e4 { left: 50%; max-width: 810px; padding: 0px 24px 0px 24px; top: 75px; width: 100%; } .framer-a85mb .framer-1vho4a4 { max-width: 810px; overflow: visible; padding: 0px 24px 0px 24px; top: 378px; width: 100%; } .framer-a85mb .framer-mwb6fd { order: 0; } .framer-a85mb .framer-8256z8 { order: 1; } .framer-a85mb .framer-inn4so-container { order: 2; } .framer-a85mb .framer-2up5c4 { height: 2321px; left: calc(47.160493827160515% - 1708px / 2); top: -39px; width: 1708px; } .framer-a85mb .framer-npbyxo { height: var(--framer-aspect-ratio-supported, 1290px); top: 49px; width: 1708px; } .framer-a85mb .framer-164ob9n { height: 857px; top: 1969px; } .framer-a85mb .framer-14vclsw { height: 1071px; left: calc(48.24355971896958% - 1071px / 2); top: -264px; width: 1071px; } .framer-a85mb .framer-1d767qd { top: -747px; } .framer-a85mb .framer-18p5dmm { height: 1061px; top: 819px; } .framer-a85mb .framer-10qj7x { left: 50%; top: 294px; } .framer-a85mb .framer-704dy5 { max-width: 810px; padding: 0px 29px 0px 29px; } .framer-a85mb .framer-yiyz3y { bottom: unset; left: 50%; max-width: 810px; padding: 0px 29px 0px 29px; top: 548px; } .framer-a85mb .framer-eni128 { flex-wrap: wrap; gap: 24px; height: min-content; } .framer-a85mb .framer-mzbpw0 { flex: none; height: 180px; order: 0; width: 364px; } .framer-a85mb .framer-1m3cuul { flex: none; height: 180px; order: 1; width: 364px; } .framer-a85mb .framer-nmmtij { flex: none; height: 180px; order: 2; width: 364px; } .framer-a85mb .framer-191uis6 { flex: none; height: 180px; order: 3; width: 364px; } .framer-a85mb .framer-ipnox0 { max-width: 810px; padding: 0px 24px 0px 24px; top: 3976px; } .framer-a85mb .framer-15chvs0 { left: 50%; max-width: 810px; padding: 0px 24px 0px 24px; top: 2900px; } .framer-a85mb .framer-5ny7ho-container { height: 506px; width: 100%; } .framer-a85mb .framer-1rh25qf-container { max-width: 810px; width: 762px; } .framer-a85mb .framer-126x09u-container { height: auto; left: unset; width: 100%; } .framer-a85mb .framer-1e5809c { left: 50%; max-width: 1061px; padding: 0px 24px 0px 24px; top: 1964px; width: 100%; } .framer-a85mb .framer-1ex10m4 { height: 506px; } .framer-a85mb .framer-1user48, .framer-a85mb .framer-q34lgl { height: 256px; } .framer-a85mb .framer-sbhqob { left: 50%; top: 164px; transform: translateX(-50%); } .framer-a85mb .framer-e43fp3-container { height: var(--framer-aspect-ratio-supported, 350px); width: 714px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a85mb .framer-fntp6f, .framer-a85mb .framer-eni128 { gap: 0px; } .framer-a85mb .framer-fntp6f > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-a85mb .framer-fntp6f > :first-child { margin-top: 0px; } .framer-a85mb .framer-fntp6f > :last-child { margin-bottom: 0px; } .framer-a85mb .framer-eni128 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-a85mb .framer-eni128 > :first-child { margin-left: 0px; } .framer-a85mb .framer-eni128 > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-a85mb.framer-72rtr7 { height: 9901px; width: 390px; } .framer-a85mb .framer-1qv9pdm { height: 1060px; left: calc(52.05128205128208% - 575px / 2); top: 4776px; width: 575px; } .framer-a85mb .framer-1eimked { bottom: 458px; height: unset; left: calc(41.21739130434785% - 713px / 2); top: -200px; width: 713px; } .framer-a85mb .framer-tr6h2b { bottom: 238px; height: var(--framer-aspect-ratio-supported, 973px); left: -384px; right: -329px; top: unset; transform: unset; width: unset; } .framer-a85mb .framer-nfdyi4 { height: 1060px; left: calc(52.05128205128208% - 575px / 2); top: 6524px; width: 575px; } .framer-a85mb .framer-1elrew1 { bottom: 378px; height: unset; left: calc(41.21739130434785% - 713px / 2); top: 220px; width: 713px; } .framer-a85mb .framer-1h77y1y { bottom: 248px; height: var(--framer-aspect-ratio-supported, 973px); left: -384px; right: -329px; top: unset; transform: unset; width: unset; } .framer-a85mb .framer-1hu3dfk { bottom: 748px; height: 2418px; } .framer-a85mb .framer-fntp6f { gap: 80px; top: 48px; } .framer-a85mb .framer-4c0ceg, .framer-a85mb .framer-704dy5, .framer-a85mb .framer-11k5001 { max-width: 400px; padding: 0px 16px 0px 16px; } .framer-a85mb .framer-m9gjzv { height: 376px; } .framer-a85mb .framer-1mdj4t1 { bottom: -155px; height: unset; left: 45%; width: var(--framer-aspect-ratio-supported, 714px); } .framer-a85mb .framer-1ta112v { bottom: -401px; left: calc(47.4860335195531% - 574px / 2); top: -78px; width: 574px; } .framer-a85mb .framer-2mtrjo { padding: 0px 16px 0px 16px; } .framer-a85mb .framer-gbkvc9-container { max-width: 400px; } .framer-a85mb .framer-1onu808 { height: 1003px; top: 5775px; } .framer-a85mb .framer-5wo5e4 { max-width: 400px; padding: 0px 16px 0px 16px; top: 63px; } .framer-a85mb .framer-1vho4a4 { align-content: flex-start; align-items: flex-start; left: 50%; max-width: 400px; overflow: visible; padding: 0px 16px 0px 16px; top: 369px; } .framer-a85mb .framer-2up5c4 { left: -468px; right: -430px; top: 32px; width: unset; } .framer-a85mb .framer-npbyxo { bottom: 223px; height: unset; top: 69px; width: var(--framer-aspect-ratio-supported, 1882px); } .framer-a85mb .framer-164ob9n { height: 758px; left: -84px; right: -101px; top: 1809px; } .framer-a85mb .framer-14vclsw { height: 713px; left: calc(49.913043478260896% - 713px / 2); top: -160px; width: 713px; } .framer-a85mb .framer-1d767qd { height: var(--framer-aspect-ratio-supported, 973px); left: -384px; right: -329px; top: -377px; transform: unset; width: unset; } .framer-a85mb .framer-18p5dmm { height: 1088px; top: 710px; } .framer-a85mb .framer-10qj7x { max-width: 400px; top: 95px; } .framer-a85mb .framer-yiyz3y { bottom: unset; left: 50%; max-width: 400px; padding: 0px 16px 0px 16px; top: 376px; } .framer-a85mb .framer-eni128 { flex-direction: column; gap: 16px; height: min-content; } .framer-a85mb .framer-mzbpw0, .framer-a85mb .framer-1m3cuul, .framer-a85mb .framer-nmmtij, .framer-a85mb .framer-191uis6 { flex: none; height: min-content; width: 100%; } .framer-a85mb .framer-ipnox0 { max-width: 400px; padding: 0px 16px 0px 16px; top: 5163px; } .framer-a85mb .framer-15chvs0 { max-width: 400px; padding: 0px 16px 0px 16px; top: 3317px; } .framer-a85mb .framer-dzb0rd { order: 0; } .framer-a85mb .framer-hykweg { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-a85mb .framer-9zr0s7-container, .framer-a85mb .framer-113wfo { width: 100%; } .framer-a85mb .framer-5ny7ho-container { height: auto; order: 1; width: 100%; } .framer-a85mb .framer-1rh25qf-container { height: 52px; left: calc(50.00000000000002% - min(420px, 358px) / 2); max-width: 420px; top: 32px; transform: unset; width: 358px; } .framer-a85mb .framer-126x09u-container { height: auto; } .framer-a85mb .framer-1e5809c { max-width: 400px; padding: 0px 12px 0px 12px; top: 1921px; width: 100%; } .framer-a85mb .framer-1ex10m4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 900px; justify-content: flex-start; } .framer-a85mb .framer-1mnzb28, .framer-a85mb .framer-1lw78ka, .framer-a85mb .framer-1user48, .framer-a85mb .framer-q34lgl { align-self: unset; } .framer-a85mb .framer-sbhqob { gap: 29px; left: 50%; top: 134px; transform: translateX(-50%); } .framer-a85mb .framer-wvdifr-container { flex: 1 0 0px; width: 1px; } .framer-a85mb .framer-e43fp3-container { height: var(--framer-aspect-ratio-supported, 173px); width: 353px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a85mb .framer-fntp6f, .framer-a85mb .framer-eni128, .framer-a85mb .framer-hykweg, .framer-a85mb .framer-1ex10m4, .framer-a85mb .framer-sbhqob { gap: 0px; } .framer-a85mb .framer-fntp6f > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-a85mb .framer-fntp6f > :first-child, .framer-a85mb .framer-eni128 > :first-child, .framer-a85mb .framer-hykweg > :first-child, .framer-a85mb .framer-1ex10m4 > :first-child, .framer-a85mb .framer-sbhqob > :first-child { margin-top: 0px; } .framer-a85mb .framer-fntp6f > :last-child, .framer-a85mb .framer-eni128 > :last-child, .framer-a85mb .framer-hykweg > :last-child, .framer-a85mb .framer-1ex10m4 > :last-child, .framer-a85mb .framer-sbhqob > :last-child { margin-bottom: 0px; } .framer-a85mb .framer-eni128 > *, .framer-a85mb .framer-hykweg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-a85mb .framer-1ex10m4 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-a85mb .framer-sbhqob > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7951\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"K8eV2KGde\":{\"layout\":[\"fixed\",\"fixed\"]},\"LYQZkxNgh\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate false\n * @framerScrollSections {\"IqQKzlT3Q\":{\"pattern\":\":IqQKzlT3Q\",\"name\":\"6\"},\"T5k50PWLA\":{\"pattern\":\":T5k50PWLA\",\"name\":\"4\"},\"qyEwTm0Ud\":{\"pattern\":\":qyEwTm0Ud\",\"name\":\"1\"},\"Xok8Fwj8H\":{\"pattern\":\":Xok8Fwj8H\",\"name\":\"3\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-a85mb\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:7951,width:1400};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...ButtonFonts,...ResourcesFonts,...TickerFonts,...StakeholderCardsFonts,...SlideshowFonts,...IndustryCardsFonts,...Slideshow1Fonts,...FeaturesFonts,...NavbarV2Fonts,...FooterDarkCopyFonts,...Frame77Fonts,...CookieBannerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"false\",\"framerIntrinsicWidth\":\"1400\",\"framerIntrinsicHeight\":\"7951\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K8eV2KGde\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LYQZkxNgh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerScrollSections\":\"{\\\"IqQKzlT3Q\\\":{\\\"pattern\\\":\\\":IqQKzlT3Q\\\",\\\"name\\\":\\\"6\\\"},\\\"T5k50PWLA\\\":{\\\"pattern\\\":\\\":T5k50PWLA\\\",\\\"name\\\":\\\"4\\\"},\\\"qyEwTm0Ud\\\":{\\\"pattern\\\":\\\":qyEwTm0Ud\\\",\\\"name\\\":\\\"1\\\"},\\\"Xok8Fwj8H\\\":{\\\"pattern\\\":\\\":Xok8Fwj8H\\\",\\\"name\\\":\\\"3\\\"}}\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "isOnFramerCanvas", "useIsOnFramerCanvas", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "_Intl_DateTimeFormat_resolvedOptions_timeZone", "_Intl_DateTimeFormat_resolvedOptions", "_Intl_DateTimeFormat", "_Intl", "isEULocale", "_navigator_languages", "_navigator_language", "locale", "navigator", "country", "_locale_toUpperCase", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "_banner_style_border", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "_settings_hoverOpacity", "_settings_tapOpacity", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "_props_banner_style", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "sync", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "luVJQhjVR_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "luVJQhjVR_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ButtonFonts", "getFonts", "CWc2k02pL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "feature1Body", "feature1Header", "feature2Body", "feature2Header", "feature3Body", "feature3Header", "feature4Body", "feature4Header", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "y5SUDNVET", "zvqQSY_q5", "Ise0bZSw3", "W6NnnLXsh", "dqQj91zSJ", "NMA6uSetD", "Sin_cVMi5", "Icz9CHfTp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearlgvl27", "args", "onAppear18qz69h", "onAppearydtf5d", "onTapfd9udf", "onTap1pps8so", "onTapzshtzt", "onTap12qfwvr", "onTapmbri5b", "onTapb2j2ne", "onTap1ssnj5b", "onTap164yszs", "onTapmn4qte", "onTap138pb0r", "onTap1ma99yz", "onTapde72mq", "useOnVariantChange", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "getLocalizedValue", "Image2", "getLoadingLazyAtYPosition", "css", "FramerluVJQhjVR", "withCSS", "luVJQhjVR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "text", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "dvLwPiF5c", "o4K43DRhI", "ExFCJW109", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerpVyQ9WBFS", "withCSS", "pVyQ9WBFS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "getWebPSupported", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "YouTubeFonts", "getFonts", "Youtube", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "serializationHash", "ComponentViewportProvider", "Youtube", "css", "FramerqGthLw1y2", "withCSS", "qGthLw1y2_default", "addFonts", "YouTubeFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "JcCmgsnGw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "css", "FrameruYPHUWsWf", "withCSS", "uYPHUWsWf_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsFonts", "getFonts", "uYPHUWsWf_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "text", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ln50BzADN", "doTA7UF02", "vdJCCTVO8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerQP0lUK3il", "withCSS", "QP0lUK3il_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "CWc2k02pL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "crIN6oSeetehUBajmu", "kndJ7sNqOtehUBajmu", "gAoW6DU8otehUBajmu", "S0jpwKqiEtehUBajmu", "BYdp6s1xOtehUBajmu", "Di4T2GAThtehUBajmu", "idtehUBajmu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "RichText2", "ChildrenCanSuspend", "yjNYHRlzq_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "toDateString", "PathVariablesContext", "Link", "Image2", "getLoadingLazyAtYPosition", "toResponsiveImage", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "CWc2k02pL_default", "css", "FramervLWCDK0Vx", "withCSS", "vLWCDK0Vx_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "ButtonFonts", "getFonts", "CWc2k02pL_default", "ResourcesFonts", "vLWCDK0Vx_default", "TickerFonts", "Ticker", "StakeholderCardsFonts", "pVyQ9WBFS_default", "SlideshowFonts", "Slideshow", "MotionDivWithFX", "withFX", "motion", "IndustryCardsFonts", "QP0lUK3il_default", "Slideshow1Fonts", "FeaturesFonts", "luVJQhjVR_default", "NavbarV2Fonts", "kojyU97gA_default", "NavbarV2WithVariantAppearEffect", "withVariantAppearEffect", "FooterDarkCopyFonts", "WxFqXk7V5_default", "Frame77Fonts", "qGthLw1y2_default", "CookieBannerFonts", "CookieBanner", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "addImageAlt", "image", "alt", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "animation6", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "usePreloadLocalizedValues", "router", "useRouter", "elementId1", "ref2", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId2", "ref3", "isDisplayed3", "elementId3", "ref4", "ref5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "SVG", "PropertyOverrides2", "RichText2", "getLocalizedValue", "x", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "Image2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
