{
  "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/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js", "ssg:https://framerusercontent.com/modules/bM9gBDuEHUydfV9WTsp5/OyGOJ2jPNy8TRURCnynG/RdWO3Eu0e.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js", "ssg:https://framerusercontent.com/modules/N1J7yex8ziDTbZNom0pW/DBsvpkCKvSjoegrlo80J/GnINVjrHL.js", "ssg:https://framerusercontent.com/modules/wHbddQ9o28KjpJ5EG7zj/91vnveiv3ZtFcP9qI2Yr/wPM1wQ6Mh.js", "ssg:https://framerusercontent.com/modules/6MnWhkDFAdgmFSdLyee1/qRrazTeQ74pB1oxrAQJl/LPnSEauxA.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{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/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;function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}/**\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=>({current:null}));},[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(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.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     */const 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     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.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.on(\"change\",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;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import StudioProjects from\"https://framerusercontent.com/modules/10PC4Tzrx15YGX8lxx3I/bK30hBTg2HCDNIe4g9qJ/a89Tq2t5U.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/tP3PPNaWrpkDpWhkgpkL/rnFjnXyUqvZ5WU4Ms6S3/G7Z6Amm2c.js\";const VideoFonts=getFonts(Video);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"zQp6GtYwV\",\"cwhcDrWc3\",\"bRcb__lPs\",\"Ih8QuJj5n\",\"S5qZxv6Ws\",\"MQ9fim8q7\"];const serializationHash=\"framer-B5myh\";const variantClassNames={bRcb__lPs:\"framer-v-so8mkj\",cwhcDrWc3:\"framer-v-wvdjh0\",Ih8QuJj5n:\"framer-v-m3u2rf\",MQ9fim8q7:\"framer-v-cf3zv3\",S5qZxv6Ws:\"framer-v-g9t3k5\",zQp6GtYwV:\"framer-v-vnpcb3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.9,ease:[.25,1,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const query=prequery=>prequery({from:{alias:\"dhw83OKLA\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"dhw83OKLA\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"dhw83OKLA\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"dhw83OKLA\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:9},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"Sk3lRG0na\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Sk3lRG0na\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"Sk3lRG0na\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Sk3lRG0na\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}});const query2=prequery=>prequery({from:{alias:\"cqD4w3NYq\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"cqD4w3NYq\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"cqD4w3NYq\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cqD4w3NYq\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:8},type:\"BinaryOperation\"}});const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:.12,duration:1,ease:[0,0,1,1],type:\"tween\"};const textEffect={effect:animation,startDelay:.4,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={delay:1.1,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-140,y:0};const query3=prequery=>prequery({from:{alias:\"dyebDANG5\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"dyebDANG5\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"dyebDANG5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"dyebDANG5\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:9},type:\"BinaryOperation\"}});const transition5={delay:1.2,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const query4=prequery=>prequery({from:{alias:\"RIWkrba6o\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"RIWkrba6o\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"RIWkrba6o\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"RIWkrba6o\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}});const transition6={delay:1.3,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const query5=prequery=>prequery({from:{alias:\"iMtEN07R5\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"iMtEN07R5\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"iMtEN07R5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"iMtEN07R5\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:8},type:\"BinaryOperation\"}});const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Project 1\":\"zQp6GtYwV\",\"Desktop Project 2\":\"cwhcDrWc3\",\"Desktop Project 3\":\"bRcb__lPs\",\"Mobile Project 1\":\"Ih8QuJj5n\",\"Mobile Project 2\":\"S5qZxv6Ws\",\"Mobile Project 3\":\"MQ9fim8q7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"zQp6GtYwV\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Vfw5JhxsGdhw83OKLA,iddhw83OKLA,Vfw5JhxsGSk3lRG0na,idSk3lRG0na,Vfw5JhxsGcqD4w3NYq,idcqD4w3NYq,Vfw5JhxsGdyebDANG5,iddyebDANG5,Vfw5JhxsGRIWkrba6o,idRIWkrba6o,Vfw5JhxsGiMtEN07R5,idiMtEN07R5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zQp6GtYwV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterultn4p=activeVariantCallback(async(...args)=>{setVariant(\"zQp6GtYwV\");});const onTap1njan02=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Ih8QuJj5n\"),100);});const onMouseEnter6dcndf=activeVariantCallback(async(...args)=>{setVariant(\"cwhcDrWc3\");});const onTap15de8y5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"S5qZxv6Ws\"),100);});const onMouseEnterpifm15=activeVariantCallback(async(...args)=>{setVariant(\"bRcb__lPs\");});const onTapm3e7ob=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MQ9fim8q7\"),100);});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Ih8QuJj5n\",\"S5qZxv6Ws\",\"MQ9fim8q7\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vnpcb3\",className,classNames),\"data-framer-name\":\"Desktop Project 1\",layoutDependency:layoutDependency,layoutId:\"zQp6GtYwV\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({bRcb__lPs:{\"data-framer-name\":\"Desktop Project 3\"},cwhcDrWc3:{\"data-framer-name\":\"Desktop Project 2\"},Ih8QuJj5n:{\"data-framer-name\":\"Mobile Project 1\"},MQ9fim8q7:{\"data-framer-name\":\"Mobile Project 3\"},S5qZxv6Ws:{\"data-framer-name\":\"Mobile Project 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jaa1yn\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"q8NwnWPn6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ypqru6\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"prA688mF0\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.3) 100%)\",opacity:.5}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oe2ksk\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"XqEZRh00Z\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-z7iuzh\",\"data-framer-name\":\"Project 1\",layoutDependency:layoutDependency,layoutId:\"dhw83OKLA\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"dhw83OKLA\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"dhw83OKLA\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"dhw83OKLA\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"dhw83OKLA\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:9},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:iddhw83OKLA,Vfw5JhxsG:Vfw5JhxsGdhw83OKLA},index)=>{Vfw5JhxsGdhw83OKLA??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dhw83OKLA-${iddhw83OKLA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Vfw5JhxsG:Vfw5JhxsGdhw83OKLA},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5yp2qd\",layoutDependency:layoutDependency,layoutId:\"JhwrJp4_Q\",children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u7en6v-container\",\"data-framer-name\":\"Video 2\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Cuzer7cqi-container\",name:\"Video 2\",nodeId:\"Cuzer7cqi\",rendersWithMotion:true,scopeId:\"RdWO3Eu0e\",style:{scale:1.06},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Cuzer7cqi\",isMixedBorderRadius:false,layoutId:\"Cuzer7cqi\",loop:true,muted:true,name:\"Video 2\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/M6rYu59V2FOWYnUe2bqKZYeTzlw.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/4Xfmo41wWWZEvl7xxhVpsZyL4g.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})},iddhw83OKLA);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r7ebsv\",\"data-framer-name\":\"Project 2\",layoutDependency:layoutDependency,layoutId:\"Sk3lRG0na\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Sk3lRG0na\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Sk3lRG0na\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"Sk3lRG0na\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Sk3lRG0na\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idSk3lRG0na,Vfw5JhxsG:Vfw5JhxsGSk3lRG0na},index1)=>{Vfw5JhxsGSk3lRG0na??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Sk3lRG0na-${idSk3lRG0na}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Vfw5JhxsG:Vfw5JhxsGSk3lRG0na},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9cly6q\",layoutDependency:layoutDependency,layoutId:\"wtUZJV4Ou\",children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vss8l-container\",\"data-framer-name\":\"Video 2\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"sQUNtclql-container\",name:\"Video 2\",nodeId:\"sQUNtclql\",rendersWithMotion:true,scopeId:\"RdWO3Eu0e\",style:{scale:1.06},variants:{cwhcDrWc3:{scale:1},S5qZxv6Ws:{scale:1}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"sQUNtclql\",isMixedBorderRadius:false,layoutId:\"sQUNtclql\",loop:true,muted:true,name:\"Video 2\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/7yHfMqtuJDiQN7hgOJYeTgrJnM.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/HbfJB6uJfmDh1PNKmh7Op2xuOg.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})},idSk3lRG0na);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e0x641\",\"data-framer-name\":\"Project 3\",layoutDependency:layoutDependency,layoutId:\"cqD4w3NYq\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"cqD4w3NYq\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"cqD4w3NYq\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"cqD4w3NYq\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cqD4w3NYq\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:8},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({id:idcqD4w3NYq,Vfw5JhxsG:Vfw5JhxsGcqD4w3NYq},index2)=>{Vfw5JhxsGcqD4w3NYq??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`cqD4w3NYq-${idcqD4w3NYq}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Vfw5JhxsG:Vfw5JhxsGcqD4w3NYq},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ocg6zs\",layoutDependency:layoutDependency,layoutId:\"pIYqVrNMp\",children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qmkni0-container\",\"data-framer-name\":\"Video 2\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"iSyejKcn2-container\",name:\"Video 2\",nodeId:\"iSyejKcn2\",rendersWithMotion:true,scopeId:\"RdWO3Eu0e\",style:{scale:1.06},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"iSyejKcn2\",isMixedBorderRadius:false,layoutId:\"iSyejKcn2\",loop:true,muted:true,name:\"Video 2\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/BGm3cO0sPoVFSm9ug12SstAATP0.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/VQbBp2fxXsSo0a2ZqOk7w8GQHY.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})},idcqD4w3NYq);})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gnc4rk\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"TznItl0k_\",transformTemplate:transformTemplate1,...addPropertyOverrides({Ih8QuJj5n:{transformTemplate:undefined},MQ9fim8q7:{transformTemplate:undefined},S5qZxv6Ws:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1242w01\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"rmaoOHLkO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1fi2gn6\",\"data-styles-preset\":\"G7Z6Amm2c\",children:\"Wayve - an ai-powered video personalized to each viewer\"})}),className:\"framer-1fq0ssg\",\"data-framer-name\":\"Redefining brands for the modern world\",effect:textEffect,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QfbZMp_iZ\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i85aan\",\"data-framer-name\":\"Bottom Row\",layoutDependency:layoutDependency,layoutId:\"cr4g8QVrs\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15b6f3i\",\"data-framer-name\":\"Content Preview\",layoutDependency:layoutDependency,layoutId:\"p59DY2Gnb\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13oxrbt\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"gVsI6N7Kg\",children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-rhm0bw\",\"data-framer-appear-id\":\"rhm0bw\",\"data-framer-name\":\"Project 1\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"QTPDZb03o\",optimized:true,style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},...addPropertyOverrides({bRcb__lPs:{\"data-highlight\":true,onMouseEnter:onMouseEnterultn4p},cwhcDrWc3:{\"data-highlight\":true,onMouseEnter:onMouseEnterultn4p},Ih8QuJj5n:{initial:animation3},MQ9fim8q7:{\"data-highlight\":true,onTap:onTap1njan02},S5qZxv6Ws:{\"data-highlight\":true,onTap:onTap1njan02}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-69mhht\",layoutDependency:layoutDependency,layoutId:\"dyebDANG5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"dyebDANG5\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"dyebDANG5\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"dyebDANG5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"dyebDANG5\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:9},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({id:iddyebDANG5,Vfw5JhxsG:Vfw5JhxsGdyebDANG5},index3)=>{Vfw5JhxsGdyebDANG5??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dyebDANG5-${iddyebDANG5}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Vfw5JhxsG:Vfw5JhxsGdyebDANG5},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"IaHRtBPtD\",openInNewTab:false,scopeId:\"RdWO3Eu0e\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-tsz6xs framer-1ev9koy\",layoutDependency:layoutDependency,layoutId:\"IaHRtBPtD\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jzd6j0-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fqfwmZbkK-container\",nodeId:\"fqfwmZbkK\",rendersWithMotion:true,scopeId:\"RdWO3Eu0e\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fqfwmZbkK\",isMixedBorderRadius:false,layoutId:\"fqfwmZbkK\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/M6rYu59V2FOWYnUe2bqKZYeTzlw.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/4Xfmo41wWWZEvl7xxhVpsZyL4g.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})},iddyebDANG5);})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1puyjp6\",\"data-framer-appear-id\":\"1puyjp6\",\"data-framer-name\":\"Project 2\",\"data-highlight\":true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"GWzTa4DlR\",onMouseEnter:onMouseEnter6dcndf,optimized:true,style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},...addPropertyOverrides({cwhcDrWc3:{\"data-highlight\":undefined,onMouseEnter:undefined},Ih8QuJj5n:{initial:animation3,onMouseEnter:undefined,onTap:onTap15de8y5},MQ9fim8q7:{onMouseEnter:undefined,onTap:onTap15de8y5},S5qZxv6Ws:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u3d41n\",layoutDependency:layoutDependency,layoutId:\"RIWkrba6o\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RIWkrba6o\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"RIWkrba6o\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"RIWkrba6o\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"RIWkrba6o\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({id:idRIWkrba6o,Vfw5JhxsG:Vfw5JhxsGRIWkrba6o},index4)=>{Vfw5JhxsGRIWkrba6o??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`RIWkrba6o-${idRIWkrba6o}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Vfw5JhxsG:Vfw5JhxsGRIWkrba6o},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-56ajbn\",layoutDependency:layoutDependency,layoutId:\"b9CHl554B\",...addPropertyOverrides({S5qZxv6Ws:{background:{alt:\"\",positionX:\"center\",positionY:\"center\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9wj2gh-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ntjic85bk-container\",nodeId:\"ntjic85bk\",rendersWithMotion:true,scopeId:\"RdWO3Eu0e\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ntjic85bk\",isMixedBorderRadius:false,layoutId:\"ntjic85bk\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/7yHfMqtuJDiQN7hgOJYeTgrJnM.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/HbfJB6uJfmDh1PNKmh7Op2xuOg.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})},idRIWkrba6o);})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1qpinzg\",\"data-framer-appear-id\":\"1qpinzg\",\"data-framer-name\":\"Project 3\",\"data-highlight\":true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"YtaQbd5mA\",onMouseEnter:onMouseEnterpifm15,optimized:true,style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},...addPropertyOverrides({bRcb__lPs:{\"data-highlight\":undefined,onMouseEnter:undefined},Ih8QuJj5n:{initial:animation3,onMouseEnter:undefined,onTap:onTapm3e7ob},MQ9fim8q7:{\"data-highlight\":undefined,onMouseEnter:undefined},S5qZxv6Ws:{onMouseEnter:undefined,onTap:onTapm3e7ob}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0g2i\",layoutDependency:layoutDependency,layoutId:\"iMtEN07R5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"iMtEN07R5\",data:StudioProjects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"iMtEN07R5\",name:\"Vfw5JhxsG\",type:\"Identifier\"},{collection:\"iMtEN07R5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"iMtEN07R5\",name:\"gdH5cvkWY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:8},type:\"BinaryOperation\"}},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({id:idiMtEN07R5,Vfw5JhxsG:Vfw5JhxsGiMtEN07R5},index5)=>{Vfw5JhxsGiMtEN07R5??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`iMtEN07R5-${idiMtEN07R5}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Vfw5JhxsG:Vfw5JhxsGiMtEN07R5},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"cDJZCyOV9\",openInNewTab:false,scopeId:\"RdWO3Eu0e\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-57nouw framer-1ev9koy\",layoutDependency:layoutDependency,layoutId:\"cDJZCyOV9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14b0d0n-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"iMylFDBWG-container\",nodeId:\"iMylFDBWG\",rendersWithMotion:true,scopeId:\"RdWO3Eu0e\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"iMylFDBWG\",isMixedBorderRadius:false,layoutId:\"iMylFDBWG\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/BGm3cO0sPoVFSm9ug12SstAATP0.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/VQbBp2fxXsSo0a2ZqOk7w8GQHY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})},idiMtEN07R5);})})})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qlqz57\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"oYtcKsnpx\"})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-B5myh.framer-1ev9koy, .framer-B5myh .framer-1ev9koy { display: block; }\",\".framer-B5myh.framer-vnpcb3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-B5myh .framer-jaa1yn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-B5myh .framer-ypqru6 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; pointer-events: none; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-B5myh .framer-oe2ksk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-B5myh .framer-z7iuzh { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); padding: 0px; position: absolute; width: 100%; z-index: 3; }\",\".framer-B5myh .framer-5yp2qd, .framer-B5myh .framer-9cly6q, .framer-B5myh .framer-1ocg6zs, .framer-B5myh .framer-56ajbn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-B5myh .framer-1u7en6v-container, .framer-B5myh .framer-vss8l-container, .framer-B5myh .framer-1qmkni0-container, .framer-B5myh .framer-1jzd6j0-container, .framer-B5myh .framer-9wj2gh-container, .framer-B5myh .framer-14b0d0n-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-B5myh .framer-1r7ebsv { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; left: 0px; padding: 0px; position: absolute; width: 100%; z-index: 1; }\",\".framer-B5myh .framer-e0x641 { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); padding: 0px; position: absolute; width: 100%; z-index: 1; }\",\".framer-B5myh .framer-1gnc4rk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px 20px 0px 20px; position: absolute; top: 50%; width: 100%; z-index: 3; }\",\".framer-B5myh .framer-1242w01 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-B5myh .framer-1fq0ssg { --framer-text-wrap-override: balance; flex: 1 0 0px; height: auto; max-width: 62%; position: relative; width: 1px; }\",\".framer-B5myh .framer-i85aan { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 0px 20px 20px; position: absolute; width: 100%; z-index: 4; }\",\".framer-B5myh .framer-15b6f3i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 85px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-B5myh .framer-13oxrbt { 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: 380px; z-index: 1; }\",\".framer-B5myh .framer-rhm0bw, .framer-B5myh .framer-1puyjp6, .framer-B5myh .framer-1qpinzg { align-content: center; align-items: center; aspect-ratio: 1.411764705882353 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 85px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-B5myh .framer-69mhht, .framer-B5myh .framer-1u3d41n, .framer-B5myh .framer-1ng0g2i { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 1px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-B5myh .framer-tsz6xs, .framer-B5myh .framer-57nouw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-B5myh .framer-1qlqz57 { align-self: stretch; flex: 1 0 0px; height: auto; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B5myh.framer-vnpcb3, .framer-B5myh .framer-jaa1yn, .framer-B5myh .framer-oe2ksk, .framer-B5myh .framer-z7iuzh, .framer-B5myh .framer-5yp2qd, .framer-B5myh .framer-1r7ebsv, .framer-B5myh .framer-9cly6q, .framer-B5myh .framer-e0x641, .framer-B5myh .framer-1ocg6zs, .framer-B5myh .framer-1gnc4rk, .framer-B5myh .framer-1242w01, .framer-B5myh .framer-i85aan, .framer-B5myh .framer-15b6f3i, .framer-B5myh .framer-13oxrbt, .framer-B5myh .framer-rhm0bw, .framer-B5myh .framer-69mhht, .framer-B5myh .framer-tsz6xs, .framer-B5myh .framer-1puyjp6, .framer-B5myh .framer-1u3d41n, .framer-B5myh .framer-56ajbn, .framer-B5myh .framer-1qpinzg, .framer-B5myh .framer-1ng0g2i, .framer-B5myh .framer-57nouw { gap: 0px; } .framer-B5myh.framer-vnpcb3 > *, .framer-B5myh .framer-jaa1yn > *, .framer-B5myh .framer-oe2ksk > *, .framer-B5myh .framer-5yp2qd > *, .framer-B5myh .framer-9cly6q > *, .framer-B5myh .framer-1ocg6zs > *, .framer-B5myh .framer-1gnc4rk > *, .framer-B5myh .framer-i85aan > *, .framer-B5myh .framer-15b6f3i > *, .framer-B5myh .framer-13oxrbt > *, .framer-B5myh .framer-tsz6xs > *, .framer-B5myh .framer-56ajbn > *, .framer-B5myh .framer-57nouw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-B5myh.framer-vnpcb3 > :first-child, .framer-B5myh .framer-jaa1yn > :first-child, .framer-B5myh .framer-oe2ksk > :first-child, .framer-B5myh .framer-5yp2qd > :first-child, .framer-B5myh .framer-9cly6q > :first-child, .framer-B5myh .framer-1ocg6zs > :first-child, .framer-B5myh .framer-1gnc4rk > :first-child, .framer-B5myh .framer-1242w01 > :first-child, .framer-B5myh .framer-i85aan > :first-child, .framer-B5myh .framer-15b6f3i > :first-child, .framer-B5myh .framer-13oxrbt > :first-child, .framer-B5myh .framer-tsz6xs > :first-child, .framer-B5myh .framer-56ajbn > :first-child, .framer-B5myh .framer-57nouw > :first-child { margin-left: 0px; } .framer-B5myh.framer-vnpcb3 > :last-child, .framer-B5myh .framer-jaa1yn > :last-child, .framer-B5myh .framer-oe2ksk > :last-child, .framer-B5myh .framer-5yp2qd > :last-child, .framer-B5myh .framer-9cly6q > :last-child, .framer-B5myh .framer-1ocg6zs > :last-child, .framer-B5myh .framer-1gnc4rk > :last-child, .framer-B5myh .framer-1242w01 > :last-child, .framer-B5myh .framer-i85aan > :last-child, .framer-B5myh .framer-15b6f3i > :last-child, .framer-B5myh .framer-13oxrbt > :last-child, .framer-B5myh .framer-tsz6xs > :last-child, .framer-B5myh .framer-56ajbn > :last-child, .framer-B5myh .framer-57nouw > :last-child { margin-right: 0px; } .framer-B5myh .framer-z7iuzh > *, .framer-B5myh .framer-1r7ebsv > *, .framer-B5myh .framer-e0x641 > *, .framer-B5myh .framer-69mhht > *, .framer-B5myh .framer-1u3d41n > *, .framer-B5myh .framer-1ng0g2i > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-B5myh .framer-z7iuzh > :first-child, .framer-B5myh .framer-1r7ebsv > :first-child, .framer-B5myh .framer-e0x641 > :first-child, .framer-B5myh .framer-rhm0bw > :first-child, .framer-B5myh .framer-69mhht > :first-child, .framer-B5myh .framer-1puyjp6 > :first-child, .framer-B5myh .framer-1u3d41n > :first-child, .framer-B5myh .framer-1qpinzg > :first-child, .framer-B5myh .framer-1ng0g2i > :first-child { margin-top: 0px; } .framer-B5myh .framer-z7iuzh > :last-child, .framer-B5myh .framer-1r7ebsv > :last-child, .framer-B5myh .framer-e0x641 > :last-child, .framer-B5myh .framer-rhm0bw > :last-child, .framer-B5myh .framer-69mhht > :last-child, .framer-B5myh .framer-1puyjp6 > :last-child, .framer-B5myh .framer-1u3d41n > :last-child, .framer-B5myh .framer-1qpinzg > :last-child, .framer-B5myh .framer-1ng0g2i > :last-child { margin-bottom: 0px; } .framer-B5myh .framer-1242w01 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-B5myh .framer-rhm0bw > *, .framer-B5myh .framer-1puyjp6 > *, .framer-B5myh .framer-1qpinzg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-B5myh.framer-v-wvdjh0 .framer-1r7ebsv, .framer-B5myh.framer-v-so8mkj .framer-e0x641, .framer-B5myh.framer-v-g9t3k5 .framer-1r7ebsv, .framer-B5myh.framer-v-cf3zv3 .framer-e0x641 { z-index: 3; }\",\".framer-B5myh.framer-v-so8mkj .framer-rhm0bw, .framer-B5myh.framer-v-so8mkj .framer-1puyjp6, .framer-B5myh.framer-v-so8mkj .framer-1qpinzg { height: var(--framer-aspect-ratio-supported, 142px); }\",\".framer-B5myh.framer-v-m3u2rf.framer-vnpcb3, .framer-B5myh.framer-v-g9t3k5.framer-vnpcb3, .framer-B5myh.framer-v-cf3zv3.framer-vnpcb3 { width: 390px; }\",\".framer-B5myh.framer-v-m3u2rf .framer-oe2ksk, .framer-B5myh.framer-v-g9t3k5 .framer-oe2ksk, .framer-B5myh.framer-v-cf3zv3 .framer-oe2ksk { height: calc(var(--framer-viewport-height, 100vh) * 0.92); }\",\".framer-B5myh.framer-v-m3u2rf .framer-1gnc4rk { align-content: flex-start; align-items: flex-start; height: 40%; padding: 0px 15px 0px 15px; top: 180px; }\",\".framer-B5myh.framer-v-m3u2rf .framer-1fq0ssg, .framer-B5myh.framer-v-g9t3k5 .framer-1fq0ssg, .framer-B5myh.framer-v-cf3zv3 .framer-1fq0ssg { max-width: 350px; }\",\".framer-B5myh.framer-v-m3u2rf .framer-i85aan, .framer-B5myh.framer-v-g9t3k5 .framer-i85aan, .framer-B5myh.framer-v-cf3zv3 .framer-i85aan { flex-direction: column; padding: 0px 0px 20px 15px; }\",\".framer-B5myh.framer-v-m3u2rf .framer-15b6f3i, .framer-B5myh.framer-v-g9t3k5 .framer-15b6f3i, .framer-B5myh.framer-v-cf3zv3 .framer-15b6f3i { flex: none; height: min-content; width: 100%; }\",\".framer-B5myh.framer-v-m3u2rf .framer-13oxrbt, .framer-B5myh.framer-v-g9t3k5 .framer-13oxrbt, .framer-B5myh.framer-v-cf3zv3 .framer-13oxrbt { flex: 0.22 0 0px; flex-direction: column; width: 1px; }\",\".framer-B5myh.framer-v-m3u2rf .framer-rhm0bw, .framer-B5myh.framer-v-g9t3k5 .framer-1puyjp6, .framer-B5myh.framer-v-cf3zv3 .framer-1qpinzg { aspect-ratio: 1.375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); width: 100%; }\",\".framer-B5myh.framer-v-m3u2rf .framer-1puyjp6, .framer-B5myh.framer-v-m3u2rf .framer-1qpinzg, .framer-B5myh.framer-v-g9t3k5 .framer-rhm0bw, .framer-B5myh.framer-v-g9t3k5 .framer-1qpinzg, .framer-B5myh.framer-v-cf3zv3 .framer-rhm0bw, .framer-B5myh.framer-v-cf3zv3 .framer-1puyjp6 { aspect-ratio: 1.375 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 60px); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B5myh.framer-v-m3u2rf .framer-i85aan, .framer-B5myh.framer-v-m3u2rf .framer-13oxrbt { gap: 0px; } .framer-B5myh.framer-v-m3u2rf .framer-i85aan > *, .framer-B5myh.framer-v-m3u2rf .framer-13oxrbt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-B5myh.framer-v-m3u2rf .framer-i85aan > :first-child, .framer-B5myh.framer-v-m3u2rf .framer-13oxrbt > :first-child { margin-top: 0px; } .framer-B5myh.framer-v-m3u2rf .framer-i85aan > :last-child, .framer-B5myh.framer-v-m3u2rf .framer-13oxrbt > :last-child { margin-bottom: 0px; } }\",\".framer-B5myh.framer-v-g9t3k5 .framer-1gnc4rk, .framer-B5myh.framer-v-cf3zv3 .framer-1gnc4rk { padding: 0px 15px 0px 15px; top: 180px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B5myh.framer-v-g9t3k5 .framer-i85aan, .framer-B5myh.framer-v-g9t3k5 .framer-13oxrbt { gap: 0px; } .framer-B5myh.framer-v-g9t3k5 .framer-i85aan > *, .framer-B5myh.framer-v-g9t3k5 .framer-13oxrbt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-B5myh.framer-v-g9t3k5 .framer-i85aan > :first-child, .framer-B5myh.framer-v-g9t3k5 .framer-13oxrbt > :first-child { margin-top: 0px; } .framer-B5myh.framer-v-g9t3k5 .framer-i85aan > :last-child, .framer-B5myh.framer-v-g9t3k5 .framer-13oxrbt > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B5myh.framer-v-cf3zv3 .framer-i85aan, .framer-B5myh.framer-v-cf3zv3 .framer-13oxrbt { gap: 0px; } .framer-B5myh.framer-v-cf3zv3 .framer-i85aan > *, .framer-B5myh.framer-v-cf3zv3 .framer-13oxrbt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-B5myh.framer-v-cf3zv3 .framer-i85aan > :first-child, .framer-B5myh.framer-v-cf3zv3 .framer-13oxrbt > :first-child { margin-top: 0px; } .framer-B5myh.framer-v-cf3zv3 .framer-i85aan > :last-child, .framer-B5myh.framer-v-cf3zv3 .framer-13oxrbt > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 813\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cwhcDrWc3\":{\"layout\":[\"fixed\",\"auto\"]},\"bRcb__lPs\":{\"layout\":[\"fixed\",\"auto\"]},\"Ih8QuJj5n\":{\"layout\":[\"fixed\",\"auto\"]},\"S5qZxv6Ws\":{\"layout\":[\"fixed\",\"auto\"]},\"MQ9fim8q7\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRdWO3Eu0e=withCSS(Component,css,\"framer-B5myh\");export default FramerRdWO3Eu0e;FramerRdWO3Eu0e.displayName=\"Home / Section Hero\";FramerRdWO3Eu0e.defaultProps={height:813,width:1200};addPropertyControls(FramerRdWO3Eu0e,{variant:{options:[\"zQp6GtYwV\",\"cwhcDrWc3\",\"bRcb__lPs\",\"Ih8QuJj5n\",\"S5qZxv6Ws\",\"MQ9fim8q7\"],optionTitles:[\"Desktop Project 1\",\"Desktop Project 2\",\"Desktop Project 3\",\"Mobile Project 1\",\"Mobile Project 2\",\"Mobile Project 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRdWO3Eu0e,[{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\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRdWO3Eu0e\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cwhcDrWc3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bRcb__lPs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ih8QuJj5n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S5qZxv6Ws\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MQ9fim8q7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"813\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RdWO3Eu0e.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"0px 0px 100px 100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isOnCanvas&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"PFGPghc7t\",\"Jbi5mEtAx\",\"T0f4kXmYt\",\"L6qby0etH\",\"vRyk_IpIO\",\"loNHx4Ryb\",\"WXvmtnyqF\",\"uyiCTvlGo\",\"yN_NiudMe\",\"ciRQVVfCG\",\"MamaArsHS\",\"G1upQPBXH\",\"ep_HG0GJp\",\"Fh7Wlu6jd\",\"qugtFLZ0p\",\"e9dALhFEt\",\"aVraTTkKN\",\"qFnAMB3cS\"];const serializationHash=\"framer-P5ufD\";const variantClassNames={aVraTTkKN:\"framer-v-1gxyrh4\",ciRQVVfCG:\"framer-v-1cen4zn\",e9dALhFEt:\"framer-v-1mnbw3j\",ep_HG0GJp:\"framer-v-1rdca6q\",Fh7Wlu6jd:\"framer-v-14srcpw\",G1upQPBXH:\"framer-v-10x3jg\",Jbi5mEtAx:\"framer-v-10cr5co\",L6qby0etH:\"framer-v-1i42iy9\",loNHx4Ryb:\"framer-v-2asiep\",MamaArsHS:\"framer-v-adaiif\",PFGPghc7t:\"framer-v-109o36\",qFnAMB3cS:\"framer-v-1nvdfkg\",qugtFLZ0p:\"framer-v-myji8w\",T0f4kXmYt:\"framer-v-1ifhok3\",uyiCTvlGo:\"framer-v-ooycqm\",vRyk_IpIO:\"framer-v-n0dxyh\",WXvmtnyqF:\"framer-v-u5f1pl\",yN_NiudMe:\"framer-v-1dd2ke7\"};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 transition2={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transition3={delay:.6,duration:2,ease:[.23,.98,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Black Active\":\"Fh7Wlu6jd\",\"Button Hero - Active\":\"aVraTTkKN\",\"Button Hero Load\":\"e9dALhFEt\",\"Button Hero\":\"qFnAMB3cS\",\"Filter Hover\":\"loNHx4Ryb\",\"Grey - Active\":\"L6qby0etH\",\"Mobile Menu - Active\":\"uyiCTvlGo\",\"Mobile Menu Dark Active\":\"ciRQVVfCG\",\"Mobile Menu Dark\":\"yN_NiudMe\",\"Mobile Menu\":\"WXvmtnyqF\",\"Outline Active\":\"G1upQPBXH\",\"Primary Button - Hover\":\"Jbi5mEtAx\",\"Primary Button\":\"PFGPghc7t\",Appear:\"qugtFLZ0p\",Black:\"ep_HG0GJp\",Filter:\"vRyk_IpIO\",Grey:\"T0f4kXmYt\",Outline:\"MamaArsHS\"};const getProps=({height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,NhREodF7M:link!==null&&link!==void 0?link:props.NhREodF7M,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"PFGPghc7t\",XqpXZUGU6:(_ref1=title!==null&&title!==void 0?title:props.XqpXZUGU6)!==null&&_ref1!==void 0?_ref1:\"Explore\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XqpXZUGU6,NhREodF7M,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PFGPghc7t\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1omne1a=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Jbi5mEtAx\");});const onMouseLeavemiiagd=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"PFGPghc7t\");});const onMouseEnter8npmt3=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"L6qby0etH\");});const onMouseLeave1bnb25z=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"T0f4kXmYt\");});const onMouseEnter1a7776g=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"loNHx4Ryb\");});const onMouseLeave1d2c23k=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"vRyk_IpIO\");});const onMouseEnterh0covi=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"G1upQPBXH\");});const onMouseLeave1ilcwx6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"MamaArsHS\");});const onMouseEntern4r2ww=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Fh7Wlu6jd\");});const onMouseLeave18ync3g=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"ep_HG0GJp\");});const onAppearrpxe36=activeVariantCallback(async(...args)=>{setVariant(\"e9dALhFEt\");});const onAppear1dykti7=activeVariantCallback(async(...args)=>{setVariant(\"qFnAMB3cS\");});const onMouseLeave1rh0qhm=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"qFnAMB3cS\");});const onMouseEnter6nu6dy=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"aVraTTkKN\");});useOnVariantChange(baseVariant,{e9dALhFEt:onAppear1dykti7,qugtFLZ0p:onAppearrpxe36});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({ciRQVVfCG:{value:transition2},e9dALhFEt:{value:transition3},uyiCTvlGo:{value:transition2},WXvmtnyqF:{value:transition2},yN_NiudMe:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:NhREodF7M,nodeId:\"PFGPghc7t\",...addPropertyOverrides({ciRQVVfCG:{href:undefined},uyiCTvlGo:{href:undefined},WXvmtnyqF:{href:undefined},yN_NiudMe:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-109o36\",className,classNames)} framer-1nh755z`,\"data-framer-name\":\"Primary Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PFGPghc7t\",onMouseEnter:onMouseEnter1omne1a,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\",backdropFilter:\"blur(40px)\",backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1,WebkitBackdropFilter:\"blur(40px)\",...style},variants:{aVraTTkKN:{backgroundColor:\"rgb(255, 255, 255)\"},ciRQVVfCG:{backgroundColor:\"rgb(255, 255, 255)\"},ep_HG0GJp:{backgroundColor:\"rgb(0, 0, 0)\"},Fh7Wlu6jd:{backgroundColor:\"rgba(0, 0, 0, 0.5)\"},G1upQPBXH:{\"--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)\"},Jbi5mEtAx:{backgroundColor:\"rgb(255, 255, 255)\"},L6qby0etH:{backgroundColor:\"var(--token-274613e3-dea5-4eb6-b10b-d1ac30a5853d, rgb(0, 0, 0))\"},loNHx4Ryb:{backgroundColor:\"rgb(222, 222, 222)\"},MamaArsHS:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.4)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},qugtFLZ0p:{backdropFilter:\"blur(1px)\",opacity:0,WebkitBackdropFilter:\"blur(1px)\"},T0f4kXmYt:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"},uyiCTvlGo:{backgroundColor:\"rgb(255, 255, 255)\"},vRyk_IpIO:{backgroundColor:\"rgb(235, 235, 235)\"},yN_NiudMe:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}},...addPropertyOverrides({aVraTTkKN:{\"data-framer-name\":\"Button Hero - Active\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1rh0qhm},ciRQVVfCG:{\"data-framer-name\":\"Mobile Menu Dark Active\",\"data-highlight\":undefined,onMouseEnter:undefined},e9dALhFEt:{\"data-framer-name\":\"Button Hero Load\",onMouseEnter:undefined},ep_HG0GJp:{\"data-framer-name\":\"Black\",onMouseEnter:onMouseEntern4r2ww},Fh7Wlu6jd:{\"data-framer-name\":\"Black Active\",onMouseEnter:undefined,onMouseLeave:onMouseLeave18ync3g},G1upQPBXH:{\"data-border\":true,\"data-framer-name\":\"Outline Active\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1ilcwx6},Jbi5mEtAx:{\"data-framer-name\":\"Primary Button - Hover\",onMouseLeave:onMouseLeavemiiagd},L6qby0etH:{\"data-framer-name\":\"Grey - Active\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1bnb25z},loNHx4Ryb:{\"data-framer-name\":\"Filter Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1d2c23k},MamaArsHS:{\"data-border\":true,\"data-framer-name\":\"Outline\",onMouseEnter:onMouseEnterh0covi},qFnAMB3cS:{\"data-framer-name\":\"Button Hero\",onMouseEnter:onMouseEnter6nu6dy},qugtFLZ0p:{\"data-framer-name\":\"Appear\",onMouseEnter:undefined},T0f4kXmYt:{\"data-framer-name\":\"Grey\",onMouseEnter:onMouseEnter8npmt3},uyiCTvlGo:{\"data-framer-name\":\"Mobile Menu - Active\",\"data-highlight\":undefined,onMouseEnter:undefined},vRyk_IpIO:{\"data-framer-name\":\"Filter\",onMouseEnter:onMouseEnter1a7776g},WXvmtnyqF:{\"data-framer-name\":\"Mobile Menu\",\"data-highlight\":undefined,onMouseEnter:undefined},yN_NiudMe:{\"data-framer-name\":\"Mobile Menu Dark\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c1isuo\",layoutDependency:layoutDependency,layoutId:\"d8L_9p6zW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Explore\"})}),className:\"framer-y6ab7c\",fonts:[\"FS;Switzer-medium\"],layoutDependency:layoutDependency,layoutId:\"dzt8bx470\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:XqpXZUGU6,variants:{Fh7Wlu6jd:{\"--extracted-r6o4lv\":\"var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255))\"},L6qby0etH:{\"--extracted-r6o4lv\":\"var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aVraTTkKN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Explore\"})})},ciRQVVfCG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Close\"})}),text:undefined},Fh7Wlu6jd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)))\"},children:\"Explore\"})})},Jbi5mEtAx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Explore\"})})},L6qby0etH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)))\"},children:\"Explore\"})})},loNHx4Ryb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Explore\"})})},T0f4kXmYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Explore\"})})},uyiCTvlGo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Close\"})}),text:undefined},vRyk_IpIO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Explore\"})})},WXvmtnyqF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Menu\"})}),text:undefined},yN_NiudMe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Menu\"})}),text:undefined}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-P5ufD.framer-1nh755z, .framer-P5ufD .framer-1nh755z { display: block; }\",\".framer-P5ufD.framer-109o36 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-P5ufD .framer-1c1isuo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-P5ufD .framer-y6ab7c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P5ufD.framer-109o36, .framer-P5ufD .framer-1c1isuo { gap: 0px; } .framer-P5ufD.framer-109o36 > *, .framer-P5ufD .framer-1c1isuo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-P5ufD.framer-109o36 > :first-child, .framer-P5ufD .framer-1c1isuo > :first-child { margin-left: 0px; } .framer-P5ufD.framer-109o36 > :last-child, .framer-P5ufD .framer-1c1isuo > :last-child { margin-right: 0px; } }\",\".framer-P5ufD.framer-v-n0dxyh.framer-109o36, .framer-P5ufD.framer-v-2asiep.framer-109o36 { padding: 10px 18px 10px 18px; }\",\".framer-P5ufD.framer-v-adaiif .framer-1c1isuo, .framer-P5ufD.framer-v-10x3jg .framer-1c1isuo { gap: 8px; }\",\".framer-P5ufD.framer-v-adaiif .framer-y6ab7c, .framer-P5ufD.framer-v-10x3jg .framer-y6ab7c { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P5ufD.framer-v-adaiif .framer-1c1isuo { gap: 0px; } .framer-P5ufD.framer-v-adaiif .framer-1c1isuo > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-P5ufD.framer-v-adaiif .framer-1c1isuo > :first-child { margin-left: 0px; } .framer-P5ufD.framer-v-adaiif .framer-1c1isuo > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P5ufD.framer-v-10x3jg .framer-1c1isuo { gap: 0px; } .framer-P5ufD.framer-v-10x3jg .framer-1c1isuo > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-P5ufD.framer-v-10x3jg .framer-1c1isuo > :first-child { margin-left: 0px; } .framer-P5ufD.framer-v-10x3jg .framer-1c1isuo > :last-child { margin-right: 0px; } }\",'.framer-P5ufD[data-border=\"true\"]::after, .framer-P5ufD [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 33\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Jbi5mEtAx\":{\"layout\":[\"auto\",\"auto\"]},\"T0f4kXmYt\":{\"layout\":[\"auto\",\"auto\"]},\"L6qby0etH\":{\"layout\":[\"auto\",\"auto\"]},\"vRyk_IpIO\":{\"layout\":[\"auto\",\"auto\"]},\"loNHx4Ryb\":{\"layout\":[\"auto\",\"auto\"]},\"WXvmtnyqF\":{\"layout\":[\"auto\",\"auto\"]},\"uyiCTvlGo\":{\"layout\":[\"auto\",\"auto\"]},\"yN_NiudMe\":{\"layout\":[\"auto\",\"auto\"]},\"ciRQVVfCG\":{\"layout\":[\"auto\",\"auto\"]},\"MamaArsHS\":{\"layout\":[\"auto\",\"auto\"]},\"G1upQPBXH\":{\"layout\":[\"auto\",\"auto\"]},\"ep_HG0GJp\":{\"layout\":[\"auto\",\"auto\"]},\"Fh7Wlu6jd\":{\"layout\":[\"auto\",\"auto\"]},\"qugtFLZ0p\":{\"layout\":[\"auto\",\"auto\"]},\"e9dALhFEt\":{\"layout\":[\"auto\",\"auto\"]},\"aVraTTkKN\":{\"layout\":[\"auto\",\"auto\"]},\"qFnAMB3cS\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XqpXZUGU6\":\"title\",\"NhREodF7M\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGnINVjrHL=withCSS(Component,css,\"framer-P5ufD\");export default FramerGnINVjrHL;FramerGnINVjrHL.displayName=\"Button\";FramerGnINVjrHL.defaultProps={height:33,width:92};addPropertyControls(FramerGnINVjrHL,{variant:{options:[\"PFGPghc7t\",\"Jbi5mEtAx\",\"T0f4kXmYt\",\"L6qby0etH\",\"vRyk_IpIO\",\"loNHx4Ryb\",\"WXvmtnyqF\",\"uyiCTvlGo\",\"yN_NiudMe\",\"ciRQVVfCG\",\"MamaArsHS\",\"G1upQPBXH\",\"ep_HG0GJp\",\"Fh7Wlu6jd\",\"qugtFLZ0p\",\"e9dALhFEt\",\"aVraTTkKN\",\"qFnAMB3cS\"],optionTitles:[\"Primary Button\",\"Primary Button - Hover\",\"Grey\",\"Grey - Active\",\"Filter\",\"Filter Hover\",\"Mobile Menu\",\"Mobile Menu - Active\",\"Mobile Menu Dark\",\"Mobile Menu Dark Active\",\"Outline\",\"Outline Active\",\"Black\",\"Black Active\",\"Appear\",\"Button Hero Load\",\"Button Hero - Active\",\"Button Hero\"],title:\"Variant\",type:ControlType.Enum},XqpXZUGU6:{defaultValue:\"Explore\",displayTextArea:false,title:\"Title\",type:ControlType.String},NhREodF7M:{title:\"Link\",type:ControlType.Link}});addFonts(FramerGnINVjrHL,[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGnINVjrHL\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Jbi5mEtAx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"T0f4kXmYt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L6qby0etH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vRyk_IpIO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"loNHx4Ryb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WXvmtnyqF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uyiCTvlGo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yN_NiudMe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ciRQVVfCG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MamaArsHS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"G1upQPBXH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ep_HG0GJp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Fh7Wlu6jd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qugtFLZ0p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"e9dALhFEt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aVraTTkKN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qFnAMB3cS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"92\",\"framerVariables\":\"{\\\"XqpXZUGU6\\\":\\\"title\\\",\\\"NhREodF7M\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"33\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GnINVjrHL.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import Button from\"https://framerusercontent.com/modules/N1J7yex8ziDTbZNom0pW/DBsvpkCKvSjoegrlo80J/GnINVjrHL.js\";const VideoFonts=getFonts(Video);const ButtonFonts=getFonts(Button);const cycleOrder=[\"qmrF_lgAb\",\"jHhfTK9nc\",\"trOOvYFA3\",\"OXVPvaxHU\",\"N7leJnRf8\",\"jUSkRz0wx\",\"zWUTy7NTQ\",\"G7JqlsQBx\"];const serializationHash=\"framer-QtTUL\";const variantClassNames={G7JqlsQBx:\"framer-v-14fs606\",jHhfTK9nc:\"framer-v-1p0jja3\",jUSkRz0wx:\"framer-v-2kzwfv\",N7leJnRf8:\"framer-v-1cfmajm\",OXVPvaxHU:\"framer-v-iak421\",qmrF_lgAb:\"framer-v-173k94n\",trOOvYFA3:\"framer-v-1ipewib\",zWUTy7NTQ:\"framer-v-t9gbah\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.7,ease:[.25,1,.5,1],type:\"tween\"};const transition2={delay:0,duration:0,ease:[.25,1,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const humanReadableVariantMap={\"Project Card Image Active\":\"OXVPvaxHU\",\"Project Card Image\":\"trOOvYFA3\",\"Project Card Video Active\":\"jHhfTK9nc\",\"Project Card Video\":\"qmrF_lgAb\",\"Wide Image Active\":\"G7JqlsQBx\",\"Wide Image\":\"zWUTy7NTQ\",\"Wide Video Active\":\"jUSkRz0wx\",\"Wide Video\":\"N7leJnRf8\"};const getProps=({buttonTitle,category,height,id,image1,link,title,uRL,videoThumbnail,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,AJe245PrV:(_ref=uRL!==null&&uRL!==void 0?uRL:props.AJe245PrV)!==null&&_ref!==void 0?_ref:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",ArvTDLUT8:(_ref1=category!==null&&category!==void 0?category:props.ArvTDLUT8)!==null&&_ref1!==void 0?_ref1:\"Website\",G6jOVhH3d:image1!==null&&image1!==void 0?image1:props.G6jOVhH3d,jJ0_ckFI0:link!==null&&link!==void 0?link:props.jJ0_ckFI0,nT4YynYNG:videoThumbnail!==null&&videoThumbnail!==void 0?videoThumbnail:props.nT4YynYNG,RA49azMM_:(_ref2=buttonTitle!==null&&buttonTitle!==void 0?buttonTitle:props.RA49azMM_)!==null&&_ref2!==void 0?_ref2:\"View Project\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"qmrF_lgAb\",z1FT6OEWp:(_ref4=title!==null&&title!==void 0?title:props.z1FT6OEWp)!==null&&_ref4!==void 0?_ref4:\"Adidas\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,G6jOVhH3d,z1FT6OEWp,ArvTDLUT8,AJe245PrV,nT4YynYNG,jJ0_ckFI0,RA49azMM_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qmrF_lgAb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter5cpsu8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"jHhfTK9nc\");});const onMouseLeave1x2enmq=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"qmrF_lgAb\");});const onMouseEnteri0x2v6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"OXVPvaxHU\");});const onMouseLeave2vajdm=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"trOOvYFA3\");});const onMouseEnternf1tm8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"jUSkRz0wx\");});const onMouseLeaven46560=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"N7leJnRf8\");});const onMouseEnter1mpri9r=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"G7JqlsQBx\");});const onMouseLeaveocxf3p=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"zWUTy7NTQ\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"trOOvYFA3\",\"OXVPvaxHU\",\"zWUTy7NTQ\",\"G7JqlsQBx\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();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(scopingClassNames,\"framer-173k94n\",className,classNames),\"data-framer-name\":\"Project Card Video\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qmrF_lgAb\",onMouseEnter:onMouseEnter5cpsu8,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({G7JqlsQBx:{\"data-framer-name\":\"Wide Image Active\",onMouseEnter:undefined,onMouseLeave:onMouseLeaveocxf3p},jHhfTK9nc:{\"data-framer-name\":\"Project Card Video Active\",onMouseLeave:onMouseLeave1x2enmq},jUSkRz0wx:{\"data-framer-name\":\"Wide Video Active\",onMouseEnter:undefined,onMouseLeave:onMouseLeaven46560},N7leJnRf8:{\"data-framer-name\":\"Wide Video\",onMouseEnter:onMouseEnternf1tm8},OXVPvaxHU:{\"data-framer-name\":\"Project Card Image Active\",onMouseEnter:undefined,onMouseLeave:onMouseLeave2vajdm},trOOvYFA3:{\"data-framer-name\":\"Project Card Image\",onMouseEnter:onMouseEnteri0x2v6},zWUTy7NTQ:{\"data-framer-name\":\"Wide Image\",onMouseEnter:onMouseEnter1mpri9r}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o7d4xw\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"pg6CNNsdy\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-193g78z\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"omq_mJ_ir\",style:{background:\"linear-gradient(180deg, rgba(84, 84, 84, 0) 35%, rgba(0, 0, 0, 0.4) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(G6jOVhH3d)},className:\"framer-134d0c0\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"QCRLIztNT\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:0},variants:{G7JqlsQBx:{opacity:1},OXVPvaxHU:{opacity:1},trOOvYFA3:{opacity:1},zWUTy7NTQ:{opacity:1}},...addPropertyOverrides({G7JqlsQBx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(G6jOVhH3d)}},zWUTy7NTQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(G6jOVhH3d)}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7bk0ks-container\",layoutDependency:layoutDependency,layoutId:\"u5K2g5Zuc-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,controls:false,height:\"100%\",id:\"u5K2g5Zuc\",isMixedBorderRadius:false,layoutId:\"u5K2g5Zuc\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(nT4YynYNG),posterEnabled:true,srcType:\"URL\",srcUrl:AJe245PrV,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:10,topRightRadius:10,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p36ayx\",layoutDependency:layoutDependency,layoutId:\"UXxi5BZkV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rru905\",layoutDependency:layoutDependency,layoutId:\"r4zKa6Iqc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:\"WEBSITE\"})}),className:\"framer-1xwh4gi\",\"data-framer-name\":\"WEBSITE\",fonts:[\"FS;Switzer-medium\"],layoutDependency:layoutDependency,layoutId:\"JWGVhrVYP\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\"},text:ArvTDLUT8,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({trOOvYFA3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:\"Website\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\",\"--framer-text-transform\":\"inherit\"},children:\"Adidas\"})}),className:\"framer-8c2df4\",\"data-framer-name\":\"Capturing the Essence\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"ZAUFUURIq\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\"},text:z1FT6OEWp,variants:{trOOvYFA3:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({trOOvYFA3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"inherit\"},children:\"Adidas\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||494)-118.80000000000001+98.80000000000001- -22,...addPropertyOverrides({G7JqlsQBx:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||494)-161.8+0+108.80000000000001},jHhfTK9nc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||494)-163.8+0+110.80000000000001},jUSkRz0wx:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||488)-163.8+0+110.80000000000001},OXVPvaxHU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||494)-166.8+0+113.80000000000001},trOOvYFA3:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||494)-242.00000000000003+222.00000000000003- -22}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6hm83-container\",layoutDependency:layoutDependency,layoutId:\"q4s0fwmGa-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"q4s0fwmGa\",layoutId:\"q4s0fwmGa\",NhREodF7M:jJ0_ckFI0,variant:\"PFGPghc7t\",width:\"100%\",XqpXZUGU6:\"View Project\",...addPropertyOverrides({G7JqlsQBx:{XqpXZUGU6:RA49azMM_},jHhfTK9nc:{XqpXZUGU6:RA49azMM_},jUSkRz0wx:{XqpXZUGU6:RA49azMM_},OXVPvaxHU:{XqpXZUGU6:RA49azMM_}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QtTUL.framer-obgfey, .framer-QtTUL .framer-obgfey { display: block; }\",\".framer-QtTUL.framer-173k94n { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 494px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 370px; }\",\".framer-QtTUL .framer-o7d4xw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-QtTUL .framer-193g78z { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 8; }\",\".framer-QtTUL .framer-134d0c0 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 2; }\",\".framer-QtTUL .framer-7bk0ks-container { flex: none; height: 100%; position: relative; width: 100%; z-index: 0; }\",\".framer-QtTUL .framer-1p36ayx { align-content: flex-start; align-items: flex-start; bottom: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; left: 20px; overflow: visible; padding: 0px; position: absolute; width: 330px; z-index: 8; }\",\".framer-QtTUL .framer-1rru905 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QtTUL .framer-1xwh4gi, .framer-QtTUL .framer-8c2df4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QtTUL .framer-i6hm83-container { bottom: -55px; flex: none; height: auto; left: 0px; position: absolute; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QtTUL.framer-173k94n, .framer-QtTUL .framer-o7d4xw, .framer-QtTUL .framer-1p36ayx, .framer-QtTUL .framer-1rru905 { gap: 0px; } .framer-QtTUL.framer-173k94n > *, .framer-QtTUL .framer-o7d4xw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-QtTUL.framer-173k94n > :first-child, .framer-QtTUL .framer-o7d4xw > :first-child, .framer-QtTUL .framer-1p36ayx > :first-child, .framer-QtTUL .framer-1rru905 > :first-child { margin-top: 0px; } .framer-QtTUL.framer-173k94n > :last-child, .framer-QtTUL .framer-o7d4xw > :last-child, .framer-QtTUL .framer-1p36ayx > :last-child, .framer-QtTUL .framer-1rru905 > :last-child { margin-bottom: 0px; } .framer-QtTUL .framer-1p36ayx > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-QtTUL .framer-1rru905 > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } }\",\".framer-QtTUL.framer-v-1p0jja3 .framer-1p36ayx, .framer-QtTUL.framer-v-2kzwfv .framer-1p36ayx { width: 90%; }\",\".framer-QtTUL.framer-v-1p0jja3 .framer-i6hm83-container, .framer-QtTUL.framer-v-iak421 .framer-i6hm83-container, .framer-QtTUL.framer-v-2kzwfv .framer-i6hm83-container, .framer-QtTUL.framer-v-14fs606 .framer-i6hm83-container { bottom: unset; left: unset; position: relative; }\",\".framer-QtTUL.framer-v-iak421 .framer-1p36ayx { gap: 15px; width: 90%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QtTUL.framer-v-iak421 .framer-1p36ayx { gap: 0px; } .framer-QtTUL.framer-v-iak421 .framer-1p36ayx > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-QtTUL.framer-v-iak421 .framer-1p36ayx > :first-child { margin-top: 0px; } .framer-QtTUL.framer-v-iak421 .framer-1p36ayx > :last-child { margin-bottom: 0px; } }\",\".framer-QtTUL.framer-v-1cfmajm.framer-173k94n, .framer-QtTUL.framer-v-t9gbah.framer-173k94n, .framer-QtTUL.framer-v-14fs606.framer-173k94n { width: 651px; }\",\".framer-QtTUL.framer-v-1cfmajm .framer-o7d4xw, .framer-QtTUL.framer-v-2kzwfv .framer-o7d4xw, .framer-QtTUL.framer-v-t9gbah .framer-o7d4xw, .framer-QtTUL.framer-v-14fs606 .framer-o7d4xw { aspect-ratio: 1.334016393442623 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 488px); }\",\".framer-QtTUL.framer-v-2kzwfv.framer-173k94n { height: min-content; width: 651px; }\",\".framer-QtTUL.framer-v-t9gbah .framer-134d0c0, .framer-QtTUL.framer-v-14fs606 .framer-134d0c0 { flex: 1 0 0px; height: 1px; left: unset; position: relative; top: unset; }\",\".framer-QtTUL.framer-v-14fs606 .framer-1p36ayx { gap: 10px; width: 90%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QtTUL.framer-v-14fs606 .framer-1p36ayx { gap: 0px; } .framer-QtTUL.framer-v-14fs606 .framer-1p36ayx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-QtTUL.framer-v-14fs606 .framer-1p36ayx > :first-child { margin-top: 0px; } .framer-QtTUL.framer-v-14fs606 .framer-1p36ayx > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 494\n * @framerIntrinsicWidth 370\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jHhfTK9nc\":{\"layout\":[\"fixed\",\"fixed\"]},\"trOOvYFA3\":{\"layout\":[\"fixed\",\"fixed\"]},\"OXVPvaxHU\":{\"layout\":[\"fixed\",\"fixed\"]},\"N7leJnRf8\":{\"layout\":[\"fixed\",\"fixed\"]},\"jUSkRz0wx\":{\"layout\":[\"fixed\",\"auto\"]},\"zWUTy7NTQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"G7JqlsQBx\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"G6jOVhH3d\":\"image1\",\"z1FT6OEWp\":\"title\",\"ArvTDLUT8\":\"category\",\"AJe245PrV\":\"uRL\",\"nT4YynYNG\":\"videoThumbnail\",\"jJ0_ckFI0\":\"link\",\"RA49azMM_\":\"buttonTitle\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwPM1wQ6Mh=withCSS(Component,css,\"framer-QtTUL\");export default FramerwPM1wQ6Mh;FramerwPM1wQ6Mh.displayName=\"Project Card\";FramerwPM1wQ6Mh.defaultProps={height:494,width:370};addPropertyControls(FramerwPM1wQ6Mh,{variant:{options:[\"qmrF_lgAb\",\"jHhfTK9nc\",\"trOOvYFA3\",\"OXVPvaxHU\",\"N7leJnRf8\",\"jUSkRz0wx\",\"zWUTy7NTQ\",\"G7JqlsQBx\"],optionTitles:[\"Project Card Video\",\"Project Card Video Active\",\"Project Card Image\",\"Project Card Image Active\",\"Wide Video\",\"Wide Video Active\",\"Wide Image\",\"Wide Image Active\"],title:\"Variant\",type:ControlType.Enum},G6jOVhH3d:{title:\"Image 1\",type:ControlType.ResponsiveImage},z1FT6OEWp:{defaultValue:\"Adidas\",displayTextArea:false,title:\"Title\",type:ControlType.String},ArvTDLUT8:{defaultValue:\"Website\",displayTextArea:false,title:\"Category\",type:ControlType.String},AJe245PrV:{defaultValue:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",placeholder:\"../example.mp4\",title:\"URL\",type:ControlType.String},nT4YynYNG:{title:\"Video Thumbnail\",type:ControlType.ResponsiveImage},jJ0_ckFI0:{title:\"Link\",type:ControlType.Link},RA49azMM_:{defaultValue:\"View Project\",displayTextArea:false,title:\"Button Title\",type:ControlType.String}});addFonts(FramerwPM1wQ6Mh,[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"}]},...VideoFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwPM1wQ6Mh\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"370\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"G6jOVhH3d\\\":\\\"image1\\\",\\\"z1FT6OEWp\\\":\\\"title\\\",\\\"ArvTDLUT8\\\":\\\"category\\\",\\\"AJe245PrV\\\":\\\"uRL\\\",\\\"nT4YynYNG\\\":\\\"videoThumbnail\\\",\\\"jJ0_ckFI0\\\":\\\"link\\\",\\\"RA49azMM_\\\":\\\"buttonTitle\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jHhfTK9nc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"trOOvYFA3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OXVPvaxHU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N7leJnRf8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jUSkRz0wx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zWUTy7NTQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G7JqlsQBx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"494\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wPM1wQ6Mh.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import EnaBuyTemplateButton from\"#framer/local/canvasComponent/E6zrdlikm/E6zrdlikm.js\";import NewsArticleCard from\"#framer/local/canvasComponent/MjPTPXGG8/MjPTPXGG8.js\";import HomeSectionHero from\"#framer/local/canvasComponent/RdWO3Eu0e/RdWO3Eu0e.js\";import NavigationNavigation from\"#framer/local/canvasComponent/RNLnvYNJ5/RNLnvYNJ5.js\";import GlobalTextLinkUnderline from\"#framer/local/canvasComponent/rqzfu_Jxq/rqzfu_Jxq.js\";import NavigationNavigationMobile from\"#framer/local/canvasComponent/V11nMAMAs/V11nMAMAs.js\";import ProjectCard from\"#framer/local/canvasComponent/wPM1wQ6Mh/wPM1wQ6Mh.js\";import FooterFooter from\"#framer/local/canvasComponent/ZGaz3qsaj/ZGaz3qsaj.js\";import News from\"#framer/local/collection/UY0FoHS9f/UY0FoHS9f.js\";import*as sharedStyle1 from\"#framer/local/css/wehqQKHa4/wehqQKHa4.js\";import*as sharedStyle from\"#framer/local/css/WQlDYucQB/WQlDYucQB.js\";import metadataProvider from\"#framer/local/webPageMetadata/LPnSEauxA/LPnSEauxA.js\";const NavigationNavigationFonts=getFonts(NavigationNavigation);const NavigationNavigationWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigation);const NavigationNavigationMobileFonts=getFonts(NavigationNavigationMobile);const NavigationNavigationMobileWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigationMobile);const HomeSectionHeroFonts=getFonts(HomeSectionHero);const GlobalTextLinkUnderlineFonts=getFonts(GlobalTextLinkUnderline);const ContainerWithFX=withFX(Container);const ProjectCardFonts=getFonts(ProjectCard);const NewsArticleCardFonts=getFonts(NewsArticleCard);const SlideshowFonts=getFonts(Slideshow);const FooterFooterFonts=getFonts(FooterFooter);const EnaBuyTemplateButtonFonts=getFonts(EnaBuyTemplateButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const breakpoints={mxKHbrGjt:\"(min-width: 810px) and (max-width: 1199px)\",suVSlsKTO:\"(min-width: 1200px)\",XditwxbLH:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-X3uEc\";const variantClassNames={mxKHbrGjt:\"framer-v-j0038g\",suVSlsKTO:\"framer-v-105v9sh\",XditwxbLH:\"framer-v-mpocwx\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={delay:.2,duration:1,ease:[0,0,1,1],type:\"tween\"};const getTextEffect=ref=>({effect:animation,repeat:false,startDelay:.1,target:{offset:400,ref},threshold:.5,tokenization:\"line\",transition:transition1,trigger:\"onScrollTarget\",type:\"appear\"});const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:1,duration:1,ease:[0,0,1,1],type:\"tween\"};const transition3={delay:.7,duration:1,ease:[0,0,1,1],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition4={delay:1.7,duration:.7,ease:[.12,.23,.13,.96],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"suVSlsKTO\",Phone:\"XditwxbLH\",Tablet:\"mxKHbrGjt\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"suVSlsKTO\"};};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,JtP8D8nmXEnn2MWV0g,y4sBBOUxaLQRUOxOPC,m_VJAmWbQLQRUOxOPC,GFaIPxEPULQRUOxOPC,gfqzhJ6LRLQRUOxOPC,NygL0QF7_LQRUOxOPC,idLQRUOxOPC,y4sBBOUxaDjSxu8lCE,m_VJAmWbQDjSxu8lCE,GFaIPxEPUDjSxu8lCE,gfqzhJ6LRDjSxu8lCE,NygL0QF7_DjSxu8lCE,idDjSxu8lCE,y4sBBOUxaZzB73brgP,m_VJAmWbQZzB73brgP,GFaIPxEPUZzB73brgP,gfqzhJ6LRZzB73brgP,NygL0QF7_ZzB73brgP,idZzB73brgP,y4sBBOUxaYfH_kKk3M,m_VJAmWbQYfH_kKk3M,GFaIPxEPUYfH_kKk3M,gfqzhJ6LRYfH_kKk3M,NygL0QF7_YfH_kKk3M,idYfH_kKk3M,y4sBBOUxak9q61f2jl,m_VJAmWbQk9q61f2jl,GFaIPxEPUk9q61f2jl,gfqzhJ6LRk9q61f2jl,NygL0QF7_k9q61f2jl,idk9q61f2jl,y4sBBOUxalswnctPhR,m_VJAmWbQlswnctPhR,GFaIPxEPUlswnctPhR,gfqzhJ6LRlswnctPhR,NygL0QF7_lswnctPhR,idlswnctPhR,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const EHMhKGDpT3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"XditwxbLH\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"XditwxbLH\")return true;return false;};const elementId=useRouteElementId(\"c9SZkQjVM\");const isDisplayed2=()=>{if(!isBrowser())return true;if([\"mxKHbrGjt\",\"XditwxbLH\"].includes(baseVariant))return false;return true;};const elementId1=useRouteElementId(\"eqSA9NYAV\");const ref3=React.useRef(null);const router=useRouter();const elementId2=useRouteElementId(\"OkLj1aJ5v\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"W5kTNJECe\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"suVSlsKTO\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-105v9sh\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8jq12d-container hidden-mpocwx\",layoutScroll:true,nodeId:\"wC4gFKqDS\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{__framer__targets:[{offset:400,ref:ref1,target:\"VR7UCSyQ3\"},{ref:ref2,target:\"VR7UCSyQ3\"}],variant:\"cV2BnUDtO\"}},children:/*#__PURE__*/_jsx(NavigationNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:400,ref:ref1,target:\"Zz5MskYLu\"},{ref:ref2,target:\"Zz5MskYLu\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"wC4gFKqDS\",layoutId:\"wC4gFKqDS\",style:{width:\"100%\"},variant:\"ObMgv9vov\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XditwxbLH:{height:49,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-iuo3eg-container hidden-105v9sh hidden-j0038g\",\"data-framer-name\":\"Navigation Mobile\",id:\"iuo3eg\",layoutScroll:true,name:\"Navigation Mobile\",nodeId:\"FfxDvdKTA\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:[/*#__PURE__*/_jsx(NavigationNavigationMobileWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:400,ref:ref1,target:\"QcXO4KM_3\"},{ref:ref2,target:\"QcXO4KM_3\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,EHMhKGDpT:EHMhKGDpT3bnx0g({overlay}),height:\"100%\",id:\"FfxDvdKTA\",layoutId:\"FfxDvdKTA\",name:\"Navigation Mobile\",style:{width:\"100%\"},variant:overlay.visible?\"DWpPI6Vbx\":\"yFO58W2SO\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},className:cx(scopingClassNames,\"framer-14g3oz7\"),\"data-framer-portal-id\":\"iuo3eg\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"UciYsgFxP\")}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-s1ehv2\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:813,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vft848-container\",nodeId:\"UCWXSzF_N\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XditwxbLH:{variant:\"Ih8QuJj5n\"}},children:/*#__PURE__*/_jsx(HomeSectionHero,{height:\"100%\",id:\"UCWXSzF_N\",layoutId:\"UCWXSzF_N\",style:{width:\"100%\"},variant:\"zQp6GtYwV\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1mtxcxv\",\"data-framer-name\":\"Section Intro\",id:elementId,ref:ref1,children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cpinei hidden-j0038g hidden-mpocwx\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o2ya0p\",\"data-framer-name\":\"Container\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-10x5ep1\",\"data-styles-preset\":\"WQlDYucQB\",children:\"We blend the best from traditional video and interactive games to enable a new type of content on the internet\u2014 interactive video\"})}),className:\"framer-1eh29du\",effect:getTextEffect(ref1),fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vKzcJvptQ\"},implicitPathVariables:undefined},{href:{webPageId:\"vKzcJvptQ\"},implicitPathVariables:undefined},{href:{webPageId:\"vKzcJvptQ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,y:(componentViewport?.y||0)+0+0+0+813+60+0+245,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XditwxbLH:{__framer__animate:{transition:transition3},__framer__targets:[{ref:ref3,target:\"animate\"}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:400,ref:ref1,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1crsog6-container\",nodeId:\"vzcaE9pyw\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{YonB7z8Lz:resolvedLinks[1]},XditwxbLH:{YonB7z8Lz:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(GlobalTextLinkUnderline,{height:\"100%\",id:\"vzcaE9pyw\",IU8MFRvs5:\"rgb(0, 0, 0)\",KlxLuZfgA:\"Join Our Team- We're Hiring\",layoutId:\"vzcaE9pyw\",variant:\"AIKX_QgVz\",width:\"100%\",YonB7z8Lz:resolvedLinks[0]})})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-16znzv9\",\"data-framer-name\":\"Section Featured Projects\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dc4sl1\",\"data-framer-name\":\"Project Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1211+20+0+21},XditwxbLH:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+1286+20+0+21+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:488,width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1211+40+0+21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ghqt08-container\",nodeId:\"G8tKHw8tG\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{nT4YynYNG:toResponsiveImage(JtP8D8nmXEnn2MWV0g),variant:\"OXVPvaxHU\"},XditwxbLH:{variant:\"OXVPvaxHU\"}},children:/*#__PURE__*/_jsx(ProjectCard,{AJe245PrV:\"\",ArvTDLUT8:\"Darwin\",G6jOVhH3d:addImageAlt({src:\"https://framerusercontent.com/images/5aqecklL26rHtEyWGZRbH4R88U.png\",srcSet:\"https://framerusercontent.com/images/5aqecklL26rHtEyWGZRbH4R88U.png?scale-down-to=512 512w,https://framerusercontent.com/images/5aqecklL26rHtEyWGZRbH4R88U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5aqecklL26rHtEyWGZRbH4R88U.png 1920w\"},\"\"),height:\"100%\",id:\"G8tKHw8tG\",jJ0_ckFI0:\"https://wayve.darwin.so\",layoutId:\"G8tKHw8tG\",RA49azMM_:\"Go To Wayve\",style:{height:\"100%\",width:\"100%\"},variant:\"trOOvYFA3\",width:\"100%\",z1FT6OEWp:\"Wayve\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fVEKM0pAo\"},implicitPathVariables:undefined},{href:{webPageId:\"fVEKM0pAo\"},implicitPathVariables:undefined},{href:{webPageId:\"fVEKM0pAo\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1211+20+0+21},XditwxbLH:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+1286+20+0+21+508}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:362,width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1211+40+0+21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zuxmi7-container\",nodeId:\"iINCKIAc3\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{jJ0_ckFI0:resolvedLinks1[1]},XditwxbLH:{jJ0_ckFI0:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ProjectCard,{AJe245PrV:\"\",ArvTDLUT8:\"Darwin\",G6jOVhH3d:addImageAlt({src:\"https://framerusercontent.com/images/aVSmG3ZQwU71XcMa2ViXgyjZ3A.jpg\",srcSet:\"https://framerusercontent.com/images/aVSmG3ZQwU71XcMa2ViXgyjZ3A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aVSmG3ZQwU71XcMa2ViXgyjZ3A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aVSmG3ZQwU71XcMa2ViXgyjZ3A.jpg 1650w\"},\"\"),height:\"100%\",id:\"iINCKIAc3\",jJ0_ckFI0:resolvedLinks1[0],layoutId:\"iINCKIAc3\",RA49azMM_:\"Learn More\",style:{height:\"100%\",width:\"100%\"},variant:\"trOOvYFA3\",width:\"100%\",z1FT6OEWp:\"API\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1211+20+0+21},XditwxbLH:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+1286+20+0+21+890}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:288,width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1211+40+0+21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pnx0d4-container\",nodeId:\"kQivR1mSd\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{jJ0_ckFI0:resolvedLinks2[1]},XditwxbLH:{jJ0_ckFI0:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ProjectCard,{AJe245PrV:\"\",ArvTDLUT8:\"Darwin\",G6jOVhH3d:addImageAlt({src:\"https://framerusercontent.com/images/yEGFT74mNGS6Ep4AckiBIXcpNvM.png\",srcSet:\"https://framerusercontent.com/images/yEGFT74mNGS6Ep4AckiBIXcpNvM.png?scale-down-to=512 512w,https://framerusercontent.com/images/yEGFT74mNGS6Ep4AckiBIXcpNvM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yEGFT74mNGS6Ep4AckiBIXcpNvM.png 1497w\"},\"\"),height:\"100%\",id:\"kQivR1mSd\",jJ0_ckFI0:resolvedLinks2[0],layoutId:\"kQivR1mSd\",RA49azMM_:\"Learn More\",style:{height:\"100%\",width:\"100%\"},variant:\"trOOvYFA3\",width:\"100%\",z1FT6OEWp:\"Research\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1k0o5sy\",\"data-framer-name\":\"Section Journal\",id:elementId3,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13wwmnb\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-13zrkak\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-tbshn\",\"data-styles-preset\":\"wehqQKHa4\",children:\"News\"})}),className:\"framer-1sxqiri\",\"data-framer-name\":\"Latest updates\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v1ldjr\",\"data-framer-name\":\"Slideshow\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wyc3p9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NHkq_YJPd\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XditwxbLH:{dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},gap:15,itemAmount:1.2,paddingLeft:15,paddingRight:15}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"rgb(235, 235, 235)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:-50,arrowPosition:\"top-right\",arrowRadius:200,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:32,leftArrow:\"https://framerusercontent.com/images/nrPdhIVaDbTSAJKoltuw8m2Q0kc.svg\",rightArrow:\"https://framerusercontent.com/images/rVkk5lEhK8hgFS0jZ0WKrOA1M.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:20,height:\"100%\",id:\"NHkq_YJPd\",intervalControl:1.5,itemAmount:3,layoutId:\"NHkq_YJPd\",padding:0,paddingBottom:0,paddingLeft:20,paddingPerSide:true,paddingRight:20,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(motion.div,{className:\"framer-1dbx392\",\"data-framer-name\":\"News Slider Item 1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"LQRUOxOPC\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"LQRUOxOPC\",name:\"y4sBBOUxa\",type:\"Identifier\"},{collection:\"LQRUOxOPC\",name:\"m_VJAmWbQ\",type:\"Identifier\"},{collection:\"LQRUOxOPC\",name:\"GFaIPxEPU\",type:\"Identifier\"},{collection:\"LQRUOxOPC\",name:\"gfqzhJ6LR\",type:\"Identifier\"},{collection:\"LQRUOxOPC\",name:\"NygL0QF7_\",type:\"Identifier\"},{collection:\"LQRUOxOPC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"LQRUOxOPC\",name:\"yx7KJSmTm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({GFaIPxEPU:GFaIPxEPULQRUOxOPC,gfqzhJ6LR:gfqzhJ6LRLQRUOxOPC,id:idLQRUOxOPC,m_VJAmWbQ:m_VJAmWbQLQRUOxOPC,NygL0QF7_:NygL0QF7_LQRUOxOPC,y4sBBOUxa:y4sBBOUxaLQRUOxOPC},index)=>{y4sBBOUxaLQRUOxOPC??=\"\";GFaIPxEPULQRUOxOPC??=\"\";gfqzhJ6LRLQRUOxOPC??=\"\";NygL0QF7_LQRUOxOPC??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LQRUOxOPC-${idLQRUOxOPC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{y4sBBOUxa:y4sBBOUxaLQRUOxOPC},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{y4sBBOUxa:y4sBBOUxaLQRUOxOPC},webPageId:\"hxKh2pBcg\"},motionChild:true,nodeId:\"SFy5JGxkq\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1s7ghwf framer-1oh55rm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:363,width:\"375px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-masub5-container\",inComponentSlot:true,nodeId:\"HzBeMZbBz\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(NewsArticleCard,{height:\"100%\",hU7FEW61M:GFaIPxEPULQRUOxOPC,id:\"HzBeMZbBz\",JaxS1zVrE:NygL0QF7_LQRUOxOPC,layoutId:\"HzBeMZbBz\",nRYcw9Egv:toResponsiveImage(m_VJAmWbQLQRUOxOPC),style:{width:\"100%\"},variant:\"kbMOxNbCi\",width:\"100%\",xxVo6hcmk:gfqzhJ6LRLQRUOxOPC})})})})})})},idLQRUOxOPC);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9od5c3\",\"data-framer-name\":\"News Slider Item 2\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"DjSxu8lCE\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"DjSxu8lCE\",name:\"y4sBBOUxa\",type:\"Identifier\"},{collection:\"DjSxu8lCE\",name:\"m_VJAmWbQ\",type:\"Identifier\"},{collection:\"DjSxu8lCE\",name:\"GFaIPxEPU\",type:\"Identifier\"},{collection:\"DjSxu8lCE\",name:\"gfqzhJ6LR\",type:\"Identifier\"},{collection:\"DjSxu8lCE\",name:\"NygL0QF7_\",type:\"Identifier\"},{collection:\"DjSxu8lCE\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"DjSxu8lCE\",name:\"yx7KJSmTm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:2},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({GFaIPxEPU:GFaIPxEPUDjSxu8lCE,gfqzhJ6LR:gfqzhJ6LRDjSxu8lCE,id:idDjSxu8lCE,m_VJAmWbQ:m_VJAmWbQDjSxu8lCE,NygL0QF7_:NygL0QF7_DjSxu8lCE,y4sBBOUxa:y4sBBOUxaDjSxu8lCE},index1)=>{y4sBBOUxaDjSxu8lCE??=\"\";GFaIPxEPUDjSxu8lCE??=\"\";gfqzhJ6LRDjSxu8lCE??=\"\";NygL0QF7_DjSxu8lCE??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`DjSxu8lCE-${idDjSxu8lCE}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{y4sBBOUxa:y4sBBOUxaDjSxu8lCE},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{y4sBBOUxa:y4sBBOUxaDjSxu8lCE},webPageId:\"hxKh2pBcg\"},motionChild:true,nodeId:\"Tl2QV9r9f\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9dyfui framer-1oh55rm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:363,width:\"375px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b3g0qa-container\",inComponentSlot:true,nodeId:\"sn7fJMNSf\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(NewsArticleCard,{height:\"100%\",hU7FEW61M:GFaIPxEPUDjSxu8lCE,id:\"sn7fJMNSf\",JaxS1zVrE:NygL0QF7_DjSxu8lCE,layoutId:\"sn7fJMNSf\",nRYcw9Egv:toResponsiveImage(m_VJAmWbQDjSxu8lCE),style:{width:\"100%\"},variant:\"kbMOxNbCi\",width:\"100%\",xxVo6hcmk:gfqzhJ6LRDjSxu8lCE})})})})})})},idDjSxu8lCE);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4u1rsf\",\"data-framer-name\":\"News Slider Item 3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ZzB73brgP\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"ZzB73brgP\",name:\"y4sBBOUxa\",type:\"Identifier\"},{collection:\"ZzB73brgP\",name:\"m_VJAmWbQ\",type:\"Identifier\"},{collection:\"ZzB73brgP\",name:\"GFaIPxEPU\",type:\"Identifier\"},{collection:\"ZzB73brgP\",name:\"gfqzhJ6LR\",type:\"Identifier\"},{collection:\"ZzB73brgP\",name:\"NygL0QF7_\",type:\"Identifier\"},{collection:\"ZzB73brgP\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"ZzB73brgP\",name:\"yx7KJSmTm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({GFaIPxEPU:GFaIPxEPUZzB73brgP,gfqzhJ6LR:gfqzhJ6LRZzB73brgP,id:idZzB73brgP,m_VJAmWbQ:m_VJAmWbQZzB73brgP,NygL0QF7_:NygL0QF7_ZzB73brgP,y4sBBOUxa:y4sBBOUxaZzB73brgP},index2)=>{y4sBBOUxaZzB73brgP??=\"\";GFaIPxEPUZzB73brgP??=\"\";gfqzhJ6LRZzB73brgP??=\"\";NygL0QF7_ZzB73brgP??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ZzB73brgP-${idZzB73brgP}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{y4sBBOUxa:y4sBBOUxaZzB73brgP},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{y4sBBOUxa:y4sBBOUxaZzB73brgP},webPageId:\"hxKh2pBcg\"},motionChild:true,nodeId:\"Abc0CG3GL\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7z1h38 framer-1oh55rm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:363,width:\"375px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-swwn4e-container\",inComponentSlot:true,nodeId:\"iPwGX8xVv\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(NewsArticleCard,{height:\"100%\",hU7FEW61M:GFaIPxEPUZzB73brgP,id:\"iPwGX8xVv\",JaxS1zVrE:NygL0QF7_ZzB73brgP,layoutId:\"iPwGX8xVv\",nRYcw9Egv:toResponsiveImage(m_VJAmWbQZzB73brgP),style:{width:\"100%\"},variant:\"kbMOxNbCi\",width:\"100%\",xxVo6hcmk:gfqzhJ6LRZzB73brgP})})})})})})},idZzB73brgP);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14d5e0a\",\"data-framer-name\":\"News Slider Item 4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"YfH_kKk3M\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"YfH_kKk3M\",name:\"y4sBBOUxa\",type:\"Identifier\"},{collection:\"YfH_kKk3M\",name:\"m_VJAmWbQ\",type:\"Identifier\"},{collection:\"YfH_kKk3M\",name:\"GFaIPxEPU\",type:\"Identifier\"},{collection:\"YfH_kKk3M\",name:\"gfqzhJ6LR\",type:\"Identifier\"},{collection:\"YfH_kKk3M\",name:\"NygL0QF7_\",type:\"Identifier\"},{collection:\"YfH_kKk3M\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"YfH_kKk3M\",name:\"yx7KJSmTm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:4},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({GFaIPxEPU:GFaIPxEPUYfH_kKk3M,gfqzhJ6LR:gfqzhJ6LRYfH_kKk3M,id:idYfH_kKk3M,m_VJAmWbQ:m_VJAmWbQYfH_kKk3M,NygL0QF7_:NygL0QF7_YfH_kKk3M,y4sBBOUxa:y4sBBOUxaYfH_kKk3M},index3)=>{y4sBBOUxaYfH_kKk3M??=\"\";GFaIPxEPUYfH_kKk3M??=\"\";gfqzhJ6LRYfH_kKk3M??=\"\";NygL0QF7_YfH_kKk3M??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`YfH_kKk3M-${idYfH_kKk3M}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{y4sBBOUxa:y4sBBOUxaYfH_kKk3M},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{y4sBBOUxa:y4sBBOUxaYfH_kKk3M},webPageId:\"hxKh2pBcg\"},motionChild:true,nodeId:\"kVQkQ_AHZ\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7tlb7a framer-1oh55rm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:363,width:\"375px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-4odssw-container\",inComponentSlot:true,nodeId:\"GsiEj4EHR\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(NewsArticleCard,{height:\"100%\",hU7FEW61M:GFaIPxEPUYfH_kKk3M,id:\"GsiEj4EHR\",JaxS1zVrE:NygL0QF7_YfH_kKk3M,layoutId:\"GsiEj4EHR\",nRYcw9Egv:toResponsiveImage(m_VJAmWbQYfH_kKk3M),style:{width:\"100%\"},variant:\"kbMOxNbCi\",width:\"100%\",xxVo6hcmk:gfqzhJ6LRYfH_kKk3M})})})})})})},idYfH_kKk3M);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vrhizs\",\"data-framer-name\":\"News Slider Item 5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"k9q61f2jl\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"k9q61f2jl\",name:\"y4sBBOUxa\",type:\"Identifier\"},{collection:\"k9q61f2jl\",name:\"m_VJAmWbQ\",type:\"Identifier\"},{collection:\"k9q61f2jl\",name:\"GFaIPxEPU\",type:\"Identifier\"},{collection:\"k9q61f2jl\",name:\"gfqzhJ6LR\",type:\"Identifier\"},{collection:\"k9q61f2jl\",name:\"NygL0QF7_\",type:\"Identifier\"},{collection:\"k9q61f2jl\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"k9q61f2jl\",name:\"yx7KJSmTm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:5},type:\"BinaryOperation\"}},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({GFaIPxEPU:GFaIPxEPUk9q61f2jl,gfqzhJ6LR:gfqzhJ6LRk9q61f2jl,id:idk9q61f2jl,m_VJAmWbQ:m_VJAmWbQk9q61f2jl,NygL0QF7_:NygL0QF7_k9q61f2jl,y4sBBOUxa:y4sBBOUxak9q61f2jl},index4)=>{y4sBBOUxak9q61f2jl??=\"\";GFaIPxEPUk9q61f2jl??=\"\";gfqzhJ6LRk9q61f2jl??=\"\";NygL0QF7_k9q61f2jl??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`k9q61f2jl-${idk9q61f2jl}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{y4sBBOUxa:y4sBBOUxak9q61f2jl},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{y4sBBOUxa:y4sBBOUxak9q61f2jl},webPageId:\"hxKh2pBcg\"},motionChild:true,nodeId:\"gIwCNHhMf\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3udsd1 framer-1oh55rm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:363,width:\"375px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sd8jur-container\",inComponentSlot:true,nodeId:\"lFaeJg5c8\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(NewsArticleCard,{height:\"100%\",hU7FEW61M:GFaIPxEPUk9q61f2jl,id:\"lFaeJg5c8\",JaxS1zVrE:NygL0QF7_k9q61f2jl,layoutId:\"lFaeJg5c8\",nRYcw9Egv:toResponsiveImage(m_VJAmWbQk9q61f2jl),style:{width:\"100%\"},variant:\"kbMOxNbCi\",width:\"100%\",xxVo6hcmk:gfqzhJ6LRk9q61f2jl})})})})})})},idk9q61f2jl);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j7302i\",\"data-framer-name\":\"News Slider Item 6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"lswnctPhR\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"lswnctPhR\",name:\"y4sBBOUxa\",type:\"Identifier\"},{collection:\"lswnctPhR\",name:\"m_VJAmWbQ\",type:\"Identifier\"},{collection:\"lswnctPhR\",name:\"GFaIPxEPU\",type:\"Identifier\"},{collection:\"lswnctPhR\",name:\"gfqzhJ6LR\",type:\"Identifier\"},{collection:\"lswnctPhR\",name:\"NygL0QF7_\",type:\"Identifier\"},{collection:\"lswnctPhR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"lswnctPhR\",name:\"yx7KJSmTm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:6},type:\"BinaryOperation\"}},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({GFaIPxEPU:GFaIPxEPUlswnctPhR,gfqzhJ6LR:gfqzhJ6LRlswnctPhR,id:idlswnctPhR,m_VJAmWbQ:m_VJAmWbQlswnctPhR,NygL0QF7_:NygL0QF7_lswnctPhR,y4sBBOUxa:y4sBBOUxalswnctPhR},index5)=>{y4sBBOUxalswnctPhR??=\"\";GFaIPxEPUlswnctPhR??=\"\";gfqzhJ6LRlswnctPhR??=\"\";NygL0QF7_lswnctPhR??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lswnctPhR-${idlswnctPhR}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{y4sBBOUxa:y4sBBOUxalswnctPhR},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{y4sBBOUxa:y4sBBOUxalswnctPhR},webPageId:\"hxKh2pBcg\"},motionChild:true,nodeId:\"pQ5dOUtLs\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15xbof framer-1oh55rm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:363,width:\"375px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c35i1x-container\",inComponentSlot:true,nodeId:\"q2mslYnLF\",rendersWithMotion:true,scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(NewsArticleCard,{height:\"100%\",hU7FEW61M:GFaIPxEPUlswnctPhR,id:\"q2mslYnLF\",JaxS1zVrE:NygL0QF7_lswnctPhR,layoutId:\"q2mslYnLF\",nRYcw9Egv:toResponsiveImage(m_VJAmWbQlswnctPhR),style:{width:\"100%\"},variant:\"kbMOxNbCi\",width:\"100%\",xxVo6hcmk:gfqzhJ6LRlswnctPhR})})})})})})},idlswnctPhR);})})})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wevoju\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xClhzS2QG\"},implicitPathVariables:undefined},{href:{webPageId:\"xClhzS2QG\"},implicitPathVariables:undefined},{href:{webPageId:\"xClhzS2QG\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{y:(componentViewport?.y||0)+0+0+0+1840+88+400+0},XditwxbLH:{y:(componentViewport?.y||0)+0+0+0+2605+150+415+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,y:(componentViewport?.y||0)+0+0+0+1860+88+450+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ukm16q-container\",nodeId:\"hCLRbFrP5\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{YonB7z8Lz:resolvedLinks3[1]},XditwxbLH:{YonB7z8Lz:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(GlobalTextLinkUnderline,{height:\"100%\",id:\"hCLRbFrP5\",IU8MFRvs5:\"rgb(0, 0, 0)\",KlxLuZfgA:\"View All\",layoutId:\"hCLRbFrP5\",variant:\"lsiPjyehD\",width:\"100%\",YonB7z8Lz:resolvedLinks3[0]})})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{y:(componentViewport?.y||0)+0+2434},XditwxbLH:{y:(componentViewport?.y||0)+0+3338}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:312,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2504,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lkpl6a-container\",nodeId:\"ne68Uvgjc\",scopeId:\"LPnSEauxA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{variant:\"Sse4Rco90\"},XditwxbLH:{variant:\"VFANljn96\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"ne68Uvgjc\",layoutId:\"ne68Uvgjc\",style:{width:\"100%\"},variant:\"DdVyJUpyv\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16l098g\",\"data-framer-name\":\"Buy Template Module\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15d6i9i\",\"data-framer-name\":\"Button Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{y:841},XditwxbLH:{y:776}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"175px\",y:941,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-12b1y6k-container\",\"data-framer-appear-id\":\"12b1y6k\",initial:animation3,nodeId:\"KWrIzSPa0\",optimized:true,rendersWithMotion:true,scopeId:\"LPnSEauxA\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(EnaBuyTemplateButton,{ENbTeSegz:\"https://wayve.darwin.so\",height:\"100%\",id:\"KWrIzSPa0\",layoutId:\"KWrIzSPa0\",style:{height:\"100%\",width:\"100%\"},variant:\"mJO620ile\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mxKHbrGjt:{y:891},XditwxbLH:{y:826}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"175px\",y:941,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-gyxyup-container\",\"data-framer-appear-id\":\"gyxyup\",initial:animation3,nodeId:\"fcNrILj0U\",optimized:true,rendersWithMotion:true,scopeId:\"LPnSEauxA\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(EnaBuyTemplateButton,{ENbTeSegz:\"https://wayve.darwin.so/?showCreatorCTA=true\",height:\"100%\",id:\"fcNrILj0U\",layoutId:\"fcNrILj0U\",style:{height:\"100%\",width:\"100%\"},variant:\"Zla00i2rg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XditwxbLH:{y:876}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"175px\",y:941,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-uyd9x9-container\",\"data-framer-appear-id\":\"uyd9x9\",initial:animation3,nodeId:\"WbYBl8eFa\",optimized:true,rendersWithMotion:true,scopeId:\"LPnSEauxA\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(EnaBuyTemplateButton,{ENbTeSegz:\"https://discord.gg/RY2VZwx9Z8\",height:\"100%\",id:\"WbYBl8eFa\",layoutId:\"WbYBl8eFa\",style:{height:\"100%\",width:\"100%\"},variant:\"W0x9RcOta\",width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-X3uEc.framer-1oh55rm, .framer-X3uEc .framer-1oh55rm { display: block; }\",\".framer-X3uEc.framer-105v9sh { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-X3uEc .framer-8jq12d-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-X3uEc .framer-iuo3eg-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 8; }\",\".framer-X3uEc.framer-14g3oz7 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-X3uEc .framer-s1ehv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-X3uEc .framer-vft848-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-X3uEc .framer-1mtxcxv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 60px 20px 75px 20px; position: relative; scroll-margin-top: 400px; width: 100%; }\",\".framer-X3uEc .framer-1cpinei { align-self: stretch; background-color: #ffffff; flex: 0.5 0 0px; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-X3uEc .framer-1o2ya0p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-X3uEc .framer-1eh29du { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-X3uEc .framer-1crsog6-container, .framer-X3uEc .framer-ukm16q-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-X3uEc .framer-16znzv9 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 60px 40px; position: relative; scroll-margin-top: 200px; width: 100%; z-index: 5; }\",\".framer-X3uEc .framer-dc4sl1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 21px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-X3uEc .framer-ghqt08-container, .framer-X3uEc .framer-pnx0d4-container { aspect-ratio: 0.7510245901639344 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 488px); position: relative; width: 1px; }\",\".framer-X3uEc .framer-zuxmi7-container { aspect-ratio: 0.7520491803278688 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 488px); position: relative; width: 1px; }\",\".framer-X3uEc .framer-1k0o5sy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 88px 0px 88px 0px; position: relative; width: 100%; }\",\".framer-X3uEc .framer-13wwmnb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-X3uEc .framer-13zrkak { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-X3uEc .framer-1sxqiri { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-X3uEc .framer-1v1ldjr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-X3uEc .framer-wyc3p9-container { aspect-ratio: 3.2432432432432434 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 370px); position: relative; width: 1px; }\",\".framer-X3uEc .framer-1dbx392, .framer-X3uEc .framer-9od5c3, .framer-X3uEc .framer-4u1rsf, .framer-X3uEc .framer-14d5e0a { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 375px; }\",\".framer-X3uEc .framer-1s7ghwf, .framer-X3uEc .framer-9dyfui, .framer-X3uEc .framer-7z1h38, .framer-X3uEc .framer-7tlb7a, .framer-X3uEc .framer-3udsd1, .framer-X3uEc .framer-15xbof { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-X3uEc .framer-masub5-container, .framer-X3uEc .framer-1b3g0qa-container, .framer-X3uEc .framer-swwn4e-container, .framer-X3uEc .framer-4odssw-container, .framer-X3uEc .framer-1sd8jur-container, .framer-X3uEc .framer-1c35i1x-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-X3uEc .framer-vrhizs, .framer-X3uEc .framer-j7302i { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 335px; justify-content: flex-start; padding: 0px; position: relative; width: 375px; }\",\".framer-X3uEc .framer-wevoju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-X3uEc .framer-1lkpl6a-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-X3uEc .framer-16l098g { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 0px; justify-content: flex-end; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: fixed; width: 100%; z-index: 10; }\",\".framer-X3uEc .framer-15d6i9i { align-content: center; align-items: center; bottom: 19px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 20px; width: min-content; z-index: 1; }\",\".framer-X3uEc .framer-12b1y6k-container, .framer-X3uEc .framer-gyxyup-container, .framer-X3uEc .framer-uyd9x9-container { flex: none; height: 40px; position: relative; width: 175px; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-X3uEc.framer-105v9sh, .framer-X3uEc .framer-s1ehv2, .framer-X3uEc .framer-1mtxcxv, .framer-X3uEc .framer-1o2ya0p, .framer-X3uEc .framer-16znzv9, .framer-X3uEc .framer-dc4sl1, .framer-X3uEc .framer-1k0o5sy, .framer-X3uEc .framer-13wwmnb, .framer-X3uEc .framer-13zrkak, .framer-X3uEc .framer-1v1ldjr, .framer-X3uEc .framer-1dbx392, .framer-X3uEc .framer-1s7ghwf, .framer-X3uEc .framer-9od5c3, .framer-X3uEc .framer-9dyfui, .framer-X3uEc .framer-4u1rsf, .framer-X3uEc .framer-7z1h38, .framer-X3uEc .framer-14d5e0a, .framer-X3uEc .framer-7tlb7a, .framer-X3uEc .framer-vrhizs, .framer-X3uEc .framer-3udsd1, .framer-X3uEc .framer-j7302i, .framer-X3uEc .framer-15xbof, .framer-X3uEc .framer-wevoju, .framer-X3uEc .framer-16l098g, .framer-X3uEc .framer-15d6i9i { gap: 0px; } .framer-X3uEc.framer-105v9sh > *, .framer-X3uEc .framer-s1ehv2 > *, .framer-X3uEc .framer-16znzv9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-X3uEc.framer-105v9sh > :first-child, .framer-X3uEc .framer-s1ehv2 > :first-child, .framer-X3uEc .framer-1o2ya0p > :first-child, .framer-X3uEc .framer-16znzv9 > :first-child, .framer-X3uEc .framer-1k0o5sy > :first-child, .framer-X3uEc .framer-1dbx392 > :first-child, .framer-X3uEc .framer-9od5c3 > :first-child, .framer-X3uEc .framer-4u1rsf > :first-child, .framer-X3uEc .framer-14d5e0a > :first-child, .framer-X3uEc .framer-vrhizs > :first-child, .framer-X3uEc .framer-j7302i > :first-child { margin-top: 0px; } .framer-X3uEc.framer-105v9sh > :last-child, .framer-X3uEc .framer-s1ehv2 > :last-child, .framer-X3uEc .framer-1o2ya0p > :last-child, .framer-X3uEc .framer-16znzv9 > :last-child, .framer-X3uEc .framer-1k0o5sy > :last-child, .framer-X3uEc .framer-1dbx392 > :last-child, .framer-X3uEc .framer-9od5c3 > :last-child, .framer-X3uEc .framer-4u1rsf > :last-child, .framer-X3uEc .framer-14d5e0a > :last-child, .framer-X3uEc .framer-vrhizs > :last-child, .framer-X3uEc .framer-j7302i > :last-child { margin-bottom: 0px; } .framer-X3uEc .framer-1mtxcxv > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-X3uEc .framer-1mtxcxv > :first-child, .framer-X3uEc .framer-dc4sl1 > :first-child, .framer-X3uEc .framer-13wwmnb > :first-child, .framer-X3uEc .framer-13zrkak > :first-child, .framer-X3uEc .framer-1v1ldjr > :first-child, .framer-X3uEc .framer-1s7ghwf > :first-child, .framer-X3uEc .framer-9dyfui > :first-child, .framer-X3uEc .framer-7z1h38 > :first-child, .framer-X3uEc .framer-7tlb7a > :first-child, .framer-X3uEc .framer-3udsd1 > :first-child, .framer-X3uEc .framer-15xbof > :first-child, .framer-X3uEc .framer-wevoju > :first-child, .framer-X3uEc .framer-16l098g > :first-child, .framer-X3uEc .framer-15d6i9i > :first-child { margin-left: 0px; } .framer-X3uEc .framer-1mtxcxv > :last-child, .framer-X3uEc .framer-dc4sl1 > :last-child, .framer-X3uEc .framer-13wwmnb > :last-child, .framer-X3uEc .framer-13zrkak > :last-child, .framer-X3uEc .framer-1v1ldjr > :last-child, .framer-X3uEc .framer-1s7ghwf > :last-child, .framer-X3uEc .framer-9dyfui > :last-child, .framer-X3uEc .framer-7z1h38 > :last-child, .framer-X3uEc .framer-7tlb7a > :last-child, .framer-X3uEc .framer-3udsd1 > :last-child, .framer-X3uEc .framer-15xbof > :last-child, .framer-X3uEc .framer-wevoju > :last-child, .framer-X3uEc .framer-16l098g > :last-child, .framer-X3uEc .framer-15d6i9i > :last-child { margin-right: 0px; } .framer-X3uEc .framer-1o2ya0p > *, .framer-X3uEc .framer-1k0o5sy > *, .framer-X3uEc .framer-1dbx392 > *, .framer-X3uEc .framer-9od5c3 > *, .framer-X3uEc .framer-4u1rsf > *, .framer-X3uEc .framer-14d5e0a > *, .framer-X3uEc .framer-vrhizs > *, .framer-X3uEc .framer-j7302i > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-X3uEc .framer-dc4sl1 > *, .framer-X3uEc .framer-13wwmnb > *, .framer-X3uEc .framer-13zrkak > *, .framer-X3uEc .framer-1v1ldjr > *, .framer-X3uEc .framer-1s7ghwf > *, .framer-X3uEc .framer-9dyfui > *, .framer-X3uEc .framer-7z1h38 > *, .framer-X3uEc .framer-7tlb7a > *, .framer-X3uEc .framer-3udsd1 > *, .framer-X3uEc .framer-15xbof > *, .framer-X3uEc .framer-wevoju > *, .framer-X3uEc .framer-16l098g > *, .framer-X3uEc .framer-15d6i9i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-X3uEc.framer-105v9sh { width: 810px; } .framer-X3uEc .framer-1eh29du { max-width: 734px; } .framer-X3uEc .framer-16znzv9 { padding: 20px 20px 60px 20px; } .framer-X3uEc .framer-ghqt08-container, .framer-X3uEc .framer-pnx0d4-container { height: var(--framer-aspect-ratio-supported, 333px); } .framer-X3uEc .framer-zuxmi7-container { height: var(--framer-aspect-ratio-supported, 332px); } .framer-X3uEc .framer-wyc3p9-container { aspect-ratio: 2.53125 / 1; height: var(--framer-aspect-ratio-supported, 320px); } .framer-X3uEc .framer-15d6i9i { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-X3uEc .framer-15d6i9i { gap: 0px; } .framer-X3uEc .framer-15d6i9i > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-X3uEc .framer-15d6i9i > :first-child { margin-top: 0px; } .framer-X3uEc .framer-15d6i9i > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-X3uEc.framer-105v9sh { width: 390px; } .framer-X3uEc.framer-14g3oz7 { background-color: unset; } .framer-X3uEc .framer-vft848-container, .framer-X3uEc .framer-12b1y6k-container { order: 0; } .framer-X3uEc .framer-1mtxcxv { order: 1; padding: 60px 15px 150px 15px; scroll-margin-top: unset; } .framer-X3uEc .framer-1eh29du { max-width: 344px; } .framer-X3uEc .framer-16znzv9 { order: 2; padding: 20px 20px 60px 20px; } .framer-X3uEc .framer-dc4sl1 { flex-direction: column; gap: 20px; } .framer-X3uEc .framer-ghqt08-container, .framer-X3uEc .framer-zuxmi7-container, .framer-X3uEc .framer-pnx0d4-container { flex: none; height: var(--framer-aspect-ratio-supported, 466px); width: 100%; } .framer-X3uEc .framer-1k0o5sy { order: 3; padding: 150px 0px 150px 0px; } .framer-X3uEc .framer-13wwmnb, .framer-X3uEc .framer-wevoju { padding: 0px 15px 0px 15px; } .framer-X3uEc .framer-wyc3p9-container { aspect-ratio: 1.164179104477612 / 1; height: var(--framer-aspect-ratio-supported, 335px); } .framer-X3uEc .framer-16l098g { flex-direction: column; } .framer-X3uEc .framer-15d6i9i { bottom: 84px; flex-direction: column; right: 31px; width: 144px; } .framer-X3uEc .framer-gyxyup-container { order: 1; } .framer-X3uEc .framer-uyd9x9-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-X3uEc .framer-dc4sl1, .framer-X3uEc .framer-16l098g, .framer-X3uEc .framer-15d6i9i { gap: 0px; } .framer-X3uEc .framer-dc4sl1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-X3uEc .framer-dc4sl1 > :first-child, .framer-X3uEc .framer-16l098g > :first-child, .framer-X3uEc .framer-15d6i9i > :first-child { margin-top: 0px; } .framer-X3uEc .framer-dc4sl1 > :last-child, .framer-X3uEc .framer-16l098g > :last-child, .framer-X3uEc .framer-15d6i9i > :last-child { margin-bottom: 0px; } .framer-X3uEc .framer-16l098g > *, .framer-X3uEc .framer-15d6i9i > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2758\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mxKHbrGjt\":{\"layout\":[\"fixed\",\"auto\"]},\"XditwxbLH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"c9SZkQjVM\":{\"pattern\":\":c9SZkQjVM\",\"name\":\"intro\"},\"eqSA9NYAV\":{\"pattern\":\":eqSA9NYAV\",\"name\":\"mobile\"},\"OkLj1aJ5v\":{\"pattern\":\":OkLj1aJ5v\",\"name\":\"section-2\"},\"W5kTNJECe\":{\"pattern\":\":W5kTNJECe\",\"name\":\"journal\"}}\n * @framerResponsiveScreen\n */const FramerLPnSEauxA=withCSS(Component,css,\"framer-X3uEc\");export default FramerLPnSEauxA;FramerLPnSEauxA.displayName=\"Home\";FramerLPnSEauxA.defaultProps={height:2758,width:1200};addFonts(FramerLPnSEauxA,[{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\"}]},...NavigationNavigationFonts,...NavigationNavigationMobileFonts,...HomeSectionHeroFonts,...GlobalTextLinkUnderlineFonts,...ProjectCardFonts,...NewsArticleCardFonts,...SlideshowFonts,...FooterFooterFonts,...EnaBuyTemplateButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLPnSEauxA\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mxKHbrGjt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XditwxbLH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"c9SZkQjVM\\\":{\\\"pattern\\\":\\\":c9SZkQjVM\\\",\\\"name\\\":\\\"intro\\\"},\\\"eqSA9NYAV\\\":{\\\"pattern\\\":\\\":eqSA9NYAV\\\",\\\"name\\\":\\\"mobile\\\"},\\\"OkLj1aJ5v\\\":{\\\"pattern\\\":\\\":OkLj1aJ5v\\\",\\\"name\\\":\\\"section-2\\\"},\\\"W5kTNJECe\\\":{\\\"pattern\\\":\\\":W5kTNJECe\\\",\\\"name\\\":\\\"journal\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"2758\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "createGeneratorEasing", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "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", "t", "dispatchViewEvent", "se", "o", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "OPACITY_0", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "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", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "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", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "VideoFonts", "getFonts", "Video", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transformTemplate1", "_", "t", "animation", "transition3", "textEffect", "transition4", "animation1", "animation2", "animation3", "transition5", "animation4", "transition6", "animation5", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "Vfw5JhxsGdhw83OKLA", "iddhw83OKLA", "Vfw5JhxsGSk3lRG0na", "idSk3lRG0na", "Vfw5JhxsGcqD4w3NYq", "idcqD4w3NYq", "Vfw5JhxsGdyebDANG5", "iddyebDANG5", "Vfw5JhxsGRIWkrba6o", "idRIWkrba6o", "Vfw5JhxsGiMtEN07R5", "idiMtEN07R5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterultn4p", "args", "onTap1njan02", "onMouseEnter6dcndf", "onTap15de8y5", "onMouseEnterpifm15", "onTapm3e7ob", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "p", "LayoutGroup", "Transition", "transition1", "addPropertyOverrides", "u", "ChildrenCanSuspend", "QueryData", "a89Tq2t5U_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "transition2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Video", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "transformTemplate1", "RichText2", "textEffect", "MotionDivWithFXWithOptimizedAppearEffect", "animation1", "animation2", "animation3", "collection3", "paginationInfo3", "loadMore3", "index3", "Link", "animation4", "collection4", "paginationInfo4", "loadMore4", "index4", "animation5", "collection5", "paginationInfo5", "loadMore5", "index5", "css", "FramerRdWO3Eu0e", "withCSS", "RdWO3Eu0e_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFontsFromSharedStyle", "fonts", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XqpXZUGU6", "NhREodF7M", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1omne1a", "args", "onMouseLeavemiiagd", "onMouseEnter8npmt3", "onMouseLeave1bnb25z", "onMouseEnter1a7776g", "onMouseLeave1d2c23k", "onMouseEnterh0covi", "onMouseLeave1ilcwx6", "onMouseEntern4r2ww", "onMouseLeave18ync3g", "onAppearrpxe36", "onAppear1dykti7", "onMouseLeave1rh0qhm", "onMouseEnter6nu6dy", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerGnINVjrHL", "withCSS", "GnINVjrHL_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "ButtonFonts", "GnINVjrHL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "toResponsiveImage", "toImageSrc", "humanReadableVariantMap", "getProps", "buttonTitle", "category", "height", "id", "image1", "link", "title", "uRL", "videoThumbnail", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "G6jOVhH3d", "z1FT6OEWp", "ArvTDLUT8", "AJe245PrV", "nT4YynYNG", "jJ0_ckFI0", "RA49azMM_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter5cpsu8", "args", "onMouseLeave1x2enmq", "onMouseEnteri0x2v6", "onMouseLeave2vajdm", "onMouseEnternf1tm8", "onMouseLeaven46560", "onMouseEnter1mpri9r", "onMouseLeaveocxf3p", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "css", "FramerwPM1wQ6Mh", "withCSS", "wPM1wQ6Mh_default", "addPropertyControls", "ControlType", "addFonts", "NavigationNavigationFonts", "getFonts", "RNLnvYNJ5_default", "NavigationNavigationWithVariantAppearEffect", "withVariantAppearEffect", "NavigationNavigationMobileFonts", "V11nMAMAs_default", "NavigationNavigationMobileWithVariantAppearEffect", "HomeSectionHeroFonts", "RdWO3Eu0e_default", "GlobalTextLinkUnderlineFonts", "rqzfu_Jxq_default", "ContainerWithFX", "withFX", "Container", "ProjectCardFonts", "wPM1wQ6Mh_default", "NewsArticleCardFonts", "MjPTPXGG8_default", "SlideshowFonts", "Slideshow", "FooterFooterFonts", "ZGaz3qsaj_default", "EnaBuyTemplateButtonFonts", "E6zrdlikm_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation", "transition1", "getTextEffect", "ref", "animation1", "transition2", "transition3", "addImageAlt", "image", "alt", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "data", "useQueryData", "transition4", "animation2", "animation3", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "JtP8D8nmXEnn2MWV0g", "y4sBBOUxaLQRUOxOPC", "m_VJAmWbQLQRUOxOPC", "GFaIPxEPULQRUOxOPC", "gfqzhJ6LRLQRUOxOPC", "NygL0QF7_LQRUOxOPC", "idLQRUOxOPC", "y4sBBOUxaDjSxu8lCE", "m_VJAmWbQDjSxu8lCE", "GFaIPxEPUDjSxu8lCE", "gfqzhJ6LRDjSxu8lCE", "NygL0QF7_DjSxu8lCE", "idDjSxu8lCE", "y4sBBOUxaZzB73brgP", "m_VJAmWbQZzB73brgP", "GFaIPxEPUZzB73brgP", "gfqzhJ6LRZzB73brgP", "NygL0QF7_ZzB73brgP", "idZzB73brgP", "y4sBBOUxaYfH_kKk3M", "m_VJAmWbQYfH_kKk3M", "GFaIPxEPUYfH_kKk3M", "gfqzhJ6LRYfH_kKk3M", "NygL0QF7_YfH_kKk3M", "idYfH_kKk3M", "y4sBBOUxak9q61f2jl", "m_VJAmWbQk9q61f2jl", "GFaIPxEPUk9q61f2jl", "gfqzhJ6LRk9q61f2jl", "NygL0QF7_k9q61f2jl", "idk9q61f2jl", "y4sBBOUxalswnctPhR", "m_VJAmWbQlswnctPhR", "GFaIPxEPUlswnctPhR", "gfqzhJ6LRlswnctPhR", "NygL0QF7_lswnctPhR", "idlswnctPhR", "restProps", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EHMhKGDpT3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "isDisplayed1", "elementId", "useRouteElementId", "isDisplayed2", "elementId1", "ref3", "router", "useRouter", "elementId2", "ref4", "elementId3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "ChildrenCanSuspend", "UY0FoHS9f_default", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "collection3", "paginationInfo3", "loadMore3", "index3", "collection4", "paginationInfo4", "loadMore4", "index4", "collection5", "paginationInfo5", "loadMore5", "index5", "resolvedLinks3", "css", "FramerLPnSEauxA", "withCSS", "LPnSEauxA_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
