{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/H7Hprjo8hFoL6HVuvde6/SlideShow.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js", "ssg:https://framerusercontent.com/modules/25m1zwCkVImMCUAQzh8C/JBIEsotQiJIJYjDzMVAE/Vp10Piz6_.js", "ssg:https://framerusercontent.com/modules/ADEexK075tetiPYkvOVP/vAvWdCuyihd7fG9MuGZ1/xwZvH0TSm-0.js", "ssg:https://framerusercontent.com/modules/ADEexK075tetiPYkvOVP/vAvWdCuyihd7fG9MuGZ1/xwZvH0TSm.js", "ssg:https://framerusercontent.com/modules/y1icX4zR4nbWfphqanuh/I8dadLXvu0mwGQCWrX0d/oq1Tcc1ap.js", "ssg:https://framerusercontent.com/modules/nDJL1LuoM7WO8OIuBinN/q7WMKSgb5k9ASogcrT9g/augiA20Il.js", "ssg:https://framerusercontent.com/modules/lOpbmCCWxQBRDCDXaazb/p2s6VCYSaKdR8PJfNUFl/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);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 r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}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,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches);},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility=progress(start,end,target);if(visibility>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>{var _child_props;return /*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,...childStyle}})});})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{var _scrollInfo_current,_scrollInfo_current1;if(!((_scrollInfo_current=scrollInfo.current)===null||_scrollInfo_current===void 0?void 0:_scrollInfo_current.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((_scrollInfo_current1=scrollInfo.current)===null||_scrollInfo_current1===void 0?void 0:_scrollInfo_current1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* 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:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,CycleVariantState,getFonts,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js\";import*as localizedValues from\"./Vp10Piz6_-0.js\";const CarouselFonts=getFonts(Carousel);const cycleOrder=[\"O8fQpo1Sa\",\"eHUQyktJf\"];const serializationHash=\"framer-BL7AN\";const variantClassNames={eHUQyktJf:\"framer-v-1n78oao\",O8fQpo1Sa:\"framer-v-1bux8w4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={DPtJULW4S:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Slideshow_EN:\"eHUQyktJf\",Slideshow_JP:\"O8fQpo1Sa\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"O8fQpo1Sa\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"O8fQpo1Sa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1e1frkv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),3e3);});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"eHUQyktJf\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"eHUQyktJf\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bux8w4\",className,classNames),\"data-framer-name\":\"Slideshow_JP\",layoutDependency:layoutDependency,layoutId:\"O8fQpo1Sa\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({eHUQyktJf:{\"data-framer-name\":\"Slideshow_EN\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ga8go3-container\",layoutDependency:layoutDependency,layoutId:\"QfL89heUv-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:0,height:\"100%\",id:\"QfL89heUv\",layoutId:\"QfL89heUv\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1916yu\",\"data-framer-name\":\"Slide 1_EN\",layoutDependency:layoutDependency,layoutId:\"qIVPI2aUe\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nsypei\",\"data-framer-name\":\"Frame 1372\",layoutDependency:layoutDependency,layoutId:\"ujgC5ioM0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c3d7jg\",\"data-framer-name\":\"Frame 1373\",layoutDependency:layoutDependency,layoutId:\"CWGQYhQz1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/B9PVVG0WX37WHb08aPBWcvSj8s.png\",srcSet:\"https://framerusercontent.com/images/B9PVVG0WX37WHb08aPBWcvSj8s.png?scale-down-to=512 512w,https://framerusercontent.com/images/B9PVVG0WX37WHb08aPBWcvSj8s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/B9PVVG0WX37WHb08aPBWcvSj8s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/B9PVVG0WX37WHb08aPBWcvSj8s.png 2880w\"},className:\"framer-13svsvh\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"lf4gEb11U\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4t7rj9\",\"data-framer-name\":\"Frame 1461\",layoutDependency:layoutDependency,layoutId:\"ogiaZ3nRf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"You are\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"your                   .\"})]}),className:\"framer-19ahm43\",\"data-framer-name\":\"You are your .\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"aiKM9eC6n\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1381e6a\",\"data-framer-name\":\"Handwriting\",layoutDependency:layoutDependency,layoutId:\"w9sYGRHny\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWVvdyBTY3JpcHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Meow Script\", sans-serif',\"--framer-font-size\":\"82.31px\",\"--framer-line-height\":\"96.84px\"},children:\"memories\"})}),className:\"framer-u4e8vs\",\"data-framer-name\":\"memories\",fonts:[\"GF;Meow Script-regular\"],layoutDependency:layoutDependency,layoutId:\"et2glaEOV\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1atcdiq\",\"data-framer-name\":\"Slide 2_EN\",layoutDependency:layoutDependency,layoutId:\"ReFvBLLq7\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/RHoCfhWRbgFTxQFVFtI9MN2jrac.png\",srcSet:\"https://framerusercontent.com/images/RHoCfhWRbgFTxQFVFtI9MN2jrac.png?scale-down-to=512 512w,https://framerusercontent.com/images/RHoCfhWRbgFTxQFVFtI9MN2jrac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RHoCfhWRbgFTxQFVFtI9MN2jrac.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/RHoCfhWRbgFTxQFVFtI9MN2jrac.png 2880w\"},className:\"framer-slymun\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"gkhvdxQEG\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7d465k\",\"data-framer-name\":\"Frame 1461\",layoutDependency:layoutDependency,layoutId:\"oURUi7Vm6\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"From your present self,\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"to your             self.\"})]}),className:\"framer-upadb2\",\"data-framer-name\":\"From your present self, to your self.\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"kn81tfhxA\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tiicw0\",\"data-framer-name\":\"Handwriting\",layoutDependency:layoutDependency,layoutId:\"RTQkB50S2\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWVvdyBTY3JpcHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Meow Script\", sans-serif',\"--framer-font-size\":\"82.31px\",\"--framer-line-height\":\"96.84px\"},children:\"future\"})}),className:\"framer-qj2bi4\",\"data-framer-name\":\"future\",fonts:[\"GF;Meow Script-regular\"],layoutDependency:layoutDependency,layoutId:\"SrNTJLB7B\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3bp4dz\",\"data-framer-name\":\"Slide 3_EN\",layoutDependency:layoutDependency,layoutId:\"hJoAo9oDS\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p4u9fj\",\"data-framer-name\":\"Frame 1372\",layoutDependency:layoutDependency,layoutId:\"NRsZrLk2G\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qas3pg\",\"data-framer-name\":\"Frame 1373\",layoutDependency:layoutDependency,layoutId:\"S3s00uCJH\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/kz5TDKAbkdoDkhcS95AsYo7OUAw.png\",srcSet:\"https://framerusercontent.com/images/kz5TDKAbkdoDkhcS95AsYo7OUAw.png?scale-down-to=512 512w,https://framerusercontent.com/images/kz5TDKAbkdoDkhcS95AsYo7OUAw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kz5TDKAbkdoDkhcS95AsYo7OUAw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kz5TDKAbkdoDkhcS95AsYo7OUAw.png 2880w\"},className:\"framer-1ctmun8\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"hAWtIcQYt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-292520\",\"data-framer-name\":\"Frame 1461\",layoutDependency:layoutDependency,layoutId:\"rCU5wWVQO\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"As you are,    .         .\"})}),className:\"framer-17iit81\",\"data-framer-name\":\"As you are, . .\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"Bpnu5Vc_0\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wkrjsn\",\"data-framer-name\":\"Handwriting\",layoutDependency:layoutDependency,layoutId:\"B1SzWZyMF\",style:{backgroundColor:\"rgb(255, 255, 255)\"},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWVvdyBTY3JpcHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Meow Script\", sans-serif',\"--framer-font-size\":\"82.31px\",\"--framer-line-height\":\"96.84px\"},children:\"always\"})}),className:\"framer-aoig35\",\"data-framer-name\":\"always\",fonts:[\"GF;Meow Script-regular\"],layoutDependency:layoutDependency,layoutId:\"XpkvZ7va2\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iam2wx\",\"data-framer-name\":\"Slide 4_EN\",layoutDependency:layoutDependency,layoutId:\"Im5mRvZrf\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nftgfs\",\"data-framer-name\":\"C\",layoutDependency:layoutDependency,layoutId:\"ncXgDRAnj\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/WfNmfmvWTcSaERO2Y7ItxfdoU.png\",srcSet:\"https://framerusercontent.com/images/WfNmfmvWTcSaERO2Y7ItxfdoU.png?scale-down-to=512 512w,https://framerusercontent.com/images/WfNmfmvWTcSaERO2Y7ItxfdoU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WfNmfmvWTcSaERO2Y7ItxfdoU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WfNmfmvWTcSaERO2Y7ItxfdoU.png 2880w\"},className:\"framer-12ypceg\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"Lho3PC8Mt\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r93h4i\",\"data-framer-name\":\"Frame 1461\",layoutDependency:layoutDependency,layoutId:\"hMJKMKZIB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:[\"Turning plasticity\",/*#__PURE__*/_jsx(motion.br,{}),\"to                     .\"]})}),className:\"framer-ksf0b4\",\"data-framer-name\":\"Turning plasticity\\u2028to .\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"eqQrBgkgY\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qd2u69\",\"data-framer-name\":\"Handwriting\",layoutDependency:layoutDependency,layoutId:\"WgGgTUS8L\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWVvdyBTY3JpcHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Meow Script\", sans-serif',\"--framer-font-size\":\"82.31px\",\"--framer-line-height\":\"96.84px\"},children:\"possibility\"})}),className:\"framer-1un5ycv\",\"data-framer-name\":\"possibility\",fonts:[\"GF;Meow Script-regular\"],layoutDependency:layoutDependency,layoutId:\"v2M3cFwOy\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1itzeiq-container\",layoutDependency:layoutDependency,layoutId:\"uefSKlDqN-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:0,height:\"100%\",id:\"uefSKlDqN\",layoutId:\"uefSKlDqN\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png\",srcSet:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=512 512w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png 2880w\"},className:\"framer-1c73nfm\",\"data-framer-name\":\"Slide 1_JP\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mmb2C3OgL\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yjbk0f\",\"data-framer-name\":\"Frame 1413\",layoutDependency:layoutDependency,layoutId:\"aNi5FOLdT\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wi74yi\",\"data-framer-name\":\"Group 365\",layoutDependency:layoutDependency,layoutId:\"Yh7q3Snww\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ukbjq4\",\"data-framer-name\":\"Frame 1025\",layoutDependency:layoutDependency,layoutId:\"Dabt_9Pwf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3042\u306A\u305F\u3092\u4F5C\u308B\"})]}),className:\"framer-1j1oipk\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"R0x6qY4eK\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-v0rky3\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:83,intrinsicWidth:249,layoutDependency:layoutDependency,layoutId:\"ALVjLJr_L\",svg:'<svg width=\"249\" height=\"83\" viewBox=\"0 0 249 83\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 0.955078H248.5V82.9551H0.5V0.955078Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sbhw12\",\"data-framer-name\":\"Frame 1023\",layoutDependency:layoutDependency,layoutId:\"MhiWiQR9n\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"230px\",src:\"https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png\",srcSet:\"https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png?scale-down-to=512 512w,https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png 1244w\"},className:\"framer-146do84\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",layoutDependency:layoutDependency,layoutId:\"mkxKc67Bp\"})})]})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png\",srcSet:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=512 512w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png 2880w\"},className:\"framer-1224keu\",\"data-framer-name\":\"Slide 2_JP\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FojI5OQsZ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qapidq\",\"data-framer-name\":\"Component 12/Component 11/B\",layoutDependency:layoutDependency,layoutId:\"M4WpA5yXL\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png\",srcSet:\"https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=512 512w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png 2880w\"},className:\"framer-qu8y6m\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"m5e7Lx2rG\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-55b5bd\",\"data-framer-name\":\"Frame 1415\",layoutDependency:layoutDependency,layoutId:\"dRDM2xfVE\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l6qcbb\",\"data-framer-name\":\"Group 365\",layoutDependency:layoutDependency,layoutId:\"JgiS5AjV_\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oyfd7e\",\"data-framer-name\":\"Frame 1025\",layoutDependency:layoutDependency,layoutId:\"fyu2LTToP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3000\u3000\u3000\u306E\u3042\u306A\u305F\u306B\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\"})]}),className:\"framer-v2okkf\",\"data-framer-name\":\"\u3000\u3000\u3000\u306E\u3042\u306A\u305F\u306B \u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"RT0CVDw9q\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10undb1\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:91,intrinsicWidth:254,layoutDependency:layoutDependency,layoutId:\"BZ1uAXQ19\",svg:'<svg width=\"254\" height=\"91\" viewBox=\"0 0 254 91\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H254V91H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g67eo0\",\"data-framer-name\":\"Frame 1023\",layoutDependency:layoutDependency,layoutId:\"uTk9XEb2i\",style:{rotate:-2},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"216px\",src:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png\",srcSet:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=512 512w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png 1116w\"},className:\"framer-btgezx\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",layoutDependency:layoutDependency,layoutId:\"B_YGpZmWW\"})})]})})})})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png\",srcSet:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=512 512w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png 2880w\"},className:\"framer-abay94\",\"data-framer-name\":\"Slide 3_JP\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZzWH9P192\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ryfdk5\",\"data-framer-name\":\"Component 12/Component 11/B\",layoutDependency:layoutDependency,layoutId:\"F9bVCkK_y\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png\",srcSet:\"https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=512 512w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png 2880w\"},className:\"framer-3wcalh\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"ovQPULGRK\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bl1w6c\",\"data-framer-name\":\"Frame 1415\",layoutDependency:layoutDependency,layoutId:\"NoKwV8xiw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vky8v9\",\"data-framer-name\":\"Group 365\",layoutDependency:layoutDependency,layoutId:\"q5czSYwxP\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g8oiqx\",\"data-framer-name\":\"Frame 1025\",layoutDependency:layoutDependency,layoutId:\"Od7ZZO3Xj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3000\u3000\u3000\u306E\u3042\u306A\u305F\u306B\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\"})]}),className:\"framer-z3vai2\",\"data-framer-name\":\"\u3000\u3000\u3000\u306E\u3042\u306A\u305F\u306B \u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"Lfar41Bcl\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tkabea\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:91,intrinsicWidth:254,layoutDependency:layoutDependency,layoutId:\"Y5UKkVrFZ\",svg:'<svg width=\"254\" height=\"91\" viewBox=\"0 0 254 91\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H254V91H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1um1e1l\",\"data-framer-name\":\"Frame 1023\",layoutDependency:layoutDependency,layoutId:\"iseZklrHO\",style:{rotate:-2},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"216px\",src:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png\",srcSet:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=512 512w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png 1116w\"},className:\"framer-ocr3q0\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",layoutDependency:layoutDependency,layoutId:\"TPEWdIT5z\"})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9taxys\",\"data-framer-name\":\"Frame 1022\",layoutDependency:layoutDependency,layoutId:\"MmHtsUx2K\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ln66nv\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"i7ldqBk1f\",style:{background:\"linear-gradient(180.00001461467605deg, rgba(254, 92, 92, 1) 0%, rgba(248, 66, 67, 1) 44.79166567325592%)\",borderBottomLeftRadius:90,borderBottomRightRadius:90,borderTopLeftRadius:90,borderTopRightRadius:90},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(251, 252, 252))\"},children:\"\u304A\u554F\u3044\u5408\u308F\u305B\"})}),className:\"framer-1iio63o\",\"data-framer-name\":\"label\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"TplxflgOB\",style:{\"--extracted-r6o4lv\":\"rgb(251, 252, 252)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o8sm2x\",\"data-framer-name\":\"Component 12/Component 11/C\",layoutDependency:layoutDependency,layoutId:\"DKyXCmddF\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kwnhys\",\"data-framer-name\":\"Frame 1372\",layoutDependency:layoutDependency,layoutId:\"tDCwd7cmt\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b32iix\",\"data-framer-name\":\"Frame 1373\",layoutDependency:layoutDependency,layoutId:\"qE1C4Kdvi\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/SH9aCctxBSwmJWEYCpklQU9wvyU.png\",srcSet:\"https://framerusercontent.com/images/SH9aCctxBSwmJWEYCpklQU9wvyU.png?scale-down-to=512 512w,https://framerusercontent.com/images/SH9aCctxBSwmJWEYCpklQU9wvyU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SH9aCctxBSwmJWEYCpklQU9wvyU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SH9aCctxBSwmJWEYCpklQU9wvyU.png 2880w\"},className:\"framer-23rkwb\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"kDQ2X7O6i\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-unt6z0\",\"data-framer-name\":\"Frame 1416\",layoutDependency:layoutDependency,layoutId:\"kN9NfSzlQ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uyeq6e\",\"data-framer-name\":\"Group 365\",layoutDependency:layoutDependency,layoutId:\"yqSRfScYA\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xj4bve\",\"data-framer-name\":\"Frame 1025\",layoutDependency:layoutDependency,layoutId:\"xIW3hGUAz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3042\u306A\u305F\u304C\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3042\u306A\u305F\u3067\u3044\u308B\u305F\u3081\u306B\"})]}),className:\"framer-uyf2f8\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"c4kMzGk17\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"399px\",src:\"https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png\",srcSet:\"https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png?scale-down-to=512 512w,https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png 1595w\"},className:\"framer-k1po41\",\"data-framer-name\":\"Group 406\",layoutDependency:layoutDependency,layoutId:\"EG922XXVM\"})]})})})})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png\",srcSet:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=512 512w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png 2880w\"},className:\"framer-ft5evh\",\"data-framer-name\":\"Slide 4_JP\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eMw8q2zH6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lahgba\",\"data-framer-name\":\"Component 12/Component 11/B\",layoutDependency:layoutDependency,layoutId:\"LBdbBXwxI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png\",srcSet:\"https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=512 512w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GgLzTMpKLQlWnx6QpAwKz9LETU.png 2880w\"},className:\"framer-1yux38s\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"CAKbeD4X4\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-158p3d4\",\"data-framer-name\":\"Frame 1415\",layoutDependency:layoutDependency,layoutId:\"N_aiNFU0m\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14a1t5l\",\"data-framer-name\":\"Group 365\",layoutDependency:layoutDependency,layoutId:\"z3sctaEMR\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5ylzdm\",\"data-framer-name\":\"Frame 1025\",layoutDependency:layoutDependency,layoutId:\"Uu29y1SIT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3000\u3000\u3000\u306E\u3042\u306A\u305F\u306B\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\"})]}),className:\"framer-sruosf\",\"data-framer-name\":\"\u3000\u3000\u3000\u306E\u3042\u306A\u305F\u306B \u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"V0euVcgBY\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ey5gnh\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:91,intrinsicWidth:254,layoutDependency:layoutDependency,layoutId:\"WPjnnO5h9\",svg:'<svg width=\"254\" height=\"91\" viewBox=\"0 0 254 91\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H254V91H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hfn04b\",\"data-framer-name\":\"Frame 1023\",layoutDependency:layoutDependency,layoutId:\"F0o1w5niA\",style:{rotate:-2},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"216px\",src:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png\",srcSet:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=512 512w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png 1116w\"},className:\"framer-1rnsz5c\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",layoutDependency:layoutDependency,layoutId:\"yxOA03sgf\"})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-189ml6z\",\"data-framer-name\":\"Frame 1022\",layoutDependency:layoutDependency,layoutId:\"J_ww4JNOp\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d9z3r8\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"MDKfmzQ6e\",style:{background:\"linear-gradient(180.00001461467605deg, rgba(254, 92, 92, 1) 0%, rgba(248, 66, 67, 1) 44.79166567325592%)\",borderBottomLeftRadius:90,borderBottomRightRadius:90,borderTopLeftRadius:90,borderTopRightRadius:90},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(251, 252, 252))\"},children:\"\u304A\u554F\u3044\u5408\u308F\u305B\"})}),className:\"framer-c696bs\",\"data-framer-name\":\"label\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"CZRcNx10k\",style:{\"--extracted-r6o4lv\":\"rgb(251, 252, 252)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m6j0sa\",\"data-framer-name\":\"Component 12/\u30D7\u30ED\u30D1\u30C6\u30A31=Component 11,  D\",layoutDependency:layoutDependency,layoutId:\"bt0umXM2u\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pehxx3\",\"data-framer-name\":\"C\",layoutDependency:layoutDependency,layoutId:\"gFqqXCPLg\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1440px\",src:\"https://framerusercontent.com/images/iZofFRzW2TwSzwkSrlXns7TpQQ.png\",srcSet:\"https://framerusercontent.com/images/iZofFRzW2TwSzwkSrlXns7TpQQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/iZofFRzW2TwSzwkSrlXns7TpQQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iZofFRzW2TwSzwkSrlXns7TpQQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iZofFRzW2TwSzwkSrlXns7TpQQ.png 2880w\"},className:\"framer-s470bb\",\"data-framer-name\":\"Rectangle 602\",layoutDependency:layoutDependency,layoutId:\"mgXMCXSp0\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lq98i2\",\"data-framer-name\":\"Frame 1417\",layoutDependency:layoutDependency,layoutId:\"uFNcQQ5AM\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u8133\u306B\u306F\u53EF\u5851\u6027\u304C\u3042\u308B\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3042\u306A\u305F\u306B\u306F\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100px\"},children:\"\u3000\u3000\u3000\u3000  \u304C\u3042\u308B\"})]}),className:\"framer-n8kfmn\",\"data-framer-name\":\"\u8133\u306B\u306F\u53EF\u5851\u6027\u304C\u3042\u308B \u3042\u306A\u305F\u306B\u306F \u3000\u3000\u3000\u3000 \u304C\u3042\u308B\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"mmDI_Vl_y\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eoqwod\",layoutDependency:layoutDependency,layoutId:\"eTbVC_yhW\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-jvwl6w\",\"data-framer-name\":\"Group 406\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:90,intrinsicWidth:350,layoutDependency:layoutDependency,layoutId:\"t7Odi4XfH\",svg:'<svg width=\"350\" height=\"90\" viewBox=\"0 0 350 90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H350V90H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"495px\",src:\"https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png\",srcSet:\"https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png?scale-down-to=512 512w,https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png 1338w\"},className:\"framer-1u72x8i\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",layoutDependency:layoutDependency,layoutId:\"HPqo9Vp5J\"})]})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"700px\",src:\"https://framerusercontent.com/images/RopRUUTeHpbQwMcdlT6gEDbhmk8.png\",srcSet:\"https://framerusercontent.com/images/RopRUUTeHpbQwMcdlT6gEDbhmk8.png?scale-down-to=512 512w,https://framerusercontent.com/images/RopRUUTeHpbQwMcdlT6gEDbhmk8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RopRUUTeHpbQwMcdlT6gEDbhmk8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/RopRUUTeHpbQwMcdlT6gEDbhmk8.png 2800w\"},className:\"framer-l8fp3y\",\"data-framer-name\":\"Group 365\",layoutDependency:layoutDependency,layoutId:\"UW6WvEx6i\"})]})})]})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BL7AN.framer-1h1l5z3, .framer-BL7AN .framer-1h1l5z3 { display: block; }\",\".framer-BL7AN.framer-1bux8w4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-BL7AN .framer-ga8go3-container { flex: none; height: auto; position: relative; width: 1440px; }\",\".framer-BL7AN .framer-1916yu, .framer-BL7AN .framer-1atcdiq, .framer-BL7AN .framer-3bp4dz, .framer-BL7AN .framer-iam2wx { height: 726px; overflow: visible; position: relative; width: 1440px; }\",\".framer-BL7AN .framer-nsypei, .framer-BL7AN .framer-1c3d7jg, .framer-BL7AN .framer-1p4u9fj, .framer-BL7AN .framer-1qas3pg, .framer-BL7AN .framer-kwnhys, .framer-BL7AN .framer-b32iix { flex: none; height: 726px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 1440px; }\",\".framer-BL7AN .framer-13svsvh, .framer-BL7AN .framer-1ctmun8, .framer-BL7AN .framer-12ypceg, .framer-BL7AN .framer-23rkwb, .framer-BL7AN .framer-s470bb { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-BL7AN .framer-4t7rj9 { align-content: center; align-items: center; bottom: 405px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; left: 277px; overflow: visible; padding: 0px; position: absolute; right: 626px; top: 221px; }\",\".framer-BL7AN .framer-19ahm43 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 709px; word-break: break-word; word-wrap: break-word; }\",\".framer-BL7AN .framer-1381e6a { align-content: center; align-items: center; bottom: -119px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 76px; overflow: visible; padding: 9.68367862701416px; position: absolute; width: min-content; z-index: 1; }\",\".framer-BL7AN .framer-u4e8vs, .framer-BL7AN .framer-qj2bi4, .framer-BL7AN .framer-aoig35, .framer-BL7AN .framer-1un5ycv, .framer-BL7AN .framer-1iio63o, .framer-BL7AN .framer-c696bs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BL7AN .framer-slymun, .framer-BL7AN .framer-qu8y6m, .framer-BL7AN .framer-3wcalh, .framer-BL7AN .framer-1yux38s { bottom: -1px; flex: none; left: 0px; position: absolute; right: 0px; top: 1px; }\",\".framer-BL7AN .framer-7d465k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 72%; overflow: visible; padding: 0px; position: absolute; top: 44%; width: min-content; }\",\".framer-BL7AN .framer-upadb2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 724px; word-break: break-word; word-wrap: break-word; }\",\".framer-BL7AN .framer-1tiicw0 { align-content: center; align-items: center; bottom: -11px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 237px; overflow: visible; padding: 9.68367862701416px; position: absolute; width: min-content; z-index: 1; }\",\".framer-BL7AN .framer-292520 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 38%; overflow: visible; padding: 0px; position: absolute; top: 39%; width: min-content; }\",\".framer-BL7AN .framer-17iit81 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 587px; word-break: break-word; word-wrap: break-word; }\",\".framer-BL7AN .framer-wkrjsn { 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: 9.68367862701416px; position: absolute; right: 44px; top: 51%; width: min-content; z-index: 1; }\",\".framer-BL7AN .framer-1nftgfs, .framer-BL7AN .framer-1pehxx3 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-BL7AN .framer-1r93h4i { align-content: center; align-items: center; bottom: 323px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; left: 720px; overflow: visible; padding: 0px; position: absolute; right: 168px; top: 203px; }\",\".framer-BL7AN .framer-ksf0b4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 552px; word-break: break-word; word-wrap: break-word; }\",\".framer-BL7AN .framer-1qd2u69 { align-content: center; align-items: center; bottom: -16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 75px; overflow: visible; padding: 9.68367862701416px; position: absolute; width: min-content; z-index: 1; }\",\".framer-BL7AN .framer-1itzeiq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-BL7AN .framer-1c73nfm, .framer-BL7AN .framer-1224keu, .framer-BL7AN .framer-abay94, .framer-BL7AN .framer-ft5evh { height: 726px; position: relative; width: 1440px; }\",\".framer-BL7AN .framer-1yjbk0f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; left: 120px; overflow: visible; padding: 0px; position: absolute; top: 47%; width: 707px; }\",\".framer-BL7AN .framer-wi74yi, .framer-BL7AN .framer-1l6qcbb, .framer-BL7AN .framer-1vky8v9, .framer-BL7AN .framer-1uyeq6e, .framer-BL7AN .framer-14a1t5l { flex: none; height: 201px; overflow: visible; position: relative; width: 700px; }\",\".framer-BL7AN .framer-ukbjq4, .framer-BL7AN .framer-1oyfd7e, .framer-BL7AN .framer-g8oiqx, .framer-BL7AN .framer-xj4bve, .framer-BL7AN .framer-5ylzdm { flex: none; height: 201px; left: calc(50% - 700px / 2); overflow: visible; position: absolute; top: calc(50% - 200.80645751953125px / 2); width: 700px; }\",\".framer-BL7AN .framer-1j1oipk, .framer-BL7AN .framer-v2okkf, .framer-BL7AN .framer-z3vai2, .framer-BL7AN .framer-uyf2f8, .framer-BL7AN .framer-sruosf { flex: none; height: auto; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-BL7AN .framer-v0rky3 { flex: none; height: 83px; left: 350px; position: absolute; top: 12px; width: 249px; }\",\".framer-BL7AN .framer-sbhw12 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 86px; justify-content: flex-start; left: 67%; overflow: visible; padding: 0px; position: absolute; top: 18%; width: min-content; }\",\".framer-BL7AN .framer-146do84 { aspect-ratio: 2.1296296296296298 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 108px); position: relative; width: 230px; }\",\".framer-BL7AN .framer-1qapidq, .framer-BL7AN .framer-ryfdk5, .framer-BL7AN .framer-o8sm2x, .framer-BL7AN .framer-1lahgba, .framer-BL7AN .framer-1m6j0sa { flex: none; height: 726px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 1440px; }\",\".framer-BL7AN .framer-55b5bd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; left: 693px; overflow: visible; padding: 0px; position: absolute; top: 216px; width: 700px; }\",\".framer-BL7AN .framer-10undb1, .framer-BL7AN .framer-tkabea, .framer-BL7AN .framer-ey5gnh { flex: none; height: 91px; left: 0px; position: absolute; top: 10px; width: 254px; }\",\".framer-BL7AN .framer-g67eo0, .framer-BL7AN .framer-1um1e1l, .framer-BL7AN .framer-hfn04b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 86px; justify-content: flex-start; left: 18%; overflow: visible; padding: 0px; position: absolute; top: 23%; width: min-content; }\",\".framer-BL7AN .framer-btgezx, .framer-BL7AN .framer-ocr3q0, .framer-BL7AN .framer-1rnsz5c { aspect-ratio: 2.1176470588235294 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 102px); position: relative; width: 216px; }\",\".framer-BL7AN .framer-1bl1w6c, .framer-BL7AN .framer-158p3d4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; left: 650px; overflow: visible; padding: 0px; position: absolute; top: 160px; width: 700px; }\",\".framer-BL7AN .framer-9taxys, .framer-BL7AN .framer-189ml6z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BL7AN .framer-ln66nv, .framer-BL7AN .framer-1d9z3r8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: 192px; }\",\".framer-BL7AN .framer-unt6z0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; left: 40px; overflow: visible; padding: 0px; position: absolute; top: 208px; width: 706px; }\",\".framer-BL7AN .framer-k1po41 { flex: none; height: 101px; position: absolute; right: -26px; top: 0px; width: 399px; z-index: 1; }\",\".framer-BL7AN .framer-1lq98i2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; left: 659px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 771px; }\",\".framer-BL7AN .framer-n8kfmn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 771px; word-break: break-word; word-wrap: break-word; }\",\".framer-BL7AN .framer-1eoqwod { bottom: -7px; flex: none; height: 100px; left: -64px; overflow: hidden; position: absolute; width: 495px; z-index: 1; }\",\".framer-BL7AN .framer-jvwl6w { flex: none; height: 90px; left: calc(49.292929292929315% - 350px / 2); position: absolute; top: calc(49.00000000000002% - 90px / 2); width: 350px; }\",\".framer-BL7AN .framer-1u72x8i { aspect-ratio: 4.95 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-BL7AN .framer-l8fp3y { flex: none; height: 201px; left: 608px; position: absolute; top: 102px; width: 700px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BL7AN.framer-1bux8w4, .framer-BL7AN .framer-4t7rj9, .framer-BL7AN .framer-1381e6a, .framer-BL7AN .framer-7d465k, .framer-BL7AN .framer-1tiicw0, .framer-BL7AN .framer-292520, .framer-BL7AN .framer-wkrjsn, .framer-BL7AN .framer-1r93h4i, .framer-BL7AN .framer-1qd2u69, .framer-BL7AN .framer-1yjbk0f, .framer-BL7AN .framer-sbhw12, .framer-BL7AN .framer-55b5bd, .framer-BL7AN .framer-g67eo0, .framer-BL7AN .framer-1bl1w6c, .framer-BL7AN .framer-1um1e1l, .framer-BL7AN .framer-9taxys, .framer-BL7AN .framer-ln66nv, .framer-BL7AN .framer-unt6z0, .framer-BL7AN .framer-158p3d4, .framer-BL7AN .framer-hfn04b, .framer-BL7AN .framer-189ml6z, .framer-BL7AN .framer-1d9z3r8, .framer-BL7AN .framer-1lq98i2 { gap: 0px; } .framer-BL7AN.framer-1bux8w4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BL7AN.framer-1bux8w4 > :first-child, .framer-BL7AN .framer-4t7rj9 > :first-child, .framer-BL7AN .framer-7d465k > :first-child, .framer-BL7AN .framer-292520 > :first-child, .framer-BL7AN .framer-1r93h4i > :first-child, .framer-BL7AN .framer-1yjbk0f > :first-child, .framer-BL7AN .framer-sbhw12 > :first-child, .framer-BL7AN .framer-55b5bd > :first-child, .framer-BL7AN .framer-g67eo0 > :first-child, .framer-BL7AN .framer-1bl1w6c > :first-child, .framer-BL7AN .framer-1um1e1l > :first-child, .framer-BL7AN .framer-9taxys > :first-child, .framer-BL7AN .framer-unt6z0 > :first-child, .framer-BL7AN .framer-158p3d4 > :first-child, .framer-BL7AN .framer-hfn04b > :first-child, .framer-BL7AN .framer-189ml6z > :first-child, .framer-BL7AN .framer-1lq98i2 > :first-child { margin-top: 0px; } .framer-BL7AN.framer-1bux8w4 > :last-child, .framer-BL7AN .framer-4t7rj9 > :last-child, .framer-BL7AN .framer-7d465k > :last-child, .framer-BL7AN .framer-292520 > :last-child, .framer-BL7AN .framer-1r93h4i > :last-child, .framer-BL7AN .framer-1yjbk0f > :last-child, .framer-BL7AN .framer-sbhw12 > :last-child, .framer-BL7AN .framer-55b5bd > :last-child, .framer-BL7AN .framer-g67eo0 > :last-child, .framer-BL7AN .framer-1bl1w6c > :last-child, .framer-BL7AN .framer-1um1e1l > :last-child, .framer-BL7AN .framer-9taxys > :last-child, .framer-BL7AN .framer-unt6z0 > :last-child, .framer-BL7AN .framer-158p3d4 > :last-child, .framer-BL7AN .framer-hfn04b > :last-child, .framer-BL7AN .framer-189ml6z > :last-child, .framer-BL7AN .framer-1lq98i2 > :last-child { margin-bottom: 0px; } .framer-BL7AN .framer-4t7rj9 > *, .framer-BL7AN .framer-7d465k > *, .framer-BL7AN .framer-292520 > *, .framer-BL7AN .framer-1r93h4i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BL7AN .framer-1381e6a > *, .framer-BL7AN .framer-1tiicw0 > *, .framer-BL7AN .framer-wkrjsn > *, .framer-BL7AN .framer-1qd2u69 > * { margin: 0px; margin-left: calc(9.68367862701416px / 2); margin-right: calc(9.68367862701416px / 2); } .framer-BL7AN .framer-1381e6a > :first-child, .framer-BL7AN .framer-1tiicw0 > :first-child, .framer-BL7AN .framer-wkrjsn > :first-child, .framer-BL7AN .framer-1qd2u69 > :first-child, .framer-BL7AN .framer-ln66nv > :first-child, .framer-BL7AN .framer-1d9z3r8 > :first-child { margin-left: 0px; } .framer-BL7AN .framer-1381e6a > :last-child, .framer-BL7AN .framer-1tiicw0 > :last-child, .framer-BL7AN .framer-wkrjsn > :last-child, .framer-BL7AN .framer-1qd2u69 > :last-child, .framer-BL7AN .framer-ln66nv > :last-child, .framer-BL7AN .framer-1d9z3r8 > :last-child { margin-right: 0px; } .framer-BL7AN .framer-1yjbk0f > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-BL7AN .framer-sbhw12 > *, .framer-BL7AN .framer-g67eo0 > *, .framer-BL7AN .framer-1um1e1l > *, .framer-BL7AN .framer-9taxys > *, .framer-BL7AN .framer-hfn04b > *, .framer-BL7AN .framer-189ml6z > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-BL7AN .framer-55b5bd > *, .framer-BL7AN .framer-1bl1w6c > *, .framer-BL7AN .framer-unt6z0 > *, .framer-BL7AN .framer-158p3d4 > *, .framer-BL7AN .framer-1lq98i2 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-BL7AN .framer-ln66nv > *, .framer-BL7AN .framer-1d9z3r8 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 726\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eHUQyktJf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVp10Piz6_=withCSS(Component,css,\"framer-BL7AN\");export default FramerVp10Piz6_;FramerVp10Piz6_.displayName=\"Slideshow\";FramerVp10Piz6_.defaultProps={height:726,width:1440};addPropertyControls(FramerVp10Piz6_,{variant:{options:[\"O8fQpo1Sa\",\"eHUQyktJf\"],optionTitles:[\"Slideshow_JP\",\"Slideshow_EN\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVp10Piz6_,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"},{family:\"Meow Script\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESck0_0CfDf1.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"}]},...CarouselFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVp10Piz6_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eHUQyktJf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"726\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vp10Piz6_.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82)))\"},children:\"Learn more\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82)))\"},children:\"Learn more\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./xwZvH0TSm-0.js\";const enabledGestures={e77LECaHQ:{hover:true},egFXDtVlY:{hover:true},eGmebCSSO:{hover:true},fHJuvZtRf:{hover:true},fO03m7rzw:{hover:true},K_eQ3vKWN:{hover:true},s81j1v8g0:{hover:true},sWEWLORWK:{hover:true},zoqnW4pdb:{hover:true}};const cycleOrder=[\"sWEWLORWK\",\"K_eQ3vKWN\",\"fHJuvZtRf\",\"e77LECaHQ\",\"zoqnW4pdb\",\"eGmebCSSO\",\"fO03m7rzw\",\"egFXDtVlY\",\"s81j1v8g0\"];const serializationHash=\"framer-tLGZG\";const variantClassNames={e77LECaHQ:\"framer-v-141b7k8\",egFXDtVlY:\"framer-v-dwtv4s\",eGmebCSSO:\"framer-v-5k0a17\",fHJuvZtRf:\"framer-v-1y1cwh7\",fO03m7rzw:\"framer-v-r9s4pi\",K_eQ3vKWN:\"framer-v-11dt2ed\",s81j1v8g0:\"framer-v-191sfbk\",sWEWLORWK:\"framer-v-ztjp2j\",zoqnW4pdb:\"framer-v-1p54zsl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={DPtJULW4S:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop_About:\"e77LECaHQ\",Desktop_Serv_BrS:\"sWEWLORWK\",Desktop_Serv_BrU:\"fO03m7rzw\",Mobile_About:\"eGmebCSSO\",Mobile_Serv_BrS:\"fHJuvZtRf\",Mobile_Serv_BrU:\"s81j1v8g0\",Tablet_About:\"zoqnW4pdb\",Tablet_Serv_BrS:\"K_eQ3vKWN\",Tablet_Serv_BrU:\"egFXDtVlY\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"sWEWLORWK\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sWEWLORWK\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":boHYH4LUH\",webPageId:\"FEPXv7Zl6\"},openInNewTab:false,smoothScroll:true,...addPropertyOverrides({e77LECaHQ:{href:{webPageId:\"DcDVDu0Z4\"}},egFXDtVlY:{href:{hash:\":NLwHHATko\",webPageId:\"FEPXv7Zl6\"}},eGmebCSSO:{href:{webPageId:\"DcDVDu0Z4\"}},fHJuvZtRf:{href:{hash:\":fZJZZmrP_\",webPageId:\"FEPXv7Zl6\"}},fO03m7rzw:{href:{hash:\":C0UXiqN4d\",webPageId:\"FEPXv7Zl6\"}},K_eQ3vKWN:{href:{hash:\":y5CcyFCi7\",webPageId:\"FEPXv7Zl6\"}},s81j1v8g0:{href:{hash:\":IqJCoBinY\",webPageId:\"FEPXv7Zl6\"}},zoqnW4pdb:{href:{webPageId:\"DcDVDu0Z4\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ztjp2j\",className,classNames)} framer-1tfle6o`,\"data-border\":true,\"data-framer-name\":\"Desktop_Serv_BrS\",layoutDependency:layoutDependency,layoutId:\"sWEWLORWK\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\",borderBottomLeftRadius:90,borderBottomRightRadius:90,borderTopLeftRadius:90,borderTopRightRadius:90,...style},variants:{\"e77LECaHQ-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"egFXDtVlY-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"eGmebCSSO-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"fHJuvZtRf-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"fO03m7rzw-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"K_eQ3vKWN-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"s81j1v8g0-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"sWEWLORWK-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"},\"zoqnW4pdb-hover\":{\"--border-color\":\"rgb(252, 129, 129)\"}},...addPropertyOverrides({\"e77LECaHQ-hover\":{\"data-framer-name\":undefined},\"egFXDtVlY-hover\":{\"data-framer-name\":undefined},\"eGmebCSSO-hover\":{\"data-framer-name\":undefined},\"fHJuvZtRf-hover\":{\"data-framer-name\":undefined},\"fO03m7rzw-hover\":{\"data-framer-name\":undefined},\"K_eQ3vKWN-hover\":{\"data-framer-name\":undefined},\"s81j1v8g0-hover\":{\"data-framer-name\":undefined},\"sWEWLORWK-hover\":{\"data-framer-name\":undefined},\"zoqnW4pdb-hover\":{\"data-framer-name\":undefined},e77LECaHQ:{\"data-framer-name\":\"Desktop_About\"},egFXDtVlY:{\"data-framer-name\":\"Tablet_Serv_BrU\"},eGmebCSSO:{\"data-framer-name\":\"Mobile_About\"},fHJuvZtRf:{\"data-framer-name\":\"Mobile_Serv_BrS\"},fO03m7rzw:{\"data-framer-name\":\"Desktop_Serv_BrU\"},K_eQ3vKWN:{\"data-framer-name\":\"Tablet_Serv_BrS\"},s81j1v8g0:{\"data-framer-name\":\"Mobile_Serv_BrU\"},zoqnW4pdb:{\"data-framer-name\":\"Tablet_About\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82)))\"},children:\"\u8A73\u7D30\u3092\u898B\u308B\"})}),className:\"framer-swevku\",\"data-framer-name\":\"label\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"I547:944;55232:25728\",style:{\"--extracted-r6o4lv\":\"var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e77LECaHQ:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82)))\"},children:\"CogSmart\u306B\u3064\u3044\u3066\u77E5\u308B\"})})},eGmebCSSO:{children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82)))\"},children:\"CogSmart\u306B\u3064\u3044\u3066\u77E5\u308B\"})})},zoqnW4pdb:{children:(_getLocalizedValue3=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d470ad9-4a9d-4fc7-972a-42477676b2f3, rgb(252, 81, 82)))\"},children:\"CogSmart\u306B\u3064\u3044\u3066\u77E5\u308B\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tLGZG.framer-1tfle6o, .framer-tLGZG .framer-1tfle6o { display: block; }\",\".framer-tLGZG.framer-ztjp2j { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 35px; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: 160px; }\",\".framer-tLGZG .framer-swevku { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tLGZG.framer-ztjp2j { gap: 0px; } .framer-tLGZG.framer-ztjp2j > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-tLGZG.framer-ztjp2j > :first-child { margin-left: 0px; } .framer-tLGZG.framer-ztjp2j > :last-child { margin-right: 0px; } }\",\".framer-tLGZG.framer-v-1y1cwh7 .framer-swevku, .framer-tLGZG.framer-v-5k0a17 .framer-swevku, .framer-tLGZG.framer-v-191sfbk .framer-swevku { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-tLGZG.framer-v-141b7k8.framer-ztjp2j, .framer-tLGZG.framer-v-1p54zsl.framer-ztjp2j, .framer-tLGZG.framer-v-5k0a17.framer-ztjp2j { width: 240px; }\",'.framer-tLGZG[data-border=\"true\"]::after, .framer-tLGZG [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"K_eQ3vKWN\":{\"layout\":[\"fixed\",\"fixed\"]},\"fHJuvZtRf\":{\"layout\":[\"fixed\",\"fixed\"]},\"e77LECaHQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"zoqnW4pdb\":{\"layout\":[\"fixed\",\"fixed\"]},\"eGmebCSSO\":{\"layout\":[\"fixed\",\"fixed\"]},\"fO03m7rzw\":{\"layout\":[\"fixed\",\"fixed\"]},\"egFXDtVlY\":{\"layout\":[\"fixed\",\"fixed\"]},\"s81j1v8g0\":{\"layout\":[\"fixed\",\"fixed\"]},\"JVS6n0hX8\":{\"layout\":[\"fixed\",\"fixed\"]},\"Df2mZKsyU\":{\"layout\":[\"fixed\",\"fixed\"]},\"d1DBL81wX\":{\"layout\":[\"fixed\",\"fixed\"]},\"BJl5BbgrK\":{\"layout\":[\"fixed\",\"fixed\"]},\"BwHPNviuQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"ReFOLTd8p\":{\"layout\":[\"fixed\",\"fixed\"]},\"HoDfjwfeB\":{\"layout\":[\"fixed\",\"fixed\"]},\"GKh6fj3yK\":{\"layout\":[\"fixed\",\"fixed\"]},\"iK5_8Tfu2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxwZvH0TSm=withCSS(Component,css,\"framer-tLGZG\");export default FramerxwZvH0TSm;FramerxwZvH0TSm.displayName=\"Button_Secondary\";FramerxwZvH0TSm.defaultProps={height:35,width:160};addPropertyControls(FramerxwZvH0TSm,{variant:{options:[\"sWEWLORWK\",\"K_eQ3vKWN\",\"fHJuvZtRf\",\"e77LECaHQ\",\"zoqnW4pdb\",\"eGmebCSSO\",\"fO03m7rzw\",\"egFXDtVlY\",\"s81j1v8g0\"],optionTitles:[\"Desktop_Serv_BrS\",\"Tablet_Serv_BrS\",\"Mobile_Serv_BrS\",\"Desktop_About\",\"Tablet_About\",\"Mobile_About\",\"Desktop_Serv_BrU\",\"Tablet_Serv_BrU\",\"Mobile_Serv_BrU\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerxwZvH0TSm,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxwZvH0TSm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"35\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K_eQ3vKWN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fHJuvZtRf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e77LECaHQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zoqnW4pdb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eGmebCSSO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fO03m7rzw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"egFXDtVlY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"s81j1v8g0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JVS6n0hX8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Df2mZKsyU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d1DBL81wX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BJl5BbgrK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BwHPNviuQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ReFOLTd8p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HoDfjwfeB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GKh6fj3yK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iK5_8Tfu2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"160\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xwZvH0TSm.map", "// Generated by Framer (c974371)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans JP-700\",\"GF;Noto Sans JP-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk757Y0rw-oME.woff2\",weight:\"900\"}]}];export const css=['.framer-mOcf4 .framer-styles-preset-flpgse:not(.rich-text-wrapper), .framer-mOcf4 .framer-styles-preset-flpgse.rich-text-wrapper h2 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 100px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-mOcf4 .framer-styles-preset-flpgse:not(.rich-text-wrapper), .framer-mOcf4 .framer-styles-preset-flpgse.rich-text-wrapper h2 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-mOcf4 .framer-styles-preset-flpgse:not(.rich-text-wrapper), .framer-mOcf4 .framer-styles-preset-flpgse.rich-text-wrapper h2 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-mOcf4\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ed8225c)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={DPtJULW4S:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/H7Hprjo8hFoL6HVuvde6/SlideShow.js\";import Navigation from\"#framer/local/canvasComponent/kM_MigkMS/kM_MigkMS.js\";import ContactForm from\"#framer/local/canvasComponent/lelQd_MsQ/lelQd_MsQ.js\";import Footer from\"#framer/local/canvasComponent/QCoAKKs8l/QCoAKKs8l.js\";import Slideshow1 from\"#framer/local/canvasComponent/Vp10Piz6_/Vp10Piz6_.js\";import Button_Secondary from\"#framer/local/canvasComponent/xwZvH0TSm/xwZvH0TSm.js\";import*as sharedStyle1 from\"#framer/local/css/oq1Tcc1ap/oq1Tcc1ap.js\";import*as sharedStyle from\"#framer/local/css/XO6Y_M3q6/XO6Y_M3q6.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const ContactFormFonts=getFonts(ContactForm);const FooterFonts=getFonts(Footer);const SlideshowFonts=getFonts(Slideshow);const Slideshow1Fonts=getFonts(Slideshow1);const Button_SecondaryFonts=getFonts(Button_Secondary);const breakpoints={HbHhW91x2:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\",xtzAoE0Ws:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VB7SF\";const variantClassNames={HbHhW91x2:\"framer-v-1dij3p\",WQLkyLRf1:\"framer-v-72rtr7\",xtzAoE0Ws:\"framer-v-lxgkuh\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"xtzAoE0Ws\",Tablet:\"HbHhW91x2\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-VB7SF`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-VB7SF`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"xtzAoE0Ws\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"HbHhW91x2\")return true;return false;};usePreloadLocalizedValues(activeLocale);const isDisplayed2=()=>{if(!isBrowser())return true;if([\"HbHhW91x2\",\"xtzAoE0Ws\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"HbHhW91x2\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"xtzAoE0Ws\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36,_getLocalizedValue37,_getLocalizedValue38,_getLocalizedValue39,_getLocalizedValue40,_getLocalizedValue41,_getLocalizedValue42,_getLocalizedValue43,_getLocalizedValue44,_getLocalizedValue45,_getLocalizedValue46;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rirjz1\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vb60ym hidden-72rtr7 hidden-1dij3p\",\"data-framer-name\":\"Nav\",name:\"Nav\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xtzAoE0Ws:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15qqzo0-container\",children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"MXWTM5JI8\",layoutId:\"MXWTM5JI8\",style:{width:\"100%\"},variant:\"RNvZALhAq\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HbHhW91x2:{height:287}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fsvxy0-container hidden-72rtr7 hidden-lxgkuh\",children:/*#__PURE__*/_jsx(ContactForm,{height:\"100%\",id:\"xYRE_ZNLQ\",layoutId:\"xYRE_ZNLQ\",variant:\"Z6UzYeFZZ\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xtzAoE0Ws:{height:400,width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eoel57-container hidden-72rtr7 hidden-1dij3p\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"UABAtANmd\",layoutId:\"UABAtANmd\",style:{width:\"100%\"},variant:\"P9iBGe7MZ\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y2slda hidden-72rtr7 hidden-lxgkuh\",\"data-framer-name\":\"Nav\",name:\"Nav\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hd6dr6\",\"data-framer-name\":\"divider\",name:\"divider\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HbHhW91x2:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y97kxy-container\",children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"WQbfCqh2e\",layoutId:\"WQbfCqh2e\",style:{height:\"100%\",width:\"100%\"},variant:\"q315yfC6b\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3sjjx1-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:30,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"sNIX0LoYa\",intervalControl:2,itemAmount:1,layoutId:\"sNIX0LoYa\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:6,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"810px\",src:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png\",srcSet:\"https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=512 512w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dHTWI4JydDREDSURYsuMrtpdIOY.png 2880w\"},className:\"framer-1ri6kxm\",\"data-framer-name\":\"Slideshow Tab 1\",name:\"Slideshow Tab 1\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2p2v9i\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gxcloa\",\"data-framer-name\":\"Main Copy\",name:\"Main Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"60px\"},children:\"\u3042\u306A\u305F\u306E     \u3000\u3000\u3000 \u304C\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"60px\"},children:\"\u3042\u306A\u305F\u3092\u4F5C\u308B\"})]}),className:\"framer-wnwxda\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vpfly\",\"data-framer-name\":\"Frame 1023\",name:\"Frame 1023\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"125px\",src:\"https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png\",srcSet:\"https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png?scale-down-to=512 512w,https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png 1244w\"},className:\"framer-kswy69\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",name:\"\u8A18\u61B6@4x 1\",transformTemplate:transformTemplate1})})]})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1452,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:\"810px\",src:\"https://framerusercontent.com/images/SKHlk6fqAaqwHmOJdq6rQhBEJYs.png\",srcSet:\"https://framerusercontent.com/images/SKHlk6fqAaqwHmOJdq6rQhBEJYs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SKHlk6fqAaqwHmOJdq6rQhBEJYs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SKHlk6fqAaqwHmOJdq6rQhBEJYs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SKHlk6fqAaqwHmOJdq6rQhBEJYs.png 2880w\"},className:\"framer-1uac07t\",\"data-framer-name\":\"Slideshow Tab 2\",name:\"Slideshow Tab 2\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9euuwr\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1idftgs\",\"data-framer-name\":\"Main Copy\",name:\"Main Copy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tsnllp\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-lzfpi4\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:91,intrinsicWidth:254,name:\"Rectangle 605\",svg:'<svg width=\"254\" height=\"91\" viewBox=\"0 0 254 91\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H254V91H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"116px\",src:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png\",srcSet:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=512 512w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png 1116w\"},className:\"framer-knb5cy\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",name:\"\u8A18\u61B6@4x 1\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"60px\"},children:[\"                 \u306E\u3042\u306A\u305F\u306B\",/*#__PURE__*/_jsx(\"br\",{}),\"\u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\"]})}),className:\"framer-i614wz\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1452,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:\"810px\",src:\"https://framerusercontent.com/images/KUsGqzp5VzXronBDVgiNgPduiHs.png\",srcSet:\"https://framerusercontent.com/images/KUsGqzp5VzXronBDVgiNgPduiHs.png?scale-down-to=512 512w,https://framerusercontent.com/images/KUsGqzp5VzXronBDVgiNgPduiHs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KUsGqzp5VzXronBDVgiNgPduiHs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KUsGqzp5VzXronBDVgiNgPduiHs.png 2880w\"},className:\"framer-l4jzjd\",\"data-framer-name\":\"Slideshow Tab 3\",name:\"Slideshow Tab 3\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aw48ph\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8tqx3m\",\"data-framer-name\":\"Main Copy\",name:\"Main Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"60px\"},children:[\"\u3042\u306A\u305F\u304C\u3000\u3000\u3000\u3000\u3000\u3000\",/*#__PURE__*/_jsx(\"br\",{}),\"\u3042\u306A\u305F\u3067\u3044\u308B\u305F\u3081\u306B\"]})}),className:\"framer-1h8rs1y\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"210px\",src:\"https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png\",srcSet:\"https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png?scale-down-to=512 512w,https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2quJRhpvgK7lupRg0lmt4y4T1ps.png 1595w\"},className:\"framer-1deim0b\",\"data-framer-name\":\"Group 406\",name:\"Group 406\"})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1452,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:\"810px\",src:\"https://framerusercontent.com/images/zuzxUVvkiWbvWgh2dGPg5QrA.png\",srcSet:\"https://framerusercontent.com/images/zuzxUVvkiWbvWgh2dGPg5QrA.png?scale-down-to=512 512w,https://framerusercontent.com/images/zuzxUVvkiWbvWgh2dGPg5QrA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zuzxUVvkiWbvWgh2dGPg5QrA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zuzxUVvkiWbvWgh2dGPg5QrA.png 2880w\"},className:\"framer-k9mj56\",\"data-framer-name\":\"Slideshow Tab 4\",name:\"Slideshow Tab 4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j050wu\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m8o32m\",\"data-framer-name\":\"Main Copy\",name:\"Main Copy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-paek90\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"160px\",src:\"https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png\",srcSet:\"https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png?scale-down-to=512 512w,https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tF0gmeqZ1HZo22yxHNOKPFps.png 1338w\"},className:\"framer-1jqz5we\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",name:\"\u8A18\u61B6@4x 1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"60px\"},children:[\"\u8133\u306B\u306F\u53EF\u5851\u6027\u304C\u3042\u308B\",/*#__PURE__*/_jsx(\"br\",{}),\"\u3042\u306A\u305F\u306B\u306F\",/*#__PURE__*/_jsx(\"br\",{}),\"\u3000\u3000\u3000\u3000   \u304C\u3042\u308B\"]})}),className:\"framer-14woeg4\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",verticalAlignment:\"top\",withExternalLayout:true})]})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i7x40j hidden-1dij3p hidden-lxgkuh\",\"data-framer-name\":\"HOME\",name:\"HOME\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d0pf9f\",\"data-framer-name\":\"Nav\",name:\"Nav\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k5ja7s\",\"data-framer-name\":\"divider\",name:\"divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19xhjw2-container\",children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"gMxMN2T0c\",layoutId:\"gMxMN2T0c\",style:{height:\"100%\",width:\"100%\"},variant:\"q315yfC6b\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mppsvb\",\"data-framer-name\":\"TOP\",name:\"TOP\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:726,width:\"100vw\",y:65,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nr7t58-container\",children:/*#__PURE__*/_jsx(Slideshow1,{height:\"100%\",id:\"VdmAHenzt\",layoutId:\"VdmAHenzt\",style:{width:\"100%\"},variant:\"O8fQpo1Sa\",width:\"100%\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wxjp0w hidden-1dij3p hidden-lxgkuh\",\"data-framer-name\":\"SERVICES\",name:\"SERVICES\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hf0m0t\",\"data-framer-name\":\"Services\",name:\"Services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12vccg0\",\"data-framer-name\":\"Component 4\",name:\"Component 4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11lc3k6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1du79xi\",\"data-styles-preset\":\"XO6Y_M3q6\",children:\"SERVICES\"})}),className:\"framer-92bepd\",\"data-framer-name\":\"PRODUCT\",fonts:[\"Inter\"],name:\"PRODUCT\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(119, 126, 144)\"},children:\"\u30B5\u30FC\u30D3\u30B9\"})}),className:\"framer-e511lg\",\"data-framer-name\":\"\u30D7\u30ED\u30C0\u30AF\u30C8\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u30D7\u30ED\u30C0\u30AF\u30C8\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:\"CogSmart\u306F\u6771\u5317\u5927\u5B66\u52A0\u9F62\u533B\u5B66\u7814\u7A76\u6240\u306E\u8133\u533B\u5B66\u7814\u7A76\u306E\u6210\u679C\u3092\u771F\u646F\u306B\u793E\u4F1A\u306B\u9001\u308A\u51FA\u3057\u3001\u8AB0\u3082\u304C\u300C\u751F\u6DAF\u5065\u5EB7\u8133\u300D\u3067\u3044\u3089\u308C\u308B\u793E\u4F1A\u3092\u76EE\u6307\u3057\u3066\u3044\u307E\u3059\u3002 \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:\"\u8133\u306E\u6D77\u99AC\u306F\u3001\u3042\u305F\u306A\u306E\u8133\u5065\u5EB7\u306E\u30D0\u30ED\u30E1\u30FC\u30BF\u30FC\u3002\u6D77\u99AC\u3092\u898B\u308C\u3070\u3001\u3042\u306A\u305F\u304C\u6C17\u3065\u3051\u306A\u3044\u8133\u306E\u5065\u5EB7\u304C\u5206\u304B\u308A\u307E\u3059\u3002\u6D77\u99AC\u306F\u3044\u304F\u3064\u306B\u306A\u3063\u3066\u3082\u80B2\u3066\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002CogSmart\u306F\u3001\u6D77\u99AC\u3092\u610F\u8B58\u3057\u305F\u30E9\u30A4\u30D5\u30B9\u30BF\u30A4\u30EB\u306E\u5B9F\u73FE\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002\"})]}),className:\"framer-10m2m9u\",\"data-framer-name\":\"It is well recognize\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"It is well recognize\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kpy85h\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:394,intrinsicWidth:725,name:\"Vector\",svg:'<svg width=\"725\" height=\"394\" viewBox=\"-2 -2 725 394\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M721 40.5443C655.798 160.981 640.281 119.329 636.335 106.018C630.31 85.6917 620.843 66.5221 606.974 50.4029C570.84 8.40845 493.018 -9.88898 450.555 5.27193C408.254 20.3733 378.619 68.7491 367.465 103.452C356.31 138.161 359.43 190.522 362.486 192.905C365.54 195.289 360.443 201.879 358.906 200.369C357.366 198.86 386.657 195.834 396.914 199.457C407.183 203.083 417.49 207.35 413.951 208.476C410.414 209.6 403.15 206.775 403.352 204.225C403.552 201.672 410.648 200.055 410.537 197.201C410.429 194.348 424.472 202.558 419.32 200.585C414.172 198.612 406.513 193.27 408.998 188.066C411.483 182.862 422.208 174.702 426.939 173.512C431.672 172.321 437.614 171.387 437.773 175.51C437.932 179.636 433.141 187.186 432.705 191.342C432.267 195.498 434.503 199.205 432.55 202.8C430.597 206.395 427.389 208.459 428.99 211.247C430.591 214.032 441.801 209.99 448.763 204.24C455.727 198.485 463.158 189.204 467.646 188.982C472.139 188.76 482.404 190.166 479.646 196.36C476.888 202.552 449.07 219.833 443.055 219.166C437.044 218.499 436.111 217.588 436.909 215.002C437.707 212.416 455.28 202.33 456.139 193.688C456.999 185.049 449.342 173.022 441.791 171.176C434.244 169.331 431.861 169.452 431.861 169.452C431.861 169.452 441.516 171.825 442.123 179.744C442.73 187.665 442.492 196.906 439.629 200.227C436.765 203.55 420.605 210.697 420.865 209.731C421.127 208.763 431.686 211.433 431.471 221.312C431.254 231.195 421.602 236.745 408.262 239.281C394.94 241.815 358.928 249.216 356.773 247.094C354.617 244.972 356.055 235.703 351.874 234.948C347.696 234.194 338.037 237.504 333.604 237.713C329.172 237.922 309.966 246.427 311.272 249.85C312.575 253.274 334.378 242.75 328.23 244.622C322.086 246.494 305.588 256.132 312.382 256.134C319.181 256.136 331.05 248.927 328.425 250.001C325.801 251.075 313.108 259.902 318.399 259.024C323.691 258.146 331.778 252.699 330.904 253.057C330.029 253.413 320.26 261.474 325.532 259.964C330.805 258.451 334.475 253.525 338.023 253.361C341.573 253.195 344.52 252.742 348.49 247.797C352.462 242.852 360.913 238.648 357.81 234.985C354.707 231.325 376.92 229.636 388.029 224.342C399.146 219.043 412.644 213.307 409.642 212.817C406.64 212.327 388.004 223.708 381.017 219.914C374.038 216.123 363.059 208.407 366.222 213.645C369.387 218.886 375.828 224.29 366.36 225.377C356.902 226.462 342.284 223.991 342.387 226.839C342.492 229.686 340.108 237.408 336.932 231.534C333.758 225.666 331.515 212.791 321.102 211.081C310.704 209.373 330.571 211.254 339.293 207.031C348.025 202.804 354.964 198.029 352.417 201.322C349.87 204.615 317.247 210.635 301.041 211.424C284.865 212.211 249.73 224.323 234.988 230.389C220.264 236.447 182.353 246.423 177.72 247.271C173.089 248.118 177.46 248.226 180.783 251.843C184.109 255.462 184.357 263.003 184.357 263.003C184.357 263.003 270.4 235.959 282.233 229.393C294.077 222.822 306.388 212.429 304.472 216.632C302.558 220.833 296.215 224.931 298.843 224.174C301.47 223.415 315.206 219.591 311.157 222.002C307.111 224.409 297.721 225.807 302.727 225.569C307.734 225.329 328.477 235.105 328.542 228.765C328.61 222.429 325.406 215.62 320.333 214.282C315.262 212.946 321.554 199.039 321.668 202.196C321.783 205.353 273.566 217.178 260.939 217.475C248.331 217.769 258.061 159.968 258.061 159.968C258.061 159.968 287.899 156.543 288.68 153.666C289.461 150.791 286.308 136.468 288.328 135.416C290.351 134.367 295.85 131.872 295.85 131.872C295.85 131.872 301.025 144.833 297.869 147.203C294.716 149.573 291.179 149.441 293.788 148.361C296.399 147.279 304.88 145.577 310.73 144.328C316.582 143.076 331.063 135.377 330.132 134.164C329.204 132.952 315.846 139.015 319.629 137.556C323.412 136.095 336.471 129.728 331.14 129.379C325.812 129.03 315.36 133.681 317.431 133.886C319.504 134.093 334.576 126.358 329.496 124.734C324.417 123.112 316.977 129.497 316.977 129.497C316.977 129.497 330.549 121.21 326.717 121.414C322.887 121.616 310.787 129.508 308.682 128.359C306.579 127.211 317.067 115.625 309.826 119.163C302.588 122.698 297.377 133.367 293.59 134.511C289.807 135.655 276.345 137.307 270.473 137.3C264.604 137.294 247.853 135.976 252.001 137.328C256.149 138.681 264.192 133.858 268.679 127.96C273.167 122.062 283.939 94.4494 279.853 86.8208C275.769 79.1965 264.733 73.8506 258.261 81.4249C251.789 88.9952 241.318 133.181 240.147 141.721C238.979 150.264 246.121 162.153 255.621 157.26C265.13 152.366 250.095 158.489 247.539 143.846C244.984 129.219 251.75 121.635 258.452 112.169C265.157 102.7 260.323 98.5679 261.567 92.2227C262.81 85.8773 266.306 76.8994 272.623 73.0953C278.941 69.2898 284.246 69.9351 288.227 66.258C292.208 62.5809 295.201 55.8201 291.826 60.0919C288.454 64.3615 285.817 64.5111 290.197 72.1149C294.583 79.7224 298.639 102.765 298.639 102.765C298.639 102.765 304.015 104.992 303.032 110.395C302.047 115.799 293.248 116.586 293.058 111.247C292.869 105.909 296.324 103.835 296.324 103.835C296.324 103.835 294.276 87.5968 291.062 79.9184C287.852 72.2454 284.911 72.0964 284.865 70.8411C284.821 69.5884 294.229 61.5258 294.328 64.3451C294.429 67.1661 286.122 81.4491 286.459 82.6871C286.798 83.9254 300.959 85.3424 300.122 86.6458C299.287 87.9492 287.064 91.451 287.695 92.6725C288.326 93.8955 316.298 118.816 315.889 115.687C315.483 112.56 307.667 100.073 303.747 89.2764C299.831 78.4882 295.446 62.7135 296.191 58.9021C296.937 55.0929 298.777 49.0235 299.002 55.2905C299.227 61.5576 299.122 66.9033 304.144 75.7338C309.172 84.5739 312.236 87.8652 313.107 87.5037C313.976 87.1417 319.155 75.5288 319.326 80.2372C319.496 84.9487 317.815 111.805 317.815 111.805C317.815 111.805 329.02 95.4468 327.773 93.6249C326.528 91.8034 323.165 88.5233 323.165 88.5233C323.165 88.5233 329.447 82.8249 327.316 81.0538C325.187 79.2841 324.191 76.1927 324.011 79.3497C323.829 82.5062 329.567 102.348 329.567 102.348C329.567 102.348 328.026 100.541 326.192 106.942C324.359 113.343 325.305 139.467 328.934 141.801C332.565 144.138 335.694 140.817 334.503 140.563C333.312 140.309 330.091 141.109 329.692 138.29C329.296 135.471 328.29 115.969 329.003 111.203C329.715 106.437 332.593 104.389 334.408 105.553C336.222 106.717 338.447 111.011 338.666 116.992C338.885 122.974 339.924 135.228 338.189 136.267C336.453 137.305 337.464 140.725 340.572 136.772C343.681 132.821 341.396 110.852 339.749 106.209C338.103 101.57 332.711 103.595 331.153 101.316C329.593 99.0378 327.305 76.6494 327.305 76.6494C327.305 76.6494 341.434 59.4915 344.321 53.6626C347.209 47.8337 349.848 43.2765 347.933 39.454C346.022 35.6315 339.254 32.2492 336.231 34.3096C333.209 36.3699 334.514 39.7527 330.41 40.4593C326.309 41.166 325.142 37.463 320.988 40.6866C316.833 43.9087 315.642 47.5895 315.46 46.6571C315.281 45.7248 318.85 38.6094 313.631 40.795C308.412 42.9784 309.423 46.5324 308.334 48.949C307.243 51.3671 300.751 50.7946 299.777 48.1826C298.802 45.5699 302.804 21.8876 312.799 17.7722C322.805 13.6554 326.292 18.3955 326.292 18.3955C326.292 18.3955 326.985 13.1744 337.533 17.5001C348.096 21.8316 354.332 34.6807 349.458 34.7256C344.587 34.77 335.048 22.1228 328.134 26.5304C321.222 30.9348 322.311 36.5269 316.985 35.891C311.664 35.2568 309.166 33.2821 307.965 36.648C306.76 40.0116 306.717 51.0817 307.987 55.7229C309.258 60.362 313.987 75.1858 319.543 76.0568C325.103 76.9274 333.499 70.5599 327.359 72.0832C321.222 73.6044 316.921 76.9105 311.741 74.1323C306.562 71.3559 328.106 74.4009 332.076 80.0823C336.048 85.7695 348.513 135.487 348.838 138.314C349.164 141.141 344.98 142.069 345.389 141.1C345.799 140.132 346.801 137.236 350.016 140.149C353.231 143.061 373.857 171.428 373.607 170.729C373.358 170.028 368.967 171.676 367.492 173.887C366.016 176.099 352.359 179.634 350.505 177.592C348.653 175.549 347.37 170.869 351.048 174.242C354.729 177.617 363.962 180.716 365.675 184.905C367.388 189.097 367.92 197.391 369.92 197.292C371.922 197.195 380.854 197.706 381.229 195.786C381.603 193.863 377.74 185.968 380.678 187.012C383.615 188.055 388.086 194.257 388.648 191.374C389.208 188.491 374.879 174.941 373.038 173.371C371.197 171.801 369.225 166.675 363.63 165.773C358.037 164.87 348.445 169.865 344.546 166.505C340.649 163.147 330.46 145.193 330.359 148.513C330.26 151.834 341.411 196.084 337.269 198.187C333.13 200.288 330.303 201.851 328.659 199.323C327.015 196.794 314.27 138.23 315.4 151.182C316.53 164.141 324.631 192.168 318.157 196.994C311.687 201.817 302.98 205.798 302.556 200.132C302.133 194.467 315.139 174.631 306.89 172.918C298.65 171.206 266.87 170.692 266.716 172.59C266.563 174.486 263.587 209.145 269.982 209.306C276.383 209.466 279.808 206.459 275.224 207.866C270.643 209.274 338.365 222.119 333.321 229.964C328.279 237.807 323.685 257.987 308.717 261.055C293.774 264.116 275.956 260.191 264.192 264.527C252.441 268.857 240.376 276.516 232.472 276.874C224.573 277.234 210.341 271.731 204.712 273.88C199.088 276.027 190.593 283.974 190.516 281.616C190.437 279.255 193.231 271.095 189.235 269.389C185.24 267.684 183.557 269.65 179.564 267.944C175.576 266.24 160.479 258.451 153.361 254.07C146.25 249.693 149.627 259.898 152.359 263.54C155.093 267.185 159.363 277.836 162.145 282.899C164.93 287.965 173.808 292.288 177.207 289.301C180.606 286.314 181.932 286.728 184.928 284.703C187.924 282.677 190.531 268.858 188.252 266.129C185.974 263.4 184.493 258.277 175.173 253.993C165.866 249.714 156.149 245.931 152.996 242.783C149.846 239.638 145.994 241.704 148.829 248.63C151.666 255.563 154.222 267.224 159.601 271.692C164.983 276.163 171.43 273.038 171.194 279.184C170.958 285.334 172.918 291.856 163.745 291.795C154.578 291.733 191.577 300.48 238.455 284.659C285.534 268.769 497.163 228.397 502.795 222.377C508.429 216.356 515.896 199.695 507.542 194.355C499.198 189.019 471.027 206.187 476.85 205.425C482.68 204.663 507.408 191.008 498.613 185.698C489.829 180.391 463.742 181.212 454.135 176.917C444.538 172.627 437.731 170.585 439.992 159.507C442.252 148.432 456.081 111.988 476.388 114.24C496.74 116.498 512.713 143.367 517.584 163.21C522.461 183.08 520.036 246.04 491.281 250.73C462.607 255.406 452.538 239.596 461.557 240.132C470.585 240.667 493.945 272.205 511.236 274.791C528.561 277.381 552.842 271.48 561.655 242.669C570.467 213.867 580.27 89.5545 527.472 50.9068C475.047 12.529 428.649 28.5014 405.826 50.1757C383.036 71.8163 367.13 134.275 370.165 144.078C373.201 153.889 383.71 54.2683 444.074 45.6355C504.803 36.9498 537.877 84.2088 544.024 123.559C550.183 163 556.561 229.436 535.497 247.247C514.465 265.033 471.077 264.603 458.75 260.374C446.439 256.149 445.941 231.774 449.096 243.585C452.255 255.403 463.207 270.713 449.11 278.535C435.027 286.35 155.093 334.69 152.761 330.063C140.798 330.375 137.963 296.473 152.147 297.504C158.752 295.532 160.694 318.852 154.666 321.475C140.798 327.523 114.339 322.819 86.9358 353.869C59.5321 384.919 23.6239 398.092 0 384.919\" stroke=\"#099EE5\" stroke-opacity=\"0.45\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17sntoh\",\"data-framer-name\":\"BrS/BrU\",name:\"BrS/BrU\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xznimt\",\"data-framer-name\":\"BrS\",name:\"BrS\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(1664),positionX:\"center\",positionY:\"center\",sizes:\"608px\",src:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png\",srcSet:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=512 512w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png 2296w\"},className:\"framer-fpb7qe\",\"data-border\":true,\"data-framer-name\":\"Rectangle 609\",name:\"Rectangle 609\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tte23v\",\"data-framer-name\":\"Frame 1412\",name:\"Frame 1412\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cieuf6\",\"data-framer-name\":\"Frame 1411\",name:\"Frame 1411\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"50px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\"',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"BrainSuite\"})})}),className:\"framer-s1nb0a\",\"data-framer-name\":\"BrainSuite\",fonts:[\"GF;Noto Sans JP-700\"],name:\"BrainSuite\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\"',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\"})})}),className:\"framer-136ic78\",\"data-framer-name\":\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308BMRI\u691C\u67FB\"})}),className:\"framer-1ubh30g\",\"data-framer-name\":\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"120px\",y:2061,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xnwm8r-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"F4Bqd18GU\",layoutId:\"F4Bqd18GU\",style:{height:\"100%\",width:\"100%\"},variant:\"sWEWLORWK\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pafa9o\",\"data-framer-name\":\"BrU\",name:\"BrU\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1664),sizes:\"608px\",src:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png\",srcSet:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=512 512w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png 2296w\"},className:\"framer-1do90qi\",\"data-border\":true,\"data-framer-name\":\"Rectangle 609\",name:\"Rectangle 609\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-a7wkv3\",\"data-framer-name\":\"Frame 1412\",name:\"Frame 1412\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qjgo4n\",\"data-framer-name\":\"Frame 1411\",name:\"Frame 1411\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BrainUp\"})}),className:\"framer-1tfkzkc\",\"data-framer-name\":\"BrainSuite\",fonts:[\"GF;Noto Sans JP-700\"],name:\"BrainSuite\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u6D77\u99AC\u7E2E\u3093\u3067\u3044\u307E\u305B\u3093\u304B\uFF1F\"})}),className:\"framer-y242a\",\"data-framer-name\":\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue12=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u3042\u306A\u305F\u306E\u6D77\u99AC\u3092\u30EA\u30A2\u30EB\u30EF\u30FC\u30EB\u30C9\u3067\u80B2\u6210\u3059\u308B\u30A2\u30D7\u30EA\"})}),className:\"framer-1t4zj9b\",\"data-framer-name\":\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"120px\",y:2056,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ncl3ta-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"EK22htcdb\",layoutId:\"EK22htcdb\",style:{height:\"100%\",width:\"100%\"},variant:\"fO03m7rzw\",width:\"100%\"})})})]})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xs4lrm hidden-72rtr7 hidden-1dij3p\",\"data-framer-name\":\"SERVICES\",name:\"SERVICES\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fjq17g\",\"data-framer-name\":\"Services\",name:\"Services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t6k8jg\",\"data-framer-name\":\"Component 4\",name:\"Component 4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i01tqi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1du79xi\",\"data-styles-preset\":\"XO6Y_M3q6\",children:\"SERVICES\"})}),className:\"framer-q4c6ro\",\"data-framer-name\":\"PRODUCT\",fonts:[\"Inter\"],name:\"PRODUCT\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(119, 126, 144)\"},children:\"\u30B5\u30FC\u30D3\u30B9\"})}),className:\"framer-16b1j7r\",\"data-framer-name\":\"\u30D7\u30ED\u30C0\u30AF\u30C8\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u30D7\u30ED\u30C0\u30AF\u30C8\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:\"CogSmart\u306F\u6771\u5317\u5927\u5B66\u52A0\u9F62\u533B\u5B66\u7814\u7A76\u6240\u306E\u8133\u533B\u5B66\u7814\u7A76\u306E\u6210\u679C\u3092\u771F\u646F\u306B\u793E\u4F1A\u306B\u9001\u308A\u51FA\u3057\u3001\u8AB0\u3082\u304C\u300C\u751F\u6DAF\u5065\u5EB7\u8133\u300D\u3067\u3044\u3089\u308C\u308B\u793E\u4F1A\u3092\u76EE\u6307\u3057\u3066\u3044\u307E\u3059\u3002 \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:\"\u8133\u306E\u6D77\u99AC\u306F\u3001\u3042\u305F\u306A\u306E\u8133\u5065\u5EB7\u306E\u30D0\u30ED\u30E1\u30FC\u30BF\u30FC\u3002\u6D77\u99AC\u3092\u898B\u308C\u3070\u3001\u3042\u306A\u305F\u304C\u6C17\u3065\u3051\u306A\u3044\u8133\u306E\u5065\u5EB7\u304C\u5206\u304B\u308A\u307E\u3059\u3002\u6D77\u99AC\u306F\u3044\u304F\u3064\u306B\u306A\u3063\u3066\u3082\u80B2\u3066\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002CogSmart\u306F\u3001\u6D77\u99AC\u3092\u610F\u8B58\u3057\u305F\u30E9\u30A4\u30D5\u30B9\u30BF\u30A4\u30EB\u306E\u5B9F\u73FE\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002\"})]}),className:\"framer-u3nozw\",\"data-framer-name\":\"It is well recognize\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"It is well recognize\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jlg2o5\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:394,intrinsicWidth:725,name:\"Vector\",svg:'<svg width=\"725\" height=\"394\" viewBox=\"-2 -2 725 394\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M721 40.5443C655.798 160.981 640.281 119.329 636.335 106.018C630.31 85.6917 620.843 66.5221 606.974 50.4029C570.84 8.40845 493.018 -9.88898 450.555 5.27193C408.254 20.3733 378.619 68.7491 367.465 103.452C356.31 138.161 359.43 190.522 362.486 192.905C365.54 195.289 360.443 201.879 358.906 200.369C357.366 198.86 386.657 195.834 396.914 199.457C407.183 203.083 417.49 207.35 413.951 208.476C410.414 209.6 403.15 206.775 403.352 204.225C403.552 201.672 410.648 200.055 410.537 197.201C410.429 194.348 424.472 202.558 419.32 200.585C414.172 198.612 406.513 193.27 408.998 188.066C411.483 182.862 422.208 174.702 426.939 173.512C431.672 172.321 437.614 171.387 437.773 175.51C437.932 179.636 433.141 187.186 432.705 191.342C432.267 195.498 434.503 199.205 432.55 202.8C430.597 206.395 427.389 208.459 428.99 211.247C430.591 214.032 441.801 209.99 448.763 204.24C455.727 198.485 463.158 189.204 467.646 188.982C472.139 188.76 482.404 190.166 479.646 196.36C476.888 202.552 449.07 219.833 443.055 219.166C437.044 218.499 436.111 217.588 436.909 215.002C437.707 212.416 455.28 202.33 456.139 193.688C456.999 185.049 449.342 173.022 441.791 171.176C434.244 169.331 431.861 169.452 431.861 169.452C431.861 169.452 441.516 171.825 442.123 179.744C442.73 187.665 442.492 196.906 439.629 200.227C436.765 203.55 420.605 210.697 420.865 209.731C421.127 208.763 431.686 211.433 431.471 221.312C431.254 231.195 421.602 236.745 408.262 239.281C394.94 241.815 358.928 249.216 356.773 247.094C354.617 244.972 356.055 235.703 351.874 234.948C347.696 234.194 338.037 237.504 333.604 237.713C329.172 237.922 309.966 246.427 311.272 249.85C312.575 253.274 334.378 242.75 328.23 244.622C322.086 246.494 305.588 256.132 312.382 256.134C319.181 256.136 331.05 248.927 328.425 250.001C325.801 251.075 313.108 259.902 318.399 259.024C323.691 258.146 331.778 252.699 330.904 253.057C330.029 253.413 320.26 261.474 325.532 259.964C330.805 258.451 334.475 253.525 338.023 253.361C341.573 253.195 344.52 252.742 348.49 247.797C352.462 242.852 360.913 238.648 357.81 234.985C354.707 231.325 376.92 229.636 388.029 224.342C399.146 219.043 412.644 213.307 409.642 212.817C406.64 212.327 388.004 223.708 381.017 219.914C374.038 216.123 363.059 208.407 366.222 213.645C369.387 218.886 375.828 224.29 366.36 225.377C356.902 226.462 342.284 223.991 342.387 226.839C342.492 229.686 340.108 237.408 336.932 231.534C333.758 225.666 331.515 212.791 321.102 211.081C310.704 209.373 330.571 211.254 339.293 207.031C348.025 202.804 354.964 198.029 352.417 201.322C349.87 204.615 317.247 210.635 301.041 211.424C284.865 212.211 249.73 224.323 234.988 230.389C220.264 236.447 182.353 246.423 177.72 247.271C173.089 248.118 177.46 248.226 180.783 251.843C184.109 255.462 184.357 263.003 184.357 263.003C184.357 263.003 270.4 235.959 282.233 229.393C294.077 222.822 306.388 212.429 304.472 216.632C302.558 220.833 296.215 224.931 298.843 224.174C301.47 223.415 315.206 219.591 311.157 222.002C307.111 224.409 297.721 225.807 302.727 225.569C307.734 225.329 328.477 235.105 328.542 228.765C328.61 222.429 325.406 215.62 320.333 214.282C315.262 212.946 321.554 199.039 321.668 202.196C321.783 205.353 273.566 217.178 260.939 217.475C248.331 217.769 258.061 159.968 258.061 159.968C258.061 159.968 287.899 156.543 288.68 153.666C289.461 150.791 286.308 136.468 288.328 135.416C290.351 134.367 295.85 131.872 295.85 131.872C295.85 131.872 301.025 144.833 297.869 147.203C294.716 149.573 291.179 149.441 293.788 148.361C296.399 147.279 304.88 145.577 310.73 144.328C316.582 143.076 331.063 135.377 330.132 134.164C329.204 132.952 315.846 139.015 319.629 137.556C323.412 136.095 336.471 129.728 331.14 129.379C325.812 129.03 315.36 133.681 317.431 133.886C319.504 134.093 334.576 126.358 329.496 124.734C324.417 123.112 316.977 129.497 316.977 129.497C316.977 129.497 330.549 121.21 326.717 121.414C322.887 121.616 310.787 129.508 308.682 128.359C306.579 127.211 317.067 115.625 309.826 119.163C302.588 122.698 297.377 133.367 293.59 134.511C289.807 135.655 276.345 137.307 270.473 137.3C264.604 137.294 247.853 135.976 252.001 137.328C256.149 138.681 264.192 133.858 268.679 127.96C273.167 122.062 283.939 94.4494 279.853 86.8208C275.769 79.1965 264.733 73.8506 258.261 81.4249C251.789 88.9952 241.318 133.181 240.147 141.721C238.979 150.264 246.121 162.153 255.621 157.26C265.13 152.366 250.095 158.489 247.539 143.846C244.984 129.219 251.75 121.635 258.452 112.169C265.157 102.7 260.323 98.5679 261.567 92.2227C262.81 85.8773 266.306 76.8994 272.623 73.0953C278.941 69.2898 284.246 69.9351 288.227 66.258C292.208 62.5809 295.201 55.8201 291.826 60.0919C288.454 64.3615 285.817 64.5111 290.197 72.1149C294.583 79.7224 298.639 102.765 298.639 102.765C298.639 102.765 304.015 104.992 303.032 110.395C302.047 115.799 293.248 116.586 293.058 111.247C292.869 105.909 296.324 103.835 296.324 103.835C296.324 103.835 294.276 87.5968 291.062 79.9184C287.852 72.2454 284.911 72.0964 284.865 70.8411C284.821 69.5884 294.229 61.5258 294.328 64.3451C294.429 67.1661 286.122 81.4491 286.459 82.6871C286.798 83.9254 300.959 85.3424 300.122 86.6458C299.287 87.9492 287.064 91.451 287.695 92.6725C288.326 93.8955 316.298 118.816 315.889 115.687C315.483 112.56 307.667 100.073 303.747 89.2764C299.831 78.4882 295.446 62.7135 296.191 58.9021C296.937 55.0929 298.777 49.0235 299.002 55.2905C299.227 61.5576 299.122 66.9033 304.144 75.7338C309.172 84.5739 312.236 87.8652 313.107 87.5037C313.976 87.1417 319.155 75.5288 319.326 80.2372C319.496 84.9487 317.815 111.805 317.815 111.805C317.815 111.805 329.02 95.4468 327.773 93.6249C326.528 91.8034 323.165 88.5233 323.165 88.5233C323.165 88.5233 329.447 82.8249 327.316 81.0538C325.187 79.2841 324.191 76.1927 324.011 79.3497C323.829 82.5062 329.567 102.348 329.567 102.348C329.567 102.348 328.026 100.541 326.192 106.942C324.359 113.343 325.305 139.467 328.934 141.801C332.565 144.138 335.694 140.817 334.503 140.563C333.312 140.309 330.091 141.109 329.692 138.29C329.296 135.471 328.29 115.969 329.003 111.203C329.715 106.437 332.593 104.389 334.408 105.553C336.222 106.717 338.447 111.011 338.666 116.992C338.885 122.974 339.924 135.228 338.189 136.267C336.453 137.305 337.464 140.725 340.572 136.772C343.681 132.821 341.396 110.852 339.749 106.209C338.103 101.57 332.711 103.595 331.153 101.316C329.593 99.0378 327.305 76.6494 327.305 76.6494C327.305 76.6494 341.434 59.4915 344.321 53.6626C347.209 47.8337 349.848 43.2765 347.933 39.454C346.022 35.6315 339.254 32.2492 336.231 34.3096C333.209 36.3699 334.514 39.7527 330.41 40.4593C326.309 41.166 325.142 37.463 320.988 40.6866C316.833 43.9087 315.642 47.5895 315.46 46.6571C315.281 45.7248 318.85 38.6094 313.631 40.795C308.412 42.9784 309.423 46.5324 308.334 48.949C307.243 51.3671 300.751 50.7946 299.777 48.1826C298.802 45.5699 302.804 21.8876 312.799 17.7722C322.805 13.6554 326.292 18.3955 326.292 18.3955C326.292 18.3955 326.985 13.1744 337.533 17.5001C348.096 21.8316 354.332 34.6807 349.458 34.7256C344.587 34.77 335.048 22.1228 328.134 26.5304C321.222 30.9348 322.311 36.5269 316.985 35.891C311.664 35.2568 309.166 33.2821 307.965 36.648C306.76 40.0116 306.717 51.0817 307.987 55.7229C309.258 60.362 313.987 75.1858 319.543 76.0568C325.103 76.9274 333.499 70.5599 327.359 72.0832C321.222 73.6044 316.921 76.9105 311.741 74.1323C306.562 71.3559 328.106 74.4009 332.076 80.0823C336.048 85.7695 348.513 135.487 348.838 138.314C349.164 141.141 344.98 142.069 345.389 141.1C345.799 140.132 346.801 137.236 350.016 140.149C353.231 143.061 373.857 171.428 373.607 170.729C373.358 170.028 368.967 171.676 367.492 173.887C366.016 176.099 352.359 179.634 350.505 177.592C348.653 175.549 347.37 170.869 351.048 174.242C354.729 177.617 363.962 180.716 365.675 184.905C367.388 189.097 367.92 197.391 369.92 197.292C371.922 197.195 380.854 197.706 381.229 195.786C381.603 193.863 377.74 185.968 380.678 187.012C383.615 188.055 388.086 194.257 388.648 191.374C389.208 188.491 374.879 174.941 373.038 173.371C371.197 171.801 369.225 166.675 363.63 165.773C358.037 164.87 348.445 169.865 344.546 166.505C340.649 163.147 330.46 145.193 330.359 148.513C330.26 151.834 341.411 196.084 337.269 198.187C333.13 200.288 330.303 201.851 328.659 199.323C327.015 196.794 314.27 138.23 315.4 151.182C316.53 164.141 324.631 192.168 318.157 196.994C311.687 201.817 302.98 205.798 302.556 200.132C302.133 194.467 315.139 174.631 306.89 172.918C298.65 171.206 266.87 170.692 266.716 172.59C266.563 174.486 263.587 209.145 269.982 209.306C276.383 209.466 279.808 206.459 275.224 207.866C270.643 209.274 338.365 222.119 333.321 229.964C328.279 237.807 323.685 257.987 308.717 261.055C293.774 264.116 275.956 260.191 264.192 264.527C252.441 268.857 240.376 276.516 232.472 276.874C224.573 277.234 210.341 271.731 204.712 273.88C199.088 276.027 190.593 283.974 190.516 281.616C190.437 279.255 193.231 271.095 189.235 269.389C185.24 267.684 183.557 269.65 179.564 267.944C175.576 266.24 160.479 258.451 153.361 254.07C146.25 249.693 149.627 259.898 152.359 263.54C155.093 267.185 159.363 277.836 162.145 282.899C164.93 287.965 173.808 292.288 177.207 289.301C180.606 286.314 181.932 286.728 184.928 284.703C187.924 282.677 190.531 268.858 188.252 266.129C185.974 263.4 184.493 258.277 175.173 253.993C165.866 249.714 156.149 245.931 152.996 242.783C149.846 239.638 145.994 241.704 148.829 248.63C151.666 255.563 154.222 267.224 159.601 271.692C164.983 276.163 171.43 273.038 171.194 279.184C170.958 285.334 172.918 291.856 163.745 291.795C154.578 291.733 191.577 300.48 238.455 284.659C285.534 268.769 497.163 228.397 502.795 222.377C508.429 216.356 515.896 199.695 507.542 194.355C499.198 189.019 471.027 206.187 476.85 205.425C482.68 204.663 507.408 191.008 498.613 185.698C489.829 180.391 463.742 181.212 454.135 176.917C444.538 172.627 437.731 170.585 439.992 159.507C442.252 148.432 456.081 111.988 476.388 114.24C496.74 116.498 512.713 143.367 517.584 163.21C522.461 183.08 520.036 246.04 491.281 250.73C462.607 255.406 452.538 239.596 461.557 240.132C470.585 240.667 493.945 272.205 511.236 274.791C528.561 277.381 552.842 271.48 561.655 242.669C570.467 213.867 580.27 89.5545 527.472 50.9068C475.047 12.529 428.649 28.5014 405.826 50.1757C383.036 71.8163 367.13 134.275 370.165 144.078C373.201 153.889 383.71 54.2683 444.074 45.6355C504.803 36.9498 537.877 84.2088 544.024 123.559C550.183 163 556.561 229.436 535.497 247.247C514.465 265.033 471.077 264.603 458.75 260.374C446.439 256.149 445.941 231.774 449.096 243.585C452.255 255.403 463.207 270.713 449.11 278.535C435.027 286.35 155.093 334.69 152.761 330.063C140.798 330.375 137.963 296.473 152.147 297.504C158.752 295.532 160.694 318.852 154.666 321.475C140.798 327.523 114.339 322.819 86.9358 353.869C59.5321 384.919 23.6239 398.092 0 384.919\" stroke=\"#099EE5\" stroke-opacity=\"0.45\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d83ahg\",\"data-framer-name\":\"BrS/BrU\",name:\"BrS/BrU\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ro7bqd\",\"data-framer-name\":\"BrS\",name:\"BrS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xtzAoE0Ws:{background:{alt:\"\",fit:\"fill\",sizes:\"max(max(100vw, 50px), 1px)\",src:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png\",srcSet:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=512 512w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png 2296w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png\",srcSet:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=512 512w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png 2296w\"},className:\"framer-1hgbtr7\",\"data-framer-name\":\"Rectangle 609\",name:\"Rectangle 609\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k70rwb\",\"data-framer-name\":\"Frame 1412\",name:\"Frame 1412\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1txzl54\",\"data-framer-name\":\"Frame 1411\",name:\"Frame 1411\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-flpgse\",\"data-styles-preset\":\"oq1Tcc1ap\",style:{\"--framer-text-alignment\":\"center\"},children:\"BrainSuite\"})}),className:\"framer-ab9ycc\",\"data-framer-name\":\"BrainSuite\",fonts:[\"Inter\"],name:\"BrainSuite\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\"})}),className:\"framer-3jrdt\",\"data-framer-name\":\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue18=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308BMRI\u691C\u67FB\"})}),className:\"framer-1yh2z3\",\"data-framer-name\":\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o0r8iq-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"OhWP_PQBS\",layoutId:\"OhWP_PQBS\",style:{height:\"100%\",width:\"100%\"},variant:\"sWEWLORWK\",width:\"100%\"})})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hya8aa\",\"data-framer-name\":\"BrU\",name:\"BrU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xtzAoE0Ws:{background:{alt:\"\",fit:\"fill\",sizes:\"max(max(100vw, 50px), 1px)\",src:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png\",srcSet:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=512 512w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png 2296w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png\",srcSet:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=512 512w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png 2296w\"},className:\"framer-1xx57up\",\"data-framer-name\":\"Rectangle 609\",name:\"Rectangle 609\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7kdfzn\",\"data-framer-name\":\"Frame 1412\",name:\"Frame 1412\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfc1k\",\"data-framer-name\":\"Frame 1411\",name:\"Frame 1411\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue19=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-flpgse\",\"data-styles-preset\":\"oq1Tcc1ap\",style:{\"--framer-text-alignment\":\"center\"},children:\"BrainUp\"})}),className:\"framer-180pkzn\",\"data-framer-name\":\"BrainSuite\",fonts:[\"Inter\"],name:\"BrainSuite\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue20=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u6D77\u99AC\u7E2E\u3093\u3067\u3044\u307E\u305B\u3093\u304B\uFF1F\"})}),className:\"framer-1vzjixz\",\"data-framer-name\":\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue21=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u3042\u306A\u305F\u306E\u6D77\u99AC\u3092\u30EA\u30A2\u30EB\u30EF\u30FC\u30EB\u30C9\u3067\u80B2\u6210\u3059\u308B\u30A2\u30D7\u30EA\"})}),className:\"framer-1yczj2f\",\"data-framer-name\":\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ixhize-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"brWdbDcVe\",layoutId:\"brWdbDcVe\",style:{height:\"100%\",width:\"100%\"},variant:\"s81j1v8g0\",width:\"100%\"})})})]})})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13twu5l hidden-72rtr7 hidden-lxgkuh\",\"data-framer-name\":\"SERVICES\",name:\"SERVICES\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yi2qol\",\"data-framer-name\":\"Services\",name:\"Services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e54np4\",\"data-framer-name\":\"Component 4\",name:\"Component 4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u39bz9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue22=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1du79xi\",\"data-styles-preset\":\"XO6Y_M3q6\",children:\"SERVICES\"})}),className:\"framer-1sa4szy\",\"data-framer-name\":\"PRODUCT\",fonts:[\"Inter\"],name:\"PRODUCT\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue23=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(119, 126, 144)\"},children:\"\u30B5\u30FC\u30D3\u30B9\"})}),className:\"framer-19fo78o\",\"data-framer-name\":\"\u30D7\u30ED\u30C0\u30AF\u30C8\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u30D7\u30ED\u30C0\u30AF\u30C8\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue24=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:\"CogSmart\u306F\u6771\u5317\u5927\u5B66\u52A0\u9F62\u533B\u5B66\u7814\u7A76\u6240\u306E\u8133\u533B\u5B66\u7814\u7A76\u306E\u6210\u679C\u3092\u771F\u646F\u306B\u793E\u4F1A\u306B\u9001\u308A\u51FA\u3057\u3001\u8AB0\u3082\u304C\u300C\u751F\u6DAF\u5065\u5EB7\u8133\u300D\u3067\u3044\u3089\u308C\u308B\u793E\u4F1A\u3092\u76EE\u6307\u3057\u3066\u3044\u307E\u3059\u3002 \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(59, 82, 102)\"},children:\"\u8133\u306E\u6D77\u99AC\u306F\u3001\u3042\u305F\u306A\u306E\u8133\u5065\u5EB7\u306E\u30D0\u30ED\u30E1\u30FC\u30BF\u30FC\u3002\u6D77\u99AC\u3092\u898B\u308C\u3070\u3001\u3042\u306A\u305F\u304C\u6C17\u3065\u3051\u306A\u3044\u8133\u306E\u5065\u5EB7\u304C\u5206\u304B\u308A\u307E\u3059\u3002\u6D77\u99AC\u306F\u3044\u304F\u3064\u306B\u306A\u3063\u3066\u3082\u80B2\u3066\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002CogSmart\u306F\u3001\u6D77\u99AC\u3092\u610F\u8B58\u3057\u305F\u30E9\u30A4\u30D5\u30B9\u30BF\u30A4\u30EB\u306E\u5B9F\u73FE\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002\"})]}),className:\"framer-10zs17u\",\"data-framer-name\":\"It is well recognize\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"It is well recognize\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ypifwy\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:394,intrinsicWidth:725,name:\"Vector\",svg:'<svg width=\"725\" height=\"394\" viewBox=\"-2 -2 725 394\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M721 40.5443C655.798 160.981 640.281 119.329 636.335 106.018C630.31 85.6917 620.843 66.5221 606.974 50.4029C570.84 8.40845 493.018 -9.88898 450.555 5.27193C408.254 20.3733 378.619 68.7491 367.465 103.452C356.31 138.161 359.43 190.522 362.486 192.905C365.54 195.289 360.443 201.879 358.906 200.369C357.366 198.86 386.657 195.834 396.914 199.457C407.183 203.083 417.49 207.35 413.951 208.476C410.414 209.6 403.15 206.775 403.352 204.225C403.552 201.672 410.648 200.055 410.537 197.201C410.429 194.348 424.472 202.558 419.32 200.585C414.172 198.612 406.513 193.27 408.998 188.066C411.483 182.862 422.208 174.702 426.939 173.512C431.672 172.321 437.614 171.387 437.773 175.51C437.932 179.636 433.141 187.186 432.705 191.342C432.267 195.498 434.503 199.205 432.55 202.8C430.597 206.395 427.389 208.459 428.99 211.247C430.591 214.032 441.801 209.99 448.763 204.24C455.727 198.485 463.158 189.204 467.646 188.982C472.139 188.76 482.404 190.166 479.646 196.36C476.888 202.552 449.07 219.833 443.055 219.166C437.044 218.499 436.111 217.588 436.909 215.002C437.707 212.416 455.28 202.33 456.139 193.688C456.999 185.049 449.342 173.022 441.791 171.176C434.244 169.331 431.861 169.452 431.861 169.452C431.861 169.452 441.516 171.825 442.123 179.744C442.73 187.665 442.492 196.906 439.629 200.227C436.765 203.55 420.605 210.697 420.865 209.731C421.127 208.763 431.686 211.433 431.471 221.312C431.254 231.195 421.602 236.745 408.262 239.281C394.94 241.815 358.928 249.216 356.773 247.094C354.617 244.972 356.055 235.703 351.874 234.948C347.696 234.194 338.037 237.504 333.604 237.713C329.172 237.922 309.966 246.427 311.272 249.85C312.575 253.274 334.378 242.75 328.23 244.622C322.086 246.494 305.588 256.132 312.382 256.134C319.181 256.136 331.05 248.927 328.425 250.001C325.801 251.075 313.108 259.902 318.399 259.024C323.691 258.146 331.778 252.699 330.904 253.057C330.029 253.413 320.26 261.474 325.532 259.964C330.805 258.451 334.475 253.525 338.023 253.361C341.573 253.195 344.52 252.742 348.49 247.797C352.462 242.852 360.913 238.648 357.81 234.985C354.707 231.325 376.92 229.636 388.029 224.342C399.146 219.043 412.644 213.307 409.642 212.817C406.64 212.327 388.004 223.708 381.017 219.914C374.038 216.123 363.059 208.407 366.222 213.645C369.387 218.886 375.828 224.29 366.36 225.377C356.902 226.462 342.284 223.991 342.387 226.839C342.492 229.686 340.108 237.408 336.932 231.534C333.758 225.666 331.515 212.791 321.102 211.081C310.704 209.373 330.571 211.254 339.293 207.031C348.025 202.804 354.964 198.029 352.417 201.322C349.87 204.615 317.247 210.635 301.041 211.424C284.865 212.211 249.73 224.323 234.988 230.389C220.264 236.447 182.353 246.423 177.72 247.271C173.089 248.118 177.46 248.226 180.783 251.843C184.109 255.462 184.357 263.003 184.357 263.003C184.357 263.003 270.4 235.959 282.233 229.393C294.077 222.822 306.388 212.429 304.472 216.632C302.558 220.833 296.215 224.931 298.843 224.174C301.47 223.415 315.206 219.591 311.157 222.002C307.111 224.409 297.721 225.807 302.727 225.569C307.734 225.329 328.477 235.105 328.542 228.765C328.61 222.429 325.406 215.62 320.333 214.282C315.262 212.946 321.554 199.039 321.668 202.196C321.783 205.353 273.566 217.178 260.939 217.475C248.331 217.769 258.061 159.968 258.061 159.968C258.061 159.968 287.899 156.543 288.68 153.666C289.461 150.791 286.308 136.468 288.328 135.416C290.351 134.367 295.85 131.872 295.85 131.872C295.85 131.872 301.025 144.833 297.869 147.203C294.716 149.573 291.179 149.441 293.788 148.361C296.399 147.279 304.88 145.577 310.73 144.328C316.582 143.076 331.063 135.377 330.132 134.164C329.204 132.952 315.846 139.015 319.629 137.556C323.412 136.095 336.471 129.728 331.14 129.379C325.812 129.03 315.36 133.681 317.431 133.886C319.504 134.093 334.576 126.358 329.496 124.734C324.417 123.112 316.977 129.497 316.977 129.497C316.977 129.497 330.549 121.21 326.717 121.414C322.887 121.616 310.787 129.508 308.682 128.359C306.579 127.211 317.067 115.625 309.826 119.163C302.588 122.698 297.377 133.367 293.59 134.511C289.807 135.655 276.345 137.307 270.473 137.3C264.604 137.294 247.853 135.976 252.001 137.328C256.149 138.681 264.192 133.858 268.679 127.96C273.167 122.062 283.939 94.4494 279.853 86.8208C275.769 79.1965 264.733 73.8506 258.261 81.4249C251.789 88.9952 241.318 133.181 240.147 141.721C238.979 150.264 246.121 162.153 255.621 157.26C265.13 152.366 250.095 158.489 247.539 143.846C244.984 129.219 251.75 121.635 258.452 112.169C265.157 102.7 260.323 98.5679 261.567 92.2227C262.81 85.8773 266.306 76.8994 272.623 73.0953C278.941 69.2898 284.246 69.9351 288.227 66.258C292.208 62.5809 295.201 55.8201 291.826 60.0919C288.454 64.3615 285.817 64.5111 290.197 72.1149C294.583 79.7224 298.639 102.765 298.639 102.765C298.639 102.765 304.015 104.992 303.032 110.395C302.047 115.799 293.248 116.586 293.058 111.247C292.869 105.909 296.324 103.835 296.324 103.835C296.324 103.835 294.276 87.5968 291.062 79.9184C287.852 72.2454 284.911 72.0964 284.865 70.8411C284.821 69.5884 294.229 61.5258 294.328 64.3451C294.429 67.1661 286.122 81.4491 286.459 82.6871C286.798 83.9254 300.959 85.3424 300.122 86.6458C299.287 87.9492 287.064 91.451 287.695 92.6725C288.326 93.8955 316.298 118.816 315.889 115.687C315.483 112.56 307.667 100.073 303.747 89.2764C299.831 78.4882 295.446 62.7135 296.191 58.9021C296.937 55.0929 298.777 49.0235 299.002 55.2905C299.227 61.5576 299.122 66.9033 304.144 75.7338C309.172 84.5739 312.236 87.8652 313.107 87.5037C313.976 87.1417 319.155 75.5288 319.326 80.2372C319.496 84.9487 317.815 111.805 317.815 111.805C317.815 111.805 329.02 95.4468 327.773 93.6249C326.528 91.8034 323.165 88.5233 323.165 88.5233C323.165 88.5233 329.447 82.8249 327.316 81.0538C325.187 79.2841 324.191 76.1927 324.011 79.3497C323.829 82.5062 329.567 102.348 329.567 102.348C329.567 102.348 328.026 100.541 326.192 106.942C324.359 113.343 325.305 139.467 328.934 141.801C332.565 144.138 335.694 140.817 334.503 140.563C333.312 140.309 330.091 141.109 329.692 138.29C329.296 135.471 328.29 115.969 329.003 111.203C329.715 106.437 332.593 104.389 334.408 105.553C336.222 106.717 338.447 111.011 338.666 116.992C338.885 122.974 339.924 135.228 338.189 136.267C336.453 137.305 337.464 140.725 340.572 136.772C343.681 132.821 341.396 110.852 339.749 106.209C338.103 101.57 332.711 103.595 331.153 101.316C329.593 99.0378 327.305 76.6494 327.305 76.6494C327.305 76.6494 341.434 59.4915 344.321 53.6626C347.209 47.8337 349.848 43.2765 347.933 39.454C346.022 35.6315 339.254 32.2492 336.231 34.3096C333.209 36.3699 334.514 39.7527 330.41 40.4593C326.309 41.166 325.142 37.463 320.988 40.6866C316.833 43.9087 315.642 47.5895 315.46 46.6571C315.281 45.7248 318.85 38.6094 313.631 40.795C308.412 42.9784 309.423 46.5324 308.334 48.949C307.243 51.3671 300.751 50.7946 299.777 48.1826C298.802 45.5699 302.804 21.8876 312.799 17.7722C322.805 13.6554 326.292 18.3955 326.292 18.3955C326.292 18.3955 326.985 13.1744 337.533 17.5001C348.096 21.8316 354.332 34.6807 349.458 34.7256C344.587 34.77 335.048 22.1228 328.134 26.5304C321.222 30.9348 322.311 36.5269 316.985 35.891C311.664 35.2568 309.166 33.2821 307.965 36.648C306.76 40.0116 306.717 51.0817 307.987 55.7229C309.258 60.362 313.987 75.1858 319.543 76.0568C325.103 76.9274 333.499 70.5599 327.359 72.0832C321.222 73.6044 316.921 76.9105 311.741 74.1323C306.562 71.3559 328.106 74.4009 332.076 80.0823C336.048 85.7695 348.513 135.487 348.838 138.314C349.164 141.141 344.98 142.069 345.389 141.1C345.799 140.132 346.801 137.236 350.016 140.149C353.231 143.061 373.857 171.428 373.607 170.729C373.358 170.028 368.967 171.676 367.492 173.887C366.016 176.099 352.359 179.634 350.505 177.592C348.653 175.549 347.37 170.869 351.048 174.242C354.729 177.617 363.962 180.716 365.675 184.905C367.388 189.097 367.92 197.391 369.92 197.292C371.922 197.195 380.854 197.706 381.229 195.786C381.603 193.863 377.74 185.968 380.678 187.012C383.615 188.055 388.086 194.257 388.648 191.374C389.208 188.491 374.879 174.941 373.038 173.371C371.197 171.801 369.225 166.675 363.63 165.773C358.037 164.87 348.445 169.865 344.546 166.505C340.649 163.147 330.46 145.193 330.359 148.513C330.26 151.834 341.411 196.084 337.269 198.187C333.13 200.288 330.303 201.851 328.659 199.323C327.015 196.794 314.27 138.23 315.4 151.182C316.53 164.141 324.631 192.168 318.157 196.994C311.687 201.817 302.98 205.798 302.556 200.132C302.133 194.467 315.139 174.631 306.89 172.918C298.65 171.206 266.87 170.692 266.716 172.59C266.563 174.486 263.587 209.145 269.982 209.306C276.383 209.466 279.808 206.459 275.224 207.866C270.643 209.274 338.365 222.119 333.321 229.964C328.279 237.807 323.685 257.987 308.717 261.055C293.774 264.116 275.956 260.191 264.192 264.527C252.441 268.857 240.376 276.516 232.472 276.874C224.573 277.234 210.341 271.731 204.712 273.88C199.088 276.027 190.593 283.974 190.516 281.616C190.437 279.255 193.231 271.095 189.235 269.389C185.24 267.684 183.557 269.65 179.564 267.944C175.576 266.24 160.479 258.451 153.361 254.07C146.25 249.693 149.627 259.898 152.359 263.54C155.093 267.185 159.363 277.836 162.145 282.899C164.93 287.965 173.808 292.288 177.207 289.301C180.606 286.314 181.932 286.728 184.928 284.703C187.924 282.677 190.531 268.858 188.252 266.129C185.974 263.4 184.493 258.277 175.173 253.993C165.866 249.714 156.149 245.931 152.996 242.783C149.846 239.638 145.994 241.704 148.829 248.63C151.666 255.563 154.222 267.224 159.601 271.692C164.983 276.163 171.43 273.038 171.194 279.184C170.958 285.334 172.918 291.856 163.745 291.795C154.578 291.733 191.577 300.48 238.455 284.659C285.534 268.769 497.163 228.397 502.795 222.377C508.429 216.356 515.896 199.695 507.542 194.355C499.198 189.019 471.027 206.187 476.85 205.425C482.68 204.663 507.408 191.008 498.613 185.698C489.829 180.391 463.742 181.212 454.135 176.917C444.538 172.627 437.731 170.585 439.992 159.507C442.252 148.432 456.081 111.988 476.388 114.24C496.74 116.498 512.713 143.367 517.584 163.21C522.461 183.08 520.036 246.04 491.281 250.73C462.607 255.406 452.538 239.596 461.557 240.132C470.585 240.667 493.945 272.205 511.236 274.791C528.561 277.381 552.842 271.48 561.655 242.669C570.467 213.867 580.27 89.5545 527.472 50.9068C475.047 12.529 428.649 28.5014 405.826 50.1757C383.036 71.8163 367.13 134.275 370.165 144.078C373.201 153.889 383.71 54.2683 444.074 45.6355C504.803 36.9498 537.877 84.2088 544.024 123.559C550.183 163 556.561 229.436 535.497 247.247C514.465 265.033 471.077 264.603 458.75 260.374C446.439 256.149 445.941 231.774 449.096 243.585C452.255 255.403 463.207 270.713 449.11 278.535C435.027 286.35 155.093 334.69 152.761 330.063C140.798 330.375 137.963 296.473 152.147 297.504C158.752 295.532 160.694 318.852 154.666 321.475C140.798 327.523 114.339 322.819 86.9358 353.869C59.5321 384.919 23.6239 398.092 0 384.919\" stroke=\"#099EE5\" stroke-opacity=\"0.45\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6i4792\",\"data-framer-name\":\"BrS/BrU\",name:\"BrS/BrU\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fstbjl\",\"data-framer-name\":\"BrS\",name:\"BrS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HbHhW91x2:{background:{alt:\"\",fit:\"fill\",sizes:\"max(max(max(100vw, 50px), 400px), 1px)\",src:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png\",srcSet:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=512 512w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png 2296w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png\",srcSet:\"https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=512 512w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/96unF3IkqMJLh1GjcZ6tbmtqNHg.png 2296w\"},className:\"framer-yu8jyk\",\"data-framer-name\":\"Rectangle 609\",name:\"Rectangle 609\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ucmp\",\"data-framer-name\":\"Frame 1412\",name:\"Frame 1412\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18qzdtn\",\"data-framer-name\":\"Frame 1411\",name:\"Frame 1411\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue25=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BrainSuite\"})}),className:\"framer-1es9f9n\",\"data-framer-name\":\"BrainSuite\",fonts:[\"GF;Noto Sans JP-700\"],name:\"BrainSuite\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue26=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\"})}),className:\"framer-1455n1o\",\"data-framer-name\":\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue27=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308BMRI\u691C\u67FB\"})}),className:\"framer-j4m3zu\",\"data-framer-name\":\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nxl6ss-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"jsogU8rAk\",layoutId:\"jsogU8rAk\",style:{height:\"100%\",width:\"100%\"},variant:\"sWEWLORWK\",width:\"100%\"})})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9of8me\",\"data-framer-name\":\"BrU\",name:\"BrU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HbHhW91x2:{background:{alt:\"\",fit:\"fill\",sizes:\"max(max(max(100vw, 50px), 400px), 1px)\",src:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png\",srcSet:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=512 512w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png 2296w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png\",srcSet:\"https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=512 512w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/yAcjoTFztF5r1RyzdZFxZmLcQvg.png 2296w\"},className:\"framer-1mqxkiw\",\"data-framer-name\":\"Rectangle 609\",name:\"Rectangle 609\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sq6jdz\",\"data-framer-name\":\"Frame 1412\",name:\"Frame 1412\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ve9y4\",\"data-framer-name\":\"Frame 1411\",name:\"Frame 1411\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue28=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BrainUp\"})}),className:\"framer-rualts\",\"data-framer-name\":\"BrainSuite\",fonts:[\"GF;Noto Sans JP-700\"],name:\"BrainSuite\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue29=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u6D77\u99AC\u7E2E\u3093\u3067\u3044\u307E\u305B\u3093\u304B\uFF1F\"})}),className:\"framer-l8nap5\",\"data-framer-name\":\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u77E5\u308B\u3001\u7406\u89E3\u3059\u308B\u3001\u6539\u5584\u3059\u308B\u3002\u3000\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue30=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u3042\u306A\u305F\u306E\u6D77\u99AC\u3092\u30EA\u30A2\u30EB\u30EF\u30FC\u30EB\u30C9\u3067\u80B2\u6210\u3059\u308B\u30A2\u30D7\u30EA\"})}),className:\"framer-12if6m1\",\"data-framer-name\":\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8A18\u61B6\u3092\u3064\u304B\u3055\u3069\u308B\u300C\u6D77\u99AC\u300D\u306E\u5927\u304D\u3055\u3092\u6E2C\u308B\u8133\u691C\u67FB\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17zrcgl-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"iOeUJX8Pq\",layoutId:\"iOeUJX8Pq\",style:{height:\"100%\",width:\"100%\"},variant:\"egFXDtVlY\",width:\"100%\"})})})]})})})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uwtvkp hidden-1dij3p hidden-lxgkuh\",\"data-framer-name\":\"ABOUT US\",name:\"ABOUT US\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12mw2xz\",\"data-framer-name\":\"Doodle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:629,intrinsicWidth:588,name:\"Doodle\",svg:'<svg width=\"588\" height=\"629\" viewBox=\"-2 -2 588 629\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 226.314C0 226.314 79.5623 371.69 160.904 371.69C222.029 340.221 307.175 427.662 252.522 436.932C196.101 446.501 174.136 343.389 175.77 355.282C177.402 367.167 204.87 334.069 216.034 312.2C227.124 290.485 223.729 269.639 220.472 263.127C217.21 256.604 249.086 271.463 270.278 259.123C291.207 246.934 298.289 224.624 298.163 218.248C298.039 211.873 285.291 197.015 268.486 194.175C251.518 191.307 224.105 192.127 216.663 182.875C209.193 173.588 251.224 179.042 254.671 166.227C258.11 153.443 241.098 165.889 230.509 174.063C219.851 182.288 245.646 187.326 268.433 178.762C290.923 170.309 292.155 137.848 283.258 135.639C274.314 133.419 243.523 166.597 227.55 155.821C211.437 144.949 226.069 126.577 235.363 111.388C244.605 96.2861 247.511 122.832 265.767 125.43C283.833 128.002 283.024 98.6328 271.559 97.4859C260.021 96.3315 247.832 126.711 246.381 105.385C244.93 84.0588 271.75 78.954 292.241 80.6098C312.493 82.2475 298.601 124.086 314.366 129.098C329.991 134.065 304.691 114.802 308.818 91.554C312.931 68.3779 337.005 62.7713 351.783 68.5839C366.439 74.346 345.324 85.1224 344.857 99.496C344.389 113.882 352.033 121.07 366.7 126.617C381.243 132.119 364.873 135.896 360.41 117.65C355.936 99.3693 377.14 93.5044 390.718 87.35C404.187 81.248 404.918 102.806 390.271 109.565C375.494 116.388 375.799 120.124 398.281 116.687C420.463 113.298 409.967 142.984 384.821 161.999C359.276 181.315 332.303 158.696 340.706 148.249C349.063 137.855 360.351 174.46 337.674 189.67C314.679 205.093 293.088 173.547 295.892 160.242C298.69 146.963 307.146 170.06 300.474 195.349C293.767 220.757 256.338 208.8 243.166 203.456C229.897 198.071 218.98 209.633 216.112 214.165C213.239 218.704 228.32 250.732 246.147 253.335C263.799 255.912 283.547 244.358 290.957 234.148C298.335 223.986 267.443 248.182 259.629 246.234C251.781 244.282 271.2 230.829 269.1 226.314C267 221.794 253.581 244.932 246.175 244.915C238.737 244.898 261.199 225.608 259.801 219.799C258.403 213.981 240.128 242.955 231.944 244.232C223.72 245.515 240.085 227.389 244.03 216.412C247.962 205.461 235.916 216.976 230.433 223.42C224.932 229.884 226.798 246.172 221.396 235.078C215.977 223.952 222.691 210.329 225.496 206.46C228.297 202.595 200.838 207.447 195.761 183.119C190.673 158.741 213.821 154.79 214.194 158.06C214.57 161.327 191.943 154.853 193.79 131.385C195.635 107.959 212.177 103.301 222.986 101.809C233.729 100.327 222.2 119.947 210.582 115.604C198.888 111.233 206.404 80.259 226.378 66.3394C246.123 52.5826 268.319 67.9119 262.489 72.0872C256.641 76.2767 255.194 55.0249 276.471 40.9246C297.481 27.0004 331.356 43.6325 330.57 54.2533C329.787 64.8815 301.45 62.0638 293.574 62.9C285.662 63.7394 288.225 77.866 304.794 65.412C321.2 53.0819 327.799 35.8788 349.764 40.3867C371.453 44.8371 381.942 66.5021 378.375 84.2669C374.8 102.079 370.324 76.4135 373.248 59.8221C376.166 43.2664 393.218 52.3321 411.44 66.2866C429.475 80.0984 422.816 95.6525 413.461 93.3729C404.054 91.0782 431.178 79.5774 438.876 104.324C446.545 128.976 419.608 149.435 419.608 149.435C419.608 149.435 428.259 169.288 409.876 184.226C391.278 199.338 366.998 186.468 366.998 186.468C366.998 186.468 371.99 197.16 362.584 207.634C353.124 218.171 312.003 217.117 315.461 202.569C318.909 188.059 325.981 228.644 307.327 239.963C288.459 251.408 271.502 275.208 268.868 293.91C266.228 312.654 284.599 270.636 270.574 271.35C256.434 272.07 211.984 323.919 212.908 295.784C213.793 268.867 74.2248 135.698 226.628 23.0302C287.336 -14.2723 376.2 -4.9731 428.273 41.6148C478.848 86.865 478.333 142.212 475.992 160.83C473.645 179.489 460.378 182.832 461.224 194.379C462.072 205.924 488.438 255.72 488.864 265.373C489.289 275.026 453.56 282.588 450.645 277.118C447.726 271.64 455.487 270.655 455.834 281.348C456.201 292.583 462.848 300.011 462.053 303.68C461.257 307.351 442.867 313.826 439.174 311.448C435.472 309.062 455.069 316.949 455.864 321.019C458.328 333.641 448.226 328.524 444.288 337.812C440.341 347.123 447.746 375.733 425.732 382.107C403.422 388.568 313.089 358.169 296.297 337.321C279.352 316.287 351.859 353.623 354.284 373.726C356.709 393.816 342.152 391.039 329.954 429.692C317.65 468.675 305.356 452.332 304.475 431.858C303.595 411.387 372.714 503.861 377.617 510.211C390.799 545.509 458.421 614.221 584 625\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dbcwyp\",\"data-framer-name\":\"About Us Stack\",name:\"About Us Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-197c467\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue31=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"0px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u8133\u304B\u3089\u3001\u793E\u4F1A\u3092\u5909\u3048\u3066\u3044\u304F\u3002\"})}),className:\"framer-1hy0thn\",\"data-framer-name\":\"\u8133\u306F\u3001\u5909\u3048\u3089\u308C\u308B\u3002\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8133\u306F\u3001\u5909\u3048\u3089\u308C\u308B\u3002\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue32=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-flpgse\",\"data-styles-preset\":\"oq1Tcc1ap\",children:\"ABOUT US\"})}),className:\"framer-15cgidx\",\"data-framer-name\":\"PRODUCT\",fonts:[\"Inter\"],name:\"PRODUCT\",transformTemplate:transformTemplate1,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue33=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F1A\u793E\u6982\u8981\"})}),className:\"framer-1idszhx\",\"data-framer-name\":\"\u4F1A\u793E\u6982\u8981\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u4F1A\u793E\u6982\u8981\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue34=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"CogSmart\u306F\u3001\u6771\u5317\u5927\u5B66\u52A0\u9F62\u533B\u5B66\u7814\u7A76\u6240\u767A\u306E\u533B\u7642\u30FB\u30D8\u30EB\u30B9\u30B1\u30A2\u30C6\u30C3\u30AF\u4F01\u696D\u3067\u3059\u3002\"})}),className:\"framer-16zew1f\",\"data-framer-name\":\"Sentence\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"Sentence\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:2714,children:/*#__PURE__*/_jsx(Container,{className:\"framer-flt0k9-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"fSLiDTs1P\",layoutId:\"fSLiDTs1P\",style:{height:\"100%\"},variant:\"e77LECaHQ\",width:\"100%\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u6k76x hidden-72rtr7 hidden-1dij3p\",\"data-framer-name\":\"ABOUT US\",name:\"ABOUT US\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fiwi4i\",\"data-framer-name\":\"Doodle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:629,intrinsicWidth:588,name:\"Doodle\",svg:'<svg width=\"588\" height=\"629\" viewBox=\"-2 -2 588 629\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 226.314C0 226.314 79.5623 371.69 160.904 371.69C222.029 340.221 307.175 427.662 252.522 436.932C196.101 446.501 174.136 343.389 175.77 355.282C177.402 367.167 204.87 334.069 216.034 312.2C227.124 290.485 223.729 269.639 220.472 263.127C217.21 256.604 249.086 271.463 270.278 259.123C291.207 246.934 298.289 224.624 298.163 218.248C298.039 211.873 285.291 197.015 268.486 194.175C251.518 191.307 224.105 192.127 216.663 182.875C209.193 173.588 251.224 179.042 254.671 166.227C258.11 153.443 241.098 165.889 230.509 174.063C219.851 182.288 245.646 187.326 268.433 178.762C290.923 170.309 292.155 137.848 283.258 135.639C274.314 133.419 243.523 166.597 227.55 155.821C211.437 144.949 226.069 126.577 235.363 111.388C244.605 96.2861 247.511 122.832 265.767 125.43C283.833 128.002 283.024 98.6328 271.559 97.4859C260.021 96.3315 247.832 126.711 246.381 105.385C244.93 84.0588 271.75 78.954 292.241 80.6098C312.493 82.2475 298.601 124.086 314.366 129.098C329.991 134.065 304.691 114.802 308.818 91.554C312.931 68.3779 337.005 62.7713 351.783 68.5839C366.439 74.346 345.324 85.1224 344.857 99.496C344.389 113.882 352.033 121.07 366.7 126.617C381.243 132.119 364.873 135.896 360.41 117.65C355.936 99.3693 377.14 93.5044 390.718 87.35C404.187 81.248 404.918 102.806 390.271 109.565C375.494 116.388 375.799 120.124 398.281 116.687C420.463 113.298 409.967 142.984 384.821 161.999C359.276 181.315 332.303 158.696 340.706 148.249C349.063 137.855 360.351 174.46 337.674 189.67C314.679 205.093 293.088 173.547 295.892 160.242C298.69 146.963 307.146 170.06 300.474 195.349C293.767 220.757 256.338 208.8 243.166 203.456C229.897 198.071 218.98 209.633 216.112 214.165C213.239 218.704 228.32 250.732 246.147 253.335C263.799 255.912 283.547 244.358 290.957 234.148C298.335 223.986 267.443 248.182 259.629 246.234C251.781 244.282 271.2 230.829 269.1 226.314C267 221.794 253.581 244.932 246.175 244.915C238.737 244.898 261.199 225.608 259.801 219.799C258.403 213.981 240.128 242.955 231.944 244.232C223.72 245.515 240.085 227.389 244.03 216.412C247.962 205.461 235.916 216.976 230.433 223.42C224.932 229.884 226.798 246.172 221.396 235.078C215.977 223.952 222.691 210.329 225.496 206.46C228.297 202.595 200.838 207.447 195.761 183.119C190.673 158.741 213.821 154.79 214.194 158.06C214.57 161.327 191.943 154.853 193.79 131.385C195.635 107.959 212.177 103.301 222.986 101.809C233.729 100.327 222.2 119.947 210.582 115.604C198.888 111.233 206.404 80.259 226.378 66.3394C246.123 52.5826 268.319 67.9119 262.489 72.0872C256.641 76.2767 255.194 55.0249 276.471 40.9246C297.481 27.0004 331.356 43.6325 330.57 54.2533C329.787 64.8815 301.45 62.0638 293.574 62.9C285.662 63.7394 288.225 77.866 304.794 65.412C321.2 53.0819 327.799 35.8788 349.764 40.3867C371.453 44.8371 381.942 66.5021 378.375 84.2669C374.8 102.079 370.324 76.4135 373.248 59.8221C376.166 43.2664 393.218 52.3321 411.44 66.2866C429.475 80.0984 422.816 95.6525 413.461 93.3729C404.054 91.0782 431.178 79.5774 438.876 104.324C446.545 128.976 419.608 149.435 419.608 149.435C419.608 149.435 428.259 169.288 409.876 184.226C391.278 199.338 366.998 186.468 366.998 186.468C366.998 186.468 371.99 197.16 362.584 207.634C353.124 218.171 312.003 217.117 315.461 202.569C318.909 188.059 325.981 228.644 307.327 239.963C288.459 251.408 271.502 275.208 268.868 293.91C266.228 312.654 284.599 270.636 270.574 271.35C256.434 272.07 211.984 323.919 212.908 295.784C213.793 268.867 74.2248 135.698 226.628 23.0302C287.336 -14.2723 376.2 -4.9731 428.273 41.6148C478.848 86.865 478.333 142.212 475.992 160.83C473.645 179.489 460.378 182.832 461.224 194.379C462.072 205.924 488.438 255.72 488.864 265.373C489.289 275.026 453.56 282.588 450.645 277.118C447.726 271.64 455.487 270.655 455.834 281.348C456.201 292.583 462.848 300.011 462.053 303.68C461.257 307.351 442.867 313.826 439.174 311.448C435.472 309.062 455.069 316.949 455.864 321.019C458.328 333.641 448.226 328.524 444.288 337.812C440.341 347.123 447.746 375.733 425.732 382.107C403.422 388.568 313.089 358.169 296.297 337.321C279.352 316.287 351.859 353.623 354.284 373.726C356.709 393.816 342.152 391.039 329.954 429.692C317.65 468.675 305.356 452.332 304.475 431.858C303.595 411.387 372.714 503.861 377.617 510.211C390.799 545.509 458.421 614.221 584 625\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ceu3iy\",\"data-framer-name\":\"TEXT\",name:\"TEXT\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nkp0kz\",\"data-framer-name\":\"Frame 1448\",name:\"Frame 1448\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue35=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u8133\u304B\u3089\u3001\u793E\u4F1A\u3092\u5909\u3048\u3066\u3044\u304F\u3002\"})}),className:\"framer-vb8mim\",\"data-framer-name\":\"\u8133\u304B\u3089\u3001\u793E\u4F1A\u3092\u5909\u3048\u3066\u3044\u304F\u3002\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8133\u304B\u3089\u3001\u793E\u4F1A\u3092\u5909\u3048\u3066\u3044\u304F\u3002\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n5vd7q\",\"data-framer-name\":\"Frame 1447\",name:\"Frame 1447\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aewznm\",\"data-framer-name\":\"Frame 1446\",name:\"Frame 1446\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue36=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-flpgse\",\"data-styles-preset\":\"oq1Tcc1ap\",children:\"ABOUT US\"})}),className:\"framer-1yjr6bv\",\"data-framer-name\":\"ABOUT US\",fonts:[\"Inter\"],name:\"ABOUT US\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue37=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F1A\u793E\u6982\u8981\"})}),className:\"framer-1mdylbh\",\"data-framer-name\":\"\u4F1A\u793E\u6982\u8981\",fonts:[\"GF;Open Sans-regular\"],name:\"\u4F1A\u793E\u6982\u8981\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue38=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"CogSmart\u306F\u3001\u6771\u5317\u5927\u5B66\u52A0\u9F62\u533B\u5B66\u7814\u7A76\u6240\u767A\u306E\u533B\u7642\u30FB\u30D8\u30EB\u30B9\u30B1\u30A2\u30C6\u30C3\u30AF\u4F01\u696D\u3067\u3059\u3002\"})}),className:\"framer-1qtlesq\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u6D77\u99AC\u3092\u30EA\u30A2\u30EB\u30EF\u30FC\u30EB\u30C9\u3067\u80B2\u6210\u3059\u308B\u30A2\u30D7\u30EA\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u3042\u306A\u305F\u306E\u6D77\u99AC\u3092\u30EA\u30A2\u30EB\u30EF\u30FC\u30EB\u30C9\u3067\u80B2\u6210\u3059\u308B\u30A2\u30D7\u30EA\",verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5pbwmb-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"uEZivkzg9\",layoutId:\"uEZivkzg9\",style:{height:\"100%\"},variant:\"zoqnW4pdb\",width:\"100%\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2qodg8 hidden-72rtr7 hidden-lxgkuh\",\"data-framer-name\":\"ABOUT US\",name:\"ABOUT US\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-haycb8\",\"data-framer-name\":\"Doodle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:629,intrinsicWidth:588,name:\"Doodle\",svg:'<svg width=\"588\" height=\"629\" viewBox=\"-2 -2 588 629\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 226.314C0 226.314 79.5623 371.69 160.904 371.69C222.029 340.221 307.175 427.662 252.522 436.932C196.101 446.501 174.136 343.389 175.77 355.282C177.402 367.167 204.87 334.069 216.034 312.2C227.124 290.485 223.729 269.639 220.472 263.127C217.21 256.604 249.086 271.463 270.278 259.123C291.207 246.934 298.289 224.624 298.163 218.248C298.039 211.873 285.291 197.015 268.486 194.175C251.518 191.307 224.105 192.127 216.663 182.875C209.193 173.588 251.224 179.042 254.671 166.227C258.11 153.443 241.098 165.889 230.509 174.063C219.851 182.288 245.646 187.326 268.433 178.762C290.923 170.309 292.155 137.848 283.258 135.639C274.314 133.419 243.523 166.597 227.55 155.821C211.437 144.949 226.069 126.577 235.363 111.388C244.605 96.2861 247.511 122.832 265.767 125.43C283.833 128.002 283.024 98.6328 271.559 97.4859C260.021 96.3315 247.832 126.711 246.381 105.385C244.93 84.0588 271.75 78.954 292.241 80.6098C312.493 82.2475 298.601 124.086 314.366 129.098C329.991 134.065 304.691 114.802 308.818 91.554C312.931 68.3779 337.005 62.7713 351.783 68.5839C366.439 74.346 345.324 85.1224 344.857 99.496C344.389 113.882 352.033 121.07 366.7 126.617C381.243 132.119 364.873 135.896 360.41 117.65C355.936 99.3693 377.14 93.5044 390.718 87.35C404.187 81.248 404.918 102.806 390.271 109.565C375.494 116.388 375.799 120.124 398.281 116.687C420.463 113.298 409.967 142.984 384.821 161.999C359.276 181.315 332.303 158.696 340.706 148.249C349.063 137.855 360.351 174.46 337.674 189.67C314.679 205.093 293.088 173.547 295.892 160.242C298.69 146.963 307.146 170.06 300.474 195.349C293.767 220.757 256.338 208.8 243.166 203.456C229.897 198.071 218.98 209.633 216.112 214.165C213.239 218.704 228.32 250.732 246.147 253.335C263.799 255.912 283.547 244.358 290.957 234.148C298.335 223.986 267.443 248.182 259.629 246.234C251.781 244.282 271.2 230.829 269.1 226.314C267 221.794 253.581 244.932 246.175 244.915C238.737 244.898 261.199 225.608 259.801 219.799C258.403 213.981 240.128 242.955 231.944 244.232C223.72 245.515 240.085 227.389 244.03 216.412C247.962 205.461 235.916 216.976 230.433 223.42C224.932 229.884 226.798 246.172 221.396 235.078C215.977 223.952 222.691 210.329 225.496 206.46C228.297 202.595 200.838 207.447 195.761 183.119C190.673 158.741 213.821 154.79 214.194 158.06C214.57 161.327 191.943 154.853 193.79 131.385C195.635 107.959 212.177 103.301 222.986 101.809C233.729 100.327 222.2 119.947 210.582 115.604C198.888 111.233 206.404 80.259 226.378 66.3394C246.123 52.5826 268.319 67.9119 262.489 72.0872C256.641 76.2767 255.194 55.0249 276.471 40.9246C297.481 27.0004 331.356 43.6325 330.57 54.2533C329.787 64.8815 301.45 62.0638 293.574 62.9C285.662 63.7394 288.225 77.866 304.794 65.412C321.2 53.0819 327.799 35.8788 349.764 40.3867C371.453 44.8371 381.942 66.5021 378.375 84.2669C374.8 102.079 370.324 76.4135 373.248 59.8221C376.166 43.2664 393.218 52.3321 411.44 66.2866C429.475 80.0984 422.816 95.6525 413.461 93.3729C404.054 91.0782 431.178 79.5774 438.876 104.324C446.545 128.976 419.608 149.435 419.608 149.435C419.608 149.435 428.259 169.288 409.876 184.226C391.278 199.338 366.998 186.468 366.998 186.468C366.998 186.468 371.99 197.16 362.584 207.634C353.124 218.171 312.003 217.117 315.461 202.569C318.909 188.059 325.981 228.644 307.327 239.963C288.459 251.408 271.502 275.208 268.868 293.91C266.228 312.654 284.599 270.636 270.574 271.35C256.434 272.07 211.984 323.919 212.908 295.784C213.793 268.867 74.2248 135.698 226.628 23.0302C287.336 -14.2723 376.2 -4.9731 428.273 41.6148C478.848 86.865 478.333 142.212 475.992 160.83C473.645 179.489 460.378 182.832 461.224 194.379C462.072 205.924 488.438 255.72 488.864 265.373C489.289 275.026 453.56 282.588 450.645 277.118C447.726 271.64 455.487 270.655 455.834 281.348C456.201 292.583 462.848 300.011 462.053 303.68C461.257 307.351 442.867 313.826 439.174 311.448C435.472 309.062 455.069 316.949 455.864 321.019C458.328 333.641 448.226 328.524 444.288 337.812C440.341 347.123 447.746 375.733 425.732 382.107C403.422 388.568 313.089 358.169 296.297 337.321C279.352 316.287 351.859 353.623 354.284 373.726C356.709 393.816 342.152 391.039 329.954 429.692C317.65 468.675 305.356 452.332 304.475 431.858C303.595 411.387 372.714 503.861 377.617 510.211C390.799 545.509 458.421 614.221 584 625\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15r6uds\",\"data-framer-name\":\"TEXT\",name:\"TEXT\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16oty7s\",\"data-framer-name\":\"Frame 1448\",name:\"Frame 1448\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue39=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"\u8133\u304B\u3089\u3001\u793E\u4F1A\u3092\u5909\u3048\u3066\u3044\u304F\u3002\"})}),className:\"framer-1hxea5r\",\"data-framer-name\":\"\u8133\u304B\u3089\u3001\u793E\u4F1A\u3092\u5909\u3048\u3066\u3044\u304F\u3002\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u8133\u304B\u3089\u3001\u793E\u4F1A\u3092\u5909\u3048\u3066\u3044\u304F\u3002\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tmnh2d\",\"data-framer-name\":\"Frame 1447\",name:\"Frame 1447\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13qtrj8\",\"data-framer-name\":\"Frame 1446\",name:\"Frame 1446\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue40=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue40!==void 0?_getLocalizedValue40:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-flpgse\",\"data-styles-preset\":\"oq1Tcc1ap\",children:\"ABOUT US\"})}),className:\"framer-e08mo8\",\"data-framer-name\":\"ABOUT US\",fonts:[\"Inter\"],name:\"ABOUT US\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue41=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue41!==void 0?_getLocalizedValue41:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F1A\u793E\u6982\u8981\"})}),className:\"framer-1uoglvy\",\"data-framer-name\":\"\u4F1A\u793E\u6982\u8981\",fonts:[\"GF;Open Sans-regular\"],name:\"\u4F1A\u793E\u6982\u8981\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue42=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue42!==void 0?_getLocalizedValue42:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255))\"},children:\"CogSmart\u306F\u3001\u6771\u5317\u5927\u5B66\u52A0\u9F62\u533B\u5B66\u7814\u7A76\u6240\u767A\u306E\u533B\u7642\u30FB\u30D8\u30EB\u30B9\u30B1\u30A2\u30C6\u30C3\u30AF\u4F01\u696D\u3067\u3059\u3002\"})}),className:\"framer-eayfgn\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u6D77\u99AC\u3092\u30EA\u30A2\u30EB\u30EF\u30FC\u30EB\u30C9\u3067\u80B2\u6210\u3059\u308B\u30A2\u30D7\u30EA\",fonts:[\"GF;Noto Sans JP-regular\"],name:\"\u3042\u306A\u305F\u306E\u6D77\u99AC\u3092\u30EA\u30A2\u30EB\u30EF\u30FC\u30EB\u30C9\u3067\u80B2\u6210\u3059\u308B\u30A2\u30D7\u30EA\",verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o3ccp2-container\",children:/*#__PURE__*/_jsx(Button_Secondary,{height:\"100%\",id:\"q9ClFMIEx\",layoutId:\"q9ClFMIEx\",style:{height:\"100%\"},variant:\"zoqnW4pdb\",width:\"100%\"})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xtzAoE0Ws:{width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:287,width:\"1440px\",y:2919,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6eo4jn-container hidden-1dij3p\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xtzAoE0Ws:{variant:\"HAMbqb09T\"}},children:/*#__PURE__*/_jsx(ContactForm,{height:\"100%\",id:\"j4DPE5yfm\",layoutId:\"j4DPE5yfm\",style:{width:\"100%\"},variant:\"wruKVxbXs\",width:\"100%\"})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HbHhW91x2:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"100vw\",y:3216,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19oh2ig-container hidden-lxgkuh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HbHhW91x2:{variant:\"KGZK2gKvQ\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"vKm1Qire7\",layoutId:\"vKm1Qire7\",style:{width:\"100%\"},variant:\"r5LTxgOeB\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nmvocf-container hidden-72rtr7 hidden-1dij3p\",\"data-framer-name\":\"Slideshow Mobile\",name:\"Slideshow Mobile\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:30,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"d3YhRrysn\",intervalControl:2,itemAmount:1,layoutId:\"d3YhRrysn\",name:\"Slideshow Mobile\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:6,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tkcbnk\",\"data-framer-name\":\"Slide Mobile 1\",name:\"Slide Mobile 1\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",positionX:\"73.9%\",positionY:\"11.2%\",sizes:\"377px\",src:\"https://framerusercontent.com/images/tua6QfdQPQyMBDCDKpGoUHqU5I.jpg\",srcSet:\"https://framerusercontent.com/images/tua6QfdQPQyMBDCDKpGoUHqU5I.jpg?scale-down-to=1024 657w,https://framerusercontent.com/images/tua6QfdQPQyMBDCDKpGoUHqU5I.jpg?scale-down-to=2048 1315w,https://framerusercontent.com/images/tua6QfdQPQyMBDCDKpGoUHqU5I.jpg 2251w\"},className:\"framer-bamicu\",\"data-framer-name\":\"res_A\u6587\u5B57\u306A\u3057 1\",name:\"res_A\u6587\u5B57\u306A\u3057 1\",transformTemplate:transformTemplate2}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v4crht\",\"data-framer-name\":\"Frame 1418\",name:\"Frame 1418\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i9hli5\",\"data-framer-name\":\"Group 365\",name:\"Group 365\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c0rqnw\",\"data-framer-name\":\"Frame 1025\",name:\"Frame 1025\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue43=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue43!==void 0?_getLocalizedValue43:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"50px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\"',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\"},children:\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"50px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\"',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\"},children:\"\u3042\u306A\u305F\u3092\u4F5C\u308B\"})})]}),className:\"framer-1x8nqqt\",\"data-framer-name\":\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u3042\u306A\u305F\u306E\u3000\u3000\u3000 \u304C \u3042\u306A\u305F\u3092\u4F5C\u308B\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1efyfz3\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:120,name:\"Rectangle 605\",svg:'<svg width=\"120\" height=\"45\" viewBox=\"0 0 120 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H120V45H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"117px\",src:\"https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png\",srcSet:\"https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png?scale-down-to=512 512w,https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5nPqYLVJHFX4ehne6rvGTGInoA.png 1244w\"},className:\"framer-1rs5ljr\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",name:\"\u8A18\u61B6@4x 1\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u7skyg\",\"data-framer-name\":\"Frame 1022\",name:\"Frame 1022\"})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fa5pz2\",\"data-framer-name\":\"Slide Mobile 2\",name:\"Slide Mobile 2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",positionX:\"31.9%\",positionY:\"57.1%\",sizes:\"377px\",src:\"https://framerusercontent.com/images/EGJ7bUx1bDBHH2W5YlX5newibXY.jpg\",srcSet:\"https://framerusercontent.com/images/EGJ7bUx1bDBHH2W5YlX5newibXY.jpg?scale-down-to=1024 657w,https://framerusercontent.com/images/EGJ7bUx1bDBHH2W5YlX5newibXY.jpg?scale-down-to=2048 1315w,https://framerusercontent.com/images/EGJ7bUx1bDBHH2W5YlX5newibXY.jpg 2250w\"},className:\"framer-1ucyonn\",\"data-framer-name\":\"res_A\u6587\u5B57\u306A\u3057 1\",name:\"res_A\u6587\u5B57\u306A\u3057 1\",transformTemplate:transformTemplate2}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kst5rd\",\"data-framer-name\":\"Group 365\",name:\"Group 365\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1leufck\",\"data-framer-name\":\"Frame 1025\",name:\"Frame 1025\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue44=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue44!==void 0?_getLocalizedValue44:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"right\"},children:\"\u3000\u3000\u3000 \u306E\u3042\u306A\u305F\u306B\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"right\"},children:\"\u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\"})]}),className:\"framer-cmibcf\",\"data-framer-name\":\"\u3000\u3000\u3000 \u306E\u3042\u306A\u305F\u306B \u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u3000\u3000\u3000 \u306E\u3042\u306A\u305F\u306B \u4ECA\u306E\u3042\u306A\u305F\u304B\u3089\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jn93y0\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:120,name:\"Rectangle 605\",svg:'<svg width=\"120\" height=\"45\" viewBox=\"0 0 120 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H120V45H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"110px\",src:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png\",srcSet:\"https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=512 512w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Gx0CxLqaQT2dpNUFby81ZMRCc.png 1116w\"},className:\"framer-1mer404\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",name:\"\u8A18\u61B6@4x 1\"})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-199bkn3\",\"data-framer-name\":\"Slide Mobile 3\",name:\"Slide Mobile 3\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",positionX:\"87.2%\",positionY:\"32.2%\",sizes:\"377px\",src:\"https://framerusercontent.com/images/x6nbo5uIruRWoWoaJ6lcoiTUPaY.jpg\",srcSet:\"https://framerusercontent.com/images/x6nbo5uIruRWoWoaJ6lcoiTUPaY.jpg?scale-down-to=1024 657w,https://framerusercontent.com/images/x6nbo5uIruRWoWoaJ6lcoiTUPaY.jpg?scale-down-to=2048 1315w,https://framerusercontent.com/images/x6nbo5uIruRWoWoaJ6lcoiTUPaY.jpg 2251w\"},className:\"framer-b5sxg6\",\"data-framer-name\":\"res_A\u6587\u5B57\u306A\u3057 1\",name:\"res_A\u6587\u5B57\u306A\u3057 1\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cn124e\",\"data-framer-name\":\"Group 365\",name:\"Group 365\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lys9ao\",\"data-framer-name\":\"Frame 1025\",name:\"Frame 1025\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue45=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue45!==void 0?_getLocalizedValue45:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"50px\"},children:\"\u3042\u306A\u305F\u304C\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"50px\"},children:\"\u3042\u306A\u305F\u3067\u3044\u308B\u305F\u3081\u306B\"})]}),className:\"framer-1sd5ehv\",\"data-framer-name\":\"\u3042\u306A\u305F\u304C \u3042\u306A\u305F\u3067\u3044\u308B\u305F\u3081\u306B\",fonts:[\"GF;Noto Sans JP-700\"],name:\"\u3042\u306A\u305F\u304C \u3042\u306A\u305F\u3067\u3044\u308B\u305F\u3081\u306B\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xn8aep\",\"data-framer-name\":\"Rectangle 605\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:187,name:\"Rectangle 605\",svg:'<svg width=\"187\" height=\"45\" viewBox=\"0 0 187 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H187V45H0V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"173px\",src:\"https://framerusercontent.com/images/I73AgcGwhSgDhSV1f98CKN3lyMc.png\",srcSet:\"https://framerusercontent.com/images/I73AgcGwhSgDhSV1f98CKN3lyMc.png?scale-down-to=512 512w,https://framerusercontent.com/images/I73AgcGwhSgDhSV1f98CKN3lyMc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/I73AgcGwhSgDhSV1f98CKN3lyMc.png 1775w\"},className:\"framer-1nzsc2n\",\"data-framer-name\":\"\u8A18\u61B6@4x 1\",name:\"\u8A18\u61B6@4x 1\",style:{rotate:-2}})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ioysc0\",\"data-framer-name\":\"Slide Mobile 4\",name:\"Slide Mobile 4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",positionX:\"65.8%\",positionY:\"52.3%\",sizes:\"377px\",src:\"https://framerusercontent.com/images/c9RTBIMKB2Stob1ld3ygesJVIXA.jpg\",srcSet:\"https://framerusercontent.com/images/c9RTBIMKB2Stob1ld3ygesJVIXA.jpg?scale-down-to=1024 657w,https://framerusercontent.com/images/c9RTBIMKB2Stob1ld3ygesJVIXA.jpg?scale-down-to=2048 1315w,https://framerusercontent.com/images/c9RTBIMKB2Stob1ld3ygesJVIXA.jpg 2250w\"},className:\"framer-15jsswx\",\"data-framer-name\":\"res_A\u6587\u5B57\u306A\u3057 1\",name:\"res_A\u6587\u5B57\u306A\u3057 1\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1byxi0r\",\"data-framer-name\":\"Frame 1419\",name:\"Frame 1419\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-abvxhi\",\"data-framer-name\":\"Group 418\",name:\"Group 418\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Q3f8kiwA6xokv517DgBMEVBHGRQ.png\"},className:\"framer-1rvnw8p\",\"data-framer-name\":\"Handwriting\",name:\"Handwriting\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue46=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue46!==void 0?_getLocalizedValue46:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"55px\",\"--framer-text-alignment\":\"right\"},children:\"\u8133\u306B\u306F\u53EF\u5851\u6027\u304C\u3042\u308B\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"55px\",\"--framer-text-alignment\":\"right\"},children:\"\u3042\u306A\u305F\u306B\u306F\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"55px\",\"--framer-text-alignment\":\"right\"},children:\"               \u304C\u3042\u308B\"})]}),className:\"framer-m1c1jf\",\"data-framer-name\":\"Text\",fonts:[\"GF;Noto Sans JP-700\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})],startFrom:0,style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-VB7SF { background: white; }`,\".framer-VB7SF.framer-lux5qc, .framer-VB7SF .framer-lux5qc { display: block; }\",\".framer-VB7SF.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-VB7SF .framer-rirjz1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1vb60ym, .framer-VB7SF .framer-1d0pf9f { align-content: center; align-items: center; background-color: #fbfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-VB7SF .framer-15qqzo0-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-VB7SF .framer-fsvxy0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-VB7SF .framer-eoel57-container, .framer-VB7SF .framer-nr7t58-container, .framer-VB7SF .framer-19oh2ig-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VB7SF .framer-y2slda { align-content: center; align-items: center; background-color: #fbfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1hd6dr6, .framer-VB7SF .framer-1k5ja7s { background-color: #e5e8eb; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-VB7SF .framer-y97kxy-container, .framer-VB7SF .framer-19xhjw2-container { flex: none; height: 64px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-3sjjx1-container { aspect-ratio: 2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 405px); position: relative; width: 810px; }\",\".framer-VB7SF .framer-1ri6kxm, .framer-VB7SF .framer-1uac07t, .framer-VB7SF .framer-l4jzjd, .framer-VB7SF .framer-k9mj56 { aspect-ratio: 1.9840954274353877 / 1; height: var(--framer-aspect-ratio-supported, 408px); position: relative; width: 810px; }\",\".framer-VB7SF .framer-2p2v9i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; left: 40%; overflow: hidden; padding: 0px; position: absolute; top: 39%; transform: translate(-50%, -50%); width: 398px; }\",\".framer-VB7SF .framer-gxcloa { flex: none; height: 149px; overflow: hidden; position: relative; width: 100%; }\",\".framer-VB7SF .framer-wnwxda { --framer-paragraph-spacing: 0px; bottom: 0px; flex: none; height: 81%; left: -1px; position: absolute; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\".framer-VB7SF .framer-vpfly { align-content: flex-start; align-items: flex-start; background-color: var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 52px; justify-content: flex-start; left: 149px; min-width: 147px; overflow: visible; padding: 0px; position: absolute; top: 43px; width: min-content; }\",\".framer-VB7SF .framer-kswy69 { aspect-ratio: 2.1296296296296298 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); left: 50%; position: absolute; top: 49%; transform: translate(-50%, -50%); width: 125px; z-index: 1; }\",\".framer-VB7SF .framer-9euuwr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; left: 69%; overflow: hidden; padding: 0px; position: absolute; top: 48%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-VB7SF .framer-1idftgs, .framer-VB7SF .framer-8tqx3m, .framer-VB7SF .framer-1m8o32m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-VB7SF .framer-tsnllp { aspect-ratio: 2.4901960784313726 / 1; background-color: #ffffff; flex: none; height: var(--framer-aspect-ratio-supported, 56px); left: 1px; overflow: hidden; position: absolute; top: 3px; width: 138px; z-index: 1; }\",\".framer-VB7SF .framer-lzfpi4 { flex: none; height: 63px; left: 0px; position: absolute; top: -7px; width: 123px; }\",\".framer-VB7SF .framer-knb5cy { aspect-ratio: 2.1176470588235294 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); left: 13px; position: absolute; top: 0px; width: 116px; }\",\".framer-VB7SF .framer-i614wz, .framer-VB7SF .framer-1h8rs1y, .framer-VB7SF .framer-14woeg4, .framer-VB7SF .framer-136ic78, .framer-VB7SF .framer-1ubh30g, .framer-VB7SF .framer-y242a, .framer-VB7SF .framer-1t4zj9b, .framer-VB7SF .framer-1455n1o, .framer-VB7SF .framer-j4m3zu, .framer-VB7SF .framer-l8nap5, .framer-VB7SF .framer-12if6m1, .framer-VB7SF .framer-16zew1f { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VB7SF .framer-1aw48ph { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; left: 34%; overflow: hidden; padding: 0px; position: absolute; top: 43%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-VB7SF .framer-1deim0b { aspect-ratio: 3.9504950495049505 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); left: 140px; position: absolute; top: 4px; width: 210px; z-index: 1; }\",\".framer-VB7SF .framer-1j050wu { 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: center; left: 69%; overflow: hidden; padding: 0px; position: absolute; top: 48%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-VB7SF .framer-paek90 { background-color: #ffffff; bottom: 9px; flex: none; height: 50px; left: 0px; overflow: hidden; position: absolute; width: 163px; z-index: 1; }\",\".framer-VB7SF .framer-1jqz5we { bottom: 2px; flex: none; height: 46px; left: 3px; position: absolute; width: 160px; }\",\".framer-VB7SF .framer-1i7x40j { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-mppsvb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-wxjp0w { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 100px 40px 100px; position: relative; width: 1440px; }\",\".framer-VB7SF .framer-hf0m0t { 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: 100%; }\",\".framer-VB7SF .framer-12vccg0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VB7SF .framer-11lc3k6 { 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: center; overflow: hidden; padding: 0px; position: relative; width: 791px; }\",\".framer-VB7SF .framer-92bepd, .framer-VB7SF .framer-10m2m9u, .framer-VB7SF .framer-q4c6ro, .framer-VB7SF .framer-16b1j7r, .framer-VB7SF .framer-u3nozw, .framer-VB7SF .framer-3jrdt, .framer-VB7SF .framer-1yh2z3, .framer-VB7SF .framer-1vzjixz, .framer-VB7SF .framer-1yczj2f, .framer-VB7SF .framer-1sa4szy, .framer-VB7SF .framer-19fo78o, .framer-VB7SF .framer-10zs17u, .framer-VB7SF .framer-1yjr6bv, .framer-VB7SF .framer-1mdylbh, .framer-VB7SF .framer-1qtlesq, .framer-VB7SF .framer-e08mo8, .framer-VB7SF .framer-1uoglvy, .framer-VB7SF .framer-eayfgn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VB7SF .framer-e511lg { --framer-paragraph-spacing: 0px; flex: none; height: 52px; position: relative; white-space: pre-wrap; width: 296px; word-break: break-word; word-wrap: break-word; }\",\".framer-VB7SF .framer-1kpy85h { flex: none; height: 390px; position: absolute; right: -53px; top: 0px; width: 721px; z-index: 1; }\",\".framer-VB7SF .framer-17sntoh { background-color: #ffffff; display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-xznimt, .framer-VB7SF .framer-pafa9o { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; justify-self: start; min-width: 250px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-fpb7qe { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-VB7SF .framer-1tte23v, .framer-VB7SF .framer-a7wkv3, .framer-VB7SF .framer-4ucmp, .framer-VB7SF .framer-sq6jdz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-VB7SF .framer-1cieuf6, .framer-VB7SF .framer-qjgo4n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VB7SF .framer-s1nb0a, .framer-VB7SF .framer-1tfkzkc, .framer-VB7SF .framer-1es9f9n, .framer-VB7SF .framer-rualts { --framer-paragraph-spacing: 70px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 298px; word-break: break-word; word-wrap: break-word; }\",\".framer-VB7SF .framer-1xnwm8r-container, .framer-VB7SF .framer-ncl3ta-container, .framer-VB7SF .framer-1o0r8iq-container, .framer-VB7SF .framer-ixhize-container, .framer-VB7SF .framer-1nxl6ss-container, .framer-VB7SF .framer-17zrcgl-container { flex: none; height: 40px; position: relative; width: 120px; }\",\".framer-VB7SF .framer-1do90qi { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; flex: 1 0 0px; height: 496px; position: relative; width: 1px; }\",\".framer-VB7SF .framer-1xs4lrm { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-fjq17g, .framer-VB7SF .framer-1yi2qol { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1t6k8jg, .framer-VB7SF .framer-e54np4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 18px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VB7SF .framer-i01tqi, .framer-VB7SF .framer-1u39bz9 { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-jlg2o5 { flex: none; height: 147px; position: absolute; right: -23px; top: 357px; width: 271px; z-index: 1; }\",\".framer-VB7SF .framer-1d83ahg { background-color: #ffffff; display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1ro7bqd, .framer-VB7SF .framer-hya8aa { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1hgbtr7, .framer-VB7SF .framer-1xx57up { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 10px; height: 496px; justify-content: center; padding: 0px 16px 0px 16px; position: relative; width: 1px; }\",\".framer-VB7SF .framer-1k70rwb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1txzl54, .framer-VB7SF .framer-1bfc1k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-ab9ycc, .framer-VB7SF .framer-180pkzn, .framer-VB7SF .framer-vb8mim, .framer-VB7SF .framer-1hxea5r { --framer-paragraph-spacing: 70px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VB7SF .framer-7kdfzn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-13twu5l { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-ypifwy { flex: none; height: 303px; position: absolute; right: -53px; top: calc(49.78448275862071% - 303px / 2); width: 560px; z-index: 1; }\",\".framer-VB7SF .framer-6i4792 { background-color: #ffffff; display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1fstbjl, .framer-VB7SF .framer-9of8me { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; justify-self: start; min-width: 400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-yu8jyk, .framer-VB7SF .framer-1mqxkiw { flex: 1 0 0px; height: 496px; position: relative; width: 1px; }\",\".framer-VB7SF .framer-18qzdtn { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-VB7SF .framer-7ve9y4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VB7SF .framer-uwtvkp { align-content: center; align-items: center; background-color: #7b98bb; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 699px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-12mw2xz { flex: none; height: 530px; position: relative; width: 495px; }\",\".framer-VB7SF .framer-dbcwyp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 803px; }\",\".framer-VB7SF .framer-197c467 { flex: none; height: 253px; overflow: hidden; position: relative; width: 803px; }\",\".framer-VB7SF .framer-1hy0thn { --framer-paragraph-spacing: 70px; flex: none; height: 49px; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-VB7SF .framer-15cgidx { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 51%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 803px; word-break: break-word; word-wrap: break-word; }\",\".framer-VB7SF .framer-1idszhx { --framer-paragraph-spacing: 0px; bottom: 1px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; }\",\".framer-VB7SF .framer-flt0k9-container, .framer-VB7SF .framer-5pbwmb-container, .framer-VB7SF .framer-o3ccp2-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-VB7SF .framer-1u6k76x, .framer-VB7SF .framer-2qodg8 { align-content: center; align-items: center; background-color: #7293ba; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-fiwi4i { flex: none; height: 129px; left: 9px; position: absolute; top: 17px; width: 120px; z-index: 1; }\",\".framer-VB7SF .framer-ceu3iy, .framer-VB7SF .framer-15r6uds { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-nkp0kz, .framer-VB7SF .framer-16oty7s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-n5vd7q, .framer-VB7SF .framer-1tmnh2d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-1aewznm, .framer-VB7SF .framer-13qtrj8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-haycb8 { flex: none; height: 267px; left: 520px; position: absolute; top: 36px; width: 249px; z-index: 1; }\",\".framer-VB7SF .framer-6eo4jn-container { flex: none; height: auto; position: relative; width: 1440px; }\",\".framer-VB7SF .framer-nmvocf-container { flex: none; height: 500px; max-height: 500px; position: relative; width: 100%; }\",\".framer-VB7SF .framer-tkcbnk, .framer-VB7SF .framer-fa5pz2, .framer-VB7SF .framer-199bkn3, .framer-VB7SF .framer-ioysc0 { background-color: #ffffff; height: 588px; overflow: hidden; position: relative; width: 375px; }\",\".framer-VB7SF .framer-bamicu, .framer-VB7SF .framer-1ucyonn { aspect-ratio: 0.641156462585034 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 588px); left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 101%; }\",\".framer-VB7SF .framer-v4crht { align-content: flex-start; align-items: flex-start; bottom: 23px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; }\",\".framer-VB7SF .framer-i9hli5 { flex: none; height: 136px; overflow: visible; position: relative; width: 375px; }\",\".framer-VB7SF .framer-1c0rqnw { flex: none; height: 100%; left: calc(50% - 100% / 2); overflow: visible; position: absolute; top: calc(50% - 100% / 2); width: 100%; }\",\".framer-VB7SF .framer-1x8nqqt { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 22px; position: absolute; top: 19px; white-space: pre; width: auto; }\",\".framer-VB7SF .framer-1efyfz3 { flex: none; height: 45px; left: 175px; position: absolute; top: 23px; width: 120px; }\",\".framer-VB7SF .framer-1rs5ljr { aspect-ratio: 2.1272727272727274 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); left: 179px; position: absolute; top: 13px; width: 117px; }\",\".framer-VB7SF .framer-u7skyg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; left: 22px; min-height: 35px; min-width: 124px; overflow: visible; padding: 0px; position: absolute; top: 136px; width: min-content; }\",\".framer-VB7SF .framer-kst5rd { bottom: 22px; flex: none; height: 136px; overflow: visible; position: absolute; right: 0px; width: 375px; }\",\".framer-VB7SF .framer-1leufck, .framer-VB7SF .framer-1lys9ao { flex: none; height: 136px; left: calc(50% - 375px / 2); overflow: visible; position: absolute; top: calc(50% - 135.8905792236328px / 2); width: 375px; }\",\".framer-VB7SF .framer-cmibcf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: absolute; right: 40px; top: 51%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-VB7SF .framer-1jn93y0 { flex: none; height: 45px; left: 24px; position: absolute; top: 23px; width: 120px; }\",\".framer-VB7SF .framer-1mer404 { aspect-ratio: 2.1153846153846154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 52px); left: 29px; position: absolute; top: 16px; width: 110px; }\",\".framer-VB7SF .framer-b5sxg6 { aspect-ratio: 0.641156462585034 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 588px); position: absolute; right: -2px; top: 0px; width: 101%; }\",\".framer-VB7SF .framer-cn124e { bottom: 23px; flex: none; height: 136px; left: 0px; overflow: visible; position: absolute; width: 375px; }\",\".framer-VB7SF .framer-1sd5ehv { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 11px; position: absolute; top: 19px; white-space: pre; width: auto; }\",\".framer-VB7SF .framer-1xn8aep { flex: none; height: 45px; left: 168px; position: absolute; top: 25px; width: 187px; }\",\".framer-VB7SF .framer-1nzsc2n { aspect-ratio: 2.1358024691358026 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 81px); left: 183px; position: absolute; top: 0px; width: 173px; }\",\".framer-VB7SF .framer-15jsswx { aspect-ratio: 0.641156462585034 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 588px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 101%; }\",\".framer-VB7SF .framer-1byxi0r { align-content: flex-start; align-items: flex-start; bottom: 36px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 25px; width: min-content; }\",\".framer-VB7SF .framer-abvxhi { flex: none; height: 167px; overflow: visible; position: relative; width: 324px; }\",\".framer-VB7SF .framer-1rvnw8p { bottom: 0px; flex: none; height: 60px; left: calc(47.53086419753089% - 120px / 2); position: absolute; width: 120px; }\",\".framer-VB7SF .framer-m1c1jf { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VB7SF.framer-72rtr7, .framer-VB7SF .framer-rirjz1, .framer-VB7SF .framer-1vb60ym, .framer-VB7SF .framer-y2slda, .framer-VB7SF .framer-2p2v9i, .framer-VB7SF .framer-vpfly, .framer-VB7SF .framer-9euuwr, .framer-VB7SF .framer-1idftgs, .framer-VB7SF .framer-1aw48ph, .framer-VB7SF .framer-8tqx3m, .framer-VB7SF .framer-1j050wu, .framer-VB7SF .framer-1m8o32m, .framer-VB7SF .framer-1i7x40j, .framer-VB7SF .framer-1d0pf9f, .framer-VB7SF .framer-mppsvb, .framer-VB7SF .framer-wxjp0w, .framer-VB7SF .framer-hf0m0t, .framer-VB7SF .framer-12vccg0, .framer-VB7SF .framer-11lc3k6, .framer-VB7SF .framer-xznimt, .framer-VB7SF .framer-1tte23v, .framer-VB7SF .framer-1cieuf6, .framer-VB7SF .framer-pafa9o, .framer-VB7SF .framer-a7wkv3, .framer-VB7SF .framer-qjgo4n, .framer-VB7SF .framer-1xs4lrm, .framer-VB7SF .framer-fjq17g, .framer-VB7SF .framer-1t6k8jg, .framer-VB7SF .framer-i01tqi, .framer-VB7SF .framer-1ro7bqd, .framer-VB7SF .framer-1hgbtr7, .framer-VB7SF .framer-1k70rwb, .framer-VB7SF .framer-1txzl54, .framer-VB7SF .framer-hya8aa, .framer-VB7SF .framer-1xx57up, .framer-VB7SF .framer-7kdfzn, .framer-VB7SF .framer-1bfc1k, .framer-VB7SF .framer-13twu5l, .framer-VB7SF .framer-1yi2qol, .framer-VB7SF .framer-e54np4, .framer-VB7SF .framer-1u39bz9, .framer-VB7SF .framer-1fstbjl, .framer-VB7SF .framer-4ucmp, .framer-VB7SF .framer-18qzdtn, .framer-VB7SF .framer-9of8me, .framer-VB7SF .framer-sq6jdz, .framer-VB7SF .framer-7ve9y4, .framer-VB7SF .framer-uwtvkp, .framer-VB7SF .framer-dbcwyp, .framer-VB7SF .framer-1u6k76x, .framer-VB7SF .framer-ceu3iy, .framer-VB7SF .framer-nkp0kz, .framer-VB7SF .framer-n5vd7q, .framer-VB7SF .framer-1aewznm, .framer-VB7SF .framer-2qodg8, .framer-VB7SF .framer-15r6uds, .framer-VB7SF .framer-16oty7s, .framer-VB7SF .framer-1tmnh2d, .framer-VB7SF .framer-13qtrj8, .framer-VB7SF .framer-v4crht, .framer-VB7SF .framer-u7skyg, .framer-VB7SF .framer-1byxi0r { gap: 0px; } .framer-VB7SF.framer-72rtr7 > *, .framer-VB7SF .framer-1vb60ym > *, .framer-VB7SF .framer-y2slda > *, .framer-VB7SF .framer-1i7x40j > *, .framer-VB7SF .framer-1d0pf9f > *, .framer-VB7SF .framer-mppsvb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VB7SF.framer-72rtr7 > :first-child, .framer-VB7SF .framer-rirjz1 > :first-child, .framer-VB7SF .framer-1vb60ym > :first-child, .framer-VB7SF .framer-y2slda > :first-child, .framer-VB7SF .framer-2p2v9i > :first-child, .framer-VB7SF .framer-vpfly > :first-child, .framer-VB7SF .framer-9euuwr > :first-child, .framer-VB7SF .framer-1idftgs > :first-child, .framer-VB7SF .framer-1aw48ph > :first-child, .framer-VB7SF .framer-8tqx3m > :first-child, .framer-VB7SF .framer-1j050wu > :first-child, .framer-VB7SF .framer-1m8o32m > :first-child, .framer-VB7SF .framer-1i7x40j > :first-child, .framer-VB7SF .framer-1d0pf9f > :first-child, .framer-VB7SF .framer-mppsvb > :first-child, .framer-VB7SF .framer-wxjp0w > :first-child, .framer-VB7SF .framer-12vccg0 > :first-child, .framer-VB7SF .framer-11lc3k6 > :first-child, .framer-VB7SF .framer-1tte23v > :first-child, .framer-VB7SF .framer-1cieuf6 > :first-child, .framer-VB7SF .framer-a7wkv3 > :first-child, .framer-VB7SF .framer-qjgo4n > :first-child, .framer-VB7SF .framer-1xs4lrm > :first-child, .framer-VB7SF .framer-1t6k8jg > :first-child, .framer-VB7SF .framer-i01tqi > :first-child, .framer-VB7SF .framer-1hgbtr7 > :first-child, .framer-VB7SF .framer-1k70rwb > :first-child, .framer-VB7SF .framer-1txzl54 > :first-child, .framer-VB7SF .framer-1xx57up > :first-child, .framer-VB7SF .framer-7kdfzn > :first-child, .framer-VB7SF .framer-1bfc1k > :first-child, .framer-VB7SF .framer-13twu5l > :first-child, .framer-VB7SF .framer-e54np4 > :first-child, .framer-VB7SF .framer-1u39bz9 > :first-child, .framer-VB7SF .framer-4ucmp > :first-child, .framer-VB7SF .framer-18qzdtn > :first-child, .framer-VB7SF .framer-sq6jdz > :first-child, .framer-VB7SF .framer-7ve9y4 > :first-child, .framer-VB7SF .framer-dbcwyp > :first-child, .framer-VB7SF .framer-1u6k76x > :first-child, .framer-VB7SF .framer-ceu3iy > :first-child, .framer-VB7SF .framer-nkp0kz > :first-child, .framer-VB7SF .framer-n5vd7q > :first-child, .framer-VB7SF .framer-1aewznm > :first-child, .framer-VB7SF .framer-2qodg8 > :first-child, .framer-VB7SF .framer-15r6uds > :first-child, .framer-VB7SF .framer-16oty7s > :first-child, .framer-VB7SF .framer-1tmnh2d > :first-child, .framer-VB7SF .framer-13qtrj8 > :first-child, .framer-VB7SF .framer-v4crht > :first-child, .framer-VB7SF .framer-u7skyg > :first-child, .framer-VB7SF .framer-1byxi0r > :first-child { margin-top: 0px; } .framer-VB7SF.framer-72rtr7 > :last-child, .framer-VB7SF .framer-rirjz1 > :last-child, .framer-VB7SF .framer-1vb60ym > :last-child, .framer-VB7SF .framer-y2slda > :last-child, .framer-VB7SF .framer-2p2v9i > :last-child, .framer-VB7SF .framer-vpfly > :last-child, .framer-VB7SF .framer-9euuwr > :last-child, .framer-VB7SF .framer-1idftgs > :last-child, .framer-VB7SF .framer-1aw48ph > :last-child, .framer-VB7SF .framer-8tqx3m > :last-child, .framer-VB7SF .framer-1j050wu > :last-child, .framer-VB7SF .framer-1m8o32m > :last-child, .framer-VB7SF .framer-1i7x40j > :last-child, .framer-VB7SF .framer-1d0pf9f > :last-child, .framer-VB7SF .framer-mppsvb > :last-child, .framer-VB7SF .framer-wxjp0w > :last-child, .framer-VB7SF .framer-12vccg0 > :last-child, .framer-VB7SF .framer-11lc3k6 > :last-child, .framer-VB7SF .framer-1tte23v > :last-child, .framer-VB7SF .framer-1cieuf6 > :last-child, .framer-VB7SF .framer-a7wkv3 > :last-child, .framer-VB7SF .framer-qjgo4n > :last-child, .framer-VB7SF .framer-1xs4lrm > :last-child, .framer-VB7SF .framer-1t6k8jg > :last-child, .framer-VB7SF .framer-i01tqi > :last-child, .framer-VB7SF .framer-1hgbtr7 > :last-child, .framer-VB7SF .framer-1k70rwb > :last-child, .framer-VB7SF .framer-1txzl54 > :last-child, .framer-VB7SF .framer-1xx57up > :last-child, .framer-VB7SF .framer-7kdfzn > :last-child, .framer-VB7SF .framer-1bfc1k > :last-child, .framer-VB7SF .framer-13twu5l > :last-child, .framer-VB7SF .framer-e54np4 > :last-child, .framer-VB7SF .framer-1u39bz9 > :last-child, .framer-VB7SF .framer-4ucmp > :last-child, .framer-VB7SF .framer-18qzdtn > :last-child, .framer-VB7SF .framer-sq6jdz > :last-child, .framer-VB7SF .framer-7ve9y4 > :last-child, .framer-VB7SF .framer-dbcwyp > :last-child, .framer-VB7SF .framer-1u6k76x > :last-child, .framer-VB7SF .framer-ceu3iy > :last-child, .framer-VB7SF .framer-nkp0kz > :last-child, .framer-VB7SF .framer-n5vd7q > :last-child, .framer-VB7SF .framer-1aewznm > :last-child, .framer-VB7SF .framer-2qodg8 > :last-child, .framer-VB7SF .framer-15r6uds > :last-child, .framer-VB7SF .framer-16oty7s > :last-child, .framer-VB7SF .framer-1tmnh2d > :last-child, .framer-VB7SF .framer-13qtrj8 > :last-child, .framer-VB7SF .framer-v4crht > :last-child, .framer-VB7SF .framer-u7skyg > :last-child, .framer-VB7SF .framer-1byxi0r > :last-child { margin-bottom: 0px; } .framer-VB7SF .framer-rirjz1 > *, .framer-VB7SF .framer-1idftgs > *, .framer-VB7SF .framer-8tqx3m > *, .framer-VB7SF .framer-1m8o32m > *, .framer-VB7SF .framer-11lc3k6 > *, .framer-VB7SF .framer-i01tqi > *, .framer-VB7SF .framer-1hgbtr7 > *, .framer-VB7SF .framer-1xx57up > *, .framer-VB7SF .framer-1u39bz9 > *, .framer-VB7SF .framer-1u6k76x > *, .framer-VB7SF .framer-2qodg8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VB7SF .framer-2p2v9i > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-VB7SF .framer-vpfly > *, .framer-VB7SF .framer-u7skyg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VB7SF .framer-9euuwr > *, .framer-VB7SF .framer-1aw48ph > *, .framer-VB7SF .framer-12vccg0 > *, .framer-VB7SF .framer-1t6k8jg > *, .framer-VB7SF .framer-e54np4 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-VB7SF .framer-1j050wu > *, .framer-VB7SF .framer-v4crht > *, .framer-VB7SF .framer-1byxi0r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VB7SF .framer-wxjp0w > *, .framer-VB7SF .framer-1xs4lrm > *, .framer-VB7SF .framer-13twu5l > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-VB7SF .framer-hf0m0t > *, .framer-VB7SF .framer-fjq17g > *, .framer-VB7SF .framer-1yi2qol > *, .framer-VB7SF .framer-uwtvkp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VB7SF .framer-hf0m0t > :first-child, .framer-VB7SF .framer-xznimt > :first-child, .framer-VB7SF .framer-pafa9o > :first-child, .framer-VB7SF .framer-fjq17g > :first-child, .framer-VB7SF .framer-1ro7bqd > :first-child, .framer-VB7SF .framer-hya8aa > :first-child, .framer-VB7SF .framer-1yi2qol > :first-child, .framer-VB7SF .framer-1fstbjl > :first-child, .framer-VB7SF .framer-9of8me > :first-child, .framer-VB7SF .framer-uwtvkp > :first-child { margin-left: 0px; } .framer-VB7SF .framer-hf0m0t > :last-child, .framer-VB7SF .framer-xznimt > :last-child, .framer-VB7SF .framer-pafa9o > :last-child, .framer-VB7SF .framer-fjq17g > :last-child, .framer-VB7SF .framer-1ro7bqd > :last-child, .framer-VB7SF .framer-hya8aa > :last-child, .framer-VB7SF .framer-1yi2qol > :last-child, .framer-VB7SF .framer-1fstbjl > :last-child, .framer-VB7SF .framer-9of8me > :last-child, .framer-VB7SF .framer-uwtvkp > :last-child { margin-right: 0px; } .framer-VB7SF .framer-xznimt > *, .framer-VB7SF .framer-pafa9o > *, .framer-VB7SF .framer-1ro7bqd > *, .framer-VB7SF .framer-hya8aa > *, .framer-VB7SF .framer-1fstbjl > *, .framer-VB7SF .framer-9of8me > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-VB7SF .framer-1tte23v > *, .framer-VB7SF .framer-a7wkv3 > *, .framer-VB7SF .framer-1k70rwb > *, .framer-VB7SF .framer-7kdfzn > *, .framer-VB7SF .framer-4ucmp > *, .framer-VB7SF .framer-sq6jdz > *, .framer-VB7SF .framer-dbcwyp > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-VB7SF .framer-1cieuf6 > *, .framer-VB7SF .framer-qjgo4n > *, .framer-VB7SF .framer-1txzl54 > *, .framer-VB7SF .framer-1bfc1k > *, .framer-VB7SF .framer-18qzdtn > *, .framer-VB7SF .framer-7ve9y4 > *, .framer-VB7SF .framer-ceu3iy > *, .framer-VB7SF .framer-15r6uds > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-VB7SF .framer-nkp0kz > *, .framer-VB7SF .framer-n5vd7q > *, .framer-VB7SF .framer-16oty7s > *, .framer-VB7SF .framer-1tmnh2d > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-VB7SF .framer-1aewznm > *, .framer-VB7SF .framer-13qtrj8 > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } }\",`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-VB7SF { background: white; } .framer-VB7SF.framer-72rtr7 { width: 810px; } .framer-VB7SF .framer-rirjz1 { gap: 0px; order: 0; } .framer-VB7SF .framer-fsvxy0-container { order: 10; } .framer-VB7SF .framer-y2slda { order: 2; } .framer-VB7SF .framer-13twu5l { order: 6; } .framer-VB7SF .framer-2qodg8 { order: 9; } .framer-VB7SF .framer-19oh2ig-container { order: 12; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VB7SF .framer-rirjz1 { gap: 0px; } .framer-VB7SF .framer-rirjz1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VB7SF .framer-rirjz1 > :first-child { margin-top: 0px; } .framer-VB7SF .framer-rirjz1 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-VB7SF { background: var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-VB7SF.framer-72rtr7 { background-color: var(--token-ea68ad09-f682-44b6-92dc-25879f25b717, #ffffff); width: 390px; } .framer-VB7SF .framer-rirjz1 { gap: 0px; order: 0; } .framer-VB7SF .framer-1vb60ym { order: 0; } .framer-VB7SF .framer-eoel57-container { order: 12; } .framer-VB7SF .framer-1xs4lrm { order: 6; } .framer-VB7SF .framer-1u6k76x { order: 9; } .framer-VB7SF .framer-6eo4jn-container { order: 11; width: auto; } .framer-VB7SF .framer-nmvocf-container { order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VB7SF .framer-rirjz1 { gap: 0px; } .framer-VB7SF .framer-rirjz1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VB7SF .framer-rirjz1 > :first-child { margin-top: 0px; } .framer-VB7SF .framer-rirjz1 > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,'.framer-VB7SF[data-border=\"true\"]::after, .framer-VB7SF [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3246\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HbHhW91x2\":{\"layout\":[\"fixed\",\"auto\"]},\"xtzAoE0Ws\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-VB7SF\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3246,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"},{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:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj757Y0rw-oME.woff2\",weight:\"400\"},{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4iY1M2xLER.woff2\",weight:\"400\"}]},...NavigationFonts,...ContactFormFonts,...FooterFonts,...SlideshowFonts,...Slideshow1Fonts,...Button_SecondaryFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HbHhW91x2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xtzAoE0Ws\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3246\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "n", "isNumber", "t", "isEasingList", "wrap", "e", "n", "o", "getEasingForSegment", "mix", "noopReturn", "t", "progress", "e", "n", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isString", "t", "e", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "r", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "n", "createGeneratorEasing", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "Z", "createAxisInfo", "createScrollInfo", "X", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Y", "J", "resolveEdge", "isString", "isNumber", "Q", "resolveOffset", "ee", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "clamp", "t", "e", "n", "progress", "t", "e", "n", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "_child_props", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "_scrollInfo_current", "_scrollInfo_current1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "CarouselFonts", "getFonts", "Carousel", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1e1frkv", "args", "CycleVariantState", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "ComponentViewportProvider", "Carousel", "Image2", "RichText2", "SVG", "css", "FramerVp10Piz6_", "withCSS", "Vp10Piz6_default", "addPropertyControls", "ControlType", "addFonts", "CarouselFonts", "xwZvH0TSm_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "xwZvH0TSm_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerxwZvH0TSm", "withCSS", "xwZvH0TSm_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "kM_MigkMS_default", "ContactFormFonts", "lelQd_MsQ_default", "FooterFonts", "QCoAKKs8l_default", "SlideshowFonts", "Slideshow", "Slideshow1Fonts", "Vp10Piz6_default", "Button_SecondaryFonts", "xwZvH0TSm_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "isDisplayed1", "usePreloadLocalizedValues", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "_getLocalizedValue37", "_getLocalizedValue38", "_getLocalizedValue39", "_getLocalizedValue40", "_getLocalizedValue41", "_getLocalizedValue42", "_getLocalizedValue43", "_getLocalizedValue44", "_getLocalizedValue45", "_getLocalizedValue46", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "Image2", "RichText2", "getLocalizedValue", "x", "SVG", "getLoadingLazyAtYPosition", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
