{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.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/Gb6z1S0xoupJRsduSsLb/SlideShow.js", "ssg:https://framerusercontent.com/modules/oqsUXYeAFOw39JCiWcbl/vCDnRrS4USvUEl6W175v/E9v5XrIgt.js", "ssg:https://framerusercontent.com/modules/bldzUGGzXJKNfyUV95ad/AW0aMPAMbTVouTdVhPhU/CWKZQgGEm.js", "ssg:https://framerusercontent.com/modules/VivXsepfAwDhVU9oOmU1/fnMlw4GyukKLkcWwSKUx/eYjR3Bv72.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/M1Qteu1eyjR9preabcGJ/7fjDoj3JfO8rU6JUGwjk/nFEdqzqQb.js", "ssg:https://framerusercontent.com/modules/bpDqDoFegjw1LeE6xdsM/yAlLNpGGUmdpSkAhVUIe/VpFTgtZIC.js", "ssg:https://framerusercontent.com/modules/o4YGmvwdELqs8GAIowUH/HKuHc34eIRAGmHdnLxH2/D0oTizNNk.js", "ssg:https://framerusercontent.com/modules/qMfnujcT7XE2Fs5ZrQ5p/qCUraR0LOQmzaXoXxKzI/qLaUaSjqp.js", "ssg:https://framerusercontent.com/modules/DfKY80RW1AcNRbY7rH7S/E8BnFlPRwhoYSSzix7RW/sihnGajwN.js", "ssg:https://framerusercontent.com/modules/TwejLja82GcVXPzlk7hT/v2kY5PsYfu3rpGBS4M5e/rphTyI6OZ.js", "ssg:https://framerusercontent.com/modules/pNJ9mzK8NZ1OJrGQkqbY/wIY26kOy9ZvWMMRz6OAy/PR4L5kMhY.js", "ssg:https://framerusercontent.com/modules/nI9RRAvkwvrmT4qzbBqc/EbdqDanqsCSgd1XWR69q/UNm37oHfV.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 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{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}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{sync.read(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}});},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)measure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (aab6bf9)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"N_hpmWeAC\"];const serializationHash=\"framer-r6gtd\";const variantClassNames={N_hpmWeAC:\"framer-v-175bcw9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"N_hpmWeAC\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-175bcw9\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"N_hpmWeAC\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(254, 89, 44)\",borderBottomLeftRadius:37,borderBottomRightRadius:37,borderTopLeftRadius:37,borderTopRightRadius:37,...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Open\"})}),className:\"framer-1611ao0\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"KaJkzo1R9\",style:{\"--extracted-r6o4lv\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-r6gtd.framer-atyau4, .framer-r6gtd .framer-atyau4 { display: block; }\",\".framer-r6gtd.framer-175bcw9 { height: 60px; overflow: hidden; position: relative; width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-r6gtd .framer-1611ao0 { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE9v5XrIgt=withCSS(Component,css,\"framer-r6gtd\");export default FramerE9v5XrIgt;FramerE9v5XrIgt.displayName=\"Cursor custom\";FramerE9v5XrIgt.defaultProps={height:60,width:60};addFonts(FramerE9v5XrIgt,[{explicitInter:true,fonts:[{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/of3o5ynODnhRHcaSyDkINttrjZI.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE9v5XrIgt\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"60\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E9v5XrIgt.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/5OFp1PP9oNMm9C0UtCXE/afEeHiOlvVKrgzHo8RcB/ro7OPezbn.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ddhRQun1jR50xc830Pht/hLutY7gYdaUxqrimoiMO/xZndidUCt.js\";const cycleOrder=[\"SSAtaTTon\",\"GZLjrzyGa\",\"HRED_r22H\",\"nyOMYCUvp\",\"WTFfNTfTL\",\"hVwd1HvMk\",\"r0abeAoVl\",\"rPd9EAi8S\",\"s_XYJiH1c\"];const serializationHash=\"framer-qp3Ni\";const variantClassNames={GZLjrzyGa:\"framer-v-1u1vhbd\",HRED_r22H:\"framer-v-x0f05\",hVwd1HvMk:\"framer-v-y0jdp6\",nyOMYCUvp:\"framer-v-25ckfk\",r0abeAoVl:\"framer-v-1em8iw4\",rPd9EAi8S:\"framer-v-nyroq1\",s_XYJiH1c:\"framer-v-v2chh0\",SSAtaTTon:\"framer-v-1dp13zf\",WTFfNTfTL:\"framer-v-tpb2lf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:.6,ease:[.37,-.12,.35,.91],type:\"tween\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};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={\"Hover 1 - mobile\":\"nyOMYCUvp\",\"Hover 2 - mobile\":\"hVwd1HvMk\",\"Mobile menu\":\"HRED_r22H\",\"Open link - mobile\":\"WTFfNTfTL\",\"Variant 1\":\"SSAtaTTon\",\"Variant 7\":\"s_XYJiH1c\",\"Variant 8\":\"rPd9EAi8S\",Menu:\"GZLjrzyGa\"};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:\"SSAtaTTon\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SSAtaTTon\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1euri7x=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"r0abeAoVl\");});const onTap1j5ehb3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"nyOMYCUvp\");});const onAppear8zs5d1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"WTFfNTfTL\"),500);});const onTapn1zrsy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"hVwd1HvMk\");});const onAppearvhpw7w=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HRED_r22H\"),500);});const onAppearspzvv9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rPd9EAi8S\"),500);});const onTap1ntq58h=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"s_XYJiH1c\");});const onAppear128s3ye=activeVariantCallback(async(...args)=>{setVariant(\"GZLjrzyGa\");});useOnVariantChange(baseVariant,{hVwd1HvMk:onAppearvhpw7w,nyOMYCUvp:onAppear8zs5d1,r0abeAoVl:onAppearspzvv9,s_XYJiH1c:onAppear128s3ye});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"GZLjrzyGa\",\"r0abeAoVl\",\"rPd9EAi8S\",\"s_XYJiH1c\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"nyOMYCUvp\",\"WTFfNTfTL\",\"hVwd1HvMk\",\"r0abeAoVl\",\"rPd9EAi8S\",\"s_XYJiH1c\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"WTFfNTfTL\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"rPd9EAi8S\")return true;return false;};const isDisplayed4=()=>{if([\"WTFfNTfTL\",\"rPd9EAi8S\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"GZLjrzyGa\",\"r0abeAoVl\",\"rPd9EAi8S\",\"s_XYJiH1c\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({GZLjrzyGa:{value:transition2},HRED_r22H:{value:transition2},r0abeAoVl:{value:transition2},rPd9EAi8S:{value:transition2},s_XYJiH1c:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1dp13zf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SSAtaTTon\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(254, 89, 44)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},variants:{GZLjrzyGa:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},hVwd1HvMk:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},nyOMYCUvp:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},r0abeAoVl:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},rPd9EAi8S:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},s_XYJiH1c:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},WTFfNTfTL:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},...addPropertyOverrides({GZLjrzyGa:{\"data-framer-name\":\"Menu\",\"data-highlight\":true,onTap:onTap1euri7x},HRED_r22H:{\"data-framer-name\":\"Mobile menu\",\"data-highlight\":true,onTap:onTap1j5ehb3},hVwd1HvMk:{\"data-framer-name\":\"Hover 2 - mobile\",\"data-highlight\":true},nyOMYCUvp:{\"data-framer-name\":\"Hover 1 - mobile\",\"data-highlight\":true},r0abeAoVl:{\"data-framer-name\":\"Variant 7\",\"data-highlight\":true},rPd9EAi8S:{\"data-framer-name\":\"Variant 8\",\"data-highlight\":true,onTap:onTap1ntq58h},s_XYJiH1c:{\"data-framer-name\":\"Variant 7\",\"data-highlight\":true},WTFfNTfTL:{\"data-framer-name\":\"Open link - mobile\",\"data-highlight\":true,onTap:onTapn1zrsy}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6589jf\",layoutDependency:layoutDependency,layoutId:\"DpJas0pst\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l6m8yt\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"BipTCYCAA\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.3335 5.33301C3.3335 4.3902 3.3335 3.91879 3.62639 3.6259C3.91928 3.33301 4.39069 3.33301 5.3335 3.33301H6.3335C7.27631 3.33301 7.74771 3.33301 8.0406 3.6259C8.3335 3.91879 8.3335 4.3902 8.3335 5.33301V6.33301C8.3335 7.27582 8.3335 7.74722 8.0406 8.04011C7.74771 8.33301 7.27631 8.33301 6.3335 8.33301H5.3335C4.39069 8.33301 3.91928 8.33301 3.62639 8.04011C3.3335 7.74722 3.3335 7.27582 3.3335 6.33301V5.33301Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.3987 4.06562C13.375 3.08931 14.958 3.08931 15.9343 4.06562V4.06562C16.9106 5.04193 16.9106 6.62484 15.9343 7.60115V7.60115C14.958 8.57746 13.375 8.57746 12.3987 7.60115V7.60115C11.4224 6.62484 11.4224 5.04193 12.3987 4.06562V4.06562Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.6665 13.667C11.6665 12.7242 11.6665 12.2528 11.9594 11.9599C12.2523 11.667 12.7237 11.667 13.6665 11.667H14.6665C15.6093 11.667 16.0807 11.667 16.3736 11.9599C16.6665 12.2528 16.6665 12.7242 16.6665 13.667V14.667C16.6665 15.6098 16.6665 16.0812 16.3736 16.3741C16.0807 16.667 15.6093 16.667 14.6665 16.667H13.6665C12.7237 16.667 12.2523 16.667 11.9594 16.3741C11.6665 16.0812 11.6665 15.6098 11.6665 14.667V13.667Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.3335 13.667C3.3335 12.7242 3.3335 12.2528 3.62639 11.9599C3.91928 11.667 4.39069 11.667 5.3335 11.667H6.3335C7.27631 11.667 7.74771 11.667 8.0406 11.9599C8.3335 12.2528 8.3335 12.7242 8.3335 13.667V14.667C8.3335 15.6098 8.3335 16.0812 8.0406 16.3741C7.74771 16.667 7.27631 16.667 6.3335 16.667H5.3335C4.39069 16.667 3.91928 16.667 3.62639 16.3741C3.3335 16.0812 3.3335 15.6098 3.3335 14.667V13.667Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w12tql\",layoutDependency:layoutDependency,layoutId:\"DV1q8v0yM\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:1},variants:{hVwd1HvMk:{opacity:0},nyOMYCUvp:{opacity:0},r0abeAoVl:{opacity:0},s_XYJiH1c:{opacity:0},WTFfNTfTL:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Work\"})}),className:\"framer-13gww15\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O7Tc60ffG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{hVwd1HvMk:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},nyOMYCUvp:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},r0abeAoVl:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},rPd9EAi8S:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},s_XYJiH1c:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},WTFfNTfTL:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hVwd1HvMk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Work\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},nyOMYCUvp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Work\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},r0abeAoVl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Work\"})}),fonts:[\"CUSTOM;Neue Montreal Regular\"]},rPd9EAi8S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Mpv666ndc\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Work\"})})})}),fonts:[\"CUSTOM;Neue Montreal Medium\"],whileHover:animation},s_XYJiH1c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Work\"})}),fonts:[\"CUSTOM;Neue Montreal Regular\"]},WTFfNTfTL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Mpv666ndc\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Work\"})})})}),fonts:[\"CUSTOM;Neue Montreal Medium\"],whileHover:animation}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-780q0u\",layoutDependency:layoutDependency,layoutId:\"nshodo58y\",...addPropertyOverrides({rPd9EAi8S:{whileHover:animation},WTFfNTfTL:{whileHover:animation}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"CV\"})}),className:\"framer-17tiqap\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k6cfUfkiI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{hVwd1HvMk:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},nyOMYCUvp:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},r0abeAoVl:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},rPd9EAi8S:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},s_XYJiH1c:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"},WTFfNTfTL:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hVwd1HvMk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"CV\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},nyOMYCUvp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"CV\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},r0abeAoVl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"CV\"})}),fonts:[\"CUSTOM;Neue Montreal Regular\"]},rPd9EAi8S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"CV\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},s_XYJiH1c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"CV\"})}),fonts:[\"CUSTOM;Neue Montreal Regular\"]},WTFfNTfTL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"CV\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10mavt\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ZyLuhaG5F\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_575_957)\">\\n<path d=\"M17 7L7 17\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8 7H17V16\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_575_957\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:\"mailto:adriantra.design@email.com\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-sli03u framer-133eqpp\",layoutDependency:layoutDependency,layoutId:\"RdmNI4hwa\",whileHover:animation,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Contact\"})}),className:\"framer-1bg17zb\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"awyZjRuil\",style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2r0pje\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"qlcuHyHjn\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_575_957)\">\\n<path d=\"M17 7L7 17\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8 7H17V16\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_575_957\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:\"mailto:adriantra.design@email.com\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-kvw85 framer-133eqpp\",layoutDependency:layoutDependency,layoutId:\"trGpNYyg3\",whileHover:animation,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Contact\"})}),className:\"framer-m5vmwr\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"tXBjebjYJ\",style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rjkdc1\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"UdARygel1\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_575_957)\">\\n<path d=\"M17 7L7 17\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8 7H17V16\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_575_957\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:\"mailto:adriantra.design@email.com\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-oyq1fg framer-133eqpp\",layoutDependency:layoutDependency,layoutId:\"xNGc2jtXX\",whileHover:animation,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Contact\"})}),className:\"framer-fqp4xy\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"PWBcn10GF\",style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-r03928\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"bHWodx1AB\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_575_957)\">\\n<path d=\"M17 7L7 17\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8 7H17V16\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_575_957\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fa9xpy\",layoutDependency:layoutDependency,layoutId:\"ul3ry1fY3\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-853nxg\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"YsWMiGRFB\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.3335 5.33301C3.3335 4.3902 3.3335 3.91879 3.62639 3.6259C3.91928 3.33301 4.39069 3.33301 5.3335 3.33301H6.3335C7.27631 3.33301 7.74771 3.33301 8.0406 3.6259C8.3335 3.91879 8.3335 4.3902 8.3335 5.33301V6.33301C8.3335 7.27582 8.3335 7.74722 8.0406 8.04011C7.74771 8.33301 7.27631 8.33301 6.3335 8.33301H5.3335C4.39069 8.33301 3.91928 8.33301 3.62639 8.04011C3.3335 7.74722 3.3335 7.27582 3.3335 6.33301V5.33301Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.3987 4.06562C13.375 3.08931 14.958 3.08931 15.9343 4.06562V4.06562C16.9106 5.04193 16.9106 6.62484 15.9343 7.60115V7.60115C14.958 8.57746 13.375 8.57746 12.3987 7.60115V7.60115C11.4224 6.62484 11.4224 5.04193 12.3987 4.06562V4.06562Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.6665 13.667C11.6665 12.7242 11.6665 12.2528 11.9594 11.9599C12.2523 11.667 12.7237 11.667 13.6665 11.667H14.6665C15.6093 11.667 16.0807 11.667 16.3736 11.9599C16.6665 12.2528 16.6665 12.7242 16.6665 13.667V14.667C16.6665 15.6098 16.6665 16.0812 16.3736 16.3741C16.0807 16.667 15.6093 16.667 14.6665 16.667H13.6665C12.7237 16.667 12.2523 16.667 11.9594 16.3741C11.6665 16.0812 11.6665 15.6098 11.6665 14.667V13.667Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.3335 13.667C3.3335 12.7242 3.3335 12.2528 3.62639 11.9599C3.91928 11.667 4.39069 11.667 5.3335 11.667H6.3335C7.27631 11.667 7.74771 11.667 8.0406 11.9599C8.3335 12.2528 8.3335 12.7242 8.3335 13.667V14.667C8.3335 15.6098 8.3335 16.0812 8.0406 16.3741C7.74771 16.667 7.27631 16.667 6.3335 16.667H5.3335C4.39069 16.667 3.91928 16.667 3.62639 16.3741C3.3335 16.0812 3.3335 15.6098 3.3335 14.667V13.667Z\" fill=\"#121212\" stroke=\"#121212\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qp3Ni.framer-133eqpp, .framer-qp3Ni .framer-133eqpp { display: block; }\",\".framer-qp3Ni.framer-1dp13zf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-qp3Ni .framer-6589jf, .framer-qp3Ni .framer-1fa9xpy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-qp3Ni .framer-l6m8yt, .framer-qp3Ni .framer-853nxg { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-qp3Ni .framer-1w12tql { 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: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-qp3Ni .framer-13gww15, .framer-qp3Ni .framer-17tiqap, .framer-qp3Ni .framer-1bg17zb, .framer-qp3Ni .framer-m5vmwr, .framer-qp3Ni .framer-fqp4xy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qp3Ni .framer-780q0u { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-qp3Ni .framer-10mavt, .framer-qp3Ni .framer-rjkdc1, .framer-qp3Ni .framer-r03928 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-qp3Ni .framer-sli03u { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: auto; }\",\".framer-qp3Ni .framer-2r0pje { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 14px; }\",\".framer-qp3Ni .framer-kvw85 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: auto; }\",\".framer-qp3Ni .framer-oyq1fg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-1dp13zf, .framer-qp3Ni .framer-6589jf, .framer-qp3Ni .framer-1w12tql, .framer-qp3Ni .framer-780q0u, .framer-qp3Ni .framer-sli03u, .framer-qp3Ni .framer-kvw85, .framer-qp3Ni .framer-oyq1fg, .framer-qp3Ni .framer-1fa9xpy { gap: 0px; } .framer-qp3Ni.framer-1dp13zf > *, .framer-qp3Ni .framer-1w12tql > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qp3Ni.framer-1dp13zf > :first-child, .framer-qp3Ni .framer-1w12tql > :first-child { margin-top: 0px; } .framer-qp3Ni.framer-1dp13zf > :last-child, .framer-qp3Ni .framer-1w12tql > :last-child { margin-bottom: 0px; } .framer-qp3Ni .framer-6589jf > *, .framer-qp3Ni .framer-sli03u > *, .framer-qp3Ni .framer-1fa9xpy > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-qp3Ni .framer-6589jf > :first-child, .framer-qp3Ni .framer-780q0u > :first-child, .framer-qp3Ni .framer-sli03u > :first-child, .framer-qp3Ni .framer-kvw85 > :first-child, .framer-qp3Ni .framer-oyq1fg > :first-child, .framer-qp3Ni .framer-1fa9xpy > :first-child { margin-left: 0px; } .framer-qp3Ni .framer-6589jf > :last-child, .framer-qp3Ni .framer-780q0u > :last-child, .framer-qp3Ni .framer-sli03u > :last-child, .framer-qp3Ni .framer-kvw85 > :last-child, .framer-qp3Ni .framer-oyq1fg > :last-child, .framer-qp3Ni .framer-1fa9xpy > :last-child { margin-right: 0px; } .framer-qp3Ni .framer-780q0u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qp3Ni .framer-kvw85 > *, .framer-qp3Ni .framer-oyq1fg > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-qp3Ni.framer-v-1u1vhbd.framer-1dp13zf { align-content: flex-start; align-items: flex-start; cursor: pointer; flex-direction: row; justify-content: flex-end; padding: 6px; }\",\".framer-qp3Ni.framer-v-1u1vhbd .framer-1fa9xpy { padding: 6px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-v-1u1vhbd.framer-1dp13zf { gap: 0px; } .framer-qp3Ni.framer-v-1u1vhbd.framer-1dp13zf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qp3Ni.framer-v-1u1vhbd.framer-1dp13zf > :first-child { margin-left: 0px; } .framer-qp3Ni.framer-v-1u1vhbd.framer-1dp13zf > :last-child { margin-right: 0px; } }\",\".framer-qp3Ni.framer-v-x0f05.framer-1dp13zf { cursor: pointer; padding: 4px; }\",\".framer-qp3Ni.framer-v-x0f05 .framer-6589jf { padding: 2px; }\",\".framer-qp3Ni.framer-v-x0f05 .framer-l6m8yt, .framer-qp3Ni.framer-v-25ckfk .framer-l6m8yt, .framer-qp3Ni.framer-v-tpb2lf .framer-l6m8yt, .framer-qp3Ni.framer-v-y0jdp6 .framer-l6m8yt { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 12px); width: 12px; }\",\".framer-qp3Ni.framer-v-25ckfk.framer-1dp13zf, .framer-qp3Ni.framer-v-y0jdp6.framer-1dp13zf { align-content: flex-start; align-items: flex-start; flex-direction: row; gap: 8px; justify-content: flex-start; }\",\".framer-qp3Ni.framer-v-25ckfk .framer-6589jf, .framer-qp3Ni.framer-v-tpb2lf .framer-6589jf, .framer-qp3Ni.framer-v-y0jdp6 .framer-6589jf { flex-direction: column; order: 1; padding: 2px; }\",\".framer-qp3Ni.framer-v-25ckfk .framer-1w12tql, .framer-qp3Ni.framer-v-tpb2lf .framer-1w12tql, .framer-qp3Ni.framer-v-y0jdp6 .framer-1w12tql { gap: 8px; justify-content: flex-start; order: 0; padding: 8px 12px 8px 12px; }\",\".framer-qp3Ni.framer-v-25ckfk .framer-780q0u, .framer-qp3Ni.framer-v-tpb2lf .framer-780q0u, .framer-qp3Ni.framer-v-y0jdp6 .framer-780q0u { gap: 4px; justify-content: flex-start; }\",\".framer-qp3Ni.framer-v-25ckfk .framer-10mavt, .framer-qp3Ni.framer-v-tpb2lf .framer-10mavt, .framer-qp3Ni.framer-v-y0jdp6 .framer-10mavt { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 14px); width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-v-25ckfk.framer-1dp13zf, .framer-qp3Ni.framer-v-25ckfk .framer-6589jf, .framer-qp3Ni.framer-v-25ckfk .framer-1w12tql, .framer-qp3Ni.framer-v-25ckfk .framer-780q0u { gap: 0px; } .framer-qp3Ni.framer-v-25ckfk.framer-1dp13zf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qp3Ni.framer-v-25ckfk.framer-1dp13zf > :first-child, .framer-qp3Ni.framer-v-25ckfk .framer-780q0u > :first-child { margin-left: 0px; } .framer-qp3Ni.framer-v-25ckfk.framer-1dp13zf > :last-child, .framer-qp3Ni.framer-v-25ckfk .framer-780q0u > :last-child { margin-right: 0px; } .framer-qp3Ni.framer-v-25ckfk .framer-6589jf > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-qp3Ni.framer-v-25ckfk .framer-6589jf > :first-child, .framer-qp3Ni.framer-v-25ckfk .framer-1w12tql > :first-child { margin-top: 0px; } .framer-qp3Ni.framer-v-25ckfk .framer-6589jf > :last-child, .framer-qp3Ni.framer-v-25ckfk .framer-1w12tql > :last-child { margin-bottom: 0px; } .framer-qp3Ni.framer-v-25ckfk .framer-1w12tql > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qp3Ni.framer-v-25ckfk .framer-780q0u > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-qp3Ni.framer-v-tpb2lf.framer-1dp13zf { align-content: flex-start; align-items: flex-start; cursor: pointer; flex-direction: row; gap: 8px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-v-tpb2lf.framer-1dp13zf, .framer-qp3Ni.framer-v-tpb2lf .framer-6589jf, .framer-qp3Ni.framer-v-tpb2lf .framer-1w12tql, .framer-qp3Ni.framer-v-tpb2lf .framer-780q0u { gap: 0px; } .framer-qp3Ni.framer-v-tpb2lf.framer-1dp13zf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qp3Ni.framer-v-tpb2lf.framer-1dp13zf > :first-child, .framer-qp3Ni.framer-v-tpb2lf .framer-780q0u > :first-child { margin-left: 0px; } .framer-qp3Ni.framer-v-tpb2lf.framer-1dp13zf > :last-child, .framer-qp3Ni.framer-v-tpb2lf .framer-780q0u > :last-child { margin-right: 0px; } .framer-qp3Ni.framer-v-tpb2lf .framer-6589jf > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-qp3Ni.framer-v-tpb2lf .framer-6589jf > :first-child, .framer-qp3Ni.framer-v-tpb2lf .framer-1w12tql > :first-child { margin-top: 0px; } .framer-qp3Ni.framer-v-tpb2lf .framer-6589jf > :last-child, .framer-qp3Ni.framer-v-tpb2lf .framer-1w12tql > :last-child { margin-bottom: 0px; } .framer-qp3Ni.framer-v-tpb2lf .framer-1w12tql > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qp3Ni.framer-v-tpb2lf .framer-780q0u > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-v-y0jdp6.framer-1dp13zf, .framer-qp3Ni.framer-v-y0jdp6 .framer-6589jf, .framer-qp3Ni.framer-v-y0jdp6 .framer-1w12tql, .framer-qp3Ni.framer-v-y0jdp6 .framer-780q0u { gap: 0px; } .framer-qp3Ni.framer-v-y0jdp6.framer-1dp13zf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qp3Ni.framer-v-y0jdp6.framer-1dp13zf > :first-child, .framer-qp3Ni.framer-v-y0jdp6 .framer-780q0u > :first-child { margin-left: 0px; } .framer-qp3Ni.framer-v-y0jdp6.framer-1dp13zf > :last-child, .framer-qp3Ni.framer-v-y0jdp6 .framer-780q0u > :last-child { margin-right: 0px; } .framer-qp3Ni.framer-v-y0jdp6 .framer-6589jf > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-qp3Ni.framer-v-y0jdp6 .framer-6589jf > :first-child, .framer-qp3Ni.framer-v-y0jdp6 .framer-1w12tql > :first-child { margin-top: 0px; } .framer-qp3Ni.framer-v-y0jdp6 .framer-6589jf > :last-child, .framer-qp3Ni.framer-v-y0jdp6 .framer-1w12tql > :last-child { margin-bottom: 0px; } .framer-qp3Ni.framer-v-y0jdp6 .framer-1w12tql > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qp3Ni.framer-v-y0jdp6 .framer-780q0u > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-qp3Ni.framer-v-1em8iw4.framer-1dp13zf, .framer-qp3Ni.framer-v-v2chh0.framer-1dp13zf { align-content: flex-start; align-items: flex-start; flex-direction: row; justify-content: flex-end; padding: 12px; }\",\".framer-qp3Ni.framer-v-1em8iw4 .framer-13gww15, .framer-qp3Ni.framer-v-nyroq1 .framer-13gww15, .framer-qp3Ni.framer-v-v2chh0 .framer-13gww15 { order: 0; }\",\".framer-qp3Ni.framer-v-1em8iw4 .framer-780q0u { justify-content: flex-start; order: 1; }\",\".framer-qp3Ni.framer-v-1em8iw4 .framer-oyq1fg, .framer-qp3Ni.framer-v-v2chh0 .framer-oyq1fg { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-v-1em8iw4.framer-1dp13zf { gap: 0px; } .framer-qp3Ni.framer-v-1em8iw4.framer-1dp13zf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qp3Ni.framer-v-1em8iw4.framer-1dp13zf > :first-child { margin-left: 0px; } .framer-qp3Ni.framer-v-1em8iw4.framer-1dp13zf > :last-child { margin-right: 0px; } }\",\".framer-qp3Ni.framer-v-nyroq1.framer-1dp13zf { align-content: flex-start; align-items: flex-start; cursor: pointer; flex-direction: row; gap: 12px; padding: 12px; }\",\".framer-qp3Ni.framer-v-nyroq1 .framer-1w12tql { justify-content: flex-start; }\",\".framer-qp3Ni.framer-v-nyroq1 .framer-780q0u { gap: 5px; justify-content: flex-start; order: 1; }\",\".framer-qp3Ni.framer-v-nyroq1 .framer-kvw85 { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-v-nyroq1.framer-1dp13zf, .framer-qp3Ni.framer-v-nyroq1 .framer-780q0u { gap: 0px; } .framer-qp3Ni.framer-v-nyroq1.framer-1dp13zf > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-qp3Ni.framer-v-nyroq1.framer-1dp13zf > :first-child, .framer-qp3Ni.framer-v-nyroq1 .framer-780q0u > :first-child { margin-left: 0px; } .framer-qp3Ni.framer-v-nyroq1.framer-1dp13zf > :last-child, .framer-qp3Ni.framer-v-nyroq1 .framer-780q0u > :last-child { margin-right: 0px; } .framer-qp3Ni.framer-v-nyroq1 .framer-780q0u > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-qp3Ni.framer-v-v2chh0 .framer-780q0u { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qp3Ni.framer-v-v2chh0.framer-1dp13zf { gap: 0px; } .framer-qp3Ni.framer-v-v2chh0.framer-1dp13zf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qp3Ni.framer-v-v2chh0.framer-1dp13zf > :first-child { margin-left: 0px; } .framer-qp3Ni.framer-v-v2chh0.framer-1dp13zf > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"GZLjrzyGa\":{\"layout\":[\"auto\",\"auto\"]},\"HRED_r22H\":{\"layout\":[\"auto\",\"auto\"]},\"nyOMYCUvp\":{\"layout\":[\"auto\",\"auto\"]},\"WTFfNTfTL\":{\"layout\":[\"auto\",\"auto\"]},\"hVwd1HvMk\":{\"layout\":[\"auto\",\"auto\"]},\"r0abeAoVl\":{\"layout\":[\"auto\",\"auto\"]},\"rPd9EAi8S\":{\"layout\":[\"auto\",\"auto\"]},\"s_XYJiH1c\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCWKZQgGEm=withCSS(Component,css,\"framer-qp3Ni\");export default FramerCWKZQgGEm;FramerCWKZQgGEm.displayName=\"Menu-button\";FramerCWKZQgGEm.defaultProps={height:44,width:44};addPropertyControls(FramerCWKZQgGEm,{variant:{options:[\"SSAtaTTon\",\"GZLjrzyGa\",\"HRED_r22H\",\"nyOMYCUvp\",\"WTFfNTfTL\",\"hVwd1HvMk\",\"r0abeAoVl\",\"rPd9EAi8S\",\"s_XYJiH1c\"],optionTitles:[\"Variant 1\",\"Menu\",\"Mobile menu\",\"Hover 1 - mobile\",\"Open link - mobile\",\"Hover 2 - mobile\",\"Variant 7\",\"Variant 8\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerCWKZQgGEm,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/of3o5ynODnhRHcaSyDkINttrjZI.otf\"},{family:\"Neue Montreal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EN0wrjjcgDdG3SMgxfEI19PNHRs.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCWKZQgGEm\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"44\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GZLjrzyGa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HRED_r22H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nyOMYCUvp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WTFfNTfTL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hVwd1HvMk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"r0abeAoVl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rPd9EAi8S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s_XYJiH1c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"44\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CWKZQgGEm.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,optimizeAppear,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MenuButton from\"https://framerusercontent.com/modules/bldzUGGzXJKNfyUV95ad/AW0aMPAMbTVouTdVhPhU/CWKZQgGEm.js\";const MenuButtonFonts=getFonts(MenuButton);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"XWEgpMpMz\",\"w_y704iyw\"];const serializationHash=\"framer-BAdWC\";const variantClassNames={w_y704iyw:\"framer-v-167tugw\",XWEgpMpMz:\"framer-v-1jn9qvj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.75,ease:[.55,-.04,.18,.87],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-5};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={damping:31,delay:0,mass:1,stiffness:193,type:\"spring\"};const animation2={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition4};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={\"Variant 1\":\"XWEgpMpMz\",Tablet:\"w_y704iyw\"};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:\"XWEgpMpMz\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XWEgpMpMz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__presenceAnimate:optimizeAppear(\"animate\",\"1jn9qvj\",animation,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1jn9qvj\",animation1,undefined),__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1jn9qvj\",className,classNames),\"data-framer-appear-id\":\"1jn9qvj\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"XWEgpMpMz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(4px)\",background:\"linear-gradient(180deg, rgb(253, 253, 252) 0%, rgba(253, 253, 252, 0) 100%)\",WebkitBackdropFilter:\"blur(4px)\",...style},...addPropertyOverrides({w_y704iyw:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"167tugw\",animation,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"167tugw\",animation1,undefined),\"data-framer-appear-id\":\"167tugw\",\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18xvjfu framer-1ng1q8b\",layoutDependency:layoutDependency,layoutId:\"sbUlPQ3tl\",whileHover:animation2,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bkoca9\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"H_Yqn6mWg\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_256_89)\">\\n<path d=\"M7.21075 17.6099C7.20583 17.6056 7.20096 17.6013 7.19615 17.597C5.53592 16.1146 3.63288 13.1948 4.25727 9.20413C5.18089 3.6818 8.23905 1.09938 13.5143 0.900886C10.733 2.71446 9.68256 5.41759 9.67871 6.46928C10.6985 5.77769 15.7422 4.56721 13.6051 6.44644C13.6151 6.50058 13.4072 6.68662 13.0846 6.97522C11.6952 8.21808 8.17971 11.363 10.7917 14.0671L10.7658 14.093C13.4474 16.6517 16.5592 13.1732 17.7908 11.7965C18.0775 11.476 18.2623 11.2694 18.3161 11.2794C20.1828 9.15648 18.9804 14.1667 18.2934 15.1797C19.3381 15.1758 22.0232 14.1324 23.8247 11.3696C24.9979 16.8506 20.0979 20.0766 14.4141 20.3417C11.7522 20.4658 8.71215 19.2949 7.23966 17.6457C7.22961 17.6345 7.21958 17.6229 7.20955 17.6111L7.21075 17.6099Z\" fill=\"#131416\"/>\\n<path d=\"M0.551797 21.4003L0.609016 8.69214C0.685899 10.9981 1.39662 12.868 2.49683 14.3901C3.78672 16.1747 2.75368 21.409 0.55177 21.409C0.546976 21.409 0.551775 21.4051 0.551797 21.4003Z\" fill=\"#131416\" stroke=\"#131416\" stroke-width=\"0.320366\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.13956 23.9687L15.6323 23.9115C13.3892 23.8354 11.5659 23.1387 10.0781 22.0582C8.32303 20.7834 3.13101 21.7996 3.13101 23.9687C3.13101 23.9735 3.13485 23.9687 3.13956 23.9687Z\" fill=\"#131416\" stroke=\"#131416\" stroke-width=\"0.320366\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_256_89\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kzg2xz\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:84,layoutDependency:layoutDependency,layoutId:\"dwFt_VgC6\",svg:'<svg width=\"84\" height=\"25\" viewBox=\"0 0 84 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_256_94)\">\\n<path d=\"M7.94531 11.1484C9.82031 10.9688 11.8203 10.8672 13.9453 10.8438C14.4375 9.20312 15.2422 6.75781 16.3594 3.50781C16.4766 3.16406 16.5625 2.90625 16.6172 2.73438C16.6484 2.65625 16.6914 2.53516 16.7461 2.37109C16.8086 2.21484 16.8516 2.09375 16.875 2.00781C16.4766 2.26562 15.9219 2.72656 15.2109 3.39062C15.1016 3.49219 15.0234 3.5625 14.9766 3.60156C12.75 5.60938 10.4062 8.125 7.94531 11.1484ZM1.01953 21.3906C0.980469 21.5234 0.898438 21.5898 0.773438 21.5898C0.617188 21.5898 0.449219 21.4961 0.269531 21.3086C0.0976561 21.1289 0.0117188 20.9453 0.0117188 20.7578C0.0117188 20.7188 0.0156249 20.6797 0.0234374 20.6406C0.195312 20.0547 0.441406 19.4844 0.761719 18.9297C1.08203 18.375 1.50391 17.7031 2.02734 16.9141C2.11328 16.7891 2.17969 16.6953 2.22656 16.6328C3.17188 15.25 4.10938 13.9609 5.03906 12.7656C4.60156 12.8516 4.15234 12.9609 3.69141 13.0938C3.23047 13.2188 2.79297 13.3906 2.37891 13.6094C1.97266 13.8281 1.73828 14.0742 1.67578 14.3477V14.3828C1.67578 14.6328 1.57422 14.7578 1.37109 14.7578C1.20703 14.7578 1.04297 14.6914 0.878906 14.5586C0.714844 14.418 0.628906 14.2617 0.621094 14.0898L0.609375 14.0078C0.617188 13.5938 0.777344 13.2578 1.08984 13C1.40234 12.7344 1.80859 12.5 2.30859 12.2969C2.87891 12.0703 3.48438 11.8828 4.125 11.7344C4.76562 11.5781 5.44531 11.4492 6.16406 11.3477C6.19531 11.3086 6.24219 11.25 6.30469 11.1719C6.36719 11.0938 6.41406 11.0352 6.44531 10.9961C8.01562 9.05859 9.44922 7.37891 10.7461 5.95703C12.0508 4.53516 13.4102 3.23438 14.8242 2.05469C14.8711 2.01562 14.9414 1.95703 15.0352 1.87891C15.5273 1.44922 15.9727 1.10937 16.3711 0.859375C16.7695 0.609375 17.1602 0.484375 17.543 0.484375C18.0508 0.492188 18.3086 0.726563 18.3164 1.1875C18.3164 1.45313 18.207 1.86719 17.9883 2.42969C17.9492 2.53906 17.9219 2.61719 17.9062 2.66406C16.8047 5.78906 15.8984 8.51172 15.1875 10.832C15.2812 10.832 15.4219 10.832 15.6094 10.832C16.2344 10.8164 16.8555 10.8594 17.4727 10.9609C17.6055 10.9922 17.7461 11.0898 17.8945 11.2539C18.043 11.418 18.1172 11.5742 18.1172 11.7227C18.1172 11.8242 18.0742 11.9062 17.9883 11.9688C17.8477 12.0703 17.6328 12.2188 17.3438 12.4141C17.2266 12.4922 17.1406 12.5469 17.0859 12.5781C17.0078 12.6328 16.9297 12.6602 16.8516 12.6602C16.6719 12.6602 16.5 12.5781 16.3359 12.4141C16.1797 12.25 16.1016 12.0859 16.1016 11.9219H14.8477C14.0273 14.4922 13.3867 17.1055 12.9258 19.7617C12.8164 20.4102 12.7305 20.9688 12.668 21.4375C12.6133 21.9062 12.5859 22.3711 12.5859 22.832V22.9375C12.5859 23.5 12.6367 24.0195 12.7383 24.4961C12.7461 24.5273 12.75 24.5586 12.75 24.5898C12.75 24.6914 12.7148 24.7695 12.6445 24.8242C12.5742 24.8867 12.4883 24.918 12.3867 24.918C12.3477 24.918 12.3125 24.9141 12.2812 24.9062C12.1328 24.8828 12.0039 24.8047 11.8945 24.6719C11.7852 24.5469 11.7148 24.4062 11.6836 24.25C11.5664 23.7266 11.5078 23.1523 11.5078 22.5273C11.5078 21.7227 11.6289 20.6289 11.8711 19.2461C12.2383 17.0664 12.8164 14.6289 13.6055 11.9336C11.1992 11.9961 8.95312 12.1758 6.86719 12.4727C5.49219 14.1289 4.16406 15.9375 2.88281 17.8984C2.85156 17.9453 2.80078 18.0195 2.73047 18.1211C2.27734 18.8086 1.91406 19.3945 1.64062 19.8789C1.375 20.3711 1.16797 20.875 1.01953 21.3906ZM20.5903 13.7148C20.1606 13.7148 19.7544 13.9102 19.3716 14.3008C18.9888 14.6914 18.6645 15.1602 18.3989 15.707C18.1411 16.2461 17.9731 16.7305 17.895 17.1602C17.8872 17.168 17.8833 17.1836 17.8833 17.207C17.8208 17.5117 17.7895 17.7422 17.7895 17.8984C17.7895 18.2344 17.8911 18.4141 18.0942 18.4375H18.1763C18.6372 18.4375 19.1489 18.0273 19.7114 17.207C20.2739 16.3789 20.7153 15.6016 21.0356 14.875C21.02 14.7891 21.0122 14.7227 21.0122 14.6758C21.0122 14.332 20.9888 14.0859 20.9419 13.9375C20.895 13.7891 20.7778 13.7148 20.5903 13.7148ZM18.5044 19.5273C18.2778 19.5273 18.0747 19.4883 17.895 19.4102C17.1216 19.0977 16.7348 18.457 16.7348 17.4883C16.7348 16.9492 16.8481 16.3789 17.0747 15.7773C17.2934 15.168 17.5473 14.6523 17.8364 14.2305C18.5239 13.2148 19.2817 12.6758 20.1098 12.6133C20.477 12.6133 20.7817 12.6758 21.0239 12.8008C21.2739 12.9258 21.4888 13.1406 21.6684 13.4453C22.1216 12.375 22.6098 11.0742 23.1333 9.54297C23.438 8.41016 23.8091 7.1875 24.2466 5.875C24.2934 5.71094 24.4184 5.62891 24.6216 5.62891C24.7778 5.62891 24.9263 5.69531 25.0669 5.82812C25.2153 5.96094 25.2895 6.125 25.2895 6.32031C25.2895 6.38281 25.2817 6.44531 25.2661 6.50781C25.0552 7.42969 24.6645 8.71094 24.0942 10.3516C23.6723 11.875 23.3169 13.3164 23.0278 14.6758C22.7466 16.0273 22.5747 17.2891 22.5122 18.4609C22.4966 18.7812 22.4888 19.0391 22.4888 19.2344C22.4888 19.9609 22.5942 20.5508 22.8052 21.0039C22.8364 21.0664 22.852 21.1328 22.852 21.2031C22.852 21.3047 22.8208 21.3906 22.7583 21.4609C22.7036 21.5312 22.6255 21.5664 22.5239 21.5664C22.1723 21.5508 21.9067 21.1875 21.727 20.4766C21.5473 19.7656 21.4575 19.0156 21.4575 18.2266C21.4575 18.0859 21.4614 17.9531 21.4692 17.8281C21.4927 17.3516 21.5317 16.9023 21.5864 16.4805C21.1333 17.332 20.6567 18.0547 20.1567 18.6484C19.6645 19.2344 19.1138 19.5273 18.5044 19.5273ZM24.2588 19.5625C24.2119 19.6953 24.122 19.7617 23.9892 19.7617C23.8252 19.7617 23.6572 19.6758 23.4853 19.5039C23.3134 19.332 23.2275 19.168 23.2275 19.0117V18.9414C23.415 18.0742 23.7002 16.7695 24.083 15.0273C24.3877 13.6367 24.6142 12.5938 24.7627 11.8984C24.7861 11.8047 24.8252 11.7344 24.8798 11.6875C24.9423 11.6328 25.0127 11.6055 25.0908 11.6055C25.247 11.6055 25.4072 11.6836 25.5713 11.8398C25.7431 11.9961 25.8291 12.1562 25.8291 12.3203V12.4141C25.7666 12.6953 25.6728 13.1133 25.5478 13.668C25.4306 14.2227 25.3408 14.6406 25.2783 14.9219C25.6377 14.4219 26.0283 13.9922 26.4502 13.6328C26.8798 13.2656 27.3134 13.082 27.7509 13.082C28.29 13.082 28.7119 13.3398 29.0166 13.8555C29.3213 14.3633 29.5127 14.9258 29.5908 15.543V15.6367C29.5908 15.8477 29.497 15.9531 29.3095 15.9531C29.1533 15.9531 28.9892 15.8867 28.8173 15.7539C28.6533 15.6133 28.5556 15.4609 28.5244 15.2969C28.5009 15.0781 28.4502 14.8359 28.372 14.5703C28.2939 14.3047 28.2002 14.1719 28.0908 14.1719C28.0517 14.1719 27.9736 14.1953 27.8564 14.2422C27.8252 14.2578 27.8017 14.2656 27.7861 14.2656C27.1377 14.5391 26.4931 15.2266 25.8525 16.3281C25.2119 17.4219 24.6806 18.5 24.2588 19.5625ZM30.9975 12.8594C31.06 12.7344 31.1498 12.6719 31.267 12.6719C31.4311 12.6719 31.5952 12.7578 31.7592 12.9297C31.9311 13.0938 32.017 13.2617 32.017 13.4336C32.017 13.4961 32.0053 13.5547 31.9819 13.6094C31.3881 14.8906 31.0248 16.043 30.892 17.0664C30.892 17.082 30.8881 17.1094 30.8803 17.1484C30.8491 17.4062 30.8334 17.6055 30.8334 17.7461C30.8334 17.9883 30.8725 18.1406 30.9506 18.2031C30.9975 18.2422 31.0795 18.2617 31.1967 18.2617C31.4155 18.2617 31.7748 18.168 32.2748 17.9805C32.8998 17.7148 33.5444 17.2812 34.2084 16.6797C34.8725 16.0781 35.4389 15.457 35.9077 14.8164C35.9858 14.7227 36.0483 14.6758 36.0952 14.6758C36.1889 14.6758 36.2358 14.7812 36.2358 14.9922C36.2358 15.1719 36.1967 15.3398 36.1186 15.4961C35.8998 15.9648 35.5327 16.5039 35.017 17.1133C34.5092 17.7227 33.9428 18.25 33.3178 18.6953C32.7006 19.1328 32.1225 19.3516 31.5834 19.3516C31.0991 19.3516 30.6811 19.1602 30.3295 18.7773C29.9545 18.3945 29.767 17.8672 29.767 17.1953C29.767 16.7344 29.8686 16.125 30.0717 15.3672C30.353 14.4219 30.6616 13.5859 30.9975 12.8594ZM31.7592 10.5391C31.8061 10.4297 31.892 10.375 32.017 10.375C32.1733 10.375 32.3139 10.418 32.4389 10.5039C32.642 10.6602 32.7553 10.8594 32.7787 11.1016C32.7787 11.1641 32.767 11.2227 32.7436 11.2773C32.7202 11.3555 32.6772 11.4766 32.6147 11.6406C32.56 11.7969 32.517 11.918 32.4858 12.0039C32.4389 12.1211 32.353 12.1797 32.228 12.1797C32.0561 12.1797 31.9116 12.1289 31.7944 12.0273C31.5912 11.8789 31.4819 11.6797 31.4662 11.4297C31.4584 11.3672 31.4662 11.3086 31.4897 11.2539C31.5209 11.168 31.5678 11.0391 31.6303 10.8672C31.685 10.7266 31.728 10.6172 31.7592 10.5391ZM38.3222 13.832C37.9238 14.0117 37.5253 14.3008 37.1269 14.6992C36.7284 15.0898 36.3964 15.5273 36.1308 16.0117C35.8652 16.4883 35.7245 16.9375 35.7089 17.3594V17.4414C35.7089 17.8789 35.8613 18.0977 36.1659 18.0977H36.248C36.3964 18.0742 36.5839 17.9883 36.8105 17.8398C37.2948 17.5195 37.7167 17.1094 38.0761 16.6094C38.4433 16.1094 38.8261 15.4883 39.2245 14.7461V14.6406C39.2245 14.625 39.2284 14.6016 39.2363 14.5703C39.2597 14.3516 39.2714 14.1836 39.2714 14.0664C39.2714 13.8711 39.2363 13.7422 39.1659 13.6797C39.1269 13.6562 39.0722 13.6445 39.0019 13.6445C38.8378 13.6445 38.6113 13.707 38.3222 13.832ZM36.4941 19.1992C36.3691 19.1992 36.2675 19.1875 36.1894 19.1641C35.6738 19.0703 35.2948 18.832 35.0527 18.4492C34.8105 18.0664 34.6894 17.6094 34.6894 17.0781C34.6894 16.4844 34.8144 15.9297 35.0644 15.4141C35.3925 14.7578 35.8417 14.1562 36.412 13.6094C36.9823 13.0547 37.58 12.7227 38.205 12.6133C38.2831 12.5898 38.4003 12.5781 38.5566 12.5781C38.8378 12.5781 39.1034 12.6406 39.3534 12.7656C39.6113 12.8828 39.8183 13.0547 39.9745 13.2812C39.9823 13.2891 39.9902 13.2969 39.998 13.3047C40.0058 13.3203 40.0136 13.332 40.0214 13.3398C40.037 13.3086 40.0644 13.2617 40.1034 13.1992C40.1425 13.1445 40.1698 13.1055 40.1855 13.082C40.498 12.5977 40.7831 12.3555 41.0409 12.3555C41.205 12.3555 41.3691 12.4414 41.5331 12.6133C41.6816 12.7695 41.7558 12.9648 41.7558 13.1992C41.7558 13.3789 41.6933 13.6484 41.5683 14.0078C41.5448 14.0859 41.5292 14.1406 41.5214 14.1719C41.4667 14.3125 41.3769 14.5469 41.2519 14.875C41.0175 15.5 40.8339 16.0312 40.7011 16.4688C40.5761 16.8984 40.5136 17.2891 40.5136 17.6406C40.5292 18.0625 40.6425 18.2734 40.8534 18.2734C41.1972 18.2734 41.6972 18.0977 42.3534 17.7461C42.8378 17.4727 43.3456 17.0781 43.8769 16.5625C44.4081 16.0469 44.8691 15.5273 45.2597 15.0039C45.3378 14.8789 45.4277 14.8164 45.5292 14.8164C45.6152 14.8164 45.6855 14.8516 45.7402 14.9219C45.8027 14.9922 45.8378 15.082 45.8456 15.1914C45.8456 15.2852 45.8183 15.375 45.7636 15.4609C45.5136 15.9453 45.1308 16.4961 44.6152 17.1133C44.1073 17.7227 43.5409 18.25 42.9159 18.6953C42.2988 19.1406 41.7167 19.3633 41.1698 19.3633C40.7558 19.3633 40.3808 19.2148 40.0448 18.918C39.623 18.543 39.412 18.0117 39.412 17.3242C39.412 17.1289 39.4316 16.918 39.4706 16.6914C38.3847 18.3633 37.3925 19.1992 36.4941 19.1992ZM44.9086 19.375C44.8305 19.4922 44.725 19.5508 44.5922 19.5508C44.4281 19.5508 44.268 19.4727 44.1117 19.3164C43.9555 19.168 43.8773 19.0117 43.8773 18.8477C43.8773 18.8164 43.8812 18.7852 43.8891 18.7539C43.8891 18.7383 43.893 18.7148 43.9008 18.6836C43.9086 18.6602 43.9125 18.6445 43.9125 18.6367C44.0922 17.8555 44.3578 16.6914 44.7094 15.1445C44.9516 14.0977 45.1312 13.3125 45.2484 12.7891C45.2953 12.5938 45.4047 12.4961 45.5766 12.4961C45.7328 12.4961 45.893 12.5742 46.057 12.7305C46.2289 12.8789 46.3148 13.0352 46.3148 13.1992V13.3047C46.2367 13.6328 46.1195 14.125 45.9633 14.7812C45.8148 15.4609 45.6977 15.9727 45.6117 16.3164C45.643 16.2773 45.6898 16.2188 45.7523 16.1406C45.807 16.0703 45.85 16.0156 45.8812 15.9766C45.9437 15.8906 46.0375 15.7656 46.1625 15.6016C46.6781 14.9375 47.1234 14.3945 47.4984 13.9727C47.8734 13.5508 48.2797 13.1836 48.7172 12.8711C48.9984 12.6758 49.2758 12.5781 49.5492 12.5781C49.8461 12.5781 50.1039 12.6914 50.3227 12.918C50.5414 13.1445 50.6859 13.4492 50.7562 13.832C50.7953 14.0977 50.8187 14.4453 50.8266 14.875V15.7422C50.8344 15.7734 50.8383 15.8242 50.8383 15.8945C50.8383 16.1914 50.8578 16.4414 50.8969 16.6445C50.9359 16.8477 51.018 16.9922 51.143 17.0781C51.2836 17.1641 51.4477 17.207 51.6352 17.207C52.0883 17.207 52.6039 16.9805 53.182 16.5273C53.7602 16.0742 54.1547 15.6367 54.3656 15.2148C54.4437 15.0664 54.5219 14.9922 54.6 14.9922C54.6781 14.9922 54.7445 15.0469 54.7992 15.1562C54.8617 15.2578 54.893 15.375 54.893 15.5078C54.8852 15.6016 54.8695 15.6875 54.8461 15.7656C54.4867 16.4609 54.057 17.043 53.557 17.5117C53.0648 17.9727 52.4945 18.2031 51.8461 18.2031C51.1352 18.2031 50.6195 17.9375 50.2992 17.4062C49.9789 16.8672 49.8031 16.2109 49.7719 15.4375C49.7719 15.4219 49.7719 15.4023 49.7719 15.3789C49.7328 14.6602 49.7094 14.125 49.7016 13.7734C49.5766 13.8359 49.4906 13.8828 49.4437 13.9141C48.9906 14.2656 48.5727 14.6641 48.1898 15.1094C47.807 15.5469 47.35 16.1094 46.8187 16.7969C46.7016 16.9453 46.6156 17.0547 46.5609 17.125C45.9672 17.8984 45.4164 18.6523 44.9086 19.3867V19.375ZM54.9403 7.32812C54.8622 7.375 54.7919 7.39844 54.7294 7.39844C54.5497 7.39844 54.3739 7.3125 54.202 7.14062C54.0302 6.96875 53.9442 6.80469 53.9442 6.64844C53.9442 6.53906 53.9911 6.45703 54.0848 6.40234C55.8427 5.33203 57.7528 4.42188 59.8153 3.67188C61.8856 2.91406 63.9872 2.30078 66.12 1.83203C66.3075 1.58203 66.4677 1.375 66.6005 1.21094C66.663 1.11719 66.745 1.07031 66.8466 1.07031C66.9481 1.07031 67.0497 1.11719 67.1512 1.21094C67.2528 1.30469 67.3427 1.41797 67.4208 1.55078C68.6473 1.33203 69.788 1.16406 70.8427 1.04688C71.8973 0.921875 72.9325 0.859375 73.9481 0.859375C74.6044 0.859375 75.1708 0.882812 75.6473 0.929688C76.4208 0.992187 77.0731 1.13672 77.6044 1.36328C78.1356 1.58984 78.4052 2.00781 78.413 2.61719C78.413 2.65625 78.4091 2.69531 78.4012 2.73438C78.3934 2.92969 78.3036 3.02734 78.1317 3.02734C77.9677 3.02734 77.7958 2.94531 77.6161 2.78125C77.4364 2.60938 77.3466 2.43359 77.3466 2.25391V2.23047C77.2841 2.19141 77.1434 2.15625 76.9247 2.125C76.8544 2.11719 76.8075 2.10938 76.7841 2.10156C75.9716 2.00781 75.1903 1.96094 74.4403 1.96094C72.3153 1.96094 69.9403 2.23828 67.3153 2.79297C67.2059 3.19922 67.0341 3.8125 66.7997 4.63281C65.6591 8.70312 63.9481 14.8203 61.6669 22.9844C61.6278 23.1172 61.5458 23.1836 61.4208 23.1836C61.2645 23.1836 61.0966 23.0898 60.9169 22.9023C60.745 22.7227 60.6591 22.543 60.6591 22.3633C60.6591 22.3242 60.663 22.2852 60.6708 22.2461C60.7489 21.957 60.87 21.5234 61.0341 20.9453C61.1903 20.375 61.3114 19.9453 61.3973 19.6562C61.5692 19.0469 61.8231 18.1328 62.1591 16.9141C63.8544 10.8906 65.12 6.37109 65.9559 3.35547C65.9481 3.33984 65.9364 3.32422 65.9208 3.30859C65.8427 3.23828 65.788 3.17969 65.7567 3.13281C61.3661 4.1875 57.7606 5.58594 54.9403 7.32812ZM67.3744 19.5625C67.3275 19.6953 67.2377 19.7617 67.1048 19.7617C66.9408 19.7617 66.7728 19.6758 66.6009 19.5039C66.4291 19.332 66.3431 19.168 66.3431 19.0117V18.9414C66.5306 18.0742 66.8158 16.7695 67.1986 15.0273C67.5033 13.6367 67.7298 12.5938 67.8783 11.8984C67.9017 11.8047 67.9408 11.7344 67.9955 11.6875C68.058 11.6328 68.1283 11.6055 68.2064 11.6055C68.3627 11.6055 68.5228 11.6836 68.6869 11.8398C68.8587 11.9961 68.9447 12.1562 68.9447 12.3203V12.4141C68.8822 12.6953 68.7884 13.1133 68.6634 13.668C68.5462 14.2227 68.4564 14.6406 68.3939 14.9219C68.7533 14.4219 69.1439 13.9922 69.5658 13.6328C69.9955 13.2656 70.4291 13.082 70.8666 13.082C71.4056 13.082 71.8275 13.3398 72.1322 13.8555C72.4369 14.3633 72.6283 14.9258 72.7064 15.543V15.6367C72.7064 15.8477 72.6127 15.9531 72.4252 15.9531C72.2689 15.9531 72.1048 15.8867 71.933 15.7539C71.7689 15.6133 71.6712 15.4609 71.64 15.2969C71.6166 15.0781 71.5658 14.8359 71.4877 14.5703C71.4095 14.3047 71.3158 14.1719 71.2064 14.1719C71.1673 14.1719 71.0892 14.1953 70.972 14.2422C70.9408 14.2578 70.9173 14.2656 70.9017 14.2656C70.2533 14.5391 69.6087 15.2266 68.9681 16.3281C68.3275 17.4219 67.7962 18.5 67.3744 19.5625ZM76.3631 13.832C75.9647 14.0117 75.5663 14.3008 75.1678 14.6992C74.7694 15.0898 74.4373 15.5273 74.1717 16.0117C73.9061 16.4883 73.7655 16.9375 73.7498 17.3594V17.4414C73.7498 17.8789 73.9022 18.0977 74.2069 18.0977H74.2889C74.4373 18.0742 74.6248 17.9883 74.8514 17.8398C75.3358 17.5195 75.7577 17.1094 76.117 16.6094C76.4842 16.1094 76.867 15.4883 77.2655 14.7461V14.6406C77.2655 14.625 77.2694 14.6016 77.2772 14.5703C77.3006 14.3516 77.3123 14.1836 77.3123 14.0664C77.3123 13.8711 77.2772 13.7422 77.2069 13.6797C77.1678 13.6562 77.1131 13.6445 77.0428 13.6445C76.8788 13.6445 76.6522 13.707 76.3631 13.832ZM74.535 19.1992C74.41 19.1992 74.3084 19.1875 74.2303 19.1641C73.7147 19.0703 73.3358 18.832 73.0936 18.4492C72.8514 18.0664 72.7303 17.6094 72.7303 17.0781C72.7303 16.4844 72.8553 15.9297 73.1053 15.4141C73.4334 14.7578 73.8827 14.1562 74.453 13.6094C75.0233 13.0547 75.6209 12.7227 76.2459 12.6133C76.3241 12.5898 76.4413 12.5781 76.5975 12.5781C76.8788 12.5781 77.1444 12.6406 77.3944 12.7656C77.6522 12.8828 77.8592 13.0547 78.0155 13.2812C78.0233 13.2891 78.0311 13.2969 78.0389 13.3047C78.0467 13.3203 78.0545 13.332 78.0623 13.3398C78.078 13.3086 78.1053 13.2617 78.1444 13.1992C78.1834 13.1445 78.2108 13.1055 78.2264 13.082C78.5389 12.5977 78.8241 12.3555 79.0819 12.3555C79.2459 12.3555 79.41 12.4414 79.5741 12.6133C79.7225 12.7695 79.7967 12.9648 79.7967 13.1992C79.7967 13.3789 79.7342 13.6484 79.6092 14.0078C79.5858 14.0859 79.5702 14.1406 79.5623 14.1719C79.5077 14.3125 79.4178 14.5469 79.2928 14.875C79.0584 15.5 78.8748 16.0312 78.742 16.4688C78.617 16.8984 78.5545 17.2891 78.5545 17.6406C78.5702 18.0625 78.6834 18.2734 78.8944 18.2734C79.2381 18.2734 79.7381 18.0977 80.3944 17.7461C80.8788 17.4727 81.3866 17.0781 81.9178 16.5625C82.4491 16.0469 82.91 15.5273 83.3006 15.0039C83.3788 14.8789 83.4686 14.8164 83.5702 14.8164C83.6561 14.8164 83.7264 14.8516 83.7811 14.9219C83.8436 14.9922 83.8788 15.082 83.8866 15.1914C83.8866 15.2852 83.8592 15.375 83.8045 15.4609C83.5545 15.9453 83.1717 16.4961 82.6561 17.1133C82.1483 17.7227 81.5819 18.25 80.9569 18.6953C80.3397 19.1406 79.7577 19.3633 79.2108 19.3633C78.7967 19.3633 78.4217 19.2148 78.0858 18.918C77.6639 18.543 77.453 18.0117 77.453 17.3242C77.453 17.1289 77.4725 16.918 77.5116 16.6914C76.4256 18.3633 75.4334 19.1992 74.535 19.1992Z\" fill=\"#131416\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_256_94\">\\n<rect width=\"84\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qj12pk\",layoutDependency:layoutDependency,layoutId:\"AAeS6DpMl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c7v3us-container\",layoutDependency:layoutDependency,layoutId:\"vO1sjKXaH-container\",whileHover:animation3,children:/*#__PURE__*/_jsx(MenuButton,{height:\"100%\",id:\"vO1sjKXaH\",layoutId:\"vO1sjKXaH\",variant:\"GZLjrzyGa\",width:\"100%\",...addPropertyOverrides({w_y704iyw:{variant:\"HRED_r22H\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BAdWC.framer-1ng1q8b, .framer-BAdWC .framer-1ng1q8b { display: block; }\",\".framer-BAdWC.framer-1jn9qvj { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 1167px; }\",\".framer-BAdWC .framer-18xvjfu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 118px; }\",\".framer-BAdWC .framer-1bkoca9 { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-BAdWC .framer-1kzg2xz { flex: none; height: 25px; position: relative; width: 84px; }\",\".framer-BAdWC .framer-qj12pk { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-BAdWC .framer-1c7v3us-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BAdWC .framer-18xvjfu, .framer-BAdWC .framer-qj12pk { gap: 0px; } .framer-BAdWC .framer-18xvjfu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BAdWC .framer-18xvjfu > :first-child { margin-left: 0px; } .framer-BAdWC .framer-18xvjfu > :last-child { margin-right: 0px; } .framer-BAdWC .framer-qj12pk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BAdWC .framer-qj12pk > :first-child { margin-top: 0px; } .framer-BAdWC .framer-qj12pk > :last-child { margin-bottom: 0px; } }\",\".framer-BAdWC.framer-v-167tugw.framer-1jn9qvj { padding: 0px 16px 0px 16px; width: 648px; }\",\".framer-BAdWC.framer-v-167tugw .framer-18xvjfu { aspect-ratio: 2.95 / 1; height: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-BAdWC.framer-v-167tugw .framer-1bkoca9 { height: 18px; width: 18px; }\",\".framer-BAdWC.framer-v-167tugw .framer-1kzg2xz { height: 18px; width: 61px; }\",\".framer-BAdWC.framer-v-167tugw .framer-qj12pk { padding: 8px 0px 0px 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 1167\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"w_y704iyw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereYjR3Bv72=withCSS(Component,css,\"framer-BAdWC\");export default FramereYjR3Bv72;FramereYjR3Bv72.displayName=\"Top navigation\";FramereYjR3Bv72.defaultProps={height:72,width:1167};addPropertyControls(FramereYjR3Bv72,{variant:{options:[\"XWEgpMpMz\",\"w_y704iyw\"],optionTitles:[\"Variant 1\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramereYjR3Bv72,[{explicitInter:true,fonts:[]},...MenuButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereYjR3Bv72\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"72\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w_y704iyw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1167\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eYjR3Bv72.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// Generated by Framer (aab6bf9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";const ClipboardFonts=getFonts(Clipboard);const cycleOrder=[\"xfrK9xBvG\",\"DhOD3Ic5F\"];const serializationHash=\"framer-q1ERl\";const variantClassNames={DhOD3Ic5F:\"framer-v-1nrao23\",xfrK9xBvG:\"framer-v-fq8ruh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.65,ease:[.55,-.04,.18,.8],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -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={\"Variant 1\":\"xfrK9xBvG\",\"Variant 2\":\"DhOD3Ic5F\"};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:\"xfrK9xBvG\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xfrK9xBvG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap7yb8sf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"DhOD3Ic5F\");});const onAppear1cb0v2g=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xfrK9xBvG\"),600);});useOnVariantChange(baseVariant,{DhOD3Ic5F:onAppear1cb0v2g});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"DhOD3Ic5F\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"DhOD3Ic5F\")return true;return false;};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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/Qwqq4xlRQ2hfH7xwlb3r90NnWs.png\",srcSet:\"https://framerusercontent.com/images/Qwqq4xlRQ2hfH7xwlb3r90NnWs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Qwqq4xlRQ2hfH7xwlb3r90NnWs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Qwqq4xlRQ2hfH7xwlb3r90NnWs.png 1032w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-fq8ruh\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xfrK9xBvG\",onTap:onTap7yb8sf,ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 12px 24px 0px rgba(67, 67, 67, 0.28999999165534973)\",...style},...addPropertyOverrides({DhOD3Ic5F:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8ss1hq\",\"data-framer-name\":\"btn-wrapper\",layoutDependency:layoutDependency,layoutId:\"slYF9pHDN\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(58, 58, 58, 1) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"inset 0px 1.25px 1.25px 0px rgba(255, 255, 255, 0.3199999928474426), inset 0px -1.25px 1.25px 0px rgba(0, 0, 0, 0.25)\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1wjl37u\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"mwGYoP7SM-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g id=\"ss8767391561_1\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 7 9.667 C 7 8.96 7.281 8.281 7.781 7.781 C 8.281 7.281 8.96 7 9.667 7 L 18.333 7 C 18.683 7 19.03 7.069 19.354 7.203 C 19.677 7.337 19.971 7.534 20.219 7.781 C 20.466 8.029 20.663 8.323 20.797 8.646 C 20.931 8.97 21 9.317 21 9.667 L 21 18.333 C 21 18.683 20.931 19.03 20.797 19.354 C 20.663 19.677 20.466 19.971 20.219 20.219 C 19.971 20.466 19.677 20.663 19.354 20.797 C 19.03 20.931 18.683 21 18.333 21 L 9.667 21 C 9.317 21 8.97 20.931 8.646 20.797 C 8.323 20.663 8.029 20.466 7.781 20.219 C 7.534 19.971 7.337 19.677 7.203 19.354 C 7.069 19.03 7 18.683 7 18.333 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(253,253,252)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 4.012 16.737 C 3.705 16.562 3.45 16.309 3.273 16.005 C 3.095 15.7 3.001 15.353 3 15 L 3 5 C 3 3.9 3.9 3 5 3 L 15 3 C 15.75 3 16.158 3.385 16.5 4\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(253,253,252)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:8767391561,withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sgd5fc-container\",layoutDependency:layoutDependency,layoutId:\"G8y6v8o2p-container\",style:{opacity:0},children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:50,bottomLeftRadius:50,bottomRightRadius:50,color:\"rgb(255, 255, 255)\",content:\"adriantra.design@gmail.com\",fill:\"rgb(0, 0, 0)\",font:{},height:\"100%\",id:\"G8y6v8o2p\",isMixedBorderRadius:false,label:\"\",layoutId:\"G8y6v8o2p\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,style:{height:\"100%\",width:\"100%\"},topLeftRadius:50,topRightRadius:50,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1h58lhl\",\"data-framer-name\":\"graphic\",fill:\"rgb(255, 193, 9)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"TNk5lqHvt\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-check\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m5 12 5 5L20 7\"/></svg>',withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v70yu4\",layoutDependency:layoutDependency,layoutId:\"D1mUUW4rt\",style:{backgroundColor:\"var(--token-b856ce9d-e1f4-4ddc-910b-f9059b05d182, rgb(19, 20, 22))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Copied\"})}),className:\"framer-17ftfvh\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"wFWcRhsMm\",style:{\"--extracted-r6o4lv\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1v09rv9\",\"data-framer-name\":\"Vector 326\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"ZFZLbqxba\",svg:'<svg width=\"26\" height=\"14\" viewBox=\"-1 -1 26 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12 12L24 0L0 -1.04907e-06L12 12Z\" fill=\"#131416\" stroke=\"#131416\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-q1ERl.framer-nl0ep4, .framer-q1ERl .framer-nl0ep4 { display: block; }\",\".framer-q1ERl.framer-fq8ruh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: 42px; justify-content: center; overflow: visible; padding: 1px 2px 1px 2px; position: relative; width: 42px; }\",\".framer-q1ERl .framer-8ss1hq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-q1ERl .framer-1wjl37u { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-q1ERl .framer-sgd5fc-container { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 0; }\",\".framer-q1ERl .framer-1h58lhl { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-q1ERl .framer-v70yu4 { flex: none; height: 27px; left: -14px; overflow: visible; position: absolute; right: -14px; top: -38px; z-index: 1; }\",\".framer-q1ERl .framer-17ftfvh { flex: none; height: auto; left: 50%; position: absolute; top: 48%; white-space: pre; width: auto; }\",\".framer-q1ERl .framer-1v09rv9 { bottom: -3px; flex: none; height: 6px; left: calc(50.00000000000002% - 11px / 2); position: absolute; width: 11px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-q1ERl.framer-fq8ruh, .framer-q1ERl .framer-8ss1hq { gap: 0px; } .framer-q1ERl.framer-fq8ruh > * { margin: 0px; margin-bottom: calc(12.5px / 2); margin-top: calc(12.5px / 2); } .framer-q1ERl.framer-fq8ruh > :first-child, .framer-q1ERl .framer-8ss1hq > :first-child { margin-top: 0px; } .framer-q1ERl.framer-fq8ruh > :last-child, .framer-q1ERl .framer-8ss1hq > :last-child { margin-bottom: 0px; } .framer-q1ERl .framer-8ss1hq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 42\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DhOD3Ic5F\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernFEdqzqQb=withCSS(Component,css,\"framer-q1ERl\");export default FramernFEdqzqQb;FramernFEdqzqQb.displayName=\"copy-email\";FramernFEdqzqQb.defaultProps={height:42,width:42};addPropertyControls(FramernFEdqzqQb,{variant:{options:[\"xfrK9xBvG\",\"DhOD3Ic5F\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernFEdqzqQb,[{explicitInter:true,fonts:[{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/of3o5ynODnhRHcaSyDkINttrjZI.otf\"}]},...ClipboardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernFEdqzqQb\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DhOD3Ic5F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"42\",\"framerIntrinsicWidth\":\"42\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nFEdqzqQb.map", "// Generated by Framer (6b748fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ddhRQun1jR50xc830Pht/hLutY7gYdaUxqrimoiMO/xZndidUCt.js\";const enabledGestures={BWSQ7qu_D:{hover:true},k_izWirfP:{hover:true},Qw50vS9dU:{hover:true,pressed:true}};const cycleOrder=[\"Qw50vS9dU\",\"BWSQ7qu_D\",\"k_izWirfP\"];const serializationHash=\"framer-A1fT3\";const variantClassNames={BWSQ7qu_D:\"framer-v-xwjjfv\",k_izWirfP:\"framer-v-ihnawm\",Qw50vS9dU:\"framer-v-v5npi6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.65,ease:[.55,-.04,.18,.87],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Button-email\":\"Qw50vS9dU\",\"Button-icon-figma\":\"BWSQ7qu_D\",\"Variant 3\":\"k_izWirfP\"};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:\"Qw50vS9dU\"};};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:\"Qw50vS9dU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"BWSQ7qu_D-hover\",\"k_izWirfP-hover\"].includes(gestureVariant))return false;if([\"BWSQ7qu_D\",\"k_izWirfP\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"BWSQ7qu_D-hover\")return true;if(baseVariant===\"BWSQ7qu_D\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"k_izWirfP-hover\")return true;if(baseVariant===\"k_izWirfP\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"mailto:adriantra.design@email.com\",openInNewTab:true,...addPropertyOverrides({\"BWSQ7qu_D-hover\":{href:\"https://www.figma.com/proto/2I1jd6YHLZabpbPNib43QM/Adrian-Tra's-Figma-Works?node-id=5-2&t=dXPqDE7VqJmQcFrw-1&scaling=min-zoom&content-scaling=fixed&page-id=0%3A1&starting-point-node-id=5%3A2\"},\"k_izWirfP-hover\":{href:\"https://dribbble.com/adriantraa\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-v5npi6\",className,classNames)} framer-19v1b9x`,\"data-framer-name\":\"Button-email\",layoutDependency:layoutDependency,layoutId:\"Qw50vS9dU\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(8, 8, 8)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 12px 24px 0px rgba(67, 67, 67, 0.28999999165534973)\",...style},variants:{\"BWSQ7qu_D-hover\":{boxShadow:\"0px 11px 19px 1px rgba(66, 66, 66, 0.54)\"},\"Qw50vS9dU-hover\":{boxShadow:\"0px 11px 19px 1px rgba(66, 66, 66, 0.54)\"},\"Qw50vS9dU-pressed\":{boxShadow:\"0px 11px 19px 1px rgba(66, 66, 66, 0.54)\"}},...addPropertyOverrides({\"BWSQ7qu_D-hover\":{\"data-framer-name\":undefined},\"k_izWirfP-hover\":{\"data-framer-name\":undefined},\"Qw50vS9dU-hover\":{\"data-framer-name\":undefined},\"Qw50vS9dU-pressed\":{\"data-framer-name\":undefined},BWSQ7qu_D:{\"data-framer-name\":\"Button-icon-figma\"},k_izWirfP:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n4zbtd\",\"data-framer-name\":\"btn-wrapper\",layoutDependency:layoutDependency,layoutId:\"JsQ2C0VJS\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(58, 58, 58, 1) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"inset 0px 1.25px 1.25px 0px rgba(255, 255, 255, 0.3199999928474426), inset 0px -1.25px 1.25px 0px rgba(0, 0, 0, 0.25)\"},variants:{\"BWSQ7qu_D-hover\":{background:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(58, 58, 58, 1) 100%)\",boxShadow:\"inset 0px 3px 5px 0px rgba(255, 255, 255, 0.65), inset 0px -1.25px 1.25px 0px rgba(0, 0, 0, 0.39)\"},\"k_izWirfP-hover\":{boxShadow:\"inset 0px 3px 5px 0px rgba(255, 255, 255, 0.65), inset 0px -1.25px 1.25px 0px rgba(0, 0, 0, 0.39)\"},\"Qw50vS9dU-hover\":{background:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(58, 58, 58, 1) 100%)\",boxShadow:\"inset 0px 3px 5px 0px rgba(255, 255, 255, 0.65), inset 0px -1.25px 1.25px 0px rgba(0, 0, 0, 0.39)\"},\"Qw50vS9dU-pressed\":{background:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(58, 58, 58, 1) 100%)\",boxShadow:\"inset 0px 3px 5px 0px rgba(255, 255, 255, 0.65), inset 0px -1.25px 1.25px 0px rgba(0, 0, 0, 0.39)\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19azlxc\",layoutDependency:layoutDependency,layoutId:\"rhsKD9dXp\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"adriantra.design@gmail.com\"})}),className:\"framer-ouo4rt\",\"data-framer-name\":\"adriantra.design@gmail.com\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K54dbsdny\",style:{\"--extracted-r6o4lv\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Qw50vS9dU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Send a quick notice\"})})},\"Qw50vS9dU-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Send a quick notice\"})})},BWSQ7qu_D:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Figma\"})})},k_izWirfP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Dribbble\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wx9osq\",layoutDependency:layoutDependency,layoutId:\"ukb4gYA9P\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/JI4jBJ2BC8a1zodsk8t22uEuHGU.png\"},className:\"framer-i877dn\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"wfLlDHBMc\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-eg3wiv\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"qtycTcq8n\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_233_76)\">\\n<path d=\"M12 12.5C12 13.2956 12.3161 14.0587 12.8787 14.6213C13.4413 15.1839 14.2044 15.5 15 15.5C15.7956 15.5 16.5587 15.1839 17.1213 14.6213C17.6839 14.0587 18 13.2956 18 12.5C18 11.7044 17.6839 10.9413 17.1213 10.3787C16.5587 9.81607 15.7956 9.5 15 9.5C14.2044 9.5 13.4413 9.81607 12.8787 10.3787C12.3161 10.9413 12 11.7044 12 12.5Z\" stroke=\"#FDFDFC\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M6 6.5C6 5.70435 6.31607 4.94129 6.87868 4.37868C7.44129 3.81607 8.20435 3.5 9 3.5H15C15.7956 3.5 16.5587 3.81607 17.1213 4.37868C17.6839 4.94129 18 5.70435 18 6.5C18 7.29565 17.6839 8.05871 17.1213 8.62132C16.5587 9.18393 15.7956 9.5 15 9.5H9C8.20435 9.5 7.44129 9.18393 6.87868 8.62132C6.31607 8.05871 6 7.29565 6 6.5Z\" stroke=\"#FDFDFC\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9 9.5C8.20435 9.5 7.44129 9.81607 6.87868 10.3787C6.31607 10.9413 6 11.7044 6 12.5C6 13.2956 6.31607 14.0587 6.87868 14.6213C7.44129 15.1839 8.20435 15.5 9 15.5M9 15.5H12M9 15.5C8.40666 15.5 7.82664 15.6759 7.33329 16.0056C6.83994 16.3352 6.45543 16.8038 6.22836 17.3519C6.0013 17.9001 5.94189 18.5033 6.05765 19.0853C6.1734 19.6672 6.45912 20.2018 6.87868 20.6213C7.29824 21.0409 7.83279 21.3266 8.41473 21.4424C8.99667 21.5581 9.59987 21.4987 10.1481 21.2716C10.6962 21.0446 11.1648 20.6601 11.4944 20.1667C11.8241 19.6734 12 19.0933 12 18.5V3.5\" stroke=\"#FDFDFC\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_233_76\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-urvx7p\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"NrUdNvTTa\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_545_967)\">\\n<path d=\"M3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 10.8181 20.7672 9.64778 20.3149 8.55585C19.8626 7.46392 19.1997 6.47177 18.364 5.63604C17.5282 4.80031 16.5361 4.13738 15.4442 3.68508C14.3522 3.23279 13.1819 3 12 3C10.8181 3 9.64778 3.23279 8.55585 3.68508C7.46392 4.13738 6.47177 4.80031 5.63604 5.63604C4.80031 6.47177 4.13738 7.46392 3.68508 8.55585C3.23279 9.64778 3 10.8181 3 12Z\" stroke=\"#FDFDFC\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9 3.6001C14 9.6001 16 14.1001 16.5 19.8001\" stroke=\"#FDFDFC\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M6.3999 19.0001C9.8999 15.5001 12.3999 12.5001 20.8999 12.6001\" stroke=\"#FDFDFC\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.1001 10.75C8.1001 10.75 12.9141 10.37 18.4141 5.75\" stroke=\"#FDFDFC\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_545_967\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-A1fT3.framer-19v1b9x, .framer-A1fT3 .framer-19v1b9x { display: block; }\",\".framer-A1fT3.framer-v5npi6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: 45px; justify-content: center; overflow: visible; padding: 1px 2px 1px 2px; position: relative; text-decoration: none; width: min-content; }\",\".framer-A1fT3 .framer-1n4zbtd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-A1fT3 .framer-19azlxc, .framer-A1fT3 .framer-wx9osq { flex: none; height: 24px; overflow: visible; position: relative; width: 0px; }\",\".framer-A1fT3 .framer-ouo4rt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-A1fT3 .framer-i877dn { aspect-ratio: 1 / 1; bottom: 0px; flex: none; overflow: visible; position: absolute; right: -46px; top: 0px; width: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-A1fT3 .framer-eg3wiv { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-A1fT3 .framer-urvx7p { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A1fT3.framer-v5npi6, .framer-A1fT3 .framer-1n4zbtd { gap: 0px; } .framer-A1fT3.framer-v5npi6 > * { margin: 0px; margin-bottom: calc(12.5px / 2); margin-top: calc(12.5px / 2); } .framer-A1fT3.framer-v5npi6 > :first-child { margin-top: 0px; } .framer-A1fT3.framer-v5npi6 > :last-child { margin-bottom: 0px; } .framer-A1fT3 .framer-1n4zbtd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-A1fT3 .framer-1n4zbtd > :first-child { margin-left: 0px; } .framer-A1fT3 .framer-1n4zbtd > :last-child { margin-right: 0px; } }\",\".framer-A1fT3.framer-v-xwjjfv.framer-v5npi6, .framer-A1fT3.framer-v-ihnawm.framer-v5npi6 { height: min-content; }\",\".framer-A1fT3.framer-v-xwjjfv .framer-1n4zbtd, .framer-A1fT3.framer-v-ihnawm .framer-1n4zbtd { gap: 8px; padding: 8px 12px 8px 12px; }\",\".framer-A1fT3.framer-v-xwjjfv .framer-ouo4rt { order: 2; }\",\".framer-A1fT3.framer-v-xwjjfv .framer-eg3wiv, .framer-A1fT3.framer-v-ihnawm .framer-urvx7p, .framer-A1fT3.framer-v-v5npi6.hover .framer-ouo4rt, .framer-A1fT3.framer-v-v5npi6.pressed .framer-ouo4rt { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A1fT3.framer-v-xwjjfv .framer-1n4zbtd { gap: 0px; } .framer-A1fT3.framer-v-xwjjfv .framer-1n4zbtd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-A1fT3.framer-v-xwjjfv .framer-1n4zbtd > :first-child { margin-left: 0px; } .framer-A1fT3.framer-v-xwjjfv .framer-1n4zbtd > :last-child { margin-right: 0px; } }\",\".framer-A1fT3.framer-v-ihnawm .framer-ouo4rt { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A1fT3.framer-v-ihnawm .framer-1n4zbtd { gap: 0px; } .framer-A1fT3.framer-v-ihnawm .framer-1n4zbtd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-A1fT3.framer-v-ihnawm .framer-1n4zbtd > :first-child { margin-left: 0px; } .framer-A1fT3.framer-v-ihnawm .framer-1n4zbtd > :last-child { margin-right: 0px; } }\",\".framer-A1fT3.framer-v-v5npi6.hover .framer-1n4zbtd, .framer-A1fT3.framer-v-v5npi6.pressed .framer-1n4zbtd { align-self: stretch; flex: 1 0 0px; gap: 24px; height: 1px; padding: 8px 16px 8px 16px; width: auto; }\",\".framer-A1fT3.framer-v-v5npi6.hover .framer-19azlxc, .framer-A1fT3.framer-v-v5npi6.pressed .framer-19azlxc { left: 15px; order: 0; position: absolute; top: calc(51.162790697674446% - 24px / 2); z-index: 1; }\",\".framer-A1fT3.framer-v-v5npi6.hover .framer-wx9osq, .framer-A1fT3.framer-v-v5npi6.pressed .framer-wx9osq { order: 2; width: 24px; }\",\".framer-A1fT3.framer-v-v5npi6.hover .framer-i877dn, .framer-A1fT3.framer-v-v5npi6.pressed .framer-i877dn { left: -1px; right: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A1fT3.framer-v-v5npi6.hover .framer-1n4zbtd { gap: 0px; } .framer-A1fT3.framer-v-v5npi6.hover .framer-1n4zbtd > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-A1fT3.framer-v-v5npi6.hover .framer-1n4zbtd > :first-child { margin-left: 0px; } .framer-A1fT3.framer-v-v5npi6.hover .framer-1n4zbtd > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A1fT3.framer-v-v5npi6.pressed .framer-1n4zbtd { gap: 0px; } .framer-A1fT3.framer-v-v5npi6.pressed .framer-1n4zbtd > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-A1fT3.framer-v-v5npi6.pressed .framer-1n4zbtd > :first-child { margin-left: 0px; } .framer-A1fT3.framer-v-v5npi6.pressed .framer-1n4zbtd > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 256\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"BWSQ7qu_D\":{\"layout\":[\"auto\",\"auto\"]},\"k_izWirfP\":{\"layout\":[\"auto\",\"auto\"]},\"rvhsXvawv\":{\"layout\":[\"auto\",\"fixed\"]},\"cA21b5zJy\":{\"layout\":[\"auto\",\"fixed\"]},\"H1THMMBI2\":{\"layout\":[\"auto\",\"auto\"]},\"TZCAb2YAD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVpFTgtZIC=withCSS(Component,css,\"framer-A1fT3\");export default FramerVpFTgtZIC;FramerVpFTgtZIC.displayName=\"btn-div\";FramerVpFTgtZIC.defaultProps={height:45,width:256};addPropertyControls(FramerVpFTgtZIC,{variant:{options:[\"Qw50vS9dU\",\"BWSQ7qu_D\",\"k_izWirfP\"],optionTitles:[\"Button-email\",\"Button-icon-figma\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVpFTgtZIC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVpFTgtZIC\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BWSQ7qu_D\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"k_izWirfP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rvhsXvawv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cA21b5zJy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"H1THMMBI2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TZCAb2YAD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"256\",\"framerIntrinsicHeight\":\"45\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VpFTgtZIC.map", "// Generated by Framer (78a4586)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={awtvlsEgl:{hover:true},gxMyMNu61:{hover:true}};const cycleOrder=[\"gxMyMNu61\",\"awtvlsEgl\"];const serializationHash=\"framer-ztQYS\";const variantClassNames={awtvlsEgl:\"framer-v-16dhs7e\",gxMyMNu61:\"framer-v-lgmsxv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"gxMyMNu61\",Small:\"awtvlsEgl\"};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:\"gxMyMNu61\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gxMyMNu61\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/adrian-tra\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-lgmsxv\",className,classNames)} framer-1i8zw7i`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"gxMyMNu61\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(245, 245, 244)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,rotate:0,...style},variants:{\"awtvlsEgl-hover\":{rotate:4},\"gxMyMNu61-hover\":{rotate:4}},...addPropertyOverrides({\"awtvlsEgl-hover\":{\"data-framer-name\":undefined},\"gxMyMNu61-hover\":{\"data-framer-name\":undefined},awtvlsEgl:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1f29wnp\",\"data-framer-name\":\"btn-div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:53,intrinsicWidth:52,layoutDependency:layoutDependency,layoutId:\"SZGM06kDy\",svg:'<svg width=\"52\" height=\"53\" viewBox=\"0 0 52 53\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"0.5\" width=\"52\" height=\"52\" rx=\"14.9333\" fill=\"url(#paint0_linear_217_31)\"/>\\n<rect y=\"0.5\" width=\"52\" height=\"52\" rx=\"14.9333\" fill=\"url(#paint1_linear_217_31)\" fill-opacity=\"0.24\"/>\\n<g filter=\"url(#filter0_ii_217_31)\">\\n<rect x=\"1.24463\" y=\"1.12207\" width=\"49.5111\" height=\"50.7556\" rx=\"14.9333\" fill=\"url(#paint2_linear_217_31)\"/>\\n<path d=\"M18.8617 39.1439V22.3364H13.3209V39.1439H18.8617ZM16.0924 20.0403C18.024 20.0403 19.2263 18.7516 19.2263 17.1371C19.1917 15.4878 18.0263 14.2339 16.1294 14.2339C14.2324 14.2339 12.9932 15.4901 12.9932 17.1371C12.9932 18.7516 14.1955 20.0403 16.0555 20.0403H16.0924ZM27.4187 39.1439V29.7573C27.4187 29.2548 27.4557 28.7523 27.6033 28.394C28.0026 27.3914 28.9141 26.3516 30.4465 26.3516C32.4519 26.3516 33.2527 27.8916 33.2527 30.1527V39.1439H38.7935V29.5037C38.7935 24.3393 36.0612 21.9386 32.415 21.9386C29.4749 21.9386 28.1572 23.567 27.4187 24.7138V24.772H27.3818L27.4187 24.7138V22.3364H21.8802C21.9494 23.9136 21.8802 39.1439 21.8802 39.1439H27.4187Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_ii_217_31\" x=\"1.24463\" y=\"0.344293\" width=\"49.5112\" height=\"52.3109\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"0.777778\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_217_31\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"-0.777778\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_217_31\" result=\"effect2_innerShadow_217_31\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_217_31\" x1=\"26\" y1=\"0.5\" x2=\"26\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#1461FD\"/>\\n<stop offset=\"1\" stop-color=\"#33A7FD\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_217_31\" x1=\"26\" y1=\"0.5\" x2=\"26\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-opacity=\"0.6\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_217_31\" x1=\"26.0002\" y1=\"1.12207\" x2=\"26.0002\" y2=\"51.8776\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#1461FD\"/>\\n<stop offset=\"1\" stop-color=\"#33A7FD\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1yZWd1bGFy\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"LinkedIn\"})}),className:\"framer-22c25y\",\"data-framer-name\":\"LinkedIn\",fonts:[\"GF;Instrument Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"S61dNr3rw\",style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ztQYS.framer-1i8zw7i, .framer-ztQYS .framer-1i8zw7i { display: block; }\",\".framer-ztQYS.framer-lgmsxv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 112px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 112px; }\",\".framer-ztQYS .framer-1f29wnp { flex: none; height: 53px; position: relative; width: 52px; }\",\".framer-ztQYS .framer-22c25y { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ztQYS.framer-lgmsxv { gap: 0px; } .framer-ztQYS.framer-lgmsxv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ztQYS.framer-lgmsxv > :first-child { margin-top: 0px; } .framer-ztQYS.framer-lgmsxv > :last-child { margin-bottom: 0px; } }\",\".framer-ztQYS.framer-v-16dhs7e.framer-lgmsxv { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 88px); width: 88px; }\",\".framer-ztQYS.framer-v-16dhs7e .framer-1f29wnp { height: 36px; width: 36px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"awtvlsEgl\":{\"layout\":[\"fixed\",\"fixed\"]},\"AGpzYe67h\":{\"layout\":[\"fixed\",\"fixed\"]},\"D2SdFYWIW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerD0oTizNNk=withCSS(Component,css,\"framer-ztQYS\");export default FramerD0oTizNNk;FramerD0oTizNNk.displayName=\"linkedin-link\";FramerD0oTizNNk.defaultProps={height:112,width:112};addPropertyControls(FramerD0oTizNNk,{variant:{options:[\"gxMyMNu61\",\"awtvlsEgl\"],optionTitles:[\"Variant 1\",\"Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerD0oTizNNk,[{explicitInter:true,fonts:[{family:\"Instrument Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zcZj1bIkNo.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerD0oTizNNk\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"112\",\"framerIntrinsicHeight\":\"112\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"awtvlsEgl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AGpzYe67h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D2SdFYWIW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./D0oTizNNk.map", "// Generated by Framer (78a4586)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={nW8KkHSHy:{hover:true},VdZur4p0m:{hover:true}};const cycleOrder=[\"nW8KkHSHy\",\"VdZur4p0m\"];const serializationHash=\"framer-CQATF\";const variantClassNames={nW8KkHSHy:\"framer-v-363cuj\",VdZur4p0m:\"framer-v-169wmuq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"nW8KkHSHy\",Small:\"VdZur4p0m\"};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:\"nW8KkHSHy\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nW8KkHSHy\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://dribbble.com/adriantraa\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-363cuj\",className,classNames)} framer-8rmyvn`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nW8KkHSHy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(245, 245, 244)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,rotate:0,...style},variants:{\"nW8KkHSHy-hover\":{rotate:4},\"VdZur4p0m-hover\":{rotate:4}},...addPropertyOverrides({\"nW8KkHSHy-hover\":{\"data-framer-name\":undefined},\"VdZur4p0m-hover\":{\"data-framer-name\":undefined},VdZur4p0m:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-22335h\",\"data-framer-name\":\"btn-div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:53,intrinsicWidth:52,layoutDependency:layoutDependency,layoutId:\"JlWC7KgEP\",svg:'<svg width=\"52\" height=\"53\" viewBox=\"0 0 52 53\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"0.5\" width=\"52\" height=\"52\" rx=\"14.9333\" fill=\"url(#paint0_linear_242_191)\"/>\\n<rect y=\"0.5\" width=\"52\" height=\"52\" rx=\"14.9333\" fill=\"url(#paint1_linear_242_191)\" fill-opacity=\"0.24\"/>\\n<g filter=\"url(#filter0_ii_242_191)\">\\n<rect x=\"1.24463\" y=\"1.12207\" width=\"49.5111\" height=\"50.7556\" rx=\"14.9333\" fill=\"url(#paint2_linear_242_191)\"/>\\n<path d=\"M37.1885 26.4992C37.1903 27.9849 36.9002 29.4561 36.3347 30.828C35.7692 32.1999 34.9396 33.4453 33.8939 34.4921C32.8567 35.5358 31.6256 36.3632 30.2711 36.9271C28.9165 37.4909 27.465 37.7802 25.9995 37.7782C19.8199 37.7782 14.8106 32.7286 14.8106 26.4992C14.8066 23.6072 15.9087 20.8249 17.8875 18.7308C18.9316 17.6202 20.1896 16.736 21.5844 16.1323C22.9792 15.5287 24.4816 15.2183 25.9995 15.2202C27.465 15.2183 28.9165 15.5075 30.2711 16.0714C31.6256 16.6353 32.8567 17.4627 33.8939 18.5064C34.9396 19.5532 35.7692 20.7985 36.3347 22.1704C36.9002 23.5423 37.1903 25.0136 37.1885 26.4992Z\" stroke=\"#FDFDFC\" stroke-width=\"2.48889\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M37.1887 26.4994C35.5562 26.4994 31.0527 25.8791 27.0218 27.6628C22.643 29.6011 19.4727 32.6081 18.0908 34.4776\" stroke=\"#FDFDFC\" stroke-width=\"2.48889\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M21.8042 16.0405C23.5553 17.6698 27.3763 21.8176 28.7973 25.9356C30.2183 30.0536 30.7442 35.1167 31.0687 36.5576\" stroke=\"#FDFDFC\" stroke-width=\"2.48889\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M14.897 25.0894C17.0106 25.218 22.6056 25.3336 26.1861 23.7924C29.7665 22.2511 32.8474 19.4161 33.9042 18.5166M15.65 30.7927C16.6359 33.1984 18.4141 35.1883 20.685 36.4271\" stroke=\"#FDFDFC\" stroke-width=\"2.48889\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M14.8106 26.4992C14.8066 23.6072 15.9087 20.8249 17.8875 18.7308C18.9316 17.6202 20.1896 16.736 21.5844 16.1323C22.9792 15.5287 24.4816 15.2183 25.9995 15.2202M30.4751 16.1586C31.7493 16.7206 32.9086 17.5168 33.8939 18.5064C34.9396 19.5532 35.7692 20.7985 36.3347 22.1704C36.9002 23.5423 37.1903 25.0136 37.1885 26.4992C37.1885 27.8877 36.9395 29.218 36.4836 30.4469M25.9995 37.7782C27.465 37.7802 28.9165 37.4909 30.2711 36.9271C31.6256 36.3632 32.8567 35.5358 33.8939 34.4921\" stroke=\"#FDFDFC\" stroke-width=\"2.48889\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_ii_242_191\" x=\"1.24463\" y=\"0.344293\" width=\"49.5112\" height=\"52.3109\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"0.777778\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_242_191\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"-0.777778\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_242_191\" result=\"effect2_innerShadow_242_191\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_242_191\" x1=\"26\" y1=\"0.5\" x2=\"26\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#EA3F81\"/>\\n<stop offset=\"1\" stop-color=\"#F27EB5\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_242_191\" x1=\"26\" y1=\"0.5\" x2=\"26\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-opacity=\"0.6\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_242_191\" x1=\"26.0002\" y1=\"1.12207\" x2=\"26.0002\" y2=\"51.8776\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#E93C7E\"/>\\n<stop offset=\"1\" stop-color=\"#F27FB6\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1yZWd1bGFy\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Dribbble\"})}),className:\"framer-3bzl8w\",\"data-framer-name\":\"Dribbble\",fonts:[\"GF;Instrument Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"I7lFy0R55\",style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CQATF.framer-8rmyvn, .framer-CQATF .framer-8rmyvn { display: block; }\",\".framer-CQATF.framer-363cuj { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 112px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 112px; }\",\".framer-CQATF .framer-22335h { flex: none; height: 53px; position: relative; width: 52px; }\",\".framer-CQATF .framer-3bzl8w { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CQATF.framer-363cuj { gap: 0px; } .framer-CQATF.framer-363cuj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CQATF.framer-363cuj > :first-child { margin-top: 0px; } .framer-CQATF.framer-363cuj > :last-child { margin-bottom: 0px; } }\",\".framer-CQATF.framer-v-169wmuq.framer-363cuj { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 88px); width: 88px; }\",\".framer-CQATF.framer-v-169wmuq .framer-22335h { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 36px); width: 36px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VdZur4p0m\":{\"layout\":[\"fixed\",\"fixed\"]},\"WlzbYxAMv\":{\"layout\":[\"fixed\",\"fixed\"]},\"YE3R1bw97\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqLaUaSjqp=withCSS(Component,css,\"framer-CQATF\");export default FramerqLaUaSjqp;FramerqLaUaSjqp.displayName=\"dribbble-link\";FramerqLaUaSjqp.defaultProps={height:112,width:112};addPropertyControls(FramerqLaUaSjqp,{variant:{options:[\"nW8KkHSHy\",\"VdZur4p0m\"],optionTitles:[\"Variant 1\",\"Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqLaUaSjqp,[{explicitInter:true,fonts:[{family:\"Instrument Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zcZj1bIkNo.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqLaUaSjqp\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VdZur4p0m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WlzbYxAMv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YE3R1bw97\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"112\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"112\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qLaUaSjqp.map", "// Generated by Framer (78a4586)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={rv2ZBXDMU:{hover:true},t8_XP0qkO:{hover:true}};const cycleOrder=[\"t8_XP0qkO\",\"rv2ZBXDMU\"];const serializationHash=\"framer-rAaSc\";const variantClassNames={rv2ZBXDMU:\"framer-v-1u3l8a4\",t8_XP0qkO:\"framer-v-1p53qqq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"t8_XP0qkO\",\"Variant 2\":\"rv2ZBXDMU\"};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:\"t8_XP0qkO\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"t8_XP0qkO\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/adriantraa\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1p53qqq\",className,classNames)} framer-z1dkbf`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"t8_XP0qkO\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(245, 245, 244)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,rotate:0,...style},variants:{\"rv2ZBXDMU-hover\":{rotate:-4},\"t8_XP0qkO-hover\":{rotate:-4}},...addPropertyOverrides({\"rv2ZBXDMU-hover\":{\"data-framer-name\":undefined},\"t8_XP0qkO-hover\":{\"data-framer-name\":undefined},rv2ZBXDMU:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1plrisu\",\"data-framer-name\":\"btn-div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:53,intrinsicWidth:52,layoutDependency:layoutDependency,layoutId:\"YVAJ8Z_dd\",svg:'<svg width=\"52\" height=\"53\" viewBox=\"0 0 52 53\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"0.5\" width=\"52\" height=\"52\" rx=\"14.9333\" fill=\"url(#paint0_linear_242_186)\"/>\\n<rect y=\"0.5\" width=\"52\" height=\"52\" rx=\"14.9333\" fill=\"url(#paint1_linear_242_186)\" fill-opacity=\"0.24\"/>\\n<g filter=\"url(#filter0_ii_242_186)\">\\n<rect x=\"1.24463\" y=\"1.12207\" width=\"49.5111\" height=\"50.7556\" rx=\"14.9333\" fill=\"url(#paint2_linear_242_186)\"/>\\n<g filter=\"url(#filter1_ii_242_186)\">\\n<path d=\"M33.2388 15.0796H37.0994L28.6657 24.7549L38.5873 37.9196H30.8182L24.7346 29.9345L17.7724 37.9196H13.9081L22.9296 27.5718L13.4121 15.0796H21.3775L26.8783 22.3782L33.2388 15.0796ZM31.8844 35.6001H34.0243L20.2144 17.2773H17.9185L31.8844 35.6001Z\" fill=\"white\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_ii_242_186\" x=\"1.24463\" y=\"0.344293\" width=\"49.5112\" height=\"52.3109\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"0.777778\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_242_186\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"-0.777778\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_242_186\" result=\"effect2_innerShadow_242_186\"/>\\n</filter>\\n<filter id=\"filter1_ii_242_186\" x=\"13.4121\" y=\"14.3018\" width=\"25.1753\" height=\"23.6176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"-0.777778\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_242_186\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"-23.6444\"/>\\n<feGaussianBlur stdDeviation=\"0.388889\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_242_186\" result=\"effect2_innerShadow_242_186\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_242_186\" x1=\"26\" y1=\"0.5\" x2=\"26\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"1\" stop-color=\"#3E3E3E\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_242_186\" x1=\"26\" y1=\"0.5\" x2=\"26\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-opacity=\"0.6\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_242_186\" x1=\"26.0002\" y1=\"1.12207\" x2=\"26.0002\" y2=\"51.8776\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"1\" stop-color=\"#3A3A3A\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1yZWd1bGFy\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Twitter\"})}),className:\"framer-17dzycb\",\"data-framer-name\":\"Twitter\",fonts:[\"GF;Instrument Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"fH1eZW6BE\",style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rAaSc.framer-z1dkbf, .framer-rAaSc .framer-z1dkbf { display: block; }\",\".framer-rAaSc.framer-1p53qqq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 112px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 112px; }\",\".framer-rAaSc .framer-1plrisu { flex: none; height: 53px; position: relative; width: 52px; }\",\".framer-rAaSc .framer-17dzycb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rAaSc.framer-1p53qqq { gap: 0px; } .framer-rAaSc.framer-1p53qqq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-rAaSc.framer-1p53qqq > :first-child { margin-top: 0px; } .framer-rAaSc.framer-1p53qqq > :last-child { margin-bottom: 0px; } }\",\".framer-rAaSc.framer-v-1u3l8a4.framer-1p53qqq { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 88px); width: 88px; }\",\".framer-rAaSc.framer-v-1u3l8a4 .framer-1plrisu { height: 36px; width: 36px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rv2ZBXDMU\":{\"layout\":[\"fixed\",\"fixed\"]},\"r9jPFckz9\":{\"layout\":[\"fixed\",\"fixed\"]},\"h9ZylQp92\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersihnGajwN=withCSS(Component,css,\"framer-rAaSc\");export default FramersihnGajwN;FramersihnGajwN.displayName=\"twitter-link\";FramersihnGajwN.defaultProps={height:112,width:112};addPropertyControls(FramersihnGajwN,{variant:{options:[\"t8_XP0qkO\",\"rv2ZBXDMU\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersihnGajwN,[{explicitInter:true,fonts:[{family:\"Instrument Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zcZj1bIkNo.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersihnGajwN\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rv2ZBXDMU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r9jPFckz9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h9ZylQp92\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"112\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sihnGajwN.map", "// Generated by Framer (7f988a2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LinkedinLink from\"https://framerusercontent.com/modules/o4YGmvwdELqs8GAIowUH/HKuHc34eIRAGmHdnLxH2/D0oTizNNk.js\";import CopyEmail from\"https://framerusercontent.com/modules/M1Qteu1eyjR9preabcGJ/7fjDoj3JfO8rU6JUGwjk/nFEdqzqQb.js\";import DribbbleLink from\"https://framerusercontent.com/modules/qMfnujcT7XE2Fs5ZrQ5p/qCUraR0LOQmzaXoXxKzI/qLaUaSjqp.js\";import TwitterLink from\"https://framerusercontent.com/modules/DfKY80RW1AcNRbY7rH7S/E8BnFlPRwhoYSSzix7RW/sihnGajwN.js\";import BtnDiv from\"https://framerusercontent.com/modules/bpDqDoFegjw1LeE6xdsM/yAlLNpGGUmdpSkAhVUIe/VpFTgtZIC.js\";const BtnDivFonts=getFonts(BtnDiv);const CopyEmailFonts=getFonts(CopyEmail);const LinkedinLinkFonts=getFonts(LinkedinLink);const TwitterLinkFonts=getFonts(TwitterLink);const DribbbleLinkFonts=getFonts(DribbbleLink);const cycleOrder=[\"gv6y1AlwR\",\"LinZAH1ZG\",\"CLLg6iUMx\",\"OVD_5uq8x\",\"ODGKQKnCz\"];const serializationHash=\"framer-rCw4p\";const variantClassNames={CLLg6iUMx:\"framer-v-9tryo9\",gv6y1AlwR:\"framer-v-bc52mb\",LinZAH1ZG:\"framer-v-1m1u2i\",ODGKQKnCz:\"framer-v-soeoio\",OVD_5uq8x:\"framer-v-1b0t27j\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop 2 (new)\":\"CLLg6iUMx\",\"Desktop ril\":\"gv6y1AlwR\",\"Desktop super (new)\":\"LinZAH1ZG\",\"Phone (new)\":\"ODGKQKnCz\",\"Tablet (new)\":\"OVD_5uq8x\"};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:\"gv6y1AlwR\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gv6y1AlwR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bc52mb\",className,classNames),\"data-framer-name\":\"Desktop ril\",layoutDependency:layoutDependency,layoutId:\"gv6y1AlwR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CLLg6iUMx:{\"data-framer-name\":\"Desktop 2 (new)\"},LinZAH1ZG:{\"data-framer-name\":\"Desktop super (new)\"},ODGKQKnCz:{\"data-framer-name\":\"Phone (new)\"},OVD_5uq8x:{\"data-framer-name\":\"Tablet (new)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1exjdi6\",\"data-framer-name\":\"Frame 48147\",layoutDependency:layoutDependency,layoutId:\"uPuUOkXit\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tr98si\",\"data-framer-name\":\"Text+Button\",layoutDependency:layoutDependency,layoutId:\"eaP3IJcFv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TmV1ZSBNb250cmVhbC01MDA=\",\"--framer-font-family\":'\"Neue Montreal\", \"Neue Montreal Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.5px\"},children:\"Got a project in mind?\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1yZWd1bGFy\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(4, 96, 158))\"},children:\"Let\u2019s talk\"})]}),className:\"framer-h4liny\",\"data-framer-name\":\"Got a project in mind? Let\u2019s talk\",fonts:[\"GF;Neue Montreal-500\",\"GF;Instrument Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"aD9jbNM6K\",style:{\"--extracted-2gxw0f\":\"rgb(4, 96, 158)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ODGKQKnCz:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"20px\"},children:\"Got a project in mind?\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(4, 96, 158))\"},children:\"Let\u2019s talk\"})]}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},OVD_5uq8x:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-1px\"},children:\"Got a project in mind?\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(4, 96, 158))\"},children:\"Let\u2019s talk\"})]}),fonts:[\"CUSTOM;Neue Montreal Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jab1v3\",\"data-framer-name\":\"Button+Copy\",layoutDependency:layoutDependency,layoutId:\"CDWace72k\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"230px\",...addPropertyOverrides({ODGKQKnCz:{width:\"204px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gwuyw0-container\",layoutDependency:layoutDependency,layoutId:\"U233RxPBo-container\",children:/*#__PURE__*/_jsx(BtnDiv,{height:\"100%\",id:\"U233RxPBo\",layoutId:\"U233RxPBo\",style:{height:\"100%\",width:\"100%\"},variant:\"Qw50vS9dU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"42px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pdjhke-container\",layoutDependency:layoutDependency,layoutId:\"y5NGnCP0w-container\",children:/*#__PURE__*/_jsx(CopyEmail,{height:\"100%\",id:\"y5NGnCP0w\",layoutId:\"y5NGnCP0w\",style:{height:\"100%\",width:\"100%\"},variant:\"xfrK9xBvG\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x59vdu\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"PLgYU9PJf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"112px\",...addPropertyOverrides({ODGKQKnCz:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 56px) / 3, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ywe62m-container\",layoutDependency:layoutDependency,layoutId:\"fTmH3jcSB-container\",children:/*#__PURE__*/_jsx(LinkedinLink,{height:\"100%\",id:\"fTmH3jcSB\",layoutId:\"fTmH3jcSB\",style:{height:\"100%\",width:\"100%\"},variant:\"gxMyMNu61\",width:\"100%\",...addPropertyOverrides({ODGKQKnCz:{variant:\"awtvlsEgl\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"112px\",...addPropertyOverrides({ODGKQKnCz:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 56px) / 3, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wk8j2f-container\",layoutDependency:layoutDependency,layoutId:\"FD80MFe5I-container\",children:/*#__PURE__*/_jsx(TwitterLink,{height:\"100%\",id:\"FD80MFe5I\",layoutId:\"FD80MFe5I\",style:{height:\"100%\",width:\"100%\"},variant:\"t8_XP0qkO\",width:\"100%\",...addPropertyOverrides({ODGKQKnCz:{variant:\"rv2ZBXDMU\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"112px\",...addPropertyOverrides({ODGKQKnCz:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 56px) / 3, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1muxl5u-container\",layoutDependency:layoutDependency,layoutId:\"n_FnJ_xGP-container\",children:/*#__PURE__*/_jsx(DribbbleLink,{height:\"100%\",id:\"n_FnJ_xGP\",layoutId:\"n_FnJ_xGP\",style:{height:\"100%\",width:\"100%\"},variant:\"nW8KkHSHy\",width:\"100%\",...addPropertyOverrides({ODGKQKnCz:{variant:\"VdZur4p0m\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-smmasj\",\"data-framer-name\":\"About Links\",layoutDependency:layoutDependency,layoutId:\"pqYR51HGZ\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-62gqsv\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:880,intrinsicWidth:889,layoutDependency:layoutDependency,layoutId:\"GEcZg_KcK\",svg:'<svg width=\"889\" height=\"880\" viewBox=\"-23 -23 889 880\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_i_264_948)\">\\n<path d=\"M724.252 700.664C724.066 700.878 723.88 701.089 723.693 701.297C659.441 773.287 532.882 855.805 359.905 828.73C131.253 790.474 18.8797 667.762 1.77857 457.474C1.09287 449.042 12.2393 445.249 17.3545 451.987C94.9464 554.198 199.026 593.496 241.363 593.651C211.385 549.434 158.917 330.73 240.373 423.398C245.615 428.351 250.412 432.67 263.293 445.969C276.173 459.269 453.482 658.649 570.689 545.391L571.813 546.515C682.719 430.236 540.35 303.714 480.677 250.312C466.786 237.881 461.361 230.634 449.857 219.126C357.839 138.182 575.008 190.32 618.915 220.109C618.758 177.287 578.633 91.7807 473.08 16.568C466.737 12.048 469.172 1.97761 476.939 1.38778C705.144 -15.9431 843 129.52 843 411.686C843 527.438 797.29 635.562 725.806 699.411C725.318 699.846 724.818 700.282 724.304 700.716L724.252 700.664Z\" fill=\"#F5F5F4\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_i_264_948\" x=\"1.74805\" y=\"0\" width=\"841.252\" height=\"835\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"1\"/>\\n<feGaussianBlur stdDeviation=\"1.5\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_264_948\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rCw4p.framer-1t3rl4h, .framer-rCw4p .framer-1t3rl4h { display: block; }\",\".framer-rCw4p.framer-bc52mb { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 0px 120px 0px; position: relative; width: 1259px; }\",\".framer-rCw4p .framer-1exjdi6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 849px; }\",\".framer-rCw4p .framer-1tr98si { 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-rCw4p .framer-h4liny { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rCw4p .framer-1jab1v3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rCw4p .framer-gwuyw0-container { flex: none; height: 45px; position: relative; width: 230px; }\",\".framer-rCw4p .framer-pdjhke-container { flex: none; height: 42px; position: relative; width: 42px; }\",\".framer-rCw4p .framer-1x59vdu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rCw4p .framer-1ywe62m-container, .framer-rCw4p .framer-wk8j2f-container, .framer-rCw4p .framer-1muxl5u-container { flex: none; height: 112px; position: relative; width: 112px; }\",\".framer-rCw4p .framer-smmasj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 377px; justify-content: flex-start; min-width: 65px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rCw4p .framer-62gqsv { bottom: -231px; flex: none; height: 685px; position: absolute; right: -122px; width: 692px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rCw4p.framer-bc52mb, .framer-rCw4p .framer-1exjdi6, .framer-rCw4p .framer-1tr98si, .framer-rCw4p .framer-1jab1v3, .framer-rCw4p .framer-1x59vdu, .framer-rCw4p .framer-smmasj { gap: 0px; } .framer-rCw4p.framer-bc52mb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rCw4p.framer-bc52mb > :first-child, .framer-rCw4p .framer-1jab1v3 > :first-child, .framer-rCw4p .framer-1x59vdu > :first-child { margin-left: 0px; } .framer-rCw4p.framer-bc52mb > :last-child, .framer-rCw4p .framer-1jab1v3 > :last-child, .framer-rCw4p .framer-1x59vdu > :last-child { margin-right: 0px; } .framer-rCw4p .framer-1exjdi6 > *, .framer-rCw4p .framer-smmasj > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-rCw4p .framer-1exjdi6 > :first-child, .framer-rCw4p .framer-1tr98si > :first-child, .framer-rCw4p .framer-smmasj > :first-child { margin-top: 0px; } .framer-rCw4p .framer-1exjdi6 > :last-child, .framer-rCw4p .framer-1tr98si > :last-child, .framer-rCw4p .framer-smmasj > :last-child { margin-bottom: 0px; } .framer-rCw4p .framer-1tr98si > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-rCw4p .framer-1jab1v3 > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-rCw4p .framer-1x59vdu > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-rCw4p.framer-v-1m1u2i.framer-bc52mb { max-width: 1600px; padding: 120px 280px 120px 280px; width: 1600px; }\",\".framer-rCw4p.framer-v-1m1u2i .framer-1exjdi6 { padding: 0px 80px 0px 0px; }\",\".framer-rCw4p.framer-v-9tryo9.framer-bc52mb { padding: 120px 80px 120px 80px; width: 1200px; }\",\".framer-rCw4p.framer-v-9tryo9 .framer-1exjdi6 { order: 0; padding: 0px; width: 729px; }\",\".framer-rCw4p.framer-v-9tryo9 .framer-smmasj, .framer-rCw4p.framer-v-1b0t27j .framer-smmasj { order: 1; }\",\".framer-rCw4p.framer-v-9tryo9 .framer-62gqsv, .framer-rCw4p.framer-v-1b0t27j .framer-62gqsv { order: 2; }\",\".framer-rCw4p.framer-v-1b0t27j.framer-bc52mb { gap: 32px; padding: 120px 40px 120px 40px; width: 810px; }\",\".framer-rCw4p.framer-v-1b0t27j .framer-1exjdi6 { flex: 0.75 0 0px; order: 0; padding: 0px; width: 1px; }\",\".framer-rCw4p.framer-v-1b0t27j .framer-1tr98si { width: 100%; }\",\".framer-rCw4p.framer-v-1b0t27j .framer-h4liny { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rCw4p.framer-v-1b0t27j.framer-bc52mb { gap: 0px; } .framer-rCw4p.framer-v-1b0t27j.framer-bc52mb > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-rCw4p.framer-v-1b0t27j.framer-bc52mb > :first-child { margin-left: 0px; } .framer-rCw4p.framer-v-1b0t27j.framer-bc52mb > :last-child { margin-right: 0px; } }\",\".framer-rCw4p.framer-v-soeoio.framer-bc52mb { flex-direction: column; gap: 40px; height: 592px; max-width: 550px; padding: 32px 0px 32px 0px; width: 436px; }\",\".framer-rCw4p.framer-v-soeoio .framer-1exjdi6 { gap: 32px; padding: 0px 16px 0px 16px; width: 100%; }\",\".framer-rCw4p.framer-v-soeoio .framer-1tr98si { gap: 24px; }\",\".framer-rCw4p.framer-v-soeoio .framer-1jab1v3 { align-self: stretch; justify-content: flex-start; width: auto; }\",\".framer-rCw4p.framer-v-soeoio .framer-gwuyw0-container { height: 40px; width: 204px; }\",\".framer-rCw4p.framer-v-soeoio .framer-1x59vdu { align-content: center; align-items: center; gap: 12px; justify-content: center; width: 100%; }\",\".framer-rCw4p.framer-v-soeoio .framer-1ywe62m-container, .framer-rCw4p.framer-v-soeoio .framer-wk8j2f-container, .framer-rCw4p.framer-v-soeoio .framer-1muxl5u-container { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 127px); width: 1px; }\",\".framer-rCw4p.framer-v-soeoio .framer-smmasj { min-width: unset; padding: 0px 16px 0px 16px; width: 6500%; }\",\".framer-rCw4p.framer-v-soeoio .framer-62gqsv { bottom: -130px; height: 393px; right: -47px; width: 403px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rCw4p.framer-v-soeoio.framer-bc52mb, .framer-rCw4p.framer-v-soeoio .framer-1exjdi6, .framer-rCw4p.framer-v-soeoio .framer-1tr98si, .framer-rCw4p.framer-v-soeoio .framer-1x59vdu { gap: 0px; } .framer-rCw4p.framer-v-soeoio.framer-bc52mb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-rCw4p.framer-v-soeoio.framer-bc52mb > :first-child, .framer-rCw4p.framer-v-soeoio .framer-1exjdi6 > :first-child, .framer-rCw4p.framer-v-soeoio .framer-1tr98si > :first-child { margin-top: 0px; } .framer-rCw4p.framer-v-soeoio.framer-bc52mb > :last-child, .framer-rCw4p.framer-v-soeoio .framer-1exjdi6 > :last-child, .framer-rCw4p.framer-v-soeoio .framer-1tr98si > :last-child { margin-bottom: 0px; } .framer-rCw4p.framer-v-soeoio .framer-1exjdi6 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-rCw4p.framer-v-soeoio .framer-1tr98si > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-rCw4p.framer-v-soeoio .framer-1x59vdu > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-rCw4p.framer-v-soeoio .framer-1x59vdu > :first-child { margin-left: 0px; } .framer-rCw4p.framer-v-soeoio .framer-1x59vdu > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 617\n * @framerIntrinsicWidth 1259\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LinZAH1ZG\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1600px\",null,null]},\"CLLg6iUMx\":{\"layout\":[\"fixed\",\"auto\"]},\"OVD_5uq8x\":{\"layout\":[\"fixed\",\"auto\"]},\"ODGKQKnCz\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"550px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrphTyI6OZ=withCSS(Component,css,\"framer-rCw4p\");export default FramerrphTyI6OZ;FramerrphTyI6OZ.displayName=\"Bottom Navigation\";FramerrphTyI6OZ.defaultProps={height:617,width:1259};addPropertyControls(FramerrphTyI6OZ,{variant:{options:[\"gv6y1AlwR\",\"LinZAH1ZG\",\"CLLg6iUMx\",\"OVD_5uq8x\",\"ODGKQKnCz\"],optionTitles:[\"Desktop ril\",\"Desktop super (new)\",\"Desktop 2 (new)\",\"Tablet (new)\",\"Phone (new)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrphTyI6OZ,[{explicitInter:true,fonts:[{family:\"Instrument Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zcZj1bIkNo.woff2\",weight:\"400\"},{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/of3o5ynODnhRHcaSyDkINttrjZI.otf\"}]},...BtnDivFonts,...CopyEmailFonts,...LinkedinLinkFonts,...TwitterLinkFonts,...DribbbleLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrphTyI6OZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"617\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LinZAH1ZG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1600px\\\",null,null]},\\\"CLLg6iUMx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OVD_5uq8x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ODGKQKnCz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"550px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1259\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (78454af)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Neue Montreal Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Neue Montreal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EN0wrjjcgDdG3SMgxfEI19PNHRs.woff2\"}]}];export const css=['.framer-FIkgj .framer-styles-preset-sldrxn:not(.rich-text-wrapper), .framer-FIkgj .framer-styles-preset-sldrxn.rich-text-wrapper p { --framer-font-family: \"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, #fdfdfc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-FIkgj .framer-styles-preset-sldrxn:not(.rich-text-wrapper), .framer-FIkgj .framer-styles-preset-sldrxn.rich-text-wrapper p { --framer-font-family: \"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, #fdfdfc); --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-FIkgj .framer-styles-preset-sldrxn:not(.rich-text-wrapper), .framer-FIkgj .framer-styles-preset-sldrxn.rich-text-wrapper p { --framer-font-family: \"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif; --framer-font-size: 10px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, #fdfdfc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-FIkgj\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/Gb6z1S0xoupJRsduSsLb/SlideShow.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zWfAF8i208DSaWqUClft/4e8UJTvyHnKX32LpGxXM/PAqWm_Va7.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pNJ9mzK8NZ1OJrGQkqbY/wIY26kOy9ZvWMMRz6OAy/PR4L5kMhY.js\";const SlideshowFonts=getFonts(Slideshow);const enabledGestures={C9e4Dia_A:{pressed:true},cq4LLXfXa:{pressed:true},fDtO_qrFG:{hover:true},GOhQ78qSe:{pressed:true},HenOtx3cs:{pressed:true},mujfQO8P4:{pressed:true},nCmq8yMho:{pressed:true},s_a4mm6o0:{pressed:true},tC1GWZpWW:{hover:true},U_JerMMif:{hover:true},W41xxMT_W:{hover:true},WJh0bRJzS:{pressed:true}};const cycleOrder=[\"fDtO_qrFG\",\"U_JerMMif\",\"W41xxMT_W\",\"tC1GWZpWW\",\"C9e4Dia_A\",\"nCmq8yMho\",\"WJh0bRJzS\",\"s_a4mm6o0\",\"GOhQ78qSe\",\"HenOtx3cs\",\"mujfQO8P4\",\"cq4LLXfXa\"];const serializationHash=\"framer-zRuZa\";const variantClassNames={C9e4Dia_A:\"framer-v-1tn7c6d\",cq4LLXfXa:\"framer-v-1ul0ppc\",fDtO_qrFG:\"framer-v-1wmiyu3\",GOhQ78qSe:\"framer-v-1gue8ia\",HenOtx3cs:\"framer-v-635mtq\",mujfQO8P4:\"framer-v-sp5lp0\",nCmq8yMho:\"framer-v-8d1itb\",s_a4mm6o0:\"framer-v-1v61tic\",tC1GWZpWW:\"framer-v-19kb7ze\",U_JerMMif:\"framer-v-20djlo\",W41xxMT_W:\"framer-v-nf8q98\",WJh0bRJzS:\"framer-v-je793t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:.1,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-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.create(React.Fragment);const humanReadableVariantMap={\"Blue Mobile\":\"GOhQ78qSe\",\"Blue Tablet\":\"C9e4Dia_A\",\"Green Mobile\":\"mujfQO8P4\",\"Green Tablet\":\"WJh0bRJzS\",\"Purple Mobile\":\"HenOtx3cs\",\"Purple Tablet\":\"nCmq8yMho\",\"Yellow Mobile\":\"cq4LLXfXa\",\"Yellow Tablet\":\"s_a4mm6o0\",Blue:\"fDtO_qrFG\",Green:\"W41xxMT_W\",Purple:\"U_JerMMif\",Yellow:\"tC1GWZpWW\"};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:\"fDtO_qrFG\"};};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,NwAu7t8aH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fDtO_qrFG\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1rgodig=activeVariantCallback(async(...args)=>{setVariant(\"fDtO_qrFG\");});const onTap18nmu0k=activeVariantCallback(async(...args)=>{if(NwAu7t8aH){const res=await NwAu7t8aH(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"fDtO_qrFG-hover\",\"U_JerMMif-hover\",\"W41xxMT_W-hover\",\"tC1GWZpWW-hover\"].includes(gestureVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"tC1GWZpWW-hover\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"W41xxMT_W-hover\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"U_JerMMif-hover\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"fDtO_qrFG-hover\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"tC1GWZpWW-hover\")return false;if(baseVariant===\"tC1GWZpWW\")return false;return true;};const isDisplayed6=()=>{if(gestureVariant===\"tC1GWZpWW-hover\")return true;if(baseVariant===\"tC1GWZpWW\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({cq4LLXfXa:{value:transition2},GOhQ78qSe:{value:transition2},HenOtx3cs:{value:transition2},mujfQO8P4:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{nodeId:\"fDtO_qrFG\",...addPropertyOverrides({\"fDtO_qrFG-hover\":{href:{webPageId:\"xOkygx3Y3\"},openInNewTab:false},\"tC1GWZpWW-hover\":{href:{webPageId:\"pzn2OfCCS\"}},\"U_JerMMif-hover\":{href:{webPageId:\"aGhOZAWDv\"},openInNewTab:false},\"W41xxMT_W-hover\":{href:{webPageId:\"a5SniqKHK\"},openInNewTab:false},HenOtx3cs:{href:{webPageId:\"aGhOZAWDv\"}},nCmq8yMho:{href:{webPageId:\"aGhOZAWDv\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1wmiyu3\",className,classNames)} framer-zjg597`,\"data-framer-name\":\"Blue\",layoutDependency:layoutDependency,layoutId:\"fDtO_qrFG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"C9e4Dia_A-pressed\":{\"data-framer-name\":undefined},\"cq4LLXfXa-pressed\":{\"data-framer-name\":undefined},\"fDtO_qrFG-hover\":{\"data-framer-name\":undefined},\"GOhQ78qSe-pressed\":{\"data-framer-name\":undefined},\"HenOtx3cs-pressed\":{\"data-framer-name\":undefined},\"mujfQO8P4-pressed\":{\"data-framer-name\":undefined},\"nCmq8yMho-pressed\":{\"data-framer-name\":undefined},\"s_a4mm6o0-pressed\":{\"data-framer-name\":undefined},\"tC1GWZpWW-hover\":{\"data-framer-name\":undefined},\"U_JerMMif-hover\":{\"data-framer-name\":undefined},\"W41xxMT_W-hover\":{\"data-framer-name\":undefined},\"WJh0bRJzS-pressed\":{\"data-framer-name\":undefined},C9e4Dia_A:{\"data-framer-name\":\"Blue Tablet\"},cq4LLXfXa:{\"data-framer-name\":\"Yellow Mobile\"},GOhQ78qSe:{\"data-framer-name\":\"Blue Mobile\"},HenOtx3cs:{\"data-framer-name\":\"Purple Mobile\"},mujfQO8P4:{\"data-framer-name\":\"Green Mobile\"},nCmq8yMho:{\"data-framer-name\":\"Purple Tablet\"},s_a4mm6o0:{\"data-framer-name\":\"Yellow Tablet\"},tC1GWZpWW:{\"data-framer-name\":\"Yellow\"},U_JerMMif:{\"data-framer-name\":\"Purple\"},W41xxMT_W:{\"data-framer-name\":\"Green\"},WJh0bRJzS:{\"data-framer-name\":\"Green Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16y5e0\",\"data-framer-name\":\"Frame corner\",layoutDependency:layoutDependency,layoutId:\"NVumxScNp\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{\"fDtO_qrFG-hover\":{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},\"s_a4mm6o0-pressed\":{borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},\"tC1GWZpWW-hover\":{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},\"U_JerMMif-hover\":{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},\"W41xxMT_W-hover\":{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},C9e4Dia_A:{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},cq4LLXfXa:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:18,borderTopRightRadius:18},GOhQ78qSe:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:18,borderTopRightRadius:18},HenOtx3cs:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:18,borderTopRightRadius:18},mujfQO8P4:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:18,borderTopRightRadius:18},nCmq8yMho:{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},WJh0bRJzS:{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32}},children:[isDisplayed()&&/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||532)-0-532)/2+0+0)+0),pixelHeight:2751,pixelWidth:4096,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png\",srcSet:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png 4096w\"},className:\"framer-dlwc4i\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"kZvr5QYQZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(230, 230, 230, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,variants:{\"C9e4Dia_A-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"cq4LLXfXa-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"GOhQ78qSe-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"HenOtx3cs-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"mujfQO8P4-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"nCmq8yMho-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"s_a4mm6o0-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"WJh0bRJzS-pressed\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},cq4LLXfXa:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},GOhQ78qSe:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},HenOtx3cs:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},mujfQO8P4:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},W41xxMT_W:{borderBottomLeftRadius:58}},...addPropertyOverrides({\"cq4LLXfXa-pressed\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+-8),pixelHeight:3646,pixelWidth:4860,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.03)`,src:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png\",srcSet:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png 4860w\"}},\"GOhQ78qSe-pressed\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+0),pixelHeight:2751,pixelWidth:4096,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.03)`,src:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png\",srcSet:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png 4096w\"}},\"HenOtx3cs-pressed\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+0),pixelHeight:1488,pixelWidth:2126,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.03)`,src:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png\",srcSet:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png 2126w\"}},\"mujfQO8P4-pressed\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+0),pixelHeight:5469,pixelWidth:7290,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.03)`,src:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png\",srcSet:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=512 512w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png 7290w\"}},C9e4Dia_A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||528)-0-528)/2+0+0)+0),pixelHeight:2751,pixelWidth:4096,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png\",srcSet:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png 4096w\"}},cq4LLXfXa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+0),pixelHeight:3646,pixelWidth:4860,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png\",srcSet:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png 4860w\"}},GOhQ78qSe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+0),pixelHeight:2751,pixelWidth:4096,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png\",srcSet:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png 4096w\"}},HenOtx3cs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+0),pixelHeight:1488,pixelWidth:2126,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png\",srcSet:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png 2126w\"}},mujfQO8P4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||357)-0-441)/2+0+0)+0),pixelHeight:5469,pixelWidth:7290,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png\",srcSet:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=512 512w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png 7290w\"}},nCmq8yMho:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||528)-0-528)/2+0+0)+0),pixelHeight:1488,pixelWidth:2126,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png\",srcSet:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png 2126w\"}},s_a4mm6o0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||528)-0-528)/2+0+0)+0),pixelHeight:3646,pixelWidth:4860,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png\",srcSet:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png 4860w\"}},tC1GWZpWW:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||532)-0-532)/2+0+0)+0),pixelHeight:3646,pixelWidth:4860,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png\",srcSet:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png 4860w\"}},U_JerMMif:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||532)-0-532)/2+0+0)+0),pixelHeight:1488,pixelWidth:2126,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png\",srcSet:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png 2126w\"}},W41xxMT_W:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||532)-0-532)/2+0+0)+0),pixelHeight:5469,pixelWidth:7290,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png\",srcSet:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=512 512w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png 7290w\"}},WJh0bRJzS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||528)-0-528)/2+0+0)+0),pixelHeight:5469,pixelWidth:7290,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png\",srcSet:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=512 512w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png 7290w\"}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x0cfs0-container\",\"data-framer-name\":\"Rogel slide\",layoutDependency:layoutDependency,layoutId:\"kPpJkhn5b-container\",name:\"Rogel slide\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"kPpJkhn5b\",intervalControl:1,itemAmount:1,layoutId:\"kPpJkhn5b\",name:\"Rogel slide\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5469,intrinsicWidth:7290,pixelHeight:5469,pixelWidth:7290,sizes:\"7290px\",src:\"https://framerusercontent.com/images/qJYyvaBOKbLBDBdHPOeCkpp3zH8.png\",srcSet:\"https://framerusercontent.com/images/qJYyvaBOKbLBDBdHPOeCkpp3zH8.png?scale-down-to=512 512w,https://framerusercontent.com/images/qJYyvaBOKbLBDBdHPOeCkpp3zH8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qJYyvaBOKbLBDBdHPOeCkpp3zH8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qJYyvaBOKbLBDBdHPOeCkpp3zH8.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/qJYyvaBOKbLBDBdHPOeCkpp3zH8.png 7290w\"},className:\"framer-ic24lb\",\"data-framer-name\":\"Thumb_Rogel_4_\",layoutDependency:layoutDependency,layoutId:\"m6VHRcppz\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5070,intrinsicWidth:9960,pixelHeight:5070,pixelWidth:9960,sizes:\"1250px\",src:\"https://framerusercontent.com/images/TFT4js5vEg4iw9EYyMEB1oXMSSM.png\",srcSet:\"https://framerusercontent.com/images/TFT4js5vEg4iw9EYyMEB1oXMSSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/TFT4js5vEg4iw9EYyMEB1oXMSSM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TFT4js5vEg4iw9EYyMEB1oXMSSM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TFT4js5vEg4iw9EYyMEB1oXMSSM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/TFT4js5vEg4iw9EYyMEB1oXMSSM.png 9960w\"},className:\"framer-1tebftq\",layoutDependency:layoutDependency,layoutId:\"hMxv93V3M\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3646,pixelWidth:4860,sizes:\"1089px\",src:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png\",srcSet:\"https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/7pLyjUJgATPZJguqsSsC2uVSzU.png 4860w\"},className:\"framer-32tfgz\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ua6lsJkuW\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(230, 230, 230, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderTopLeftRadius:32,borderTopRightRadius:32}})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\",...addPropertyOverrides({\"tC1GWZpWW-hover\":{borderRadius:1,paddingPerSide:true}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qtrnse-container\",\"data-framer-name\":\"Kiet slide\",layoutDependency:layoutDependency,layoutId:\"qEToNgs35-container\",name:\"Kiet slide\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"qEToNgs35\",intervalControl:1,itemAmount:1,layoutId:\"qEToNgs35\",name:\"Kiet slide\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1823,intrinsicWidth:2430,pixelHeight:1823,pixelWidth:2430,sizes:\"2430px\",src:\"https://framerusercontent.com/images/qicapd24hALtmlMJf02jZW1SGjY.png\",srcSet:\"https://framerusercontent.com/images/qicapd24hALtmlMJf02jZW1SGjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/qicapd24hALtmlMJf02jZW1SGjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qicapd24hALtmlMJf02jZW1SGjY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qicapd24hALtmlMJf02jZW1SGjY.png 2430w\"},className:\"framer-g89l18\",\"data-framer-name\":\"Frame_48156_1_\",layoutDependency:layoutDependency,layoutId:\"JSIAhAeIn\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1823,intrinsicWidth:2430,pixelHeight:1823,pixelWidth:2430,sizes:\"2430px\",src:\"https://framerusercontent.com/images/mep0dmJO1zr17NOTwLZaIZUBQUo.png\",srcSet:\"https://framerusercontent.com/images/mep0dmJO1zr17NOTwLZaIZUBQUo.png?scale-down-to=512 512w,https://framerusercontent.com/images/mep0dmJO1zr17NOTwLZaIZUBQUo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mep0dmJO1zr17NOTwLZaIZUBQUo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mep0dmJO1zr17NOTwLZaIZUBQUo.png 2430w\"},className:\"framer-vljbso\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"SHVrOi3Vj\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5469,pixelWidth:7290,sizes:\"2430px\",src:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png\",srcSet:\"https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=512 512w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LfnknOwtWWowF5gx4VEj84oAidc.png 7290w\"},className:\"framer-ttm8wu\",\"data-border\":true,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"a6YTY0VVz\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(230, 230, 230, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,boxShadow:\"0px 0.3010936508871964px 0.18065619053231788px -1.0833333333333333px rgba(0, 0, 0, 0.25277), 0px 1.1442666516217286px 0.6865599909730372px -2.1666666666666665px rgba(0, 0, 0, 0.23254), 0px 5px 3.0000000000000004px -3.25px rgba(0, 0, 0, 0.14)\"}})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dyexcu-container\",\"data-framer-name\":\"rfIDEAS slide\",layoutDependency:layoutDependency,layoutId:\"eapHlJJCP-container\",name:\"rfIDEAS slide\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"eapHlJJCP\",intervalControl:1,itemAmount:1,layoutId:\"eapHlJJCP\",name:\"rfIDEAS slide\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1442,intrinsicWidth:2163,pixelHeight:1442,pixelWidth:2163,sizes:\"2163px\",src:\"https://framerusercontent.com/images/f4K2GUaVqAuhINi0c266DwiHfvA.png\",srcSet:\"https://framerusercontent.com/images/f4K2GUaVqAuhINi0c266DwiHfvA.png?scale-down-to=512 512w,https://framerusercontent.com/images/f4K2GUaVqAuhINi0c266DwiHfvA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/f4K2GUaVqAuhINi0c266DwiHfvA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/f4K2GUaVqAuhINi0c266DwiHfvA.png 2163w\"},className:\"framer-1q5pb1t\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"RsPvK8Pbn\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1442,intrinsicWidth:2163,pixelHeight:1442,pixelWidth:2163,sizes:\"2163px\",src:\"https://framerusercontent.com/images/9G7xlVrGl4ASobnhlZ5FzwBrWE.png\",srcSet:\"https://framerusercontent.com/images/9G7xlVrGl4ASobnhlZ5FzwBrWE.png?scale-down-to=512 512w,https://framerusercontent.com/images/9G7xlVrGl4ASobnhlZ5FzwBrWE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9G7xlVrGl4ASobnhlZ5FzwBrWE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9G7xlVrGl4ASobnhlZ5FzwBrWE.png 2163w\"},className:\"framer-1pmafqb\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"MVtQoo_Qk\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1488,pixelWidth:2126,sizes:\"1721px\",src:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png\",srcSet:\"https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KaWgoGHnKMNAqKZoWKvzJt5ETcU.png 2126w\"},className:\"framer-1qsm7wv\",\"data-border\":true,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"bV7gzqgy7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(230, 230, 230, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,boxShadow:\"0px 0.3010936508871964px 0.18065619053231788px -1.0833333333333333px rgba(0, 0, 0, 0.25277), 0px 1.1442666516217286px 0.6865599909730372px -2.1666666666666665px rgba(0, 0, 0, 0.23254), 0px 5px 3.0000000000000004px -3.25px rgba(0, 0, 0, 0.14)\"}})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v1d4cu-container\",\"data-framer-name\":\"Koka slide\",layoutDependency:layoutDependency,layoutId:\"n30JVnmy6-container\",name:\"Koka slide\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"n30JVnmy6\",intervalControl:1,itemAmount:1,layoutId:\"n30JVnmy6\",name:\"Koka slide\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"4096px\",src:\"https://framerusercontent.com/images/Js5WaPtF8x0WxBuHiOKQjZvyPGI.png\",srcSet:\"https://framerusercontent.com/images/Js5WaPtF8x0WxBuHiOKQjZvyPGI.png?scale-down-to=512 512w,https://framerusercontent.com/images/Js5WaPtF8x0WxBuHiOKQjZvyPGI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Js5WaPtF8x0WxBuHiOKQjZvyPGI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Js5WaPtF8x0WxBuHiOKQjZvyPGI.png 4096w\"},className:\"framer-1gcr6i7\",\"data-framer-name\":\"image 210\",layoutDependency:layoutDependency,layoutId:\"FvyPnTHRH\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"4096px\",src:\"https://framerusercontent.com/images/bn6eZ5Q2Sy3RQFi3O6Bda0ZXTI.png\",srcSet:\"https://framerusercontent.com/images/bn6eZ5Q2Sy3RQFi3O6Bda0ZXTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/bn6eZ5Q2Sy3RQFi3O6Bda0ZXTI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bn6eZ5Q2Sy3RQFi3O6Bda0ZXTI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bn6eZ5Q2Sy3RQFi3O6Bda0ZXTI.png 4096w\"},className:\"framer-188wtwk\",\"data-framer-name\":\"image 211\",layoutDependency:layoutDependency,layoutId:\"kLtF7k6SG\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2751,pixelWidth:4096,sizes:\"4096px\",src:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png\",srcSet:\"https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5bbQGJbFQ8WWTqrlgWbzGMUzc8.png 4096w\"},className:\"framer-4fee7c\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"VlQ6y7h1E\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(230, 230, 230, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderTopLeftRadius:32,borderTopRightRadius:32}})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\"})})})]})}),isDisplayed5()&&/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e1lytv\",\"data-framer-name\":\"Frame 48160\",layoutDependency:layoutDependency,layoutId:\"r6ytI9aEv\",style:{background:\"linear-gradient(180deg, rgba(8, 55, 86, 1) 0%, rgba(5, 97, 158, 1) 50%, rgb(36, 160, 255) 100%)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,boxShadow:\"0px 1px 3px 0px rgba(0, 118, 196, 0.12), 0px 0px 20px 0px rgba(0, 118, 196, 0.16), 0px 12px 18px 2px rgba(5, 97, 158, 0.12)\"},variants:{cq4LLXfXa:{background:\"linear-gradient(179.99999999999983deg, rgba(135, 78, 10, 1) 0%, rgba(239, 163, 0, 1) 66%, rgb(237, 178, 50) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 1px 3px 0px rgba(189, 121, 4, 0.42), 0px 0px 20px 0px rgba(240, 171, 24, 0.23), 0px 12px 18px 2px rgba(240, 177, 43, 0.2)\"},GOhQ78qSe:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:24,borderTopRightRadius:24},HenOtx3cs:{background:\"linear-gradient(180deg, rgba(35, 34, 109, 1) 0%, rgb(45, 52, 138) 49.50000047683716%, rgb(48, 72, 209) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:24,borderTopRightRadius:24},mujfQO8P4:{background:\"linear-gradient(180deg, rgba(0, 70, 56, 1) 0%, rgba(9, 115, 93, 1) 50%, rgba(116, 180, 188, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:24,borderTopRightRadius:24},nCmq8yMho:{background:\"linear-gradient(180deg, rgba(35, 34, 109, 1) 0%, rgb(45, 52, 138) 49.50000047683716%, rgb(48, 72, 209) 100%)\"},s_a4mm6o0:{background:\"linear-gradient(179.99999999999983deg, rgba(135, 78, 10, 1) 0%, rgba(239, 163, 0, 1) 66%, rgb(237, 178, 50) 100%)\",boxShadow:\"0px 1px 3px 0px rgba(189, 121, 4, 0.42), 0px 0px 20px 0px rgba(240, 171, 24, 0.23), 0px 12px 18px 2px rgba(240, 177, 43, 0.2)\"},U_JerMMif:{background:\"linear-gradient(180deg, rgba(35, 34, 109, 1) 0%, rgb(45, 52, 138) 49.50000047683716%, rgb(48, 72, 209) 100%)\",boxShadow:\"0px 1px 3px 0px rgba(72, 77, 176, 0.21), 0px 0px 20px 0px rgba(59, 62, 150, 0.3), 0px 12px 18px 2px rgba(75, 82, 184, 0.16)\"},W41xxMT_W:{background:\"linear-gradient(180deg, rgba(0, 70, 56, 1) 0%, rgba(9, 115, 93, 1) 50%, rgb(56, 198, 217) 100%)\",boxShadow:\"0px 1px 3px 0px rgba(5, 92, 74, 0.47), 0px 0px 20px 0px rgba(28, 128, 111, 0.45), 0px 12px 18px 2px rgba(6, 99, 81, 0.23)\"},WJh0bRJzS:{background:\"linear-gradient(180deg, rgba(0, 70, 56, 1) 0%, rgba(9, 115, 93, 1) 50%, rgba(116, 180, 188, 1) 100%)\",boxShadow:\"0px 1px 3px 0px rgba(5, 92, 74, 0.47), 0px 0px 20px 0px rgba(28, 128, 111, 0.45), 0px 12px 18px 2px rgba(6, 99, 81, 0.23)\"}},children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hg4k5f\",\"data-framer-name\":\"Texts\",layoutDependency:layoutDependency,layoutId:\"wh2eZhxUm\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rh9zis\",\"data-styles-preset\":\"PAqWm_Va7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Koka\"})}),className:\"framer-mncg0o\",\"data-framer-name\":\"Koka\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DoNL38qTY\",style:{\"--extracted-1eung3n\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{cq4LLXfXa:{\"--extracted-r6o4lv\":\"rgb(253, 253, 252)\"},GOhQ78qSe:{\"--extracted-1eung3n\":\"rgb(253, 253, 252)\"},HenOtx3cs:{\"--extracted-r6o4lv\":\"rgb(253, 253, 252)\"},mujfQO8P4:{\"--extracted-r6o4lv\":\"rgb(253, 253, 252)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cq4LLXfXa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(253, 253, 252))\"},children:\"Rogel Cancer Center\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},GOhQ78qSe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(253, 253, 252))\"},children:\"Koka\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},HenOtx3cs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(253, 253, 252))\"},children:\"rfIDEAS\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},mujfQO8P4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(253, 253, 252))\"},children:\"Kietstay\"})}),fonts:[\"CUSTOM;Neue Montreal Medium\"]},nCmq8yMho:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rh9zis\",\"data-styles-preset\":\"PAqWm_Va7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"rfIDEAS\"})})},s_a4mm6o0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rh9zis\",\"data-styles-preset\":\"PAqWm_Va7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Rogel Cancer Center\"})})},U_JerMMif:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rh9zis\",\"data-styles-preset\":\"PAqWm_Va7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"rfIDEAS\"})})},W41xxMT_W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rh9zis\",\"data-styles-preset\":\"PAqWm_Va7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Kietstay\"})})},WJh0bRJzS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rh9zis\",\"data-styles-preset\":\"PAqWm_Va7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Kietstay\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",children:\"Creating a digital product to help managing product database and management.\"})}),className:\"framer-5kd8b9\",\"data-framer-name\":\"Creating a digital product to help managing product database and management.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HEoJ8kjfy\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.8},variants:{nCmq8yMho:{\"--extracted-r6o4lv\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\"},s_a4mm6o0:{\"--extracted-r6o4lv\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\"},WJh0bRJzS:{\"--extracted-r6o4lv\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cq4LLXfXa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",children:\"Rogel Cancer Center provide a service to treat cancer patient, research, and education. Located on the Michigan, United States.\"})})},HenOtx3cs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",children:\"Security hardware service and user identification systems that allows to secure your workforce, enable quick access, and simplify authentication.\"})})},mujfQO8P4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",children:\"Exploration of a web-app concept and website for a platform to help university student finding place.\"})})},nCmq8yMho:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Security hardware service and user identification systems that allows to secure your workforce, enable quick access, and simplify authentication.\"})})},s_a4mm6o0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Rogel Cancer Center provide a service to treat cancer patient, research, and education. Located on the Michigan, United States.\"})})},U_JerMMif:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",children:\"Security hardware service and user identification systems that allows to secure your workforce, enable quick access, and simplify authentication.\"})})},W41xxMT_W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",children:\"Exploration of a web-app concept and website for a platform to help university student finding place.\"})})},WJh0bRJzS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Exploration of a web-app concept and website for a platform to help university student finding place.\"})})}},baseVariant,gestureVariant)})})]})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v7uxqs\",\"data-framer-name\":\"Frame 48149\",layoutDependency:layoutDependency,layoutId:\"m_cJ562kT\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16tmxxx\",\"data-framer-name\":\"Frame 47891\",layoutDependency:layoutDependency,layoutId:\"Cf6JiQWY7\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:38,borderBottomRightRadius:38,borderTopLeftRadius:38,borderTopRightRadius:38},children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),className:\"framer-12d9g0o\",\"data-framer-name\":\"Case Study\",\"data-highlight\":true,fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"aQqOcU84i\",onTap:onTap1rgodig,style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cq4LLXfXa-pressed\":{\"data-highlight\":undefined,onTap:undefined},\"GOhQ78qSe-pressed\":{\"data-highlight\":undefined,onTap:undefined},\"HenOtx3cs-pressed\":{\"data-highlight\":undefined,onTap:undefined},\"mujfQO8P4-pressed\":{\"data-highlight\":undefined,onTap:undefined},\"nCmq8yMho-pressed\":{\"data-highlight\":undefined,onTap:undefined},\"s_a4mm6o0-pressed\":{\"data-highlight\":undefined,onTap:undefined},\"U_JerMMif-hover\":{\"data-highlight\":undefined,onTap:undefined},\"W41xxMT_W-hover\":{\"data-highlight\":undefined,onTap:undefined},\"WJh0bRJzS-pressed\":{\"data-highlight\":undefined,onTap:undefined},C9e4Dia_A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})})},cq4LLXfXa:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),onTap:undefined},GOhQ78qSe:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),onTap:undefined},HenOtx3cs:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),onTap:undefined},mujfQO8P4:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),onTap:undefined},nCmq8yMho:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),onTap:undefined},s_a4mm6o0:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),onTap:undefined},U_JerMMif:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Website Design\"})}),onTap:undefined},W41xxMT_W:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Website/Web-app\"})}),onTap:undefined},WJh0bRJzS:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),onTap:undefined}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-llxuit\",\"data-border\":true,\"data-framer-name\":\"Frame 47892\",layoutDependency:layoutDependency,layoutId:\"bZH9HwisS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:38,borderBottomRightRadius:38,borderTopLeftRadius:38,borderTopRightRadius:38},children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({C9e4Dia_A:{value:transition1},nCmq8yMho:{value:transition1},s_a4mm6o0:{value:transition1},WJh0bRJzS:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Service\"})}),className:\"framer-1kxhyz9\",\"data-framer-name\":\"Website Design\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"UIrkbX3hl\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cq4LLXfXa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Health\"})})},GOhQ78qSe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Service\"})})},HenOtx3cs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"B2C\"})})},mujfQO8P4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"E-Commerce\"})})},nCmq8yMho:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"B2C\"})})},s_a4mm6o0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Health\"})})},U_JerMMif:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"B2C\"})})},W41xxMT_W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"E-Commerce\"})})},WJh0bRJzS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"E-Commerce\"})})}},baseVariant,gestureVariant)})})})})]})})]})}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14e6pmy\",layoutDependency:layoutDependency,layoutId:\"h8aTzm1Cc\",style:{background:\"linear-gradient(179.99999999999983deg, rgba(135, 78, 10, 1) 0%, rgba(239, 163, 0, 1) 66%, rgb(237, 178, 50) 100%)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},variants:{tC1GWZpWW:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 1px 3px 0px rgba(189, 121, 4, 0.42), 0px 0px 20px 0px rgba(240, 171, 24, 0.23), 0px 12px 18px 2px rgba(240, 177, 43, 0.2)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5mch1\",\"data-framer-name\":\"Texts\",layoutDependency:layoutDependency,layoutId:\"I3ZPEZjto\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rh9zis\",\"data-styles-preset\":\"PAqWm_Va7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252)))\"},children:\"Rogel Cancer Center\"})}),className:\"framer-hmvv00\",\"data-framer-name\":\"Koka\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CG778IUbr\",style:{\"--extracted-1eung3n\":\"var(--token-6a8a5568-d54d-43be-8f79-f1edd2f252f9, rgb(253, 253, 252))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sldrxn\",\"data-styles-preset\":\"PR4L5kMhY\",children:\"Rogel Cancer Center provide a service to treat cancer patient, research, and education. Located on the Michigan, United States.\"})}),className:\"framer-pf5kr7\",\"data-framer-name\":\"Creating a digital product to help managing product database and management.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PAQW5RwKB\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.8},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hud9g7\",\"data-framer-name\":\"Frame 48149\",layoutDependency:layoutDependency,layoutId:\"AjDYSkEwW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19fdkyb\",\"data-framer-name\":\"Frame 47891\",layoutDependency:layoutDependency,layoutId:\"Zdno_JKG9\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:38,borderBottomRightRadius:38,borderTopLeftRadius:38,borderTopRightRadius:38},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 20, 22))\"},children:\"Web-App/Mobile App Design\"})}),className:\"framer-1evoztc\",\"data-framer-name\":\"Case Study\",\"data-highlight\":true,fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"FkyAwoIL4\",onTap:onTap18nmu0k,style:{\"--extracted-r6o4lv\":\"rgb(19, 20, 22)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ktio3\",\"data-border\":true,\"data-framer-name\":\"Frame 47892\",layoutDependency:layoutDependency,layoutId:\"XYhLv1zD2\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:38,borderBottomRightRadius:38,borderTopLeftRadius:38,borderTopRightRadius:38},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Health\"})}),className:\"framer-h4p0p0\",\"data-framer-name\":\"Website Design\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"k_0OG3d_8\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zRuZa.framer-zjg597, .framer-zRuZa .framer-zjg597 { display: block; }\",\".framer-zRuZa.framer-1wmiyu3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-zRuZa .framer-16y5e0 { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 300px); overflow: hidden; position: relative; width: 100%; }\",\".framer-zRuZa .framer-dlwc4i { aspect-ratio: 1.3333333333333333 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 50%; position: absolute; top: 0px; width: 100%; }\",\".framer-zRuZa .framer-1x0cfs0-container { aspect-ratio: 1.3166666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 152px); left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-zRuZa .framer-ic24lb { aspect-ratio: 1.3329676357652223 / 1; height: var(--framer-aspect-ratio-supported, 5469px); overflow: visible; position: relative; width: 7290px; }\",\".framer-zRuZa .framer-1tebftq { aspect-ratio: 1.8133333333333332 / 1; height: var(--framer-aspect-ratio-supported, 689px); position: relative; width: 1250px; }\",\".framer-zRuZa .framer-32tfgz { aspect-ratio: 1.3333333333333333 / 1; height: var(--framer-aspect-ratio-supported, 817px); position: relative; width: 1089px; }\",\".framer-zRuZa .framer-1qtrnse-container, .framer-zRuZa .framer-dyexcu-container, .framer-zRuZa .framer-1v1d4cu-container { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-zRuZa .framer-g89l18, .framer-zRuZa .framer-vljbso { aspect-ratio: 1.3329676357652223 / 1; height: var(--framer-aspect-ratio-supported, 1823px); overflow: visible; position: relative; width: 2430px; }\",\".framer-zRuZa .framer-ttm8wu { aspect-ratio: 1.3333333333333333 / 1; height: var(--framer-aspect-ratio-supported, 1823px); position: relative; width: 2430px; }\",\".framer-zRuZa .framer-1q5pb1t, .framer-zRuZa .framer-1pmafqb { aspect-ratio: 1.5 / 1; height: var(--framer-aspect-ratio-supported, 1442px); overflow: visible; position: relative; width: 2163px; }\",\".framer-zRuZa .framer-1qsm7wv { aspect-ratio: 1.3333333333333333 / 1; height: var(--framer-aspect-ratio-supported, 1291px); position: relative; width: 1721px; }\",\".framer-zRuZa .framer-1gcr6i7, .framer-zRuZa .framer-188wtwk { aspect-ratio: 1.4998169168802635 / 1; height: var(--framer-aspect-ratio-supported, 2731px); position: relative; width: 4096px; }\",\".framer-zRuZa .framer-4fee7c { aspect-ratio: 1.3333333333333333 / 1; height: var(--framer-aspect-ratio-supported, 3072px); position: relative; width: 4096px; }\",\".framer-zRuZa .framer-1e1lytv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 220px; justify-content: flex-start; overflow: visible; padding: 24px 20px 24px 20px; position: relative; width: 100%; }\",\".framer-zRuZa .framer-1hg4k5f, .framer-zRuZa .framer-5mch1 { 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-zRuZa .framer-mncg0o, .framer-zRuZa .framer-1kxhyz9, .framer-zRuZa .framer-hmvv00, .framer-zRuZa .framer-h4p0p0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zRuZa .framer-5kd8b9, .framer-zRuZa .framer-pf5kr7 { flex: none; height: 64px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zRuZa .framer-1v7uxqs, .framer-zRuZa .framer-1hud9g7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zRuZa .framer-16tmxxx, .framer-zRuZa .framer-19fdkyb { 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: 6px 9px 6px 9px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-zRuZa .framer-12d9g0o, .framer-zRuZa .framer-1evoztc { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zRuZa .framer-llxuit, .framer-zRuZa .framer-16ktio3 { 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: 6px 9px 6px 9px; position: relative; width: min-content; }\",\".framer-zRuZa .framer-14e6pmy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 220px; justify-content: flex-start; overflow: hidden; padding: 24px 20px 24px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-1wmiyu3, .framer-zRuZa .framer-1e1lytv, .framer-zRuZa .framer-1hg4k5f, .framer-zRuZa .framer-1v7uxqs, .framer-zRuZa .framer-16tmxxx, .framer-zRuZa .framer-llxuit, .framer-zRuZa .framer-14e6pmy, .framer-zRuZa .framer-5mch1, .framer-zRuZa .framer-1hud9g7, .framer-zRuZa .framer-19fdkyb, .framer-zRuZa .framer-16ktio3 { gap: 0px; } .framer-zRuZa.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-zRuZa.framer-1wmiyu3 > :first-child, .framer-zRuZa .framer-1e1lytv > :first-child, .framer-zRuZa .framer-1hg4k5f > :first-child, .framer-zRuZa .framer-14e6pmy > :first-child, .framer-zRuZa .framer-5mch1 > :first-child { margin-top: 0px; } .framer-zRuZa.framer-1wmiyu3 > :last-child, .framer-zRuZa .framer-1e1lytv > :last-child, .framer-zRuZa .framer-1hg4k5f > :last-child, .framer-zRuZa .framer-14e6pmy > :last-child, .framer-zRuZa .framer-5mch1 > :last-child { margin-bottom: 0px; } .framer-zRuZa .framer-1e1lytv > *, .framer-zRuZa .framer-14e6pmy > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-zRuZa .framer-1hg4k5f > *, .framer-zRuZa .framer-5mch1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zRuZa .framer-1v7uxqs > *, .framer-zRuZa .framer-1hud9g7 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-zRuZa .framer-1v7uxqs > :first-child, .framer-zRuZa .framer-16tmxxx > :first-child, .framer-zRuZa .framer-llxuit > :first-child, .framer-zRuZa .framer-1hud9g7 > :first-child, .framer-zRuZa .framer-19fdkyb > :first-child, .framer-zRuZa .framer-16ktio3 > :first-child { margin-left: 0px; } .framer-zRuZa .framer-1v7uxqs > :last-child, .framer-zRuZa .framer-16tmxxx > :last-child, .framer-zRuZa .framer-llxuit > :last-child, .framer-zRuZa .framer-1hud9g7 > :last-child, .framer-zRuZa .framer-19fdkyb > :last-child, .framer-zRuZa .framer-16ktio3 > :last-child { margin-right: 0px; } .framer-zRuZa .framer-16tmxxx > *, .framer-zRuZa .framer-llxuit > *, .framer-zRuZa .framer-19fdkyb > *, .framer-zRuZa .framer-16ktio3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-zRuZa.framer-v-20djlo .framer-12d9g0o, .framer-zRuZa.framer-v-nf8q98 .framer-12d9g0o, .framer-zRuZa.framer-v-8d1itb .framer-12d9g0o, .framer-zRuZa.framer-v-je793t .framer-12d9g0o, .framer-zRuZa.framer-v-1v61tic .framer-12d9g0o, .framer-zRuZa.framer-v-1gue8ia .framer-12d9g0o, .framer-zRuZa.framer-v-635mtq .framer-12d9g0o, .framer-zRuZa.framer-v-sp5lp0 .framer-12d9g0o, .framer-zRuZa.framer-v-1ul0ppc .framer-12d9g0o, .framer-zRuZa.framer-v-20djlo.hover .framer-12d9g0o, .framer-zRuZa.framer-v-nf8q98.hover .framer-12d9g0o, .framer-zRuZa.framer-v-1v61tic.pressed .framer-12d9g0o, .framer-zRuZa.framer-v-je793t.pressed .framer-12d9g0o, .framer-zRuZa.framer-v-8d1itb.pressed .framer-12d9g0o, .framer-zRuZa.framer-v-1ul0ppc.pressed .framer-12d9g0o, .framer-zRuZa.framer-v-sp5lp0.pressed .framer-12d9g0o, .framer-zRuZa.framer-v-635mtq.pressed .framer-12d9g0o, .framer-zRuZa.framer-v-1gue8ia.pressed .framer-12d9g0o { cursor: unset; }\",\".framer-zRuZa.framer-v-19kb7ze .framer-16y5e0 { order: 0; }\",\".framer-zRuZa.framer-v-19kb7ze .framer-dlwc4i { bottom: unset; height: var(--framer-aspect-ratio-supported, 300px); }\",\".framer-zRuZa.framer-v-19kb7ze .framer-14e6pmy { order: 2; }\",\".framer-zRuZa.framer-v-1tn7c6d.framer-1wmiyu3, .framer-zRuZa.framer-v-je793t.framer-1wmiyu3, .framer-zRuZa.framer-v-1v61tic.framer-1wmiyu3, .framer-zRuZa.framer-v-1gue8ia .framer-1v7uxqs, .framer-zRuZa.framer-v-635mtq .framer-1v7uxqs, .framer-zRuZa.framer-v-sp5lp0 .framer-1v7uxqs, .framer-zRuZa.framer-v-1ul0ppc .framer-1v7uxqs { gap: 8px; }\",\".framer-zRuZa.framer-v-1tn7c6d .framer-16y5e0, .framer-zRuZa.framer-v-8d1itb .framer-16y5e0, .framer-zRuZa.framer-v-je793t .framer-16y5e0, .framer-zRuZa.framer-v-20djlo.hover .framer-16y5e0, .framer-zRuZa.framer-v-nf8q98.hover .framer-16y5e0, .framer-zRuZa.framer-v-19kb7ze.hover .framer-16y5e0, .framer-zRuZa.framer-v-1v61tic.pressed .framer-16y5e0 { will-change: var(--framer-will-change-override, transform); }\",\".framer-zRuZa.framer-v-1tn7c6d .framer-1hg4k5f, .framer-zRuZa.framer-v-8d1itb .framer-1hg4k5f, .framer-zRuZa.framer-v-je793t .framer-1hg4k5f, .framer-zRuZa.framer-v-1v61tic .framer-1hg4k5f { gap: 10px; }\",\".framer-zRuZa.framer-v-1tn7c6d .framer-5kd8b9, .framer-zRuZa.framer-v-8d1itb .framer-5kd8b9, .framer-zRuZa.framer-v-je793t .framer-5kd8b9, .framer-zRuZa.framer-v-1v61tic .framer-5kd8b9, .framer-zRuZa.framer-v-1gue8ia .framer-5kd8b9, .framer-zRuZa.framer-v-635mtq .framer-5kd8b9, .framer-zRuZa.framer-v-sp5lp0 .framer-5kd8b9, .framer-zRuZa.framer-v-1ul0ppc .framer-5kd8b9 { height: 48px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-1tn7c6d.framer-1wmiyu3, .framer-zRuZa.framer-v-1tn7c6d .framer-1hg4k5f { gap: 0px; } .framer-zRuZa.framer-v-1tn7c6d.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-1tn7c6d.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-1tn7c6d .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-1tn7c6d.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-1tn7c6d .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-1tn7c6d .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-zRuZa.framer-v-8d1itb.framer-1wmiyu3 { gap: 8px; text-decoration: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-8d1itb.framer-1wmiyu3, .framer-zRuZa.framer-v-8d1itb .framer-1hg4k5f { gap: 0px; } .framer-zRuZa.framer-v-8d1itb.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-8d1itb.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-8d1itb .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-8d1itb.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-8d1itb .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-8d1itb .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-je793t.framer-1wmiyu3, .framer-zRuZa.framer-v-je793t .framer-1hg4k5f { gap: 0px; } .framer-zRuZa.framer-v-je793t.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-je793t.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-je793t .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-je793t.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-je793t .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-je793t .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-1v61tic.framer-1wmiyu3, .framer-zRuZa.framer-v-1v61tic .framer-1hg4k5f { gap: 0px; } .framer-zRuZa.framer-v-1v61tic.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-1v61tic.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-1v61tic .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-1v61tic.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-1v61tic .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-1v61tic .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-zRuZa.framer-v-1gue8ia.framer-1wmiyu3, .framer-zRuZa.framer-v-sp5lp0.framer-1wmiyu3, .framer-zRuZa.framer-v-1ul0ppc.framer-1wmiyu3 { gap: 8px; width: 288px; }\",\".framer-zRuZa.framer-v-1gue8ia .framer-16y5e0, .framer-zRuZa.framer-v-635mtq .framer-16y5e0, .framer-zRuZa.framer-v-sp5lp0 .framer-16y5e0 { height: var(--framer-aspect-ratio-supported, 216px); will-change: var(--framer-will-change-override, transform); }\",\".framer-zRuZa.framer-v-1gue8ia .framer-1e1lytv, .framer-zRuZa.framer-v-635mtq .framer-1e1lytv, .framer-zRuZa.framer-v-sp5lp0 .framer-1e1lytv { gap: 0px; height: min-content; padding: 24px 8px 24px 8px; }\",\".framer-zRuZa.framer-v-1gue8ia .framer-1hg4k5f, .framer-zRuZa.framer-v-635mtq .framer-1hg4k5f, .framer-zRuZa.framer-v-sp5lp0 .framer-1hg4k5f, .framer-zRuZa.framer-v-1ul0ppc .framer-1hg4k5f { gap: 5px; }\",\".framer-zRuZa.framer-v-1gue8ia .framer-16tmxxx, .framer-zRuZa.framer-v-1gue8ia .framer-llxuit { padding: 4px 6px 4px 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-1gue8ia.framer-1wmiyu3, .framer-zRuZa.framer-v-1gue8ia .framer-1e1lytv, .framer-zRuZa.framer-v-1gue8ia .framer-1hg4k5f, .framer-zRuZa.framer-v-1gue8ia .framer-1v7uxqs { gap: 0px; } .framer-zRuZa.framer-v-1gue8ia.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-1gue8ia.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-1gue8ia .framer-1e1lytv > :first-child, .framer-zRuZa.framer-v-1gue8ia .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-1gue8ia.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-1gue8ia .framer-1e1lytv > :last-child, .framer-zRuZa.framer-v-1gue8ia .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-1gue8ia .framer-1e1lytv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zRuZa.framer-v-1gue8ia .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-zRuZa.framer-v-1gue8ia .framer-1v7uxqs > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zRuZa.framer-v-1gue8ia .framer-1v7uxqs > :first-child { margin-left: 0px; } .framer-zRuZa.framer-v-1gue8ia .framer-1v7uxqs > :last-child { margin-right: 0px; } }\",\".framer-zRuZa.framer-v-635mtq.framer-1wmiyu3 { gap: 8px; text-decoration: none; width: 288px; }\",\".framer-zRuZa.framer-v-635mtq .framer-16tmxxx, .framer-zRuZa.framer-v-635mtq .framer-llxuit, .framer-zRuZa.framer-v-sp5lp0 .framer-16tmxxx, .framer-zRuZa.framer-v-sp5lp0 .framer-llxuit, .framer-zRuZa.framer-v-1ul0ppc .framer-16tmxxx, .framer-zRuZa.framer-v-1ul0ppc .framer-llxuit { padding: 4px 6px 4px 6px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-635mtq.framer-1wmiyu3, .framer-zRuZa.framer-v-635mtq .framer-1e1lytv, .framer-zRuZa.framer-v-635mtq .framer-1hg4k5f, .framer-zRuZa.framer-v-635mtq .framer-1v7uxqs { gap: 0px; } .framer-zRuZa.framer-v-635mtq.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-635mtq.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-635mtq .framer-1e1lytv > :first-child, .framer-zRuZa.framer-v-635mtq .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-635mtq.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-635mtq .framer-1e1lytv > :last-child, .framer-zRuZa.framer-v-635mtq .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-635mtq .framer-1e1lytv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zRuZa.framer-v-635mtq .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-zRuZa.framer-v-635mtq .framer-1v7uxqs > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zRuZa.framer-v-635mtq .framer-1v7uxqs > :first-child { margin-left: 0px; } .framer-zRuZa.framer-v-635mtq .framer-1v7uxqs > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-sp5lp0.framer-1wmiyu3, .framer-zRuZa.framer-v-sp5lp0 .framer-1e1lytv, .framer-zRuZa.framer-v-sp5lp0 .framer-1hg4k5f, .framer-zRuZa.framer-v-sp5lp0 .framer-1v7uxqs { gap: 0px; } .framer-zRuZa.framer-v-sp5lp0.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-sp5lp0.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-sp5lp0 .framer-1e1lytv > :first-child, .framer-zRuZa.framer-v-sp5lp0 .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-sp5lp0.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-sp5lp0 .framer-1e1lytv > :last-child, .framer-zRuZa.framer-v-sp5lp0 .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-sp5lp0 .framer-1e1lytv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zRuZa.framer-v-sp5lp0 .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-zRuZa.framer-v-sp5lp0 .framer-1v7uxqs > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zRuZa.framer-v-sp5lp0 .framer-1v7uxqs > :first-child { margin-left: 0px; } .framer-zRuZa.framer-v-sp5lp0 .framer-1v7uxqs > :last-child { margin-right: 0px; } }\",\".framer-zRuZa.framer-v-1ul0ppc .framer-16y5e0 { height: var(--framer-aspect-ratio-supported, 216px); order: 0; will-change: var(--framer-will-change-override, transform); }\",\".framer-zRuZa.framer-v-1ul0ppc .framer-1e1lytv { gap: 0px; height: min-content; order: 1; padding: 24px 8px 24px 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRuZa.framer-v-1ul0ppc.framer-1wmiyu3, .framer-zRuZa.framer-v-1ul0ppc .framer-1e1lytv, .framer-zRuZa.framer-v-1ul0ppc .framer-1hg4k5f, .framer-zRuZa.framer-v-1ul0ppc .framer-1v7uxqs { gap: 0px; } .framer-zRuZa.framer-v-1ul0ppc.framer-1wmiyu3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zRuZa.framer-v-1ul0ppc.framer-1wmiyu3 > :first-child, .framer-zRuZa.framer-v-1ul0ppc .framer-1e1lytv > :first-child, .framer-zRuZa.framer-v-1ul0ppc .framer-1hg4k5f > :first-child { margin-top: 0px; } .framer-zRuZa.framer-v-1ul0ppc.framer-1wmiyu3 > :last-child, .framer-zRuZa.framer-v-1ul0ppc .framer-1e1lytv > :last-child, .framer-zRuZa.framer-v-1ul0ppc .framer-1hg4k5f > :last-child { margin-bottom: 0px; } .framer-zRuZa.framer-v-1ul0ppc .framer-1e1lytv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zRuZa.framer-v-1ul0ppc .framer-1hg4k5f > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-zRuZa.framer-v-1ul0ppc .framer-1v7uxqs > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zRuZa.framer-v-1ul0ppc .framer-1v7uxqs > :first-child { margin-left: 0px; } .framer-zRuZa.framer-v-1ul0ppc .framer-1v7uxqs > :last-child { margin-right: 0px; } }\",\".framer-zRuZa.framer-v-1wmiyu3.hover.framer-1wmiyu3, .framer-zRuZa.framer-v-20djlo.hover.framer-1wmiyu3, .framer-zRuZa.framer-v-nf8q98.hover.framer-1wmiyu3, .framer-zRuZa.framer-v-19kb7ze.hover.framer-1wmiyu3 { text-decoration: none; }\",\".framer-zRuZa.framer-v-1wmiyu3.hover .framer-16y5e0 { order: 0; will-change: var(--framer-will-change-override, transform); }\",\".framer-zRuZa.framer-v-1wmiyu3.hover .framer-1v1d4cu-container, .framer-zRuZa.framer-v-20djlo.hover .framer-dyexcu-container, .framer-zRuZa.framer-v-nf8q98.hover .framer-1qtrnse-container { height: var(--framer-aspect-ratio-supported, 300px); }\",\".framer-zRuZa.framer-v-1wmiyu3.hover .framer-1e1lytv { order: 1; }\",\".framer-zRuZa.framer-v-19kb7ze.hover .framer-1x0cfs0-container { height: var(--framer-aspect-ratio-supported, 304px); }\",\".framer-zRuZa.framer-v-1ul0ppc.pressed .framer-dlwc4i { bottom: var(--framer-aspect-ratio-supported, -8px); top: -8px; width: 103%; }\",\".framer-zRuZa.framer-v-sp5lp0.pressed .framer-dlwc4i, .framer-zRuZa.framer-v-635mtq.pressed .framer-dlwc4i, .framer-zRuZa.framer-v-1gue8ia.pressed .framer-dlwc4i { width: 103%; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-zRuZa[data-border=\"true\"]::after, .framer-zRuZa [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 532\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"U_JerMMif\":{\"layout\":[\"fixed\",\"auto\"]},\"W41xxMT_W\":{\"layout\":[\"fixed\",\"auto\"]},\"tC1GWZpWW\":{\"layout\":[\"fixed\",\"auto\"]},\"C9e4Dia_A\":{\"layout\":[\"fixed\",\"auto\"]},\"nCmq8yMho\":{\"layout\":[\"fixed\",\"auto\"]},\"WJh0bRJzS\":{\"layout\":[\"fixed\",\"auto\"]},\"s_a4mm6o0\":{\"layout\":[\"fixed\",\"auto\"]},\"GOhQ78qSe\":{\"layout\":[\"fixed\",\"auto\"]},\"HenOtx3cs\":{\"layout\":[\"fixed\",\"auto\"]},\"mujfQO8P4\":{\"layout\":[\"fixed\",\"auto\"]},\"cq4LLXfXa\":{\"layout\":[\"fixed\",\"auto\"]},\"C6Nfy9u0_\":{\"layout\":[\"fixed\",\"auto\"]},\"bsstEU0Uo\":{\"layout\":[\"fixed\",\"auto\"]},\"GJw3iF1F2\":{\"layout\":[\"fixed\",\"auto\"]},\"hQl9dQRwd\":{\"layout\":[\"fixed\",\"auto\"]},\"qpAn3Nprc\":{\"layout\":[\"fixed\",\"auto\"]},\"coj2JsqvE\":{\"layout\":[\"fixed\",\"auto\"]},\"Pb6IMcNJ7\":{\"layout\":[\"fixed\",\"auto\"]},\"NvtAZ7t2f\":{\"layout\":[\"fixed\",\"auto\"]},\"C_wj0h92j\":{\"layout\":[\"fixed\",\"auto\"]},\"Lm6yvIrIZ\":{\"layout\":[\"fixed\",\"auto\"]},\"SzwZwWA5y\":{\"layout\":[\"fixed\",\"auto\"]},\"d4_XCbdTm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUNm37oHfV=withCSS(Component,css,\"framer-zRuZa\");export default FramerUNm37oHfV;FramerUNm37oHfV.displayName=\"Card Porto\";FramerUNm37oHfV.defaultProps={height:532,width:400};addPropertyControls(FramerUNm37oHfV,{variant:{options:[\"fDtO_qrFG\",\"U_JerMMif\",\"W41xxMT_W\",\"tC1GWZpWW\",\"C9e4Dia_A\",\"nCmq8yMho\",\"WJh0bRJzS\",\"s_a4mm6o0\",\"GOhQ78qSe\",\"HenOtx3cs\",\"mujfQO8P4\",\"cq4LLXfXa\"],optionTitles:[\"Blue\",\"Purple\",\"Green\",\"Yellow\",\"Blue Tablet\",\"Purple Tablet\",\"Green Tablet\",\"Yellow Tablet\",\"Blue Mobile\",\"Purple Mobile\",\"Green Mobile\",\"Yellow Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUNm37oHfV,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/of3o5ynODnhRHcaSyDkINttrjZI.otf\"}]},...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUNm37oHfV\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"532\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"400\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U_JerMMif\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W41xxMT_W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tC1GWZpWW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C9e4Dia_A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nCmq8yMho\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WJh0bRJzS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"s_a4mm6o0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GOhQ78qSe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HenOtx3cs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mujfQO8P4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cq4LLXfXa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C6Nfy9u0_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bsstEU0Uo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GJw3iF1F2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hQl9dQRwd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qpAn3Nprc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"coj2JsqvE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pb6IMcNJ7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NvtAZ7t2f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C_wj0h92j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lm6yvIrIZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SzwZwWA5y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d4_XCbdTm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UNm37oHfV.map"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "f", "l", "g", "glide", "a", "d", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "createGeneratorEasing", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "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", "sync", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "RichText2", "css", "FramerE9v5XrIgt", "withCSS", "E9v5XrIgt_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "Transition", "value", "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", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1euri7x", "args", "onTap1j5ehb3", "onAppear8zs5d1", "onTapn1zrsy", "onAppearvhpw7w", "onAppearspzvv9", "onTap1ntq58h", "onAppear128s3ye", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "Link", "css", "FramerCWKZQgGEm", "withCSS", "CWKZQgGEm_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MenuButtonFonts", "getFonts", "CWKZQgGEm_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "transition3", "animation2", "transition4", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "optimizeAppear", "cx", "Link", "SVG", "ComponentViewportProvider", "css", "FramereYjR3Bv72", "withCSS", "eYjR3Bv72_default", "addPropertyControls", "ControlType", "addFonts", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "ClipboardFonts", "getFonts", "Clipboard", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "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", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap7yb8sf", "args", "onAppear1cb0v2g", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "cx", "SVG", "ComponentViewportProvider", "RichText2", "css", "FramernFEdqzqQb", "withCSS", "nFEdqzqQb_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_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", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "RichText2", "Image2", "SVG", "css", "FramerVpFTgtZIC", "withCSS", "VpFTgtZIC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerD0oTizNNk", "withCSS", "D0oTizNNk_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerqLaUaSjqp", "withCSS", "qLaUaSjqp_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramersihnGajwN", "withCSS", "sihnGajwN_default", "addPropertyControls", "ControlType", "addFonts", "BtnDivFonts", "getFonts", "VpFTgtZIC_default", "CopyEmailFonts", "nFEdqzqQb_default", "LinkedinLinkFonts", "D0oTizNNk_default", "TwitterLinkFonts", "sihnGajwN_default", "DribbbleLinkFonts", "qLaUaSjqp_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "SVG", "css", "FramerrphTyI6OZ", "withCSS", "rphTyI6OZ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "SlideshowFonts", "getFonts", "Slideshow", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "Transition", "value", "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", "NwAu7t8aH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1rgodig", "args", "onTap18nmu0k", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "css", "FramerUNm37oHfV", "withCSS", "UNm37oHfV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
