{"version":3,"file":"WzvpaH8KK.oaOW8DNe.mjs","names":["e","t","u","a","s","n","o","r","t","e","i","n","r","n","e","t","o","n","e","t","a","n","e","r","t","s","o","i","u","p","M","n","e","t","o","a","i","s","r","O","u","x","j","V","q","z","S","fe","ue","Children","useRef","useMemo","useState","useCallback","size","i","addPropertyOverrides","LinkMenu","LinkDefault","TimeDate","LinkDefaultInfo","cycleOrder","serializationHash","variantClassNames","transition1","t","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","sharedStyle3.className","sharedStyle4.className","sharedStyle5.className","sharedStyle6.className","sharedStyle7.className","sharedStyle8.className","className","Image","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle3.css","sharedStyle4.css","sharedStyle5.css","sharedStyle6.css","sharedStyle7.css","sharedStyle8.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","sharedStyle3.fonts","sharedStyle4.fonts","sharedStyle5.fonts","sharedStyle6.fonts","sharedStyle7.fonts","sharedStyle8.fonts","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","Image","LogosContainer","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","className"],"sources":["https:/ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js","https:/ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js","https:/ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/dom@10.13.1/dist/index.es.js","https:/framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js","https:/framerusercontent.com/modules/AlBITSGATDGJAJqbOSlu/ftYYaLYYmanfwBxLNwIL/e5qDn3ekp.js","https:/framerusercontent.com/modules/Yq7uM4Lf2puyCs8Dofr4/lbDp3lX15e0kLzUvJhO5/RVoKho4B_.js","https:/framerusercontent.com/modules/zEOL2lizEpXCkkugYxRY/EGqDVmwWad3krwq04yzm/WzvpaH8KK.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,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[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 $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const 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]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.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 r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}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=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.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(u));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=f.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 r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}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 i(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 l(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){d(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:g(i,s,o[r]),easing:m(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,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));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,O(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=x((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 U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;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=G.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&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=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 J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(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}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;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=w(p(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 s=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:i(t)?()=>t(n):scrubAnimation(t,n[s])}}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 oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.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()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.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 re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,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 ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const ce={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 le={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 fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=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 ue)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)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[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(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[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:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.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)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView,hoverFactor,animateToValue,speed]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"✨\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map","// Generated by Framer (f26e712)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/TcQV6SEsl3y6G9Op8tp0/Time.js\";import{withtoEnglish,withtoThai}from\"https://framerusercontent.com/modules/WjzgGu7QZPueS0ZoEvc3/fNVStGm99dDXdVkzuTbj/languageSwitcher.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/9ROMZjrfngmYa4WufHuA/K7aPaVyq3XdWlEDgl75Y/dam5loFqM.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/CbVWX58K9vvtonMyiR2n/5SgM1CD2iQ5BMbS79zqy/ecuOZA8tW.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/VLTVIuGjSkmh0Fl5gkM8/5PCeQBbIIjvn568SjYNe/Fg_NCbpFx.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/IPJ83XGNF8h1TNNS381I/akfapIX277pF1k1rPwlr/LLZ2lSn1w.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/pypz43mRPzBYJL4ouQEg/cACgwqTSZPXsBGU99gf0/nw5qFEY8j.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/iGWrdzq5GByYi8MELMbn/BRibhGuzDWUUfwaPDc5W/vP0kkdAdE.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/KuBZJ5uNQpB21g2ibHFF/QxDLJ35mgeiM4dFUFk9X/VXbuPRapJ.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/AZH0YFhvgcExpfDQiQEj/K5UyOAsfrQOeCmsz9ujK/yPa1OQCTi.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/GetgiTIfLhVekbacl2xy/jJhKM8iajifQrpZgRIrm/zA26xVa42.js\";import LinkDefault,*as LinkDefaultInfo from\"https://framerusercontent.com/modules/Jgf385HhAHUW8DIqGYnd/pbjxcjX8xREOUcu3Hyx0/C7RDFIUKv.js\";import LinkMenu from\"https://framerusercontent.com/modules/JV62XHPUvF8DZjpJpnGk/0KN61hWOyUx0i6Gy7qwP/HIFvXiIPB.js\";const LinkMenuFonts=getFonts(LinkMenu);const LinkDefaultFonts=getFonts(LinkDefault);const TimeDateFonts=getFonts(TimeDate);const LinkDefaultWithtoEnglish1nalk2sWithMappedReactProps1fvuzm4=withMappedReactProps(withCodeBoundaryForOverrides(LinkDefault,{nodeId:\"p3twgoTWn\",override:withtoEnglish,scopeId:\"e5qDn3ekp\"}),LinkDefaultInfo);const LinkDefaultWithtoThaifg1fvxWithMappedReactProps1fvuzm4=withMappedReactProps(withCodeBoundaryForOverrides(LinkDefault,{nodeId:\"lN_UJlXkM\",override:withtoThai,scopeId:\"e5qDn3ekp\"}),LinkDefaultInfo);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"xQfDLIV24\",\"s0SYJcHII\",\"sJdb01iZG\",\"sS9FyLDay\",\"H6SXLhiCp\",\"n4nj4pojp\",\"TGM3D8UFj\",\"F2OGe1YoP\"];const serializationHash=\"framer-xIeix\";const variantClassNames={F2OGe1YoP:\"framer-v-1v6mcjp\",H6SXLhiCp:\"framer-v-1loibwe\",n4nj4pojp:\"framer-v-1vnjkqz\",s0SYJcHII:\"framer-v-1nkrdot\",sJdb01iZG:\"framer-v-1m66r6a\",sS9FyLDay:\"framer-v-p53zur\",TGM3D8UFj:\"framer-v-5i4h6t\",xQfDLIV24:\"framer-v-1m81uuw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={delay:0,duration:1,ease:[.12,.23,.5,1],type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Footer - Default - TH\":\"H6SXLhiCp\",\"Footer - Default\":\"xQfDLIV24\",\"Footer - Mobile - TH\":\"F2OGe1YoP\",\"Footer - Mobile\":\"sS9FyLDay\",\"Footer - Small Desktop - TH\":\"n4nj4pojp\",\"Footer - Small Desktop\":\"s0SYJcHII\",\"Footer - Tablet - TH\":\"TGM3D8UFj\",\"Footer - Tablet \":\"sJdb01iZG\"};const getProps=({address,addressTH,addressTH1,distribute,distribute2,gap,gap2,hanaAnimation,height,id,milkyAnimation,mobile,mobileTH,name1,nameTH,sectionGap,sectionGapTablet,title1,title1TH,title2,title2TH,title3,title3TH,width,...props})=>{return{...props,AxHf17ibi:hanaAnimation??props.AxHf17ibi,bCinIBZmq:title3TH??props.bCinIBZmq,ciGS43DVn:humanReadableEnumMap[distribute2]??distribute2??props.ciGS43DVn??\"space-between\",EvXTqAW0X:title1TH??props.EvXTqAW0X,fjB66GA8_:sectionGapTablet??props.fjB66GA8_??80,FY0MwB7BX:gap2??props.FY0MwB7BX??40,HDPXKiRnI:nameTH??props.HDPXKiRnI,IfV1kjGvO:milkyAnimation??props.IfV1kjGvO,IGnrVxkN9:sectionGap??props.IGnrVxkN9??80,iO4tnwugG:title2TH??props.iO4tnwugG,j4IWJuAGH:mobile??props.j4IWJuAGH??\"+66 (0)2 028 7746\",JPDu6TwzI:title2??props.JPDu6TwzI??\"GENERAL\",L82stzhYU:title1??props.L82stzhYU??\"OFFICE\",LzeIOggQS:title3??props.LzeIOggQS??\"New Business\",P0EC3SFZT:mobileTH??props.P0EC3SFZT,RP19H4v9n:addressTH??props.RP19H4v9n,RpycM201b:addressTH1??props.RpycM201b??\"Hilton Silom ชั้น 3 ห้อง 1-9 \\n320 ถนนสีลม แขวงสุริยวงศ์\\nเขตบางรัก 10500 กรุงเทพฯ ประเทศไทย\",UhJT9FpGW:humanReadableEnumMap[distribute]??distribute??props.UhJT9FpGW??\"space-between\",variant:humanReadableVariantMap[props.variant]??props.variant??\"xQfDLIV24\",VkOr1GhiF:gap??props.VkOr1GhiF??80,VPfKRAyI5:address??props.VPfKRAyI5??\"Hilton Silom, 3rd Floor, Unit 1-9, 320 Silom Road, Suriya Wong, Bang Rak, 10500, Bangkok, Thailand.\",XxQCMVwyH:name1??props.XxQCMVwyH??\"Nathsasi (Rin)\"};};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,IfV1kjGvO,AxHf17ibi,L82stzhYU,EvXTqAW0X,JPDu6TwzI,iO4tnwugG,LzeIOggQS,bCinIBZmq,VPfKRAyI5,RP19H4v9n,j4IWJuAGH,P0EC3SFZT,XxQCMVwyH,HDPXKiRnI,UhJT9FpGW,VkOr1GhiF,ciGS43DVn,FY0MwB7BX,IGnrVxkN9,fjB66GA8_,RpycM201b,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xQfDLIV24\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(L82stzhYU);const visible1=isSet(EvXTqAW0X);const visible2=isSet(VPfKRAyI5);const visible3=isSet(RP19H4v9n);const visible4=isSet(JPDu6TwzI);const visible5=isSet(iO4tnwugG);const visible6=isSet(j4IWJuAGH);const visible7=isSet(P0EC3SFZT);const router=useRouter();const visible8=isSet(LzeIOggQS);const visible9=isSet(bCinIBZmq);const visible10=isSet(XxQCMVwyH);const visible11=isSet(HDPXKiRnI);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1m81uuw\",className,classNames),\"data-framer-name\":\"Footer - Default\",layoutDependency:layoutDependency,layoutId:\"xQfDLIV24\",ref:refBinding,style:{backgroundColor:\"var(--token-b3c00847-becb-4d9e-8555-4bbb1c17dc6e, rgb(35, 35, 35))\",...style},...addPropertyOverrides({F2OGe1YoP:{\"data-framer-name\":\"Footer - Mobile - TH\"},H6SXLhiCp:{\"data-framer-name\":\"Footer - Default - TH\"},n4nj4pojp:{\"data-framer-name\":\"Footer - Small Desktop - TH\"},s0SYJcHII:{\"data-framer-name\":\"Footer - Small Desktop\"},sJdb01iZG:{\"data-framer-name\":\"Footer - Tablet \"},sS9FyLDay:{\"data-framer-name\":\"Footer - Mobile\"},TGM3D8UFj:{\"data-framer-name\":\"Footer - Tablet - TH\"}},baseVariant,gestureVariant),children:[IfV1kjGvO&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-145),pixelHeight:1080,pixelWidth:1080,sizes:\"160px\",src:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif 1080w\"},className:\"framer-oe6z7s\",\"data-framer-name\":\"20241118 - Milky GIF - Edit 1\",layoutDependency:layoutDependency,layoutId:\"mv0pt23yQ\",...addPropertyOverrides({F2OGe1YoP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-110),pixelHeight:1080,pixelWidth:1080,sizes:\"120px\",src:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif 1080w\"}},n4nj4pojp:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-128),pixelHeight:1080,pixelWidth:1080,sizes:\"140px\",src:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif 1080w\"}},s0SYJcHII:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-128),pixelHeight:1080,pixelWidth:1080,sizes:\"140px\",src:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif 1080w\"}},sJdb01iZG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-128),pixelHeight:1080,pixelWidth:1080,sizes:\"140px\",src:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif 1080w\"}},sS9FyLDay:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-110),pixelHeight:1080,pixelWidth:1080,sizes:\"120px\",src:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif 1080w\"}},TGM3D8UFj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-128),pixelHeight:1080,pixelWidth:1080,sizes:\"140px\",src:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/YMgtW7mFfnIahuGcFZnZ9RZA8s0.gif 1080w\"}}},baseVariant,gestureVariant)}),AxHf17ibi&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-100),pixelHeight:1080,pixelWidth:1080,sizes:\"100px\",src:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif\",srcSet:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif 1080w\"},className:\"framer-1qotriy\",\"data-framer-name\":\"20241118 - Hana GIF - Edit 2 - Ver 1\",layoutDependency:layoutDependency,layoutId:\"shCuIhbAj\",transformTemplate:transformTemplate1,...addPropertyOverrides({F2OGe1YoP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-59.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif\",srcSet:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif 1080w\"}},n4nj4pojp:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-79),pixelHeight:1080,pixelWidth:1080,sizes:\"80px\",src:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif\",srcSet:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif 1080w\"}},s0SYJcHII:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-79),pixelHeight:1080,pixelWidth:1080,sizes:\"80px\",src:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif\",srcSet:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif 1080w\"}},sJdb01iZG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-79),pixelHeight:1080,pixelWidth:1080,sizes:\"80px\",src:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif\",srcSet:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif 1080w\"}},sS9FyLDay:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-59.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif\",srcSet:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif 1080w\"}},TGM3D8UFj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-79),pixelHeight:1080,pixelWidth:1080,sizes:\"80px\",src:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif\",srcSet:\"https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/2SLHCf9tmmAP6ggLG02U2TAAfY.gif 1080w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3g28ou\",layoutDependency:layoutDependency,layoutId:\"MyuT8DMO4\",style:{backgroundColor:\"var(--token-b3c00847-becb-4d9e-8555-4bbb1c17dc6e, rgb(35, 35, 35))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2q10mf\",layoutDependency:layoutDependency,layoutId:\"sZC68kP1B\",style:{\"--bygrs9\":IGnrVxkN9,\"--d2an15\":fjB66GA8_},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1t6d5oy\",\"data-styles-preset\":\"VXbuPRapJ\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247)))\"},children:\"An Advertising Agency & Production House for Brands That Strive Forward.\"})}),className:\"framer-148ts45\",\"data-framer-name\":\"Header\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V2bHlcNWY\",style:{\"--extracted-gdpscs\":\"var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UHJvbXB0LTMwMA==\",\"--framer-font-family\":'\"Prompt\", \"Prompt Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"1.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247)))\"},children:\"บริษัทโฆษณา และสตูดิโอผลิตสื่อสำหรับแบรนด์ที่มุ่งสู่อนาคต\"})}),fonts:[\"GF;Prompt-300\"]},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UHJvbXB0LTMwMA==\",\"--framer-font-family\":'\"Prompt\", \"Prompt Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"1.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247)))\"},children:\"บริษัทโฆษณา และสตูดิโอผลิตสื่อสำหรับแบรนด์ที่มุ่งสู่อนาคต\"})}),fonts:[\"GF;Prompt-300\"]},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UHJvbXB0LTMwMA==\",\"--framer-font-family\":'\"Prompt\", \"Prompt Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"1.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247)))\"},children:\"บริษัทโฆษณา และสตูดิโอผลิตสื่อสำหรับแบรนด์ที่มุ่งสู่อนาคต\"})}),fonts:[\"GF;Prompt-300\"]},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UHJvbXB0LTMwMA==\",\"--framer-font-family\":'\"Prompt\", \"Prompt Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"1.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247)))\"},children:\"บริษัทโฆษณา และสตูดิโอผลิตสื่อสำหรับแบรนด์ที่มุ่งสู่อนาคต\"})}),fonts:[\"GF;Prompt-300\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10awrad\",\"data-framer-name\":\"Frame 79\",layoutDependency:layoutDependency,layoutId:\"y5IR2KZJs\",style:{\"--951god\":UhJT9FpGW,\"--kjfmwr\":VkOr1GhiF},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3wskos\",\"data-framer-name\":\"Frame 77\",layoutDependency:layoutDependency,layoutId:\"p_ZmmDvDJ\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1iovbc\",\"data-styles-preset\":\"zA26xVa42\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"OFFICE\"})}),className:\"framer-2c7gfi\",\"data-framer-name\":\"OFFICE - EN\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hNkXYNVaC\",style:{\"--extracted-1eung3n\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:L82stzhYU,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ที่อยู่\"})}),text:undefined},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ที่อยู่\"})}),text:undefined},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ที่อยู่\"})}),text:undefined},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ที่อยู่\"})}),text:undefined}},baseVariant,gestureVariant)}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Content\"})}),className:\"framer-5s0oed\",\"data-framer-name\":\"OFFICE - TH\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RaDUpEI2r\",style:{\"--extracted-1eung3n\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:EvXTqAW0X,verticalAlignment:\"top\",withExternalLayout:true}),visible2&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19b6fex\",\"data-styles-preset\":\"yPa1OQCTi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://goo.gl/maps/LKxHhimSp9PsUjJ58\",motionChild:true,nodeId:\"HqiCKwRDU\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"Hilton Silom, 3rd Floor, Unit 1-9,   320 Silom Road, Suriya Wong,   Bang Rak, 10500, Bangkok, Thailand.\"})})})}),className:\"framer-lvuoe4\",\"data-framer-name\":\"Address - EN\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HqiCKwRDU\",style:{\"--extracted-r6o4lv\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"5px\"},text:VPfKRAyI5,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://goo.gl/maps/LKxHhimSp9PsUjJ58\",motionChild:true,nodeId:\"HqiCKwRDU\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"Hilton Silom ชั้น 3 ห้อง 1-9  320 ถนนสีลม แขวงสุริยวงศ์   เขตบางรัก 10500 กรุงเทพฯ ประเทศไทย\"})})})}),text:RpycM201b},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://goo.gl/maps/LKxHhimSp9PsUjJ58\",motionChild:true,nodeId:\"HqiCKwRDU\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"Hilton Silom ชั้น 3 ห้อง 1-9  320 ถนนสีลม แขวงสุริยวงศ์   เขตบางรัก 10500 กรุงเทพฯ ประเทศไทย\"})})})}),text:RpycM201b},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://goo.gl/maps/LKxHhimSp9PsUjJ58\",motionChild:true,nodeId:\"HqiCKwRDU\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"Hilton Silom ชั้น 3 ห้อง 1-9  320 ถนนสีลม แขวงสุริยวงศ์   เขตบางรัก 10500 กรุงเทพฯ ประเทศไทย\"})})})}),text:RpycM201b},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://goo.gl/maps/LKxHhimSp9PsUjJ58\",motionChild:true,nodeId:\"HqiCKwRDU\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"Hilton Silom ชั้น 3 ห้อง 1-9  320 ถนนสีลม แขวงสุริยวงศ์   เขตบางรัก 10500 กรุงเทพฯ ประเทศไทย\"})})})}),text:RpycM201b}},baseVariant,gestureVariant)}),visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://goo.gl/maps/LKxHhimSp9PsUjJ58\",motionChild:true,nodeId:\"MR2X3i0ts\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"Hilton Silom, 3rd Floor, Unit 1-9,   320 Silom Road, Suriya Wong,   Bang Rak, 10500, Bangkok, Thailand.\"})})})}),className:\"framer-xwrujm\",\"data-framer-name\":\"Address - TH\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MR2X3i0ts\",style:{\"--extracted-r6o4lv\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"5px\"},text:RP19H4v9n,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bsmbbm\",\"data-framer-name\":\"Frame 79\",layoutDependency:layoutDependency,layoutId:\"ODKV4mvkC\",children:[visible4&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1iovbc\",\"data-styles-preset\":\"zA26xVa42\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"GENERAL\"})}),className:\"framer-1d6z3sa\",\"data-framer-name\":\"GENERAL INFORMATION\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sA4ji5Edp\",style:{\"--extracted-1eung3n\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:JPDu6TwzI,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"สอบถามข้อมูลทั่วไป\"})}),text:undefined},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"สอบถามข้อมูลทั่วไป\"})}),text:undefined},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"สอบถามข้อมูลทั่วไป\"})}),text:undefined},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"สอบถามข้อมูลทั่วไป\"})}),text:undefined}},baseVariant,gestureVariant)}),visible5&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Content\"})}),className:\"framer-1vdqivq\",\"data-framer-name\":\"GENERAL INFORMATION\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AHvjYvY6T\",style:{\"--extracted-1eung3n\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:iO4tnwugG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r904ae\",\"data-framer-name\":\"Frame 72\",layoutDependency:layoutDependency,layoutId:\"oJw5Nz0yS\",children:[visible6&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19b6fex\",\"data-styles-preset\":\"yPa1OQCTi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+66 (0)2 028 7746\",motionChild:true,nodeId:\"a3MIZFPYn\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"+66 (0)2 028 7724\"})})})}),className:\"framer-agjale\",\"data-framer-name\":\"+66 (0)6 2649 6928\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a3MIZFPYn\",style:{\"--extracted-r6o4lv\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:j4IWJuAGH,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"tel:+66 (0)2 028 7746\",motionChild:true,nodeId:\"a3MIZFPYn\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"+66 (0)2 028 77\"})}),\"46\"]})}),text:undefined},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+66 (0)2 028 7746\",motionChild:true,nodeId:\"a3MIZFPYn\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"+66 (0)2 028 7746\"})})})}),text:undefined},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+66 (0)2 028 7746\",motionChild:true,nodeId:\"a3MIZFPYn\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"+66 (0)2 028 7746\"})})})}),text:undefined},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+66 (0)2 028 7746\",motionChild:true,nodeId:\"a3MIZFPYn\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"+66 (0)2 028 7746\"})})})}),text:undefined}},baseVariant,gestureVariant)}),visible7&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+66 (0)2 028 7746\",motionChild:true,nodeId:\"ySsq5Fspk\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1peoa4z\",\"data-styles-preset\":\"Fg_NCbpFx\",children:\"Content\"})})})}),className:\"framer-p49mf2\",\"data-framer-name\":\"+66 (0)6 2649 6928\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ySsq5Fspk\",style:{\"--extracted-r6o4lv\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:P0EC3SFZT,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6k0opx-container\",\"data-framer-name\":\"Link - EN\",layoutDependency:layoutDependency,layoutId:\"wE4E5Lvly-container\",name:\"Link - EN\",nodeId:\"wE4E5Lvly\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkMenu,{DiY_l6P7X:resolvedLinks[0],height:\"100%\",id:\"wE4E5Lvly\",iPxKwzdc0:\"General Inquiries\",layoutId:\"wE4E5Lvly\",name:\"Link - EN\",NEeqntyb2:\"ผลงาน\",variant:\"oOOGloLmS\",width:\"100%\",XPmk5ufMB:\"ติดต่อเรา\",YnShX9W3W:\"แบรนด์ดิ้ง\",...addPropertyOverrides({F2OGe1YoP:{DiY_l6P7X:resolvedLinks[7],iPxKwzdc0:\"ติดต่อเรา\",variant:\"JT5b6rYYQ\"},H6SXLhiCp:{DiY_l6P7X:resolvedLinks[4],iPxKwzdc0:\"sdfsdf\",variant:\"JT5b6rYYQ\"},n4nj4pojp:{DiY_l6P7X:resolvedLinks[5],iPxKwzdc0:\"ติดต่อเรา\",variant:\"JT5b6rYYQ\"},s0SYJcHII:{DiY_l6P7X:resolvedLinks[1]},sJdb01iZG:{DiY_l6P7X:resolvedLinks[2]},sS9FyLDay:{DiY_l6P7X:resolvedLinks[3]},TGM3D8UFj:{DiY_l6P7X:resolvedLinks[6],iPxKwzdc0:\"ติดต่อเรา\",variant:\"JT5b6rYYQ\"}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ukh8sg\",layoutDependency:layoutDependency,layoutId:\"b6KGUBwhW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11acyps\",\"data-framer-name\":\"Frame 78\",layoutDependency:layoutDependency,layoutId:\"NjUen6M_N\",children:[visible8&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1iovbc\",\"data-styles-preset\":\"zA26xVa42\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"New Business\"})}),className:\"framer-k2z7f2\",\"data-framer-name\":\"CAREERS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dFnA5A22L\",style:{\"--extracted-1eung3n\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:LzeIOggQS,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ร่วมเป็นพาร์ทเนอร์\"})}),text:undefined},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ร่วมเป็นพาร์ทเนอร์\"})}),text:undefined},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ร่วมเป็นพาร์ทเนอร์\"})}),text:undefined},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"ร่วมเป็นพาร์ทเนอร์\"})}),text:undefined}},baseVariant,gestureVariant)}),visible9&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dxwjeu\",\"data-styles-preset\":\"ecuOZA8tW\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"New Business\"})}),className:\"framer-1hyxj32\",\"data-framer-name\":\"CAREERS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DCFZI_jdZ\",style:{\"--extracted-1eung3n\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:bCinIBZmq,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1233nbv\",\"data-framer-name\":\"Frame 81\",layoutDependency:layoutDependency,layoutId:\"o0JBElF_O\",children:[visible10&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19b6fex\",\"data-styles-preset\":\"yPa1OQCTi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Nathsasi (Rin)\"})}),className:\"framer-rvk0zd\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sUMTQAj5s\",style:{\"--extracted-r6o4lv\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:XxQCMVwyH,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Nathsasi (Rin)\"})}),text:undefined},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Nathsasi (Rin)\"})}),text:undefined},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Nathsasi (Rin)\"})}),text:undefined},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Nathsasi (Rin)\"})}),text:undefined}},baseVariant,gestureVariant)}),visible11&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mtsxpy\",\"data-styles-preset\":\"nw5qFEY8j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255)))\"},children:\"Nathsasi (Rin)\"})}),className:\"framer-ibwx8i\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ep9LnlJn9\",style:{\"--extracted-r6o4lv\":\"var(--token-855161a2-cc9f-4f70-ab48-f10ce4b2581e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:HDPXKiRnI,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"iUXMOaF4g\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined},{href:{webPageId:\"RDZZYdYTr\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x6k09l-container\",\"data-framer-name\":\"Link - EN\",layoutDependency:layoutDependency,layoutId:\"WeUy1ufYY-container\",name:\"Link - EN\",nodeId:\"WeUy1ufYY\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkMenu,{DiY_l6P7X:resolvedLinks1[0],height:\"100%\",id:\"WeUy1ufYY\",iPxKwzdc0:\"Let's Talk\",layoutId:\"WeUy1ufYY\",name:\"Link - EN\",NEeqntyb2:\"ผลงาน\",variant:\"oOOGloLmS\",width:\"100%\",XPmk5ufMB:\"ติดต่อเรา\",YnShX9W3W:\"แบรนด์ดิ้ง\",...addPropertyOverrides({F2OGe1YoP:{DiY_l6P7X:resolvedLinks1[7],iPxKwzdc0:\"คุยกับเรา\",variant:\"JT5b6rYYQ\"},H6SXLhiCp:{DiY_l6P7X:resolvedLinks1[4],iPxKwzdc0:\"คุยกับเรา\",variant:\"JT5b6rYYQ\",XPmk5ufMB:\"คุยกับเรา\"},n4nj4pojp:{DiY_l6P7X:resolvedLinks1[5],iPxKwzdc0:\"คุยกับเรา\",variant:\"JT5b6rYYQ\",XPmk5ufMB:\"คุยกับเรา\"},s0SYJcHII:{DiY_l6P7X:resolvedLinks1[1]},sJdb01iZG:{DiY_l6P7X:resolvedLinks1[2]},sS9FyLDay:{DiY_l6P7X:resolvedLinks1[3]},TGM3D8UFj:{DiY_l6P7X:resolvedLinks1[6],iPxKwzdc0:\"คุยกับเรา\",variant:\"JT5b6rYYQ\"}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Digital Marketing Agency in Bangkok, Thailand\",fit:\"fill\",pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/EoZvZGDJbWlgv9Js0ygL7jlnn0A.jpeg\"},className:\"framer-7g3rca\",layoutDependency:layoutDependency,layoutId:\"gEOZKk5q4\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ojbcpo\",layoutDependency:layoutDependency,layoutId:\"jipWptzux\",style:{\"--1srovfu\":FY0MwB7BX,\"--zcwdbd\":ciGS43DVn},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2rgl6p\",layoutDependency:layoutDependency,layoutId:\"dOgs5pdAQ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-glhxbq-container\",layoutDependency:layoutDependency,layoutId:\"VZEL1Jk74-container\",nodeId:\"VZEL1Jk74\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefault,{height:\"100%\",id:\"VZEL1Jk74\",ITlaO7azA:\"TikTok\",layoutId:\"VZEL1Jk74\",mIKDCmZIC:\"ติดต่อ\",OUyVgBcJ2:\"https://www.tiktok.com/@sphereagency\",Pg7lQB79D:\"text\",variant:\"p4jfehwZO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1edkgw2-container\",layoutDependency:layoutDependency,layoutId:\"MTffpFn2p-container\",nodeId:\"MTffpFn2p\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefault,{height:\"100%\",id:\"MTffpFn2p\",ITlaO7azA:\"Instagram\",layoutId:\"MTffpFn2p\",mIKDCmZIC:\"ติดต่อ\",OUyVgBcJ2:\"https://www.instagram.com/sphereagency/\",Pg7lQB79D:\"text\",variant:\"p4jfehwZO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-so6wzq-container\",layoutDependency:layoutDependency,layoutId:\"QqMxEliFH-container\",nodeId:\"QqMxEliFH\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefault,{height:\"100%\",id:\"QqMxEliFH\",ITlaO7azA:\"Youtube\",layoutId:\"QqMxEliFH\",mIKDCmZIC:\"ติดต่อ\",OUyVgBcJ2:\"https://www.youtube.com/c/sphereagency\",Pg7lQB79D:\"text\",variant:\"p4jfehwZO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i87a07-container\",layoutDependency:layoutDependency,layoutId:\"MMq0mjOLc-container\",nodeId:\"MMq0mjOLc\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefault,{height:\"100%\",id:\"MMq0mjOLc\",ITlaO7azA:\"Vimeo\",layoutId:\"MMq0mjOLc\",mIKDCmZIC:\"ติดต่อ\",OUyVgBcJ2:\"https://vimeo.com/sphereagency\",Pg7lQB79D:\"text\",variant:\"p4jfehwZO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ct4q14-container\",layoutDependency:layoutDependency,layoutId:\"WRTxyD9jA-container\",nodeId:\"WRTxyD9jA\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefault,{height:\"100%\",id:\"WRTxyD9jA\",ITlaO7azA:\"Facebook\",layoutId:\"WRTxyD9jA\",mIKDCmZIC:\"ติดต่อ\",OUyVgBcJ2:\"https://www.facebook.com/sphereagency\",Pg7lQB79D:\"text\",variant:\"p4jfehwZO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16djm0k-container\",layoutDependency:layoutDependency,layoutId:\"TMWuQjBRB-container\",nodeId:\"TMWuQjBRB\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefault,{height:\"100%\",id:\"TMWuQjBRB\",ITlaO7azA:\"Linkedin\",layoutId:\"TMWuQjBRB\",mIKDCmZIC:\"ติดต่อ\",OUyVgBcJ2:\"https://www.linkedin.com/company/sphereagency\",Pg7lQB79D:\"text\",variant:\"p4jfehwZO\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y2gmiy\",layoutDependency:layoutDependency,layoutId:\"ClA9Ckn2v\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mmswtr\",layoutDependency:layoutDependency,layoutId:\"qsy9rxiW2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xye35x\",layoutDependency:layoutDependency,layoutId:\"L8biPJzMA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:\"\\xa9 \"})}),className:\"framer-17hqv9f\",\"data-framer-name\":\"\\xa9\\xa02024\\xa0Sphere Agency. All Rights Reserved.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wm0sMnG7R\",style:{\"--extracted-1eung3n\":\"var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209))\",\"--framer-paragraph-spacing\":\"5px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16kv73m-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"HUGyVoPGI-container\",nodeId:\"HUGyVoPGI\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209))\",font:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0.5px\",lineHeight:\"1.5em\"},height:\"100%\",id:\"HUGyVoPGI\",layoutId:\"HUGyVoPGI\",monthFormat:\"long\",outputType:\"date\",showMinutes:true,showMonth:false,showSeconds:true,showWeekday:false,showYear:true,tabularFont:false,timeFormat:\"24h\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:[\"\\xa0Sphere Agency a \",/*#__PURE__*/_jsx(Link,{href:\"https://spektracompany.com/\",motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Spektra Company.\"})}),\" All Rights Reserved. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IWRB4HsBb\"},motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:false,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Privacy Policy.\"})})]})}),className:\"framer-1djsn3f\",\"data-framer-name\":\"\\xa9\\xa02024\\xa0Sphere Agency. All Rights Reserved.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gp6xupkHW\",style:{\"--extracted-1eung3n\":\"var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209))\",\"--framer-paragraph-spacing\":\"5px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F2OGe1YoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:[\"Sphere Agency a \",/*#__PURE__*/_jsx(Link,{href:\"https://spektracompany.com/\",motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Spektra Company.\"})}),\" All Rights Reserved. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JShcsORy_\"},motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:false,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Privacy Policy.\"})})]})})},H6SXLhiCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:[\"\\xa0Sphere Agency a \",/*#__PURE__*/_jsx(Link,{href:\"https://spektracompany.com/\",motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Spektra Company.\"})}),\" All Rights Reserved. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JShcsORy_\"},motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:false,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Privacy Policy.\"})})]})})},n4nj4pojp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:[\"\\xa0Sphere Agency a \",/*#__PURE__*/_jsx(Link,{href:\"https://spektracompany.com/\",motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Spektra Company.\"})}),\" All Rights Reserved. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JShcsORy_\"},motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:false,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Privacy Policy.\"})})]})})},sS9FyLDay:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:[\"Sphere Agency a \",/*#__PURE__*/_jsx(Link,{href:\"https://spektracompany.com/\",motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Spektra Company.\"})}),\" All Rights Reserved. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IWRB4HsBb\"},motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:false,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Privacy Policy.\"})})]})})},TGM3D8UFj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:[\"\\xa0Sphere Agency a \",/*#__PURE__*/_jsx(Link,{href:\"https://spektracompany.com/\",motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:true,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Spektra Company.\"})}),\" All Rights Reserved. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JShcsORy_\"},motionChild:true,nodeId:\"gp6xupkHW\",openInNewTab:false,scopeId:\"e5qDn3ekp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qqrn7\",\"data-styles-preset\":\"dam5loFqM\",children:\"Privacy Policy.\"})})]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-owb5w9\",\"data-styles-preset\":\"vP0kkdAdE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})})}),className:\"framer-62c10k\",\"data-framer-name\":\"Sphere Agency\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"op8Z4PToR\",style:{\"--extracted-r6o4lv\":\"var(--token-907d300a-901b-4adc-9487-58ef8a12f529, rgb(247, 247, 247))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a0d6qd\",layoutDependency:layoutDependency,layoutId:\"uJ185D_NJ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nalk2s-container\",layoutDependency:layoutDependency,layoutId:\"p3twgoTWn-container\",nodeId:\"p3twgoTWn\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefaultWithtoEnglish1nalk2sWithMappedReactProps1fvuzm4,{height:\"100%\",id:\"p3twgoTWn\",ITlaO7azA:\"English\",layoutId:\"p3twgoTWn\",mIKDCmZIC:\"ติดต่อ\",Pg7lQB79D:\"text\",variant:\"p4jfehwZO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1kmlfcn\",\"data-styles-preset\":\"LLZ2lSn1w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209)))\"},children:\" | \"})}),className:\"framer-oe8m44\",\"data-framer-name\":\"\\xa9\\xa02024\\xa0Sphere Agency. All Rights Reserved.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"X2j_glac9\",style:{\"--extracted-1eung3n\":\"var(--token-6e85cfbe-5c52-48a5-b076-28a14b1111e8, rgb(209, 209, 209))\",\"--framer-paragraph-spacing\":\"5px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fg1fvx-container\",layoutDependency:layoutDependency,layoutId:\"lN_UJlXkM-container\",nodeId:\"lN_UJlXkM\",rendersWithMotion:true,scopeId:\"e5qDn3ekp\",children:/*#__PURE__*/_jsx(LinkDefaultWithtoThaifg1fvxWithMappedReactProps1fvuzm4,{height:\"100%\",id:\"lN_UJlXkM\",ITlaO7azA:\"ไทย\",layoutId:\"lN_UJlXkM\",mIKDCmZIC:\"ติดต่อ\",Pg7lQB79D:\"ไทย\",variant:\"QKciidEbC\",width:\"100%\"})})})]})]})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xIeix.framer-17mwywe, .framer-xIeix .framer-17mwywe { display: block; }\",\".framer-xIeix.framer-1m81uuw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1920px; }\",\".framer-xIeix .framer-oe6z7s { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 160px); overflow: visible; position: absolute; right: 240px; top: -145px; width: 160px; z-index: 0; }\",\".framer-xIeix .framer-1qotriy { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); left: 54%; overflow: visible; position: absolute; top: -100px; width: 100px; z-index: 0; }\",\".framer-xIeix .framer-3g28ou { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 150px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-xIeix .framer-2q10mf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 1584px; }\",\".framer-xIeix .framer-148ts45 { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xIeix .framer-10awrad { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: calc(max(0, var(--kjfmwr)) * 1px); height: min-content; justify-content: var(--951god); overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xIeix .framer-3wskos { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 324px; }\",\".framer-xIeix .framer-2c7gfi, .framer-xIeix .framer-5s0oed, .framer-xIeix .framer-1d6z3sa, .framer-xIeix .framer-1vdqivq, .framer-xIeix .framer-agjale, .framer-xIeix .framer-p49mf2, .framer-xIeix .framer-k2z7f2, .framer-xIeix .framer-1hyxj32, .framer-xIeix .framer-rvk0zd, .framer-xIeix .framer-ibwx8i, .framer-xIeix .framer-17hqv9f, .framer-xIeix .framer-1djsn3f, .framer-xIeix .framer-62c10k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xIeix .framer-lvuoe4, .framer-xIeix .framer-xwrujm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xIeix .framer-bsmbbm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 172px; }\",\".framer-xIeix .framer-1r904ae { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 172px; }\",\".framer-xIeix .framer-6k0opx-container, .framer-xIeix .framer-1x6k09l-container, .framer-xIeix .framer-glhxbq-container, .framer-xIeix .framer-1edkgw2-container, .framer-xIeix .framer-so6wzq-container, .framer-xIeix .framer-i87a07-container, .framer-xIeix .framer-1ct4q14-container, .framer-xIeix .framer-16djm0k-container, .framer-xIeix .framer-16kv73m-container, .framer-xIeix .framer-1nalk2s-container, .framer-xIeix .framer-fg1fvx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xIeix .framer-ukh8sg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xIeix .framer-11acyps { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xIeix .framer-1233nbv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xIeix .framer-7g3rca { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 88px); overflow: hidden; position: relative; width: 88px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xIeix .framer-ojbcpo { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: calc(max(0, var(--1srovfu)) * 1px); height: min-content; justify-content: var(--zcwdbd); overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xIeix .framer-2rgl6p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xIeix .framer-y2gmiy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xIeix .framer-1mmswtr, .framer-xIeix .framer-xye35x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xIeix .framer-1a0d6qd { 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-xIeix .framer-oe8m44 { flex: none; height: 18px; position: relative; white-space: pre-wrap; width: 12px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xIeix.framer-1m81uuw, .framer-xIeix .framer-3g28ou, .framer-xIeix .framer-2q10mf, .framer-xIeix .framer-10awrad, .framer-xIeix .framer-3wskos, .framer-xIeix .framer-bsmbbm, .framer-xIeix .framer-1r904ae, .framer-xIeix .framer-ukh8sg, .framer-xIeix .framer-11acyps, .framer-xIeix .framer-1233nbv, .framer-xIeix .framer-ojbcpo, .framer-xIeix .framer-2rgl6p, .framer-xIeix .framer-y2gmiy, .framer-xIeix .framer-1mmswtr, .framer-xIeix .framer-xye35x, .framer-xIeix .framer-1a0d6qd { gap: 0px; } .framer-xIeix.framer-1m81uuw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xIeix.framer-1m81uuw > :first-child, .framer-xIeix .framer-3g28ou > :first-child, .framer-xIeix .framer-2q10mf > :first-child, .framer-xIeix .framer-3wskos > :first-child, .framer-xIeix .framer-bsmbbm > :first-child, .framer-xIeix .framer-1r904ae > :first-child, .framer-xIeix .framer-11acyps > :first-child, .framer-xIeix .framer-1233nbv > :first-child { margin-top: 0px; } .framer-xIeix.framer-1m81uuw > :last-child, .framer-xIeix .framer-3g28ou > :last-child, .framer-xIeix .framer-2q10mf > :last-child, .framer-xIeix .framer-3wskos > :last-child, .framer-xIeix .framer-bsmbbm > :last-child, .framer-xIeix .framer-1r904ae > :last-child, .framer-xIeix .framer-11acyps > :last-child, .framer-xIeix .framer-1233nbv > :last-child { margin-bottom: 0px; } .framer-xIeix .framer-3g28ou > *, .framer-xIeix .framer-1r904ae > *, .framer-xIeix .framer-1233nbv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xIeix .framer-2q10mf > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-xIeix .framer-10awrad > * { margin: 0px; margin-left: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); margin-right: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); } .framer-xIeix .framer-10awrad > :first-child, .framer-xIeix .framer-ukh8sg > :first-child, .framer-xIeix .framer-ojbcpo > :first-child, .framer-xIeix .framer-2rgl6p > :first-child, .framer-xIeix .framer-y2gmiy > :first-child, .framer-xIeix .framer-1mmswtr > :first-child, .framer-xIeix .framer-xye35x > :first-child, .framer-xIeix .framer-1a0d6qd > :first-child { margin-left: 0px; } .framer-xIeix .framer-10awrad > :last-child, .framer-xIeix .framer-ukh8sg > :last-child, .framer-xIeix .framer-ojbcpo > :last-child, .framer-xIeix .framer-2rgl6p > :last-child, .framer-xIeix .framer-y2gmiy > :last-child, .framer-xIeix .framer-1mmswtr > :last-child, .framer-xIeix .framer-xye35x > :last-child, .framer-xIeix .framer-1a0d6qd > :last-child { margin-right: 0px; } .framer-xIeix .framer-3wskos > *, .framer-xIeix .framer-bsmbbm > *, .framer-xIeix .framer-11acyps > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xIeix .framer-ukh8sg > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-xIeix .framer-ojbcpo > * { margin: 0px; margin-left: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); margin-right: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); } .framer-xIeix .framer-2rgl6p > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-xIeix .framer-y2gmiy > *, .framer-xIeix .framer-1a0d6qd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xIeix .framer-1mmswtr > *, .framer-xIeix .framer-xye35x > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-xIeix.framer-v-1nkrdot .framer-oe6z7s, .framer-xIeix.framer-v-1m66r6a .framer-oe6z7s, .framer-xIeix.framer-v-1vnjkqz .framer-oe6z7s, .framer-xIeix.framer-v-5i4h6t .framer-oe6z7s { height: var(--framer-aspect-ratio-supported, 140px); right: 80px; top: -128px; width: 140px; }\",\".framer-xIeix.framer-v-1nkrdot .framer-1qotriy, .framer-xIeix.framer-v-1m66r6a .framer-1qotriy, .framer-xIeix.framer-v-1vnjkqz .framer-1qotriy, .framer-xIeix.framer-v-5i4h6t .framer-1qotriy { height: var(--framer-aspect-ratio-supported, 80px); top: -79px; width: 80px; }\",\".framer-xIeix.framer-v-1nkrdot .framer-3g28ou, .framer-xIeix.framer-v-1m66r6a .framer-3g28ou, .framer-xIeix.framer-v-1vnjkqz .framer-3g28ou, .framer-xIeix.framer-v-5i4h6t .framer-3g28ou { padding: 120px 0px 120px 0px; }\",\".framer-xIeix.framer-v-1nkrdot .framer-ojbcpo, .framer-xIeix.framer-v-1vnjkqz .framer-ojbcpo { align-content: flex-start; align-items: flex-start; }\",\".framer-xIeix.framer-v-1m66r6a .framer-2q10mf { gap: calc(max(0, var(--d2an15)) * 1px); padding: 0px 40px 0px 40px; }\",\".framer-xIeix.framer-v-1m66r6a .framer-10awrad, .framer-xIeix.framer-v-p53zur .framer-10awrad, .framer-xIeix.framer-v-5i4h6t .framer-10awrad, .framer-xIeix.framer-v-1v6mcjp .framer-10awrad { flex-direction: column; }\",\".framer-xIeix.framer-v-1m66r6a .framer-ojbcpo, .framer-xIeix.framer-v-p53zur .framer-ojbcpo, .framer-xIeix.framer-v-5i4h6t .framer-ojbcpo, .framer-xIeix.framer-v-1v6mcjp .framer-ojbcpo { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-xIeix.framer-v-1m66r6a .framer-2rgl6p, .framer-xIeix.framer-v-p53zur .framer-2rgl6p, .framer-xIeix.framer-v-5i4h6t .framer-2rgl6p, .framer-xIeix.framer-v-1v6mcjp .framer-2rgl6p { flex: none; width: 100%; }\",\".framer-xIeix.framer-v-1m66r6a .framer-y2gmiy { height: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xIeix.framer-v-1m66r6a .framer-2q10mf, .framer-xIeix.framer-v-1m66r6a .framer-10awrad, .framer-xIeix.framer-v-1m66r6a .framer-ojbcpo { gap: 0px; } .framer-xIeix.framer-v-1m66r6a .framer-2q10mf > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--d2an15)) * 1px) / 2); margin-top: calc(calc(max(0, var(--d2an15)) * 1px) / 2); } .framer-xIeix.framer-v-1m66r6a .framer-2q10mf > :first-child, .framer-xIeix.framer-v-1m66r6a .framer-10awrad > :first-child, .framer-xIeix.framer-v-1m66r6a .framer-ojbcpo > :first-child { margin-top: 0px; } .framer-xIeix.framer-v-1m66r6a .framer-2q10mf > :last-child, .framer-xIeix.framer-v-1m66r6a .framer-10awrad > :last-child, .framer-xIeix.framer-v-1m66r6a .framer-ojbcpo > :last-child { margin-bottom: 0px; } .framer-xIeix.framer-v-1m66r6a .framer-10awrad > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); margin-top: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); } .framer-xIeix.framer-v-1m66r6a .framer-ojbcpo > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); margin-top: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); } }\",\".framer-xIeix.framer-v-p53zur.framer-1m81uuw, .framer-xIeix.framer-v-1v6mcjp.framer-1m81uuw { width: 390px; }\",\".framer-xIeix.framer-v-p53zur .framer-oe6z7s, .framer-xIeix.framer-v-1v6mcjp .framer-oe6z7s { height: var(--framer-aspect-ratio-supported, 120px); right: 24px; top: -110px; width: 120px; }\",\".framer-xIeix.framer-v-p53zur .framer-1qotriy, .framer-xIeix.framer-v-1v6mcjp .framer-1qotriy { height: var(--framer-aspect-ratio-supported, 60px); top: -59px; width: 60px; }\",\".framer-xIeix.framer-v-p53zur .framer-3g28ou, .framer-xIeix.framer-v-1v6mcjp .framer-3g28ou { padding: 80px 0px 80px 0px; }\",\".framer-xIeix.framer-v-p53zur .framer-2q10mf, .framer-xIeix.framer-v-1v6mcjp .framer-2q10mf { gap: calc(max(0, var(--bygrs9)) * 1px); padding: 0px 24px 0px 24px; }\",\".framer-xIeix.framer-v-p53zur .framer-y2gmiy, .framer-xIeix.framer-v-1v6mcjp .framer-y2gmiy { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; max-width: 100%; width: 100%; }\",\".framer-xIeix.framer-v-p53zur .framer-1mmswtr { flex-direction: column; justify-content: flex-start; max-width: 100%; width: 100%; }\",\".framer-xIeix.framer-v-p53zur .framer-xye35x { justify-content: flex-start; width: 100%; }\",\".framer-xIeix.framer-v-p53zur .framer-1djsn3f, .framer-xIeix.framer-v-1v6mcjp .framer-1djsn3f { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xIeix.framer-v-p53zur .framer-2q10mf, .framer-xIeix.framer-v-p53zur .framer-10awrad, .framer-xIeix.framer-v-p53zur .framer-ojbcpo, .framer-xIeix.framer-v-p53zur .framer-y2gmiy, .framer-xIeix.framer-v-p53zur .framer-1mmswtr { gap: 0px; } .framer-xIeix.framer-v-p53zur .framer-2q10mf > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--bygrs9)) * 1px) / 2); margin-top: calc(calc(max(0, var(--bygrs9)) * 1px) / 2); } .framer-xIeix.framer-v-p53zur .framer-2q10mf > :first-child, .framer-xIeix.framer-v-p53zur .framer-10awrad > :first-child, .framer-xIeix.framer-v-p53zur .framer-ojbcpo > :first-child, .framer-xIeix.framer-v-p53zur .framer-y2gmiy > :first-child, .framer-xIeix.framer-v-p53zur .framer-1mmswtr > :first-child { margin-top: 0px; } .framer-xIeix.framer-v-p53zur .framer-2q10mf > :last-child, .framer-xIeix.framer-v-p53zur .framer-10awrad > :last-child, .framer-xIeix.framer-v-p53zur .framer-ojbcpo > :last-child, .framer-xIeix.framer-v-p53zur .framer-y2gmiy > :last-child, .framer-xIeix.framer-v-p53zur .framer-1mmswtr > :last-child { margin-bottom: 0px; } .framer-xIeix.framer-v-p53zur .framer-10awrad > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); margin-top: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); } .framer-xIeix.framer-v-p53zur .framer-ojbcpo > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); margin-top: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); } .framer-xIeix.framer-v-p53zur .framer-y2gmiy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xIeix.framer-v-p53zur .framer-1mmswtr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-xIeix.framer-v-5i4h6t .framer-2q10mf { padding: 0px 40px 0px 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xIeix.framer-v-5i4h6t .framer-10awrad, .framer-xIeix.framer-v-5i4h6t .framer-ojbcpo { gap: 0px; } .framer-xIeix.framer-v-5i4h6t .framer-10awrad > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); margin-top: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); } .framer-xIeix.framer-v-5i4h6t .framer-10awrad > :first-child, .framer-xIeix.framer-v-5i4h6t .framer-ojbcpo > :first-child { margin-top: 0px; } .framer-xIeix.framer-v-5i4h6t .framer-10awrad > :last-child, .framer-xIeix.framer-v-5i4h6t .framer-ojbcpo > :last-child { margin-bottom: 0px; } .framer-xIeix.framer-v-5i4h6t .framer-ojbcpo > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); margin-top: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); } }\",\".framer-xIeix.framer-v-1v6mcjp .framer-1mmswtr { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xIeix.framer-v-1v6mcjp .framer-2q10mf, .framer-xIeix.framer-v-1v6mcjp .framer-10awrad, .framer-xIeix.framer-v-1v6mcjp .framer-ojbcpo, .framer-xIeix.framer-v-1v6mcjp .framer-y2gmiy, .framer-xIeix.framer-v-1v6mcjp .framer-1mmswtr { gap: 0px; } .framer-xIeix.framer-v-1v6mcjp .framer-2q10mf > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--bygrs9)) * 1px) / 2); margin-top: calc(calc(max(0, var(--bygrs9)) * 1px) / 2); } .framer-xIeix.framer-v-1v6mcjp .framer-2q10mf > :first-child, .framer-xIeix.framer-v-1v6mcjp .framer-10awrad > :first-child, .framer-xIeix.framer-v-1v6mcjp .framer-ojbcpo > :first-child, .framer-xIeix.framer-v-1v6mcjp .framer-y2gmiy > :first-child, .framer-xIeix.framer-v-1v6mcjp .framer-1mmswtr > :first-child { margin-top: 0px; } .framer-xIeix.framer-v-1v6mcjp .framer-2q10mf > :last-child, .framer-xIeix.framer-v-1v6mcjp .framer-10awrad > :last-child, .framer-xIeix.framer-v-1v6mcjp .framer-ojbcpo > :last-child, .framer-xIeix.framer-v-1v6mcjp .framer-y2gmiy > :last-child, .framer-xIeix.framer-v-1v6mcjp .framer-1mmswtr > :last-child { margin-bottom: 0px; } .framer-xIeix.framer-v-1v6mcjp .framer-10awrad > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); margin-top: calc(calc(max(0, var(--kjfmwr)) * 1px) / 2); } .framer-xIeix.framer-v-1v6mcjp .framer-ojbcpo > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); margin-top: calc(calc(max(0, var(--1srovfu)) * 1px) / 2); } .framer-xIeix.framer-v-1v6mcjp .framer-y2gmiy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xIeix.framer-v-1v6mcjp .framer-1mmswtr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 699\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"s0SYJcHII\":{\"layout\":[\"fixed\",\"auto\"]},\"sJdb01iZG\":{\"layout\":[\"fixed\",\"auto\"]},\"sS9FyLDay\":{\"layout\":[\"fixed\",\"auto\"]},\"H6SXLhiCp\":{\"layout\":[\"fixed\",\"auto\"]},\"n4nj4pojp\":{\"layout\":[\"fixed\",\"auto\"]},\"TGM3D8UFj\":{\"layout\":[\"fixed\",\"auto\"]},\"F2OGe1YoP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"IfV1kjGvO\":\"milkyAnimation\",\"AxHf17ibi\":\"hanaAnimation\",\"L82stzhYU\":\"title1\",\"EvXTqAW0X\":\"title1TH\",\"JPDu6TwzI\":\"title2\",\"iO4tnwugG\":\"title2TH\",\"LzeIOggQS\":\"title3\",\"bCinIBZmq\":\"title3TH\",\"VPfKRAyI5\":\"address\",\"RP19H4v9n\":\"addressTH\",\"j4IWJuAGH\":\"mobile\",\"P0EC3SFZT\":\"mobileTH\",\"XxQCMVwyH\":\"name1\",\"HDPXKiRnI\":\"nameTH\",\"UhJT9FpGW\":\"distribute\",\"VkOr1GhiF\":\"gap\",\"ciGS43DVn\":\"distribute2\",\"FY0MwB7BX\":\"gap2\",\"IGnrVxkN9\":\"sectionGap\",\"fjB66GA8_\":\"sectionGapTablet\",\"RpycM201b\":\"addressTH1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere5qDn3ekp=withCSS(Component,css,\"framer-xIeix\");export default Framere5qDn3ekp;Framere5qDn3ekp.displayName=\"home\";Framere5qDn3ekp.defaultProps={height:699,width:1920};addPropertyControls(Framere5qDn3ekp,{variant:{options:[\"xQfDLIV24\",\"s0SYJcHII\",\"sJdb01iZG\",\"sS9FyLDay\",\"H6SXLhiCp\",\"n4nj4pojp\",\"TGM3D8UFj\",\"F2OGe1YoP\"],optionTitles:[\"Footer - Default\",\"Footer - Small Desktop\",\"Footer - Tablet \",\"Footer - Mobile\",\"Footer - Default - TH\",\"Footer - Small Desktop - TH\",\"Footer - Tablet - TH\",\"Footer - Mobile - TH\"],title:\"Variant\",type:ControlType.Enum},IfV1kjGvO:{defaultValue:false,title:\"Milky Animation\",type:ControlType.Boolean},AxHf17ibi:{defaultValue:false,title:\"Hana Animation\",type:ControlType.Boolean},L82stzhYU:{defaultValue:\"OFFICE\",displayTextArea:false,title:\"Title 1\",type:ControlType.String},EvXTqAW0X:{defaultValue:\"\",displayTextArea:false,title:\"Title 1 - TH\",type:ControlType.String},JPDu6TwzI:{defaultValue:\"GENERAL\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},iO4tnwugG:{defaultValue:\"\",displayTextArea:false,title:\"Title 2 - TH\",type:ControlType.String},LzeIOggQS:{defaultValue:\"New Business\",displayTextArea:false,title:\"Title 3\",type:ControlType.String},bCinIBZmq:{defaultValue:\"\",displayTextArea:false,title:\"Title 3 - TH\",type:ControlType.String},VPfKRAyI5:{defaultValue:\"Hilton Silom, 3rd Floor, Unit 1-9, 320 Silom Road, Suriya Wong, Bang Rak, 10500, Bangkok, Thailand.\",displayTextArea:true,title:\"Address\",type:ControlType.String},RP19H4v9n:{defaultValue:\"\",displayTextArea:true,title:\"Address - TH\",type:ControlType.String},j4IWJuAGH:{defaultValue:\"+66 (0)2 028 7746\",displayTextArea:false,title:\"Mobile\",type:ControlType.String},P0EC3SFZT:{defaultValue:\"\",displayTextArea:false,title:\"Mobile - TH\",type:ControlType.String},XxQCMVwyH:{defaultValue:\"Nathsasi (Rin)\",displayTextArea:false,title:\"Name\",type:ControlType.String},HDPXKiRnI:{defaultValue:\"\",displayTextArea:false,title:\"Name - TH\",type:ControlType.String},UhJT9FpGW:{defaultValue:\"space-between\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},VkOr1GhiF:{defaultValue:80,min:0,title:\"Gap\",type:ControlType.Number},ciGS43DVn:{defaultValue:\"space-between\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute 2\",type:ControlType.Enum},FY0MwB7BX:{defaultValue:40,min:0,title:\"Gap 2\",type:ControlType.Number},IGnrVxkN9:{defaultValue:80,min:0,title:\"Section Gap\",type:ControlType.Number},fjB66GA8_:{defaultValue:80,min:0,title:\"Section Gap - Tablet\",type:ControlType.Number},RpycM201b:{defaultValue:\"Hilton Silom ชั้น 3 ห้อง 1-9 \\n320 ถนนสีลม แขวงสุริยวงศ์\\nเขตบางรัก 10500 กรุงเทพฯ ประเทศไทย\",displayTextArea:true,title:\"Address - TH\",type:ControlType.String}});addFonts(Framere5qDn3ekp,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Prompt\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_g4a2kvc5Q9dw.woff2\",weight:\"300\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"}]},...LinkMenuFonts,...LinkDefaultFonts,...TimeDateFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere5qDn3ekp\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"s0SYJcHII\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sJdb01iZG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sS9FyLDay\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H6SXLhiCp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n4nj4pojp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TGM3D8UFj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F2OGe1YoP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"IfV1kjGvO\\\":\\\"milkyAnimation\\\",\\\"AxHf17ibi\\\":\\\"hanaAnimation\\\",\\\"L82stzhYU\\\":\\\"title1\\\",\\\"EvXTqAW0X\\\":\\\"title1TH\\\",\\\"JPDu6TwzI\\\":\\\"title2\\\",\\\"iO4tnwugG\\\":\\\"title2TH\\\",\\\"LzeIOggQS\\\":\\\"title3\\\",\\\"bCinIBZmq\\\":\\\"title3TH\\\",\\\"VPfKRAyI5\\\":\\\"address\\\",\\\"RP19H4v9n\\\":\\\"addressTH\\\",\\\"j4IWJuAGH\\\":\\\"mobile\\\",\\\"P0EC3SFZT\\\":\\\"mobileTH\\\",\\\"XxQCMVwyH\\\":\\\"name1\\\",\\\"HDPXKiRnI\\\":\\\"nameTH\\\",\\\"UhJT9FpGW\\\":\\\"distribute\\\",\\\"VkOr1GhiF\\\":\\\"gap\\\",\\\"ciGS43DVn\\\":\\\"distribute2\\\",\\\"FY0MwB7BX\\\":\\\"gap2\\\",\\\"IGnrVxkN9\\\":\\\"sectionGap\\\",\\\"fjB66GA8_\\\":\\\"sectionGapTablet\\\",\\\"RpycM201b\\\":\\\"addressTH1\\\"}\",\"framerIntrinsicHeight\":\"699\",\"framerIntrinsicWidth\":\"1920\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e5qDn3ekp.map","// Generated by Framer (62362ed)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"nvtWAkui3\",\"MjZ0xsBSu\"];const serializationHash=\"framer-BIIkl\";const variantClassNames={MjZ0xsBSu:\"framer-v-49g8ed\",nvtWAkui3:\"framer-v-d4cad2\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"00\":\"nvtWAkui3\",\"Variant 2\":\"MjZ0xsBSu\"};const getProps=({height,id,logo,width,...props})=>{return{...props,GQLXL9Grc:logo??props.GQLXL9Grc??{alt:\"\",pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/VhgetOrQXOnpAbe7ghqRjB10Vko.svg\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"nvtWAkui3\"};};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,GQLXL9Grc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nvtWAkui3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-d4cad2\",className,classNames),\"data-framer-name\":\"00\",layoutDependency:layoutDependency,layoutId:\"nvtWAkui3\",ref:refBinding,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{MjZ0xsBSu:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({MjZ0xsBSu:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||365)-0-219)/2)),pixelHeight:150,pixelWidth:150,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6)`,...toResponsiveImage(GQLXL9Grc),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1wm4b8d\",layoutDependency:layoutDependency,layoutId:\"C423rf2V7\",...addPropertyOverrides({MjZ0xsBSu:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-363)/2)),pixelHeight:150,pixelWidth:150,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(GQLXL9Grc),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BIIkl.framer-1ipmp9c, .framer-BIIkl .framer-1ipmp9c { display: block; }\",\".framer-BIIkl.framer-d4cad2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 365px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 365px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BIIkl .framer-1wm4b8d { flex: none; height: 219px; overflow: visible; position: relative; width: 60%; }\",\".framer-BIIkl.framer-v-49g8ed.framer-d4cad2 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 100px); width: 100px; will-change: unset; }\",\".framer-BIIkl.framer-v-49g8ed .framer-1wm4b8d { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 100px); width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 365\n * @framerIntrinsicWidth 365\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MjZ0xsBSu\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GQLXL9Grc\":\"logo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerRVoKho4B_=withCSS(Component,css,\"framer-BIIkl\");export default FramerRVoKho4B_;FramerRVoKho4B_.displayName=\"LogosContainer\";FramerRVoKho4B_.defaultProps={height:365,width:365};addPropertyControls(FramerRVoKho4B_,{variant:{options:[\"nvtWAkui3\",\"MjZ0xsBSu\"],optionTitles:[\"00\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},GQLXL9Grc:{__defaultAssetReference:\"data:framer/asset-reference,VhgetOrQXOnpAbe7ghqRjB10Vko.svg?originalFilename=Acura.svg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,VhgetOrQXOnpAbe7ghqRjB10Vko.svg?originalFilename=Acura.svg&preferredSize=auto\"},title:\"Logo\",type:ControlType.ResponsiveImage}});addFonts(FramerRVoKho4B_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRVoKho4B_\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MjZ0xsBSu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"365\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"365\",\"framerVariables\":\"{\\\"GQLXL9Grc\\\":\\\"logo\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RVoKho4B_.map","// Generated by Framer (7b363e7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LogosContainer from\"https://framerusercontent.com/modules/Yq7uM4Lf2puyCs8Dofr4/lbDp3lX15e0kLzUvJhO5/RVoKho4B_.js\";const LogosContainerFonts=getFonts(LogosContainer);const cycleOrder=[\"nIZ7U6hxO\",\"jiXJU3lEP\",\"GaIfD8jRF\",\"v_yRkQ7Pu\",\"c41D8862C\",\"PeMSjBWyQ\",\"aBl7hXUhE\",\"LWA0yV8JD\"];const serializationHash=\"framer-mdCwx\";const variantClassNames={aBl7hXUhE:\"framer-v-igacrb\",c41D8862C:\"framer-v-1ngge7q\",GaIfD8jRF:\"framer-v-i7wfk0\",jiXJU3lEP:\"framer-v-o5exj1\",LWA0yV8JD:\"framer-v-17ybw7r\",nIZ7U6hxO:\"framer-v-hvkyy2\",PeMSjBWyQ:\"framer-v-1t119ol\",v_yRkQ7Pu:\"framer-v-4gxm28\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1 Mobile\":\"v_yRkQ7Pu\",\"Variant 1\":\"nIZ7U6hxO\",\"Variant 2 Mobile\":\"c41D8862C\",\"Variant 2\":\"jiXJU3lEP\",\"Variant 3 Mobile\":\"PeMSjBWyQ\",\"Variant 3\":\"GaIfD8jRF\",small1:\"aBl7hXUhE\",small2:\"LWA0yV8JD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nIZ7U6hxO\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nIZ7U6hxO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"jiXJU3lEP\",\"GaIfD8jRF\",\"c41D8862C\",\"PeMSjBWyQ\",\"LWA0yV8JD\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"jiXJU3lEP\",\"c41D8862C\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"GaIfD8jRF\",\"PeMSjBWyQ\",\"LWA0yV8JD\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"aBl7hXUhE\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"LWA0yV8JD\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hvkyy2\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nIZ7U6hxO\",ref:refBinding,style:{...style},...addPropertyOverrides({aBl7hXUhE:{\"data-framer-name\":\"small1\"},c41D8862C:{\"data-framer-name\":\"Variant 2 Mobile\"},GaIfD8jRF:{\"data-framer-name\":\"Variant 3\"},jiXJU3lEP:{\"data-framer-name\":\"Variant 2\"},LWA0yV8JD:{\"data-framer-name\":\"small2\"},PeMSjBWyQ:{\"data-framer-name\":\"Variant 3 Mobile\"},v_yRkQ7Pu:{\"data-framer-name\":\"Variant 1 Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rsxx6j-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yHimpwydv-container\",nodeId:\"yHimpwydv\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/J2gMbuzh7s8WxocrxXXtGKXurzg.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/J2gMbuzh7s8WxocrxXXtGKXurzg.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/J2gMbuzh7s8WxocrxXXtGKXurzg.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/J2gMbuzh7s8WxocrxXXtGKXurzg.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/J2gMbuzh7s8WxocrxXXtGKXurzg.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"yHimpwydv\",layoutId:\"yHimpwydv\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ollfvo-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"bnikcFVA3-container\",nodeId:\"bnikcFVA3\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/mAk0oO4CfYas0WpJjq5Cs6rxO3k.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/mAk0oO4CfYas0WpJjq5Cs6rxO3k.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/mAk0oO4CfYas0WpJjq5Cs6rxO3k.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/mAk0oO4CfYas0WpJjq5Cs6rxO3k.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/mAk0oO4CfYas0WpJjq5Cs6rxO3k.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"bnikcFVA3\",layoutId:\"bnikcFVA3\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"86px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gjtuph-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"DtR1joySa-container\",nodeId:\"DtR1joySa\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/SDimCARXCZyPs9P48ke5AOAoc.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/SDimCARXCZyPs9P48ke5AOAoc.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/SDimCARXCZyPs9P48ke5AOAoc.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/SDimCARXCZyPs9P48ke5AOAoc.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/SDimCARXCZyPs9P48ke5AOAoc.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"DtR1joySa\",layoutId:\"DtR1joySa\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e12s07-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ayGFtRJm8-container\",nodeId:\"ayGFtRJm8\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/a2TQUMlgwmwawxW0Dkjk5KBhoI0.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/a2TQUMlgwmwawxW0Dkjk5KBhoI0.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/a2TQUMlgwmwawxW0Dkjk5KBhoI0.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/a2TQUMlgwmwawxW0Dkjk5KBhoI0.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/a2TQUMlgwmwawxW0Dkjk5KBhoI0.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"ayGFtRJm8\",layoutId:\"ayGFtRJm8\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dpg5bc-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ZGVUNHZ67-container\",nodeId:\"ZGVUNHZ67\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/HT6ioUZGc3hsAsNgB7vSGbvgns.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/HT6ioUZGc3hsAsNgB7vSGbvgns.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/HT6ioUZGc3hsAsNgB7vSGbvgns.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/HT6ioUZGc3hsAsNgB7vSGbvgns.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/HT6ioUZGc3hsAsNgB7vSGbvgns.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"ZGVUNHZ67\",layoutId:\"ZGVUNHZ67\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yl8m25-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Fpjvh4eLb-container\",nodeId:\"Fpjvh4eLb\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/opxDq1OmOzL5zgynlBDjnx0LTE.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/opxDq1OmOzL5zgynlBDjnx0LTE.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/opxDq1OmOzL5zgynlBDjnx0LTE.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/opxDq1OmOzL5zgynlBDjnx0LTE.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/opxDq1OmOzL5zgynlBDjnx0LTE.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"Fpjvh4eLb\",layoutId:\"Fpjvh4eLb\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"86px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2toimd-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"b6LtERmQ7-container\",nodeId:\"b6LtERmQ7\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/ynDQsO3KEEP01GohaNRK0ZTECOk.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/ynDQsO3KEEP01GohaNRK0ZTECOk.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/ynDQsO3KEEP01GohaNRK0ZTECOk.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/ynDQsO3KEEP01GohaNRK0ZTECOk.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/ynDQsO3KEEP01GohaNRK0ZTECOk.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"b6LtERmQ7\",layoutId:\"b6LtERmQ7\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yt8ot9-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Yr_ej3Kxr-container\",nodeId:\"Yr_ej3Kxr\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/5Mj85xEDpPgNwYKR2WtEoYQAWtk.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/5Mj85xEDpPgNwYKR2WtEoYQAWtk.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/5Mj85xEDpPgNwYKR2WtEoYQAWtk.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/5Mj85xEDpPgNwYKR2WtEoYQAWtk.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/5Mj85xEDpPgNwYKR2WtEoYQAWtk.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"Yr_ej3Kxr\",layoutId:\"Yr_ej3Kxr\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zihfr2-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LizgRkuu9-container\",nodeId:\"LizgRkuu9\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/gUyObO11KNAQvEJy79goiDk324U.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/gUyObO11KNAQvEJy79goiDk324U.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/gUyObO11KNAQvEJy79goiDk324U.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/gUyObO11KNAQvEJy79goiDk324U.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/gUyObO11KNAQvEJy79goiDk324U.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"LizgRkuu9\",layoutId:\"LizgRkuu9\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1p6xi15-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"O_AEzI_ut-container\",nodeId:\"O_AEzI_ut\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/1l1azKlDbqEks5INTKLmzdQN4m4.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/1l1azKlDbqEks5INTKLmzdQN4m4.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/1l1azKlDbqEks5INTKLmzdQN4m4.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/1l1azKlDbqEks5INTKLmzdQN4m4.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/1l1azKlDbqEks5INTKLmzdQN4m4.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"O_AEzI_ut\",layoutId:\"O_AEzI_ut\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"86px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xfomga-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"A9BvqnJKP-container\",nodeId:\"A9BvqnJKP\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/3qU8W6Cwf8Cgoul9El5bSoAwfA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/3qU8W6Cwf8Cgoul9El5bSoAwfA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/3qU8W6Cwf8Cgoul9El5bSoAwfA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/3qU8W6Cwf8Cgoul9El5bSoAwfA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/3qU8W6Cwf8Cgoul9El5bSoAwfA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"A9BvqnJKP\",layoutId:\"A9BvqnJKP\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ipum3a-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"a1cJYQI_k-container\",nodeId:\"a1cJYQI_k\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/9ZLAUiAP4ThKJtpMjTZKTprXwdA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/9ZLAUiAP4ThKJtpMjTZKTprXwdA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/9ZLAUiAP4ThKJtpMjTZKTprXwdA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/9ZLAUiAP4ThKJtpMjTZKTprXwdA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/9ZLAUiAP4ThKJtpMjTZKTprXwdA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"a1cJYQI_k\",layoutId:\"a1cJYQI_k\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2),...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},v_yRkQ7Pu:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jk7568-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AAGRCgkWY-container\",nodeId:\"AAGRCgkWY\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/ZM0GVFMrejDgRy71aAotTp100.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/ZM0GVFMrejDgRy71aAotTp100.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/ZM0GVFMrejDgRy71aAotTp100.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/ZM0GVFMrejDgRy71aAotTp100.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/ZM0GVFMrejDgRy71aAotTp100.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"AAGRCgkWY\",layoutId:\"AAGRCgkWY\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({aBl7hXUhE:{variant:\"MjZ0xsBSu\"},v_yRkQ7Pu:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fmn5nj-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"MP5_TzId_-container\",nodeId:\"MP5_TzId_\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"MP5_TzId_\",layoutId:\"MP5_TzId_\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6s9p14-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Eo2rg9l9n-container\",nodeId:\"Eo2rg9l9n\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/Tvwa5q1w9JMKL5avW7FwNrZcC0.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/Tvwa5q1w9JMKL5avW7FwNrZcC0.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/Tvwa5q1w9JMKL5avW7FwNrZcC0.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/Tvwa5q1w9JMKL5avW7FwNrZcC0.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/Tvwa5q1w9JMKL5avW7FwNrZcC0.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"Eo2rg9l9n\",layoutId:\"Eo2rg9l9n\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d81enc-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rGo0m73a0-container\",nodeId:\"rGo0m73a0\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"rGo0m73a0\",layoutId:\"rGo0m73a0\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-39lff7-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uSKUbbYvn-container\",nodeId:\"uSKUbbYvn\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"uSKUbbYvn\",layoutId:\"uSKUbbYvn\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s75x9m-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"D7qNOCLtV-container\",nodeId:\"D7qNOCLtV\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"D7qNOCLtV\",layoutId:\"D7qNOCLtV\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mswkll-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"lWzIQix4s-container\",nodeId:\"lWzIQix4s\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"lWzIQix4s\",layoutId:\"lWzIQix4s\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-aw2310-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"M3vja_txh-container\",nodeId:\"M3vja_txh\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/I6hzOOyFAeJSh6RvfoIsijhcdI.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/I6hzOOyFAeJSh6RvfoIsijhcdI.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/I6hzOOyFAeJSh6RvfoIsijhcdI.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/I6hzOOyFAeJSh6RvfoIsijhcdI.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/I6hzOOyFAeJSh6RvfoIsijhcdI.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"M3vja_txh\",layoutId:\"M3vja_txh\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g67dpz-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TrNJRhtSR-container\",nodeId:\"TrNJRhtSR\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"TrNJRhtSR\",layoutId:\"TrNJRhtSR\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1la7r9q-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FhBGYeNzE-container\",nodeId:\"FhBGYeNzE\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"FhBGYeNzE\",layoutId:\"FhBGYeNzE\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vywxwa-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OHaL16ysa-container\",nodeId:\"OHaL16ysa\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"OHaL16ysa\",layoutId:\"OHaL16ysa\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t43eg-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FFxIBSGi_-container\",nodeId:\"FFxIBSGi_\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"FFxIBSGi_\",layoutId:\"FFxIBSGi_\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15b8q1a-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"q_NK3dfMI-container\",nodeId:\"q_NK3dfMI\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"q_NK3dfMI\",layoutId:\"q_NK3dfMI\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:300,y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-300)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zvuqzw-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"hlWwnXbUf-container\",nodeId:\"hlWwnXbUf\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"hlWwnXbUf\",layoutId:\"hlWwnXbUf\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({c41D8862C:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)},jiXJU3lEP:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-thvg9w-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"x2Bl5kboG-container\",nodeId:\"x2Bl5kboG\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"x2Bl5kboG\",layoutId:\"x2Bl5kboG\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({c41D8862C:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qs4nfb-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UKdpufRoT-container\",nodeId:\"UKdpufRoT\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/580WAIuK0TrQIPViniVshyoWGw.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/580WAIuK0TrQIPViniVshyoWGw.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/580WAIuK0TrQIPViniVshyoWGw.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/580WAIuK0TrQIPViniVshyoWGw.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/580WAIuK0TrQIPViniVshyoWGw.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"UKdpufRoT\",layoutId:\"UKdpufRoT\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kq60cq-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"m8nogGmYC-container\",nodeId:\"m8nogGmYC\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/BMUQ8qnUq8KfpZFt3T2mAZWGogo.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/BMUQ8qnUq8KfpZFt3T2mAZWGogo.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/BMUQ8qnUq8KfpZFt3T2mAZWGogo.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/BMUQ8qnUq8KfpZFt3T2mAZWGogo.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/BMUQ8qnUq8KfpZFt3T2mAZWGogo.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"m8nogGmYC\",layoutId:\"m8nogGmYC\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"86px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c8kxa1-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"k67N3GWQ2-container\",nodeId:\"k67N3GWQ2\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/HbWeJVa8xTl3SvIy8ywRYHrgAM.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/HbWeJVa8xTl3SvIy8ywRYHrgAM.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/HbWeJVa8xTl3SvIy8ywRYHrgAM.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/HbWeJVa8xTl3SvIy8ywRYHrgAM.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/HbWeJVa8xTl3SvIy8ywRYHrgAM.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"k67N3GWQ2\",layoutId:\"k67N3GWQ2\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-npb8e6-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oggFJkcHc-container\",nodeId:\"oggFJkcHc\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/3OSGGVlEbG80reFbINjUDE7neug.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/3OSGGVlEbG80reFbINjUDE7neug.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/3OSGGVlEbG80reFbINjUDE7neug.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/3OSGGVlEbG80reFbINjUDE7neug.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/3OSGGVlEbG80reFbINjUDE7neug.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"oggFJkcHc\",layoutId:\"oggFJkcHc\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ntp7mh-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"BwL6flg8V-container\",nodeId:\"BwL6flg8V\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/5gnXCWgp8nlKzNH9ALOKOgNE.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/5gnXCWgp8nlKzNH9ALOKOgNE.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/5gnXCWgp8nlKzNH9ALOKOgNE.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/5gnXCWgp8nlKzNH9ALOKOgNE.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/5gnXCWgp8nlKzNH9ALOKOgNE.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"BwL6flg8V\",layoutId:\"BwL6flg8V\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13inqbu-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"esF9gwBpW-container\",nodeId:\"esF9gwBpW\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/vO0cfMGw9kghkU3ROe9dqynYJM.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/vO0cfMGw9kghkU3ROe9dqynYJM.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/vO0cfMGw9kghkU3ROe9dqynYJM.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/vO0cfMGw9kghkU3ROe9dqynYJM.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/vO0cfMGw9kghkU3ROe9dqynYJM.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"esF9gwBpW\",layoutId:\"esF9gwBpW\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"86px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ai24jq-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"cPCaduXA9-container\",nodeId:\"cPCaduXA9\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/tmQQSMntGrYgaEqfnAgppUUXZ0.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/tmQQSMntGrYgaEqfnAgppUUXZ0.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/tmQQSMntGrYgaEqfnAgppUUXZ0.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/tmQQSMntGrYgaEqfnAgppUUXZ0.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/tmQQSMntGrYgaEqfnAgppUUXZ0.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"cPCaduXA9\",layoutId:\"cPCaduXA9\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mufugn-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qJaCL17Mp-container\",nodeId:\"qJaCL17Mp\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/tNOHFxRioGar9AzNG52xZZY7wUA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/tNOHFxRioGar9AzNG52xZZY7wUA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/tNOHFxRioGar9AzNG52xZZY7wUA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/tNOHFxRioGar9AzNG52xZZY7wUA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/tNOHFxRioGar9AzNG52xZZY7wUA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"qJaCL17Mp\",layoutId:\"qJaCL17Mp\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h51ocj-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"EUMlsKSH3-container\",nodeId:\"EUMlsKSH3\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/21ga73VlThbPuPG40QgHPfIkjts.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/21ga73VlThbPuPG40QgHPfIkjts.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/21ga73VlThbPuPG40QgHPfIkjts.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/21ga73VlThbPuPG40QgHPfIkjts.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/21ga73VlThbPuPG40QgHPfIkjts.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"EUMlsKSH3\",layoutId:\"EUMlsKSH3\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b6tklo-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"BDM5bLbsL-container\",nodeId:\"BDM5bLbsL\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/UKpOjwKkE5gHia0XAAIOw0hQMxE.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/UKpOjwKkE5gHia0XAAIOw0hQMxE.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/UKpOjwKkE5gHia0XAAIOw0hQMxE.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/UKpOjwKkE5gHia0XAAIOw0hQMxE.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/UKpOjwKkE5gHia0XAAIOw0hQMxE.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"BDM5bLbsL\",layoutId:\"BDM5bLbsL\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"86px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18bm48r-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tE1ywWhWl-container\",nodeId:\"tE1ywWhWl\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/4S8jgvEarFqrn5DYCdv6TsbwxBw.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/4S8jgvEarFqrn5DYCdv6TsbwxBw.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/4S8jgvEarFqrn5DYCdv6TsbwxBw.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/4S8jgvEarFqrn5DYCdv6TsbwxBw.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/4S8jgvEarFqrn5DYCdv6TsbwxBw.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"tE1ywWhWl\",layoutId:\"tE1ywWhWl\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jj0c2z-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"O_ldVsEuv-container\",nodeId:\"O_ldVsEuv\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/6EpFAwl9iYCwvyr2QOBkrHBXUPg.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/6EpFAwl9iYCwvyr2QOBkrHBXUPg.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/6EpFAwl9iYCwvyr2QOBkrHBXUPg.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/6EpFAwl9iYCwvyr2QOBkrHBXUPg.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/6EpFAwl9iYCwvyr2QOBkrHBXUPg.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"O_ldVsEuv\",layoutId:\"O_ldVsEuv\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GaIfD8jRF:{height:300,width:\"300px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-300)/2)},LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)},PeMSjBWyQ:{height:200,width:\"200px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-200)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19xwxwx-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QqMeV89dO-container\",nodeId:\"QqMeV89dO\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/yB0vrJ0ZP7aQHlFfGBi4ngervU.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/yB0vrJ0ZP7aQHlFfGBi4ngervU.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/yB0vrJ0ZP7aQHlFfGBi4ngervU.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/yB0vrJ0ZP7aQHlFfGBi4ngervU.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/yB0vrJ0ZP7aQHlFfGBi4ngervU.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"QqMeV89dO\",layoutId:\"QqMeV89dO\",style:{height:\"100%\",width:\"100%\"},variant:\"nvtWAkui3\",width:\"100%\",...addPropertyOverrides({LWA0yV8JD:{variant:\"MjZ0xsBSu\"},PeMSjBWyQ:{style:{height:\"100%\"},variant:\"MjZ0xsBSu\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pceujl-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ONqXjrPwC-container\",nodeId:\"ONqXjrPwC\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/k5MLj2FmxxQcWUUX8t4dEohMZTg.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"ONqXjrPwC\",layoutId:\"ONqXjrPwC\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-moic4l-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fG9AYlOoK-container\",nodeId:\"fG9AYlOoK\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/hslC3Yununm1Osa5PrVxJsJXA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/hslC3Yununm1Osa5PrVxJsJXA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/hslC3Yununm1Osa5PrVxJsJXA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/hslC3Yununm1Osa5PrVxJsJXA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/hslC3Yununm1Osa5PrVxJsJXA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"fG9AYlOoK\",layoutId:\"fG9AYlOoK\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11kj9pa-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"R8Zzj0dZO-container\",nodeId:\"R8Zzj0dZO\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/GkDjeNuMq7m9MgPMxD6BDba45Oc.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"R8Zzj0dZO\",layoutId:\"R8Zzj0dZO\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dmsykl-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mV3Yq95lT-container\",nodeId:\"mV3Yq95lT\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/LMDPKwROCU8blTsiXMk3FLEVIA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"mV3Yq95lT\",layoutId:\"mV3Yq95lT\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1n9gwab-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"V8q2FM4lJ-container\",nodeId:\"V8q2FM4lJ\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/65opF72bvAn2sN54qzHO2fXdxI.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"V8q2FM4lJ\",layoutId:\"V8q2FM4lJ\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rnmcnd-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"scNp2AuiB-container\",nodeId:\"scNp2AuiB\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/vTj2tPqQ4C5e4Zr0ZkY3YzFGdx4.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"scNp2AuiB\",layoutId:\"scNp2AuiB\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aBl7hXUhE:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h9ioqj-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"NzBGFHS5y-container\",nodeId:\"NzBGFHS5y\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/otjOlMPe7OOxQtW0sqsowraluYs.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/otjOlMPe7OOxQtW0sqsowraluYs.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/otjOlMPe7OOxQtW0sqsowraluYs.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/otjOlMPe7OOxQtW0sqsowraluYs.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/otjOlMPe7OOxQtW0sqsowraluYs.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"NzBGFHS5y\",layoutId:\"NzBGFHS5y\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gty13i-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Yr45C_fNE-container\",nodeId:\"Yr45C_fNE\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/oECRr79aMlMt4U8Xz6BwsHg0iQM.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"Yr45C_fNE\",layoutId:\"Yr45C_fNE\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i2vylk-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FANZjqFMv-container\",nodeId:\"FANZjqFMv\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/SW00KxtlbuetCT3esTSoCx9MX8.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"FANZjqFMv\",layoutId:\"FANZjqFMv\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-22v978-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mSV2Br7Mf-container\",nodeId:\"mSV2Br7Mf\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/RERZPDLfb44Dj96iYNMYVDE8U.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"mSV2Br7Mf\",layoutId:\"mSV2Br7Mf\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tzgzsu-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ZqUBK1Tic-container\",nodeId:\"ZqUBK1Tic\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/GEFu25G9I1Gi10uQBPUWPmb1Qro.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"ZqUBK1Tic\",layoutId:\"ZqUBK1Tic\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jzxm9f-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"SiV0wgJYV-container\",nodeId:\"SiV0wgJYV\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/TLXCoI8Y6y46StIq3o2RyHSAuaA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"SiV0wgJYV\",layoutId:\"SiV0wgJYV\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wdegdc-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"bhh32Sg9f-container\",nodeId:\"bhh32Sg9f\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/AocDYS06MPE7Ir6L09RlYvhnA.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"bhh32Sg9f\",layoutId:\"bhh32Sg9f\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LWA0yV8JD:{height:50,width:\"85px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||100)-0-50)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b4i820-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yAdXCRmHT-container\",nodeId:\"yAdXCRmHT\",rendersWithMotion:true,scopeId:\"WzvpaH8KK\",children:/*#__PURE__*/_jsx(LogosContainer,{GQLXL9Grc:addImageAlt({pixelHeight:4e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?width=4000&height=4000\",srcSet:\"https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?scale-down-to=512&width=4000&height=4000 512w,https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?scale-down-to=1024&width=4000&height=4000 1024w,https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?scale-down-to=2048&width=4000&height=4000 2048w,https://framerusercontent.com/images/4vjw0aJxtxpNbAuz9cJWlAlBJk.jpg?width=4000&height=4000 4000w\"},\"\"),height:\"100%\",id:\"yAdXCRmHT\",layoutId:\"yAdXCRmHT\",style:{height:\"100%\",width:\"100%\"},variant:\"MjZ0xsBSu\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mdCwx.framer-vsew95, .framer-mdCwx .framer-vsew95 { display: block; }\",\".framer-mdCwx.framer-hvkyy2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 200px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-mdCwx .framer-rsxx6j-container, .framer-mdCwx .framer-1ollfvo-container, .framer-mdCwx .framer-1gjtuph-container, .framer-mdCwx .framer-1e12s07-container, .framer-mdCwx .framer-1dpg5bc-container, .framer-mdCwx .framer-1yl8m25-container, .framer-mdCwx .framer-2toimd-container, .framer-mdCwx .framer-yt8ot9-container, .framer-mdCwx .framer-zihfr2-container, .framer-mdCwx .framer-1p6xi15-container, .framer-mdCwx .framer-1xfomga-container, .framer-mdCwx .framer-ipum3a-container, .framer-mdCwx .framer-1jk7568-container, .framer-mdCwx .framer-fmn5nj-container, .framer-mdCwx .framer-6s9p14-container, .framer-mdCwx .framer-d81enc-container, .framer-mdCwx .framer-39lff7-container, .framer-mdCwx .framer-s75x9m-container, .framer-mdCwx .framer-1mswkll-container, .framer-mdCwx .framer-aw2310-container, .framer-mdCwx .framer-g67dpz-container, .framer-mdCwx .framer-1la7r9q-container, .framer-mdCwx .framer-vywxwa-container, .framer-mdCwx .framer-t43eg-container, .framer-mdCwx .framer-15b8q1a-container, .framer-mdCwx .framer-zvuqzw-container, .framer-mdCwx .framer-thvg9w-container, .framer-mdCwx .framer-qs4nfb-container, .framer-mdCwx .framer-kq60cq-container, .framer-mdCwx .framer-1c8kxa1-container, .framer-mdCwx .framer-npb8e6-container, .framer-mdCwx .framer-ntp7mh-container, .framer-mdCwx .framer-13inqbu-container, .framer-mdCwx .framer-1ai24jq-container, .framer-mdCwx .framer-mufugn-container, .framer-mdCwx .framer-1h51ocj-container, .framer-mdCwx .framer-b6tklo-container, .framer-mdCwx .framer-18bm48r-container, .framer-mdCwx .framer-1jj0c2z-container, .framer-mdCwx .framer-19xwxwx-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 300px); position: relative; width: 300px; }\",\".framer-mdCwx .framer-pceujl-container, .framer-mdCwx .framer-moic4l-container, .framer-mdCwx .framer-11kj9pa-container, .framer-mdCwx .framer-1dmsykl-container, .framer-mdCwx .framer-1n9gwab-container, .framer-mdCwx .framer-1rnmcnd-container, .framer-mdCwx .framer-1h9ioqj-container, .framer-mdCwx .framer-1gty13i-container, .framer-mdCwx .framer-i2vylk-container, .framer-mdCwx .framer-22v978-container, .framer-mdCwx .framer-tzgzsu-container, .framer-mdCwx .framer-1jzxm9f-container, .framer-mdCwx .framer-1wdegdc-container, .framer-mdCwx .framer-b4i820-container { flex: none; height: 50px; position: relative; width: 85px; }\",\".framer-mdCwx.framer-v-4gxm28.framer-hvkyy2, .framer-mdCwx.framer-v-1ngge7q.framer-hvkyy2, .framer-mdCwx.framer-v-1t119ol.framer-hvkyy2, .framer-mdCwx.framer-v-igacrb.framer-hvkyy2, .framer-mdCwx.framer-v-17ybw7r.framer-hvkyy2 { gap: 16px; height: 100px; }\",\".framer-mdCwx.framer-v-4gxm28 .framer-rsxx6j-container, .framer-mdCwx.framer-v-4gxm28 .framer-1ollfvo-container, .framer-mdCwx.framer-v-4gxm28 .framer-1gjtuph-container, .framer-mdCwx.framer-v-4gxm28 .framer-1e12s07-container, .framer-mdCwx.framer-v-4gxm28 .framer-1dpg5bc-container, .framer-mdCwx.framer-v-4gxm28 .framer-1yl8m25-container, .framer-mdCwx.framer-v-4gxm28 .framer-2toimd-container, .framer-mdCwx.framer-v-4gxm28 .framer-yt8ot9-container, .framer-mdCwx.framer-v-4gxm28 .framer-zihfr2-container, .framer-mdCwx.framer-v-4gxm28 .framer-1p6xi15-container, .framer-mdCwx.framer-v-4gxm28 .framer-1xfomga-container, .framer-mdCwx.framer-v-4gxm28 .framer-ipum3a-container, .framer-mdCwx.framer-v-4gxm28 .framer-1jk7568-container, .framer-mdCwx.framer-v-1ngge7q .framer-fmn5nj-container, .framer-mdCwx.framer-v-1ngge7q .framer-6s9p14-container, .framer-mdCwx.framer-v-1ngge7q .framer-d81enc-container, .framer-mdCwx.framer-v-1ngge7q .framer-39lff7-container, .framer-mdCwx.framer-v-1ngge7q .framer-s75x9m-container, .framer-mdCwx.framer-v-1ngge7q .framer-1mswkll-container, .framer-mdCwx.framer-v-1ngge7q .framer-aw2310-container, .framer-mdCwx.framer-v-1ngge7q .framer-g67dpz-container, .framer-mdCwx.framer-v-1ngge7q .framer-1la7r9q-container, .framer-mdCwx.framer-v-1ngge7q .framer-vywxwa-container, .framer-mdCwx.framer-v-1ngge7q .framer-t43eg-container, .framer-mdCwx.framer-v-1ngge7q .framer-15b8q1a-container, .framer-mdCwx.framer-v-1ngge7q .framer-zvuqzw-container { aspect-ratio: unset; height: 300px; width: auto; }\",\".framer-mdCwx.framer-v-1ngge7q .framer-thvg9w-container, .framer-mdCwx.framer-v-1t119ol .framer-qs4nfb-container, .framer-mdCwx.framer-v-1t119ol .framer-kq60cq-container, .framer-mdCwx.framer-v-1t119ol .framer-1c8kxa1-container, .framer-mdCwx.framer-v-1t119ol .framer-npb8e6-container, .framer-mdCwx.framer-v-1t119ol .framer-ntp7mh-container, .framer-mdCwx.framer-v-1t119ol .framer-13inqbu-container, .framer-mdCwx.framer-v-1t119ol .framer-1ai24jq-container, .framer-mdCwx.framer-v-1t119ol .framer-mufugn-container, .framer-mdCwx.framer-v-1t119ol .framer-1h51ocj-container, .framer-mdCwx.framer-v-1t119ol .framer-b6tklo-container, .framer-mdCwx.framer-v-1t119ol .framer-18bm48r-container, .framer-mdCwx.framer-v-1t119ol .framer-1jj0c2z-container, .framer-mdCwx.framer-v-1t119ol .framer-19xwxwx-container { aspect-ratio: unset; height: 200px; width: auto; }\",\".framer-mdCwx.framer-v-igacrb .framer-rsxx6j-container, .framer-mdCwx.framer-v-igacrb .framer-1ollfvo-container, .framer-mdCwx.framer-v-igacrb .framer-1e12s07-container, .framer-mdCwx.framer-v-igacrb .framer-1dpg5bc-container, .framer-mdCwx.framer-v-igacrb .framer-1yl8m25-container, .framer-mdCwx.framer-v-igacrb .framer-yt8ot9-container, .framer-mdCwx.framer-v-igacrb .framer-zihfr2-container, .framer-mdCwx.framer-v-igacrb .framer-1p6xi15-container, .framer-mdCwx.framer-v-igacrb .framer-ipum3a-container, .framer-mdCwx.framer-v-igacrb .framer-1jk7568-container, .framer-mdCwx.framer-v-17ybw7r .framer-qs4nfb-container, .framer-mdCwx.framer-v-17ybw7r .framer-kq60cq-container, .framer-mdCwx.framer-v-17ybw7r .framer-npb8e6-container, .framer-mdCwx.framer-v-17ybw7r .framer-ntp7mh-container, .framer-mdCwx.framer-v-17ybw7r .framer-13inqbu-container, .framer-mdCwx.framer-v-17ybw7r .framer-mufugn-container, .framer-mdCwx.framer-v-17ybw7r .framer-1h51ocj-container, .framer-mdCwx.framer-v-17ybw7r .framer-b6tklo-container, .framer-mdCwx.framer-v-17ybw7r .framer-1jj0c2z-container, .framer-mdCwx.framer-v-17ybw7r .framer-19xwxwx-container { aspect-ratio: unset; height: 50px; width: 85px; }\",\".framer-mdCwx.framer-v-igacrb .framer-1gjtuph-container, .framer-mdCwx.framer-v-igacrb .framer-2toimd-container, .framer-mdCwx.framer-v-igacrb .framer-1xfomga-container, .framer-mdCwx.framer-v-17ybw7r .framer-1c8kxa1-container, .framer-mdCwx.framer-v-17ybw7r .framer-1ai24jq-container, .framer-mdCwx.framer-v-17ybw7r .framer-18bm48r-container { aspect-ratio: unset; height: 50px; width: 86px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 3900\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"jiXJU3lEP\":{\"layout\":[\"auto\",\"fixed\"]},\"GaIfD8jRF\":{\"layout\":[\"auto\",\"fixed\"]},\"v_yRkQ7Pu\":{\"layout\":[\"auto\",\"fixed\"]},\"c41D8862C\":{\"layout\":[\"auto\",\"fixed\"]},\"PeMSjBWyQ\":{\"layout\":[\"auto\",\"fixed\"]},\"aBl7hXUhE\":{\"layout\":[\"auto\",\"fixed\"]},\"LWA0yV8JD\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWzvpaH8KK=withCSS(Component,css,\"framer-mdCwx\");export default FramerWzvpaH8KK;FramerWzvpaH8KK.displayName=\"Ticker Logos\";FramerWzvpaH8KK.defaultProps={height:200,width:3900};addPropertyControls(FramerWzvpaH8KK,{variant:{options:[\"nIZ7U6hxO\",\"jiXJU3lEP\",\"GaIfD8jRF\",\"v_yRkQ7Pu\",\"c41D8862C\",\"PeMSjBWyQ\",\"aBl7hXUhE\",\"LWA0yV8JD\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 1 Mobile\",\"Variant 2 Mobile\",\"Variant 3 Mobile\",\"small1\",\"small2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWzvpaH8KK,[{explicitInter:true,fonts:[]},...LogosContainerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWzvpaH8KK\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"jiXJU3lEP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"GaIfD8jRF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"v_yRkQ7Pu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"c41D8862C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PeMSjBWyQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"aBl7hXUhE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LWA0yV8JD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"3900\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WzvpaH8KK.map"],"mappings":"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"}