{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.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.14.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/bwgDNfOkuRQlrlKseDFD/SlideShow.js", "ssg:https://framerusercontent.com/modules/DAZabXhMubNL0er2kwfK/JNLgogcOViVnf2Pwj5ob/x3yCJ38u3.js", "ssg:https://framerusercontent.com/modules/J4vjWqwxa8yCWfaQKQip/Zns71Ue1GLgvROHRihEm/xNygxhJof.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.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,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.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=r.stiffness,damping:s=r.damping,mass:n=r.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/n)/1e3;const l=calcDampingRatio(e,s,n);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 a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/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\";\nexport const isBrowser = () => typeof document === \"object\";\nexport function getBrowserVisibilityProp() {\n  if (!isBrowser()) return;\n  if (typeof document.hidden !== \"undefined\") {\n    // Opera 12.10 and Firefox 18 and later support\n    return \"visibilitychange\";\n  } else if (typeof document.msHidden !== \"undefined\") {\n    return \"msvisibilitychange\";\n  } else if (typeof document.webkitHidden !== \"undefined\") {\n    return \"webkitvisibilitychange\";\n  }\n}\nexport function getBrowserDocumentHiddenProp() {\n  if (!isBrowser()) return;\n  if (typeof document.hidden !== \"undefined\") {\n    return \"hidden\";\n  } else if (typeof document.msHidden !== \"undefined\") {\n    return \"msHidden\";\n  } else if (typeof document.webkitHidden !== \"undefined\") {\n    return \"webkitHidden\";\n  }\n}\nexport function getIsDocumentHidden() {\n  if (!isBrowser()) return;\n  return !document[getBrowserDocumentHiddenProp()];\n}\nexport function usePageVisibility() {\n  if (!isBrowser()) return;\n  const [isVisible, setIsVisible] = useState(getIsDocumentHidden());\n  const onVisibilityChange = () => setIsVisible(getIsDocumentHidden());\n  useEffect(() => {\n    const visibilityChange = getBrowserVisibilityProp();\n    document.addEventListener(visibilityChange, onVisibilityChange, false);\n    return () => {\n      document.removeEventListener(visibilityChange, onVisibilityChange);\n    };\n  });\n  return isVisible;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"getBrowserVisibilityProp\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"getIsDocumentHidden\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"usePageVisibility\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"isBrowser\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"getBrowserDocumentHiddenProp\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./UsePageVisibility.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Children, useLayoutEffect, useEffect, useState, useRef, useMemo, createRef, useCallback, cloneElement, forwardRef } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport { motion, animate, useMotionValue, useTransform, LayoutGroup, wrap, sync } from \"framer-motion\";\nimport { resize } from \"@motionone/dom\";\nimport { usePageVisibility } from \"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\"; /**\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                                                                                                                                          */\nexport default function Slideshow(props) {\n  /**\n  * Properties\n  */\n  const {\n    slots,\n    startFrom,\n    direction,\n    effectsOptions,\n    autoPlayControl,\n    dragControl,\n    alignment,\n    gap,\n    padding,\n    paddingPerSide,\n    paddingTop,\n    paddingRight,\n    paddingBottom,\n    paddingLeft,\n    itemAmount,\n    fadeOptions,\n    intervalControl,\n    transitionControl,\n    arrowOptions,\n    borderRadius,\n    progressOptions,\n    style\n  } = props;\n  const {\n    effectsOpacity,\n    effectsScale,\n    effectsRotate,\n    effectsPerspective,\n    effectsHover\n  } = effectsOptions;\n  const {\n    fadeContent,\n    overflow,\n    fadeWidth,\n    fadeInset,\n    fadeAlpha\n  } = fadeOptions;\n  const {\n    showMouseControls,\n    arrowSize,\n    arrowRadius,\n    arrowFill,\n    leftArrow,\n    rightArrow,\n    arrowShouldSpace = true,\n    arrowShouldFadeIn = false,\n    arrowPosition,\n    arrowPadding,\n    arrowGap,\n    arrowPaddingTop,\n    arrowPaddingRight,\n    arrowPaddingBottom,\n    arrowPaddingLeft\n  } = arrowOptions;\n  const {\n    showProgressDots,\n    dotSize,\n    dotsInset,\n    dotsRadius,\n    dotsPadding,\n    dotsGap,\n    dotsFill,\n    dotsBackground,\n    dotsActiveOpacity,\n    dotsOpacity,\n    dotsBlur\n  } = progressOptions;\n  const paddingValue = paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : `${padding}px`; /**\n                                                                                                                                  * Checks\n                                                                                                                                  */\n  const isCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const hasChildren = Children.count(slots) > 0;\n  const isHorizontal = direction === \"left\" || direction === \"right\";\n  const isInverted = direction === \"right\" || direction === \"bottom\"; /**\n                                                                      * Empty state for Canvas\n                                                                      */\n  if (!hasChildren) {\n    return /*#__PURE__*/_jsxs(\"section\", {\n      style: placeholderStyles,\n      children: [/*#__PURE__*/_jsx(\"div\", {\n        style: emojiStyles,\n        children: \"\u2B50\uFE0F\"\n      }), /*#__PURE__*/_jsx(\"p\", {\n        style: titleStyles,\n        children: \"Connect to Content\"\n      }), /*#__PURE__*/_jsx(\"p\", {\n        style: subtitleStyles,\n        children: \"Add layers or components to make infinite auto-playing slideshows.\"\n      })]\n    });\n  } /**\n    * Refs, State\n    */\n  const parentRef = useRef(null);\n  const childrenRef = useMemo(() => {\n    return slots.map(index => /*#__PURE__*/createRef());\n  }, [slots]);\n  const timeoutRef = useRef(undefined);\n  const [size, setSize] = useState({\n    parent: null,\n    children: null,\n    item: null,\n    itemWidth: null,\n    itemHeight: null\n  }); /* For pausing on hover */\n  const [isHovering, setIsHovering] = useState(false);\n  const [shouldPlayOnHover, setShouldPlayOnHover] = useState(autoPlayControl); /* For cursor updates */\n  const [isMouseDown, setIsMouseDown] = useState(false); /* Check if resizing */\n  const [isResizing, setIsResizing] = useState(false); /**\n                                                       * Array for children\n                                                       */\n  const dupedChildren = [];\n  let duplicateBy = 4;\n  if (isCanvas) {\n    duplicateBy = 1;\n  } /**\n    * Measure parent, child, items\n    */\n  const measure = useCallback(() => {\n    sync.read(() => {\n      if (hasChildren && parentRef.current) {\n        const total = slots.length - 1;\n        const parentLength = isHorizontal ? parentRef.current.offsetWidth : parentRef.current.offsetHeight;\n        const start = childrenRef[0].current ? isHorizontal ? childrenRef[0].current.offsetLeft : childrenRef[0].current.offsetTop : 0;\n        const end = childrenRef[total].current ? isHorizontal ? childrenRef[total].current.offsetLeft + childrenRef[total].current.offsetWidth : childrenRef[total].current.offsetTop + childrenRef[total].current.offsetHeight : 0;\n        const childrenLength = end - start + gap;\n        const itemSize = childrenRef[0].current ? isHorizontal ? childrenRef[0].current.offsetWidth : childrenRef[0].current.offsetHeight : 0;\n        const itemWidth = childrenRef[0].current ? childrenRef[0].current.offsetWidth : 0;\n        const itemHeight = childrenRef[0].current ? childrenRef[0].current.offsetHeight : 0;\n        setSize({\n          parent: parentLength,\n          children: childrenLength,\n          item: itemSize,\n          itemWidth,\n          itemHeight\n        });\n      }\n    });\n  }, [hasChildren]); /**\n                     * Add refs to all children\n                     * Added itemAmount for resizing\n                     */\n  useLayoutEffect(() => {\n    if (hasChildren) measure();\n  }, [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                                 */\n  let initialResize = useRef(true);\n  useEffect(() => {\n    return resize(parentRef.current, ({\n      contentSize\n    }) => {\n      if (!initialResize.current && (contentSize.width || contentSize.height)) {\n        measure();\n        setIsResizing(true);\n      }\n      initialResize.current = false;\n    });\n  }, []);\n  useEffect(() => {\n    if (isResizing) {\n      const timer = setTimeout(() => setIsResizing(false), 500);\n      return () => clearTimeout(timer);\n    }\n  }, [isResizing]); /**\n                    * Animation, pagination\n                    */\n  const totalItems = slots === null || slots === void 0 ? void 0 : slots.length;\n  const childrenSize = isCanvas ? 0 : size === null || size === void 0 ? void 0 : size.children;\n  const itemWithGap = (size === null || size === void 0 ? void 0 : size.item) + gap;\n  const itemOffset = startFrom * itemWithGap;\n  const [currentItem, setCurrentItem] = useState(startFrom + totalItems);\n  const [isDragging, setIsDragging] = useState(false); /* Check for browser window visibility */ /* Otherwise, it will re-play all the item increments */\n  const isVisible = usePageVisibility();\n  const factor = isInverted ? 1 : -1; /* The x and y values to start from */\n  const xOrY = useMotionValue(childrenSize); /* For canvas only. Using xOrY is slower upon page switching */\n  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 */\n  const newPosition = () => factor * currentItem * itemWithGap; /* Wrapped values for infinite looping */ /* Instead of 0 to a negative full duplicated row, we start with an offset */\n  const wrappedValue = !isCanvas ? useTransform(xOrY, value => {\n    const wrapped = wrap(-childrenSize, -childrenSize * 2, value);\n    return isNaN(wrapped) ? 0 : wrapped;\n  }) : 0; /* Convert the current item to a wrapping index for dots */\n  const wrappedIndex = wrap(0, totalItems, currentItem);\n  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 */\n  useLayoutEffect(() => {\n    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 */\n    if (!initialResize.current && isResizing) {\n      xOrY.set(newPosition());\n    }\n  }, [size, childrenSize, factor, itemOffset, currentItem, itemWithGap, isResizing]); /**\n                                                                                      * Page item methods\n                                                                                      * Switching, deltas, autoplaying\n                                                                                      */ /* Next and previous function, animates the X */\n  const switchPages = () => {\n    if (isCanvas || !hasChildren || !size.parent || isDragging) return;\n    if (xOrY.get() !== newPosition()) {\n      animate(xOrY, newPosition(), transitionControl);\n    }\n    if (autoPlayControl && shouldPlayOnHover) {\n      timeoutRef.current = setTimeout(() => {\n        setCurrentItem(currentItem + 1);\n        switchPages();\n      }, intervalControl * 1e3);\n    }\n  }; /* Page navigation functions */\n  const setDelta = delta => {\n    if (!isInverted) {\n      setCurrentItem(currentItem + delta);\n    } else {\n      setCurrentItem(currentItem - delta);\n    }\n  };\n  const setPage = index => {\n    const currentItemWrapped = wrap(0, totalItems, currentItem);\n    const currentItemWrappedInvert = wrap(0, -totalItems, currentItem);\n    const goto = index - currentItemWrapped;\n    const gotoInverted = index - Math.abs(currentItemWrappedInvert);\n    if (!isInverted) {\n      setCurrentItem(currentItem + goto);\n    } else {\n      setCurrentItem(currentItem - gotoInverted);\n    }\n  }; /**\n     * Drag\n     */\n  const handleDragStart = () => {\n    setIsDragging(true);\n  };\n  const handleDragEnd = (event, {\n    offset,\n    velocity\n  }) => {\n    setIsDragging(false);\n    const offsetXorY = isHorizontal ? offset.x : offset.y;\n    const velocityThreshold = 200 // Based on testing, can be tweaked or could be 0\n    ;\n    const velocityXorY = isHorizontal ? velocity.x : velocity.y;\n    const isHalfOfNext = offsetXorY < -size.item / 2;\n    const isHalfOfPrev = offsetXorY > size.item / 2; /* In case you drag more than 1 item left or right */\n    const normalizedOffset = Math.abs(offsetXorY);\n    const itemDelta = Math.round(normalizedOffset / size.item); /* Minimum delta is 1 to initiate a page switch */ /* For velocity use only */\n    const itemDeltaFromOne = itemDelta === 0 ? 1 : itemDelta; /* For quick flicks, even with low offsets */\n    if (velocityXorY > velocityThreshold) {\n      setDelta(-itemDeltaFromOne);\n    } else if (velocityXorY < -velocityThreshold) {\n      setDelta(itemDeltaFromOne);\n    } else {\n      /* For dragging over half of the current item with 0 velocity */if (isHalfOfNext) {\n        setDelta(itemDelta);\n      }\n      if (isHalfOfPrev) {\n        setDelta(-itemDelta);\n      }\n    }\n  }; /* Kickstart the auto-playing once we have all the children */\n  useEffect(() => {\n    if (!isVisible || isResizing) return;\n    switchPages();\n    return () => timeoutRef.current && clearTimeout(timeoutRef.current);\n  }, [dupedChildren, isVisible, isResizing]); /* Create copies of our children to create a perfect loop */\n  let childCounter = 0; /**\n                        * Sizing\n                        * */\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                                                                                          */\n  for (let index = 0; index < duplicateBy; index++) {\n    dupedChildren.push(...Children.map(slots, (child, childIndex) => {\n      let ref;\n      if (childIndex === 0) {\n        ref = childrenRef[0];\n      }\n      if (childIndex === slots.length - 1) {\n        ref = childrenRef[1];\n      }\n      return /*#__PURE__*/_jsx(Slide, {\n        ref: childrenRef[childIndex],\n        slideKey: index + childIndex + \"lg\",\n        index: index,\n        width: isHorizontal ? itemAmount > 1 ? columnOrRowValue : \"100%\" : \"100%\",\n        height: !isHorizontal ? itemAmount > 1 ? columnOrRowValue : \"100%\" : \"100%\",\n        size: size,\n        child: child,\n        numChildren: slots === null || slots === void 0 ? void 0 : slots.length,\n        wrappedValue: wrappedValue,\n        childCounter: childCounter++,\n        gap: gap,\n        isCanvas: isCanvas,\n        isHorizontal: isHorizontal,\n        effectsOpacity: effectsOpacity,\n        effectsScale: effectsScale,\n        effectsRotate: effectsRotate,\n        children: index + childIndex\n      }, index + childIndex + \"lg\");\n    }));\n  } /**\n    * Fades with masks\n    */\n  const fadeDirection = isHorizontal ? \"to right\" : \"to bottom\";\n  const fadeWidthStart = fadeWidth / 2;\n  const fadeWidthEnd = 100 - fadeWidth / 2;\n  const fadeInsetStart = clamp(fadeInset, 0, fadeWidthStart);\n  const fadeInsetEnd = 100 - fadeInset;\n  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                                                                                                                                                                                                                              */\n  const dots = [];\n  const dotsBlurStyle = {};\n  if (showProgressDots) {\n    for (let i = 0; i < (slots === null || slots === void 0 ? void 0 : slots.length); i++) {\n      dots.push( /*#__PURE__*/_jsx(Dot, {\n        dotStyle: {\n          ...dotStyle,\n          width: dotSize,\n          height: dotSize,\n          backgroundColor: dotsFill\n        },\n        buttonStyle: baseButtonStyles,\n        selectedOpacity: dotsActiveOpacity,\n        opacity: dotsOpacity,\n        onClick: () => setPage(i),\n        wrappedIndex: wrappedIndex,\n        wrappedIndexInverted: wrappedIndexInverted,\n        total: totalItems,\n        index: i,\n        gap: dotsGap,\n        padding: dotsPadding,\n        isHorizontal: isHorizontal,\n        isInverted: isInverted\n      }, i));\n    }\n    if (dotsBlur > 0) {\n      dotsBlurStyle.backdropFilter = dotsBlurStyle.WebkitBackdropFilter = dotsBlurStyle.MozBackdropFilter = `blur(${dotsBlur}px)`;\n    }\n  }\n  const dragProps = dragControl ? {\n    drag: isHorizontal ? \"x\" : \"y\",\n    onDragStart: handleDragStart,\n    onDragEnd: handleDragEnd,\n    dragDirectionLock: true,\n    values: {\n      x: xOrY,\n      y: xOrY\n    },\n    dragMomentum: false\n  } : {};\n  const arrowHasTop = arrowPosition === \"top-left\" || arrowPosition === \"top-mid\" || arrowPosition === \"top-right\";\n  const arrowHasBottom = arrowPosition === \"bottom-left\" || arrowPosition === \"bottom-mid\" || arrowPosition === \"bottom-right\";\n  const arrowHasLeft = arrowPosition === \"top-left\" || arrowPosition === \"bottom-left\";\n  const arrowHasRight = arrowPosition === \"top-right\" || arrowPosition === \"bottom-right\";\n  const arrowHasMid = arrowPosition === \"top-mid\" || arrowPosition === \"bottom-mid\" || arrowPosition === \"auto\";\n  return /*#__PURE__*/_jsxs(\"section\", {\n    style: {\n      ...containerStyle,\n      padding: paddingValue,\n      WebkitMaskImage: fadeContent ? fadeMask : undefined,\n      MozMaskImage: fadeContent ? fadeMask : undefined,\n      maskImage: fadeContent ? fadeMask : undefined,\n      opacity: (size === null || size === void 0 ? void 0 : size.item) !== null ? 1 : 0,\n      userSelect: \"none\"\n    },\n    onMouseEnter: () => {\n      setIsHovering(true);\n      if (!effectsHover) setShouldPlayOnHover(false);\n    },\n    onMouseLeave: () => {\n      setIsHovering(false);\n      if (!effectsHover) setShouldPlayOnHover(true);\n    },\n    onMouseDown: event => {\n      // Preventdefault fixes the cursor switching to text on drag on safari\n      event.preventDefault();\n      setIsMouseDown(true);\n    },\n    onMouseUp: () => setIsMouseDown(false),\n    children: [/*#__PURE__*/_jsx(\"div\", {\n      style: {\n        width: \"100%\",\n        height: \"100%\",\n        margin: 0,\n        padding: \"inherit\",\n        position: \"absolute\",\n        inset: 0,\n        overflow: overflow ? \"visible\" : \"hidden\",\n        borderRadius: borderRadius,\n        userSelect: \"none\",\n        perspective: effectsPerspective\n      },\n      children: /*#__PURE__*/_jsx(motion.ul, {\n        ref: parentRef,\n        ...dragProps,\n        style: {\n          ...containerStyle,\n          gap: gap,\n          placeItems: alignment,\n          x: isHorizontal ? isCanvas ? canvasPosition : wrappedValue : 0,\n          y: !isHorizontal ? isCanvas ? canvasPosition : wrappedValue : 0,\n          flexDirection: isHorizontal ? \"row\" : \"column\",\n          transformStyle: effectsRotate !== 0 ? \"preserve-3d\" : undefined,\n          cursor: dragControl ? isMouseDown ? \"grabbing\" : \"grab\" : \"auto\",\n          userSelect: \"none\",\n          ...style\n        },\n        children: dupedChildren\n      })\n    }), /*#__PURE__*/_jsxs(\"fieldset\", {\n      style: {\n        ...controlsStyles\n      },\n      \"aria-label\": \"Slideshow pagination controls\",\n      className: \"framer--slideshow-controls\",\n      children: [/*#__PURE__*/_jsxs(motion.div, {\n        style: {\n          position: \"absolute\",\n          display: \"flex\",\n          flexDirection: isHorizontal ? \"row\" : \"column\",\n          justifyContent: arrowShouldSpace ? \"space-between\" : \"center\",\n          gap: arrowShouldSpace ? \"unset\" : arrowGap,\n          opacity: arrowShouldFadeIn ? 0 : 1,\n          alignItems: \"center\",\n          inset: arrowPadding,\n          top: arrowShouldSpace ? arrowPadding : arrowHasTop ? arrowPaddingTop : \"unset\",\n          left: arrowShouldSpace ? arrowPadding : arrowHasLeft ? arrowPaddingLeft : arrowHasMid ? 0 : \"unset\",\n          right: arrowShouldSpace ? arrowPadding : arrowHasRight ? arrowPaddingRight : arrowHasMid ? 0 : \"unset\",\n          bottom: arrowShouldSpace ? arrowPadding : arrowHasBottom ? arrowPaddingBottom : \"unset\"\n        },\n        animate: arrowShouldFadeIn && {\n          opacity: isHovering ? 1 : 0\n        },\n        transition: transitionControl,\n        children: [/*#__PURE__*/_jsx(motion.button, {\n          type: \"button\",\n          style: {\n            ...baseButtonStyles,\n            backgroundColor: arrowFill,\n            width: arrowSize,\n            height: arrowSize,\n            borderRadius: arrowRadius,\n            rotate: !isHorizontal ? 90 : 0,\n            display: showMouseControls ? \"block\" : \"none\",\n            pointerEvents: \"auto\"\n          },\n          onClick: () => setDelta(-1),\n          \"aria-label\": \"Previous\",\n          whileTap: {\n            scale: .9\n          },\n          transition: {\n            duration: .15\n          },\n          children: /*#__PURE__*/_jsx(\"img\", {\n            width: arrowSize,\n            height: arrowSize,\n            src: leftArrow || \"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",\n            alt: \"Back Arrow\"\n          })\n        }), /*#__PURE__*/_jsx(motion.button, {\n          type: \"button\",\n          style: {\n            ...baseButtonStyles,\n            backgroundColor: arrowFill,\n            width: arrowSize,\n            height: arrowSize,\n            borderRadius: arrowRadius,\n            rotate: !isHorizontal ? 90 : 0,\n            display: showMouseControls ? \"block\" : \"none\",\n            pointerEvents: \"auto\"\n          },\n          onClick: () => setDelta(1),\n          \"aria-label\": \"Next\",\n          whileTap: {\n            scale: .9\n          },\n          transition: {\n            duration: .15\n          },\n          children: /*#__PURE__*/_jsx(\"img\", {\n            width: arrowSize,\n            height: arrowSize,\n            src: rightArrow || \"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",\n            alt: \"Next Arrow\"\n          })\n        })]\n      }), dots.length > 1 ? /*#__PURE__*/_jsx(\"div\", {\n        style: {\n          ...dotsContainerStyle,\n          left: isHorizontal ? \"50%\" : dotsInset,\n          top: !isHorizontal ? \"50%\" : \"unset\",\n          transform: isHorizontal ? \"translateX(-50%)\" : \"translateY(-50%)\",\n          flexDirection: isHorizontal ? \"row\" : \"column\",\n          bottom: isHorizontal ? dotsInset : \"unset\",\n          borderRadius: dotsRadius,\n          backgroundColor: dotsBackground,\n          userSelect: \"none\",\n          ...dotsBlurStyle\n        },\n        children: dots\n      }) : null]\n    })]\n  });\n}\n; /* Default Properties */\nSlideshow.defaultProps = {\n  direction: \"left\",\n  dragControl: false,\n  startFrom: 0,\n  itemAmount: 1,\n  infinity: true,\n  gap: 10,\n  padding: 10,\n  autoPlayControl: true,\n  effectsOptions: {\n    effectsOpacity: 1,\n    effectsScale: 1,\n    effectsRotate: 0,\n    effectsPerspective: 1200,\n    effectsHover: true\n  },\n  transitionControl: {\n    type: \"spring\",\n    stiffness: 200,\n    damping: 40\n  },\n  fadeOptions: {\n    fadeContent: false,\n    overflow: false,\n    fadeWidth: 25,\n    fadeAlpha: 0,\n    fadeInset: 0\n  },\n  arrowOptions: {\n    showMouseControls: true,\n    arrowShouldFadeIn: false,\n    arrowShouldSpace: true,\n    arrowFill: \"rgba(0,0,0,0.2)\",\n    arrowSize: 40\n  },\n  progressOptions: {\n    showProgressDots: true\n  }\n}; /* Property Controls */\naddPropertyControls(Slideshow, {\n  slots: {\n    type: ControlType.Array,\n    title: \"Content\",\n    control: {\n      type: ControlType.ComponentInstance\n    }\n  },\n  direction: {\n    type: ControlType.Enum,\n    title: \"Direction\",\n    options: [\"left\", \"right\", \"top\", \"bottom\"],\n    optionIcons: [\"direction-left\", \"direction-right\", \"direction-up\", \"direction-down\"],\n    optionTitles: [\"Left\", \"Right\", \"Top\", \"Bottom\"],\n    displaySegmentedControl: true,\n    defaultValue: Slideshow.defaultProps.direction\n  },\n  autoPlayControl: {\n    type: ControlType.Boolean,\n    title: \"Auto Play\",\n    defaultValue: true\n  },\n  intervalControl: {\n    type: ControlType.Number,\n    title: \"Interval\",\n    defaultValue: 1.5,\n    min: .5,\n    max: 10,\n    step: .1,\n    displayStepper: true,\n    unit: \"s\",\n    hidden: props => !props.autoPlayControl\n  },\n  dragControl: {\n    type: ControlType.Boolean,\n    title: \"Draggable\",\n    defaultValue: false\n  },\n  startFrom: {\n    type: ControlType.Number,\n    title: \"Current\",\n    min: 0,\n    max: 10,\n    displayStepper: true,\n    defaultValue: Slideshow.defaultProps.startFrom\n  },\n  effectsOptions: {\n    type: ControlType.Object,\n    title: \"Effects\",\n    controls: {\n      effectsOpacity: {\n        type: ControlType.Number,\n        title: \"Opacity\",\n        defaultValue: Slideshow.defaultProps.effectsOptions.effectsOpacity,\n        min: 0,\n        max: 1,\n        step: .01,\n        displayStepper: true\n      },\n      effectsScale: {\n        type: ControlType.Number,\n        title: \"Scale\",\n        defaultValue: Slideshow.defaultProps.effectsOptions.effectsScale,\n        min: 0,\n        max: 1,\n        step: .01,\n        displayStepper: true\n      },\n      effectsPerspective: {\n        type: ControlType.Number,\n        title: \"Perspective\",\n        defaultValue: Slideshow.defaultProps.effectsOptions.effectsPerspective,\n        min: 200,\n        max: 2e3,\n        step: 1\n      },\n      effectsRotate: {\n        type: ControlType.Number,\n        title: \"Rotate\",\n        defaultValue: Slideshow.defaultProps.effectsOptions.effectsRotate,\n        min: -180,\n        max: 180,\n        step: 1\n      },\n      effectsHover: {\n        type: ControlType.Boolean,\n        title: \"On Hover\",\n        enabledTitle: \"Play\",\n        disabledTitle: \"Pause\",\n        defaultValue: Slideshow.defaultProps.effectsOptions.effectsHover\n      }\n    }\n  },\n  alignment: {\n    type: ControlType.Enum,\n    title: \"Align\",\n    options: [\"flex-start\", \"center\", \"flex-end\"],\n    optionIcons: {\n      direction: {\n        right: [\"align-top\", \"align-middle\", \"align-bottom\"],\n        left: [\"align-top\", \"align-middle\", \"align-bottom\"],\n        top: [\"align-left\", \"align-center\", \"align-right\"],\n        bottom: [\"align-left\", \"align-center\", \"align-right\"]\n      }\n    },\n    defaultValue: \"center\",\n    displaySegmentedControl: true\n  },\n  itemAmount: {\n    type: ControlType.Number,\n    title: \"Items\",\n    min: 1,\n    max: 10,\n    displayStepper: true,\n    defaultValue: Slideshow.defaultProps.itemAmount\n  },\n  gap: {\n    type: ControlType.Number,\n    title: \"Gap\",\n    min: 0\n  },\n  padding: {\n    title: \"Padding\",\n    type: ControlType.FusedNumber,\n    toggleKey: \"paddingPerSide\",\n    toggleTitles: [\"Padding\", \"Padding per side\"],\n    defaultValue: 0,\n    valueKeys: [\"paddingTop\", \"paddingRight\", \"paddingBottom\", \"paddingLeft\"],\n    valueLabels: [\"T\", \"R\", \"B\", \"L\"],\n    min: 0\n  },\n  borderRadius: {\n    type: ControlType.Number,\n    title: \"Radius\",\n    min: 0,\n    max: 500,\n    displayStepper: true,\n    defaultValue: 0\n  },\n  transitionControl: {\n    type: ControlType.Transition,\n    defaultValue: Slideshow.defaultProps.transitionControl,\n    title: \"Transition\"\n  },\n  fadeOptions: {\n    type: ControlType.Object,\n    title: \"Clipping\",\n    controls: {\n      fadeContent: {\n        type: ControlType.Boolean,\n        title: \"Fade\",\n        defaultValue: false\n      },\n      overflow: {\n        type: ControlType.Boolean,\n        title: \"Overflow\",\n        enabledTitle: \"Show\",\n        disabledTitle: \"Hide\",\n        defaultValue: false,\n        hidden(props) {\n          return props.fadeContent === true;\n        }\n      },\n      fadeWidth: {\n        type: ControlType.Number,\n        title: \"Width\",\n        defaultValue: 25,\n        min: 0,\n        max: 100,\n        unit: \"%\",\n        hidden(props) {\n          return props.fadeContent === false;\n        }\n      },\n      fadeInset: {\n        type: ControlType.Number,\n        title: \"Inset\",\n        defaultValue: 0,\n        min: 0,\n        max: 100,\n        unit: \"%\",\n        hidden(props) {\n          return props.fadeContent === false;\n        }\n      },\n      fadeAlpha: {\n        type: ControlType.Number,\n        title: \"Opacity\",\n        defaultValue: 0,\n        min: 0,\n        max: 1,\n        step: .05,\n        hidden(props) {\n          return props.fadeContent === false;\n        }\n      }\n    }\n  },\n  arrowOptions: {\n    type: ControlType.Object,\n    title: \"Arrows\",\n    controls: {\n      showMouseControls: {\n        type: ControlType.Boolean,\n        title: \"Show\",\n        defaultValue: Slideshow.defaultProps.arrowOptions.showMouseControls\n      },\n      arrowFill: {\n        type: ControlType.Color,\n        title: \"Fill\",\n        hidden: props => !props.showMouseControls,\n        defaultValue: Slideshow.defaultProps.arrowOptions.arrowFill\n      },\n      leftArrow: {\n        type: ControlType.Image,\n        title: \"Previous\",\n        hidden: props => !props.showMouseControls\n      },\n      rightArrow: {\n        type: ControlType.Image,\n        title: \"Next\",\n        hidden: props => !props.showMouseControls\n      },\n      arrowSize: {\n        type: ControlType.Number,\n        title: \"Size\",\n        min: 0,\n        max: 200,\n        displayStepper: true,\n        defaultValue: Slideshow.defaultProps.arrowOptions.arrowSize,\n        hidden: props => !props.showMouseControls\n      },\n      arrowRadius: {\n        type: ControlType.Number,\n        title: \"Radius\",\n        min: 0,\n        max: 500,\n        defaultValue: 40,\n        hidden: props => !props.showMouseControls\n      },\n      arrowShouldFadeIn: {\n        type: ControlType.Boolean,\n        title: \"Fade In\",\n        defaultValue: false,\n        hidden: props => !props.showMouseControls\n      },\n      arrowShouldSpace: {\n        type: ControlType.Boolean,\n        title: \"Distance\",\n        enabledTitle: \"Space\",\n        disabledTitle: \"Group\",\n        defaultValue: Slideshow.defaultProps.arrowOptions.arrowShouldSpace,\n        hidden: props => !props.showMouseControls\n      },\n      arrowPosition: {\n        type: ControlType.Enum,\n        title: \"Position\",\n        options: [\"auto\", \"top-left\", \"top-mid\", \"top-right\", \"bottom-left\", \"bottom-mid\", \"bottom-right\"],\n        optionTitles: [\"Center\", \"Top Left\", \"Top Middle\", \"Top Right\", \"Bottom Left\", \"Bottom Middle\", \"Bottom Right\"],\n        hidden: props => !props.showMouseControls || props.arrowShouldSpace\n      },\n      arrowPadding: {\n        type: ControlType.Number,\n        title: \"Inset\",\n        min: -100,\n        max: 100,\n        defaultValue: 20,\n        displayStepper: true,\n        hidden: props => !props.showMouseControls || !props.arrowShouldSpace\n      },\n      arrowPaddingTop: {\n        type: ControlType.Number,\n        title: \"Top\",\n        min: -500,\n        max: 500,\n        defaultValue: 0,\n        displayStepper: true,\n        hidden: props => !props.showMouseControls || props.arrowShouldSpace || props.arrowPosition === \"auto\" || props.arrowPosition === \"bottom-mid\" || props.arrowPosition === \"bottom-left\" || props.arrowPosition === \"bottom-right\"\n      },\n      arrowPaddingBottom: {\n        type: ControlType.Number,\n        title: \"Bottom\",\n        min: -500,\n        max: 500,\n        defaultValue: 0,\n        displayStepper: true,\n        hidden: props => !props.showMouseControls || props.arrowShouldSpace || props.arrowPosition === \"auto\" || props.arrowPosition === \"top-mid\" || props.arrowPosition === \"top-left\" || props.arrowPosition === \"top-right\"\n      },\n      arrowPaddingRight: {\n        type: ControlType.Number,\n        title: \"Right\",\n        min: -500,\n        max: 500,\n        defaultValue: 0,\n        displayStepper: true,\n        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\"\n      },\n      arrowPaddingLeft: {\n        type: ControlType.Number,\n        title: \"Left\",\n        min: -500,\n        max: 500,\n        defaultValue: 0,\n        displayStepper: true,\n        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\"\n      },\n      arrowGap: {\n        type: ControlType.Number,\n        title: \"Gap\",\n        min: 0,\n        max: 100,\n        defaultValue: 10,\n        displayStepper: true,\n        hidden: props => !props.showMouseControls || props.arrowShouldSpace\n      }\n    }\n  },\n  progressOptions: {\n    type: ControlType.Object,\n    title: \"Dots\",\n    controls: {\n      showProgressDots: {\n        type: ControlType.Boolean,\n        title: \"Show\",\n        defaultValue: false\n      },\n      dotSize: {\n        type: ControlType.Number,\n        title: \"Size\",\n        min: 1,\n        max: 100,\n        defaultValue: 10,\n        displayStepper: true,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsInset: {\n        type: ControlType.Number,\n        title: \"Inset\",\n        min: -100,\n        max: 100,\n        defaultValue: 10,\n        displayStepper: true,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsGap: {\n        type: ControlType.Number,\n        title: \"Gap\",\n        min: 0,\n        max: 100,\n        defaultValue: 10,\n        displayStepper: true,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsPadding: {\n        type: ControlType.Number,\n        title: \"Padding\",\n        min: 0,\n        max: 100,\n        defaultValue: 10,\n        displayStepper: true,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsFill: {\n        type: ControlType.Color,\n        title: \"Fill\",\n        defaultValue: \"#fff\",\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsBackground: {\n        type: ControlType.Color,\n        title: \"Backdrop\",\n        defaultValue: \"rgba(0,0,0,0.2)\",\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsRadius: {\n        type: ControlType.Number,\n        title: \"Radius\",\n        min: 0,\n        max: 200,\n        defaultValue: 50,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsOpacity: {\n        type: ControlType.Number,\n        title: \"Opacity\",\n        min: 0,\n        max: 1,\n        defaultValue: .5,\n        step: .1,\n        displayStepper: true,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsActiveOpacity: {\n        type: ControlType.Number,\n        title: \"Current\",\n        min: 0,\n        max: 1,\n        defaultValue: 1,\n        step: .1,\n        displayStepper: true,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      },\n      dotsBlur: {\n        type: ControlType.Number,\n        title: \"Blur\",\n        min: 0,\n        max: 50,\n        defaultValue: 0,\n        step: 1,\n        hidden: props => !props.showProgressDots || props.showScrollbar\n      }\n    }\n  }\n}); /* Placeholder Styles */\nconst containerStyle = {\n  display: \"flex\",\n  flexDirection: \"row\",\n  width: \"100%\",\n  height: \"100%\",\n  maxWidth: \"100%\",\n  maxHeight: \"100%\",\n  placeItems: \"center\",\n  margin: 0,\n  padding: 0,\n  listStyleType: \"none\",\n  textIndent: \"none\"\n}; /* Component Styles */\nconst placeholderStyles = {\n  display: \"flex\",\n  width: \"100%\",\n  height: \"100%\",\n  placeContent: \"center\",\n  placeItems: \"center\",\n  flexDirection: \"column\",\n  color: \"#96F\",\n  background: \"rgba(136, 85, 255, 0.1)\",\n  fontSize: 11,\n  overflow: \"hidden\",\n  padding: \"20px 20px 30px 20px\"\n};\nconst emojiStyles = {\n  fontSize: 32,\n  marginBottom: 10\n};\nconst titleStyles = {\n  margin: 0,\n  marginBottom: 10,\n  fontWeight: 600,\n  textAlign: \"center\"\n};\nconst subtitleStyles = {\n  margin: 0,\n  opacity: .7,\n  maxWidth: 180,\n  lineHeight: 1.5,\n  textAlign: \"center\"\n}; /* Control Styles */\nconst baseButtonStyles = {\n  border: \"none\",\n  display: \"flex\",\n  placeContent: \"center\",\n  placeItems: \"center\",\n  overflow: \"hidden\",\n  background: \"transparent\",\n  cursor: \"pointer\",\n  margin: 0,\n  padding: 0\n};\nconst controlsStyles = {\n  display: \"flex\",\n  justifyContent: \"space-between\",\n  alignItems: \"center\",\n  position: \"absolute\",\n  pointerEvents: \"none\",\n  userSelect: \"none\",\n  top: 0,\n  left: 0,\n  right: 0,\n  bottom: 0,\n  border: 0,\n  padding: 0,\n  margin: 0\n}; /* Clamp function, used for fadeInset */\nconst clamp = (num, min, max) => Math.min(Math.max(num, min), max); /* Slide Component */\nconst Slide = /*#__PURE__*/forwardRef(function Component(props, ref) {\n  var ref1, ref2;\n  const {\n    slideKey,\n    width,\n    height,\n    child,\n    size,\n    gap,\n    wrappedValue,\n    numChildren,\n    childCounter,\n    isCanvas,\n    effects,\n    effectsOpacity,\n    effectsScale,\n    effectsRotate,\n    isHorizontal,\n    isLast,\n    index\n  } = props; /**\n             * Unique offsets + scroll range [0, 1, 1, 0]\n             */\n  const childOffset = ((size === null || size === void 0 ? void 0 : size.item) + gap) * childCounter;\n  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                                                                                                                                                                                                                                                                                                       */\n  const rotateY = !isCanvas && useTransform(wrappedValue, scrollRange, [-effectsRotate, 0, 0, effectsRotate]);\n  const rotateX = !isCanvas && useTransform(wrappedValue, scrollRange, [effectsRotate, 0, 0, -effectsRotate]);\n  const opacity = !isCanvas && useTransform(wrappedValue, scrollRange, [effectsOpacity, 1, 1, effectsOpacity]);\n  const scale = !isCanvas && useTransform(wrappedValue, scrollRange, [effectsScale, 1, 1, effectsScale]);\n  const originXorY = !isCanvas && useTransform(wrappedValue, scrollRange, [1, 1, 0, 0]);\n  const isVisible = !isCanvas && useTransform(wrappedValue, latest => latest >= scrollRange[1] && latest <= scrollRange[2]);\n  useEffect(() => {\n    if (!isVisible) return;\n    return isVisible.onChange(newValue => {\n      ref.current.setAttribute(\"aria-hidden\", !newValue);\n    });\n  }, []);\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    inherit: \"id\",\n    children: /*#__PURE__*/_jsx(\"li\", {\n      style: {\n        display: \"contents\"\n      },\n      \"aria-hidden\": index === 0 ? false : true,\n      children: /*#__PURE__*/cloneElement(child, {\n        ref: ref,\n        key: slideKey + \"child\",\n        style: {\n          ...((ref1 = child.props) === null || ref1 === void 0 ? void 0 : ref1.style),\n          flexShrink: 0,\n          userSelect: \"none\",\n          width,\n          height,\n          opacity: opacity,\n          scale: scale,\n          originX: isHorizontal ? originXorY : .5,\n          originY: !isHorizontal ? originXorY : .5,\n          rotateY: isHorizontal ? rotateY : 0,\n          rotateX: !isHorizontal ? rotateX : 0\n        }\n      }, (ref2 = child.props) === null || ref2 === void 0 ? void 0 : ref2.children)\n    })\n  });\n});\nfunction Dot({\n  selectedOpacity,\n  opacity,\n  total,\n  index,\n  wrappedIndex,\n  wrappedIndexInverted,\n  dotStyle,\n  buttonStyle,\n  gap,\n  padding,\n  isHorizontal,\n  isInverted,\n  ...props\n}) {\n  /* 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 */\n  if (isInverted) {\n    isSelected = Math.abs(wrappedIndexInverted) === index;\n  }\n  const inlinePadding = gap / 2;\n  let top = !isHorizontal && index > 0 ? inlinePadding : padding;\n  let bottom = !isHorizontal && index !== total - 1 ? inlinePadding : padding;\n  let right = isHorizontal && index !== total - 1 ? inlinePadding : padding;\n  let left = isHorizontal && index > 0 ? inlinePadding : padding;\n  return /*#__PURE__*/_jsx(\"button\", {\n    \"aria-label\": `Scroll to page ${index + 1}`,\n    type: \"button\",\n    ...props,\n    style: {\n      ...buttonStyle,\n      padding: `${top}px ${right}px ${bottom}px ${left}px`\n    },\n    children: /*#__PURE__*/_jsx(motion.div, {\n      style: {\n        ...dotStyle\n      },\n      initial: false,\n      animate: {\n        opacity: isSelected ? selectedOpacity : opacity\n      },\n      transition: {\n        duration: .3\n      }\n    })\n  });\n} /* Dot Styles */\nconst dotsContainerStyle = {\n  display: \"flex\",\n  placeContent: \"center\",\n  placeItems: \"center\",\n  overflow: \"hidden\",\n  position: \"absolute\",\n  pointerEvents: \"auto\"\n};\nconst dotStyle = {\n  borderRadius: \"50%\",\n  background: \"white\",\n  cursor: \"pointer\",\n  border: \"none\",\n  placeContent: \"center\",\n  placeItems: \"center\",\n  padding: 0\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Slideshow\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerDisableUnlink\": \"*\",\n        \"framerIntrinsicWidth\": \"400\",\n        \"framerIntrinsicHeight\": \"200\",\n        \"framerSupportedLayoutHeight\": \"fixed\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (23a204f)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  HjuDHPZ2q: {\n    hover: true,\n    pressed: true\n  },\n  HKiFMAqbP: {\n    hover: true,\n    pressed: true\n  },\n  ZqGnhW_Gm: {\n    hover: true,\n    pressed: true\n  }\n};\nconst cycleOrder = [\"HKiFMAqbP\", \"HjuDHPZ2q\", \"ZqGnhW_Gm\"];\nconst variantClassNames = {\n  HjuDHPZ2q: \"framer-v-7zls0l\",\n  HKiFMAqbP: \"framer-v-1qypf1t\",\n  ZqGnhW_Gm: \"framer-v-jia57p\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"1st Year Guide\": \"HKiFMAqbP\",\n  Database: \"ZqGnhW_Gm\",\n  Notion: \"HjuDHPZ2q\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"HKiFMAqbP\",\n  title: DwVL0SjdE = \"Get It Now\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"HKiFMAqbP\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-ysQEi\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Link, {\n        href: {\n          webPageId: \"EEySTNDbA\"\n        },\n        openInNewTab: true,\n        ...addPropertyOverrides({\n          HjuDHPZ2q: {\n            href: {\n              webPageId: \"DuTxkqIV6\"\n            }\n          },\n          ZqGnhW_Gm: {\n            href: {\n              webPageId: \"HQor6ANCU\"\n            }\n          }\n        }, baseVariant, gestureVariant),\n        children: /*#__PURE__*/_jsx(motion.a, {\n          ...restProps,\n          className: `${cx(\"framer-1qypf1t\", className)} framer-7m4pub`,\n          \"data-framer-name\": \"1st Year Guide\",\n          \"data-reset\": \"button\",\n          layoutDependency: layoutDependency,\n          layoutId: \"HKiFMAqbP\",\n          ref: ref,\n          style: {\n            backgroundColor: \"rgb(85, 90, 206)\",\n            borderBottomLeftRadius: 10,\n            borderBottomRightRadius: 10,\n            borderTopLeftRadius: 10,\n            borderTopRightRadius: 10,\n            ...style\n          },\n          transition: transition,\n          variants: {\n            \"HjuDHPZ2q-hover\": {\n              backgroundColor: \"rgb(255, 255, 255)\"\n            },\n            \"HjuDHPZ2q-pressed\": {\n              backgroundColor: \"rgb(237, 108, 82)\"\n            },\n            \"HKiFMAqbP-hover\": {\n              backgroundColor: \"rgb(255, 255, 255)\"\n            },\n            \"ZqGnhW_Gm-hover\": {\n              backgroundColor: \"rgb(255, 255, 255)\"\n            }\n          },\n          ...addPropertyOverrides({\n            \"HjuDHPZ2q-hover\": {\n              \"data-framer-name\": undefined\n            },\n            \"HjuDHPZ2q-pressed\": {\n              \"data-framer-name\": undefined\n            },\n            \"HKiFMAqbP-hover\": {\n              \"data-framer-name\": undefined\n            },\n            \"HKiFMAqbP-pressed\": {\n              \"data-framer-name\": undefined\n            },\n            \"ZqGnhW_Gm-hover\": {\n              \"data-framer-name\": undefined\n            },\n            \"ZqGnhW_Gm-pressed\": {\n              \"data-framer-name\": undefined\n            },\n            HjuDHPZ2q: {\n              \"data-framer-name\": \"Notion\"\n            },\n            ZqGnhW_Gm: {\n              \"data-framer-name\": \"Database\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"Q1VTVE9NO01haXNvbiBOZXVlIEV4dGVuZGVkIEJvbGQ=\",\n                  \"--framer-font-family\": '\"Maison Neue Extended Bold\", serif',\n                  \"--framer-font-size\": \"20px\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: \"Click\"\n              })\n            }),\n            className: \"framer-lpwwra\",\n            fonts: [\"CUSTOM;Maison Neue Extended Bold\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"ZTP8YPKqT\",\n            style: {\n              \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            text: DwVL0SjdE,\n            transition: transition,\n            variants: {\n              \"HjuDHPZ2q-hover\": {\n                \"--extracted-r6o4lv\": \"rgb(85, 90, 206)\"\n              },\n              \"HKiFMAqbP-hover\": {\n                \"--extracted-r6o4lv\": \"rgb(85, 90, 206)\"\n              },\n              \"ZqGnhW_Gm-hover\": {\n                \"--extracted-r6o4lv\": \"rgb(85, 90, 206)\"\n              }\n            },\n            verticalAlignment: \"top\",\n            withExternalLayout: true,\n            ...addPropertyOverrides({\n              \"HjuDHPZ2q-hover\": {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"Q1VTVE9NO01haXNvbiBOZXVlIEV4dGVuZGVkIEJvbGQ=\",\n                      \"--framer-font-family\": '\"Maison Neue Extended Bold\", serif',\n                      \"--framer-font-size\": \"20px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Learn more\"\n                  })\n                })\n              },\n              \"HKiFMAqbP-hover\": {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"Q1VTVE9NO01haXNvbiBOZXVlIEV4dGVuZGVkIEJvbGQ=\",\n                      \"--framer-font-family\": '\"Maison Neue Extended Bold\", serif',\n                      \"--framer-font-size\": \"20px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Learn more\"\n                  })\n                })\n              },\n              \"ZqGnhW_Gm-hover\": {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"Q1VTVE9NO01haXNvbiBOZXVlIEV4dGVuZGVkIEJvbGQ=\",\n                      \"--framer-font-family\": '\"Maison Neue Extended Bold\", serif',\n                      \"--framer-font-size\": \"20px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Learn more\"\n                  })\n                })\n              },\n              \"ZqGnhW_Gm-pressed\": {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"Q1VTVE9NO01haXNvbiBOZXVlIEV4dGVuZGVkIEJvbGQ=\",\n                      \"--framer-font-family\": '\"Maison Neue Extended Bold\", serif',\n                      \"--framer-font-size\": \"20px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Learn more\"\n                  })\n                })\n              }\n            }, baseVariant, gestureVariant)\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-ysQEi [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-ysQEi .framer-7m4pub { display: block; }\", \".framer-ysQEi .framer-1qypf1t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 10px 20px 10px 20px; position: relative; text-decoration: none; width: min-content; }\", \".framer-ysQEi .framer-lpwwra { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-ysQEi .framer-v-1qypf1t .framer-1qypf1t, .framer-ysQEi .framer-v-7zls0l .framer-1qypf1t, .framer-ysQEi .framer-v-jia57p .framer-1qypf1t { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ysQEi .framer-1qypf1t { gap: 0px; } .framer-ysQEi .framer-1qypf1t > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ysQEi .framer-1qypf1t > :first-child { margin-left: 0px; } .framer-ysQEi .framer-1qypf1t > :last-child { margin-right: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicHeight 44\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicWidth 149\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"HjuDHPZ2q\":{\"layout\":[\"auto\",\"auto\"]},\"ZqGnhW_Gm\":{\"layout\":[\"auto\",\"auto\"]},\"tvxLeEecj\":{\"layout\":[\"auto\",\"auto\"]},\"Lkzxl0WOW\":{\"layout\":[\"auto\",\"auto\"]},\"AyVGxWbDB\":{\"layout\":[\"auto\",\"auto\"]},\"EBFyT_lef\":{\"layout\":[\"auto\",\"auto\"]},\"gO1WvanPF\":{\"layout\":[\"auto\",\"auto\"]},\"zNd2WXMfo\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerVariables {\"DwVL0SjdE\":\"title\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       */\nconst Framerx3yCJ38u3 = withCSS(Component, css, \"framer-ysQEi\");\nexport default Framerx3yCJ38u3;\nFramerx3yCJ38u3.displayName = \"Button - Featured Resource\";\nFramerx3yCJ38u3.defaultProps = {\n  height: 44,\n  width: 149\n};\naddPropertyControls(Framerx3yCJ38u3, {\n  variant: {\n    options: [\"HKiFMAqbP\", \"HjuDHPZ2q\", \"ZqGnhW_Gm\"],\n    optionTitles: [\"1st Year Guide\", \"Notion\", \"Database\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  DwVL0SjdE: {\n    defaultValue: \"Get It Now\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  }\n});\naddFonts(Framerx3yCJ38u3, [{\n  family: \"Maison Neue Extended Bold\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/x3yCJ38u3:default\",\n    url: \"assets/2arrIWGtdGPlVkwhOidfkxDrA.otf\"\n  },\n  url: new URL(\"https://framerusercontent.com/modules/assets/2arrIWGtdGPlVkwhOidfkxDrA~fB8cUU9n67_7PQjUGtM5oaGXciAG6CQQGK9Do0DCTq8.otf\").href\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Framerx3yCJ38u3\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerVariables\": \"{\\\"DwVL0SjdE\\\":\\\"title\\\"}\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HjuDHPZ2q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZqGnhW_Gm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tvxLeEecj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Lkzxl0WOW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AyVGxWbDB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EBFyT_lef\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gO1WvanPF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zNd2WXMfo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"44\",\n        \"framerIntrinsicWidth\": \"149\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./x3yCJ38u3.map", "// Generated by Framer (bdd6aa1)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, RichText, SVG, useHydratedBreakpointVariants, useLocaleInfo, useQueryData, useRouteElementId, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Slideshow from \"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bwgDNfOkuRQlrlKseDFD/SlideShow.js\";\nimport FooterLt from \"https://framerusercontent.com/modules/Uur9ZMAOA4CZBOGrZOH1/4hnEmMgaoUv3n7SViIcu/DNvXS6rAp.js\";\nimport NavbarNew from \"https://framerusercontent.com/modules/bjvOcS6idV5jEi15RtkB/YO507S35AT8JXabIW8rx/LdRYMOTWl.js\";\nimport ButtonFeaturedResource from \"https://framerusercontent.com/modules/DAZabXhMubNL0er2kwfK/JNLgogcOViVnf2Pwj5ob/x3yCJ38u3.js\";\nimport Resources from \"https://framerusercontent.com/modules/DJiyUGug1XdW5bCIh46O/jkwzVupT89qtiBRB8COr/s0d3YxVei.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/27tF0sxo5hUH248OD9La/qpIl5Q2Vw774sWLoNKrZ/AFUYOcShc.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/kEeFgiKDJ5Ve9hMoAV30/fe7HGV3POAMIGgFtfi1N/OMMle4QQK.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/ImI6uKO4Gkw4gQcIV8y4/sbv0Byju8Kl4mlRUTDhA/yyS1bid0L.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/HAPpMpMC2VTIvpSSWXeO/TZCvgxTEX2cxAt2p021o/xNygxhJof.js\";\nconst NavbarNewFonts = getFonts(NavbarNew);\nconst ButtonFeaturedResourceFonts = getFonts(ButtonFeaturedResource);\nconst SlideshowFonts = getFonts(Slideshow);\nconst FooterLtFonts = getFonts(FooterLt);\nconst cycleOrder = [\"yjwnEEkUQ\", \"Pjlrd45iE\", \"ITxySicBx\", \"fIVMOI_KO\"];\nconst breakpoints = {\n  fIVMOI_KO: \"(min-width: 1920px)\",\n  ITxySicBx: \"(max-width: 809px)\",\n  Pjlrd45iE: \"(min-width: 810px) and (max-width: 1199px)\",\n  yjwnEEkUQ: \"(min-width: 1200px) and (max-width: 1919px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  fIVMOI_KO: \"framer-v-185bbct\",\n  ITxySicBx: \"framer-v-8k0l51\",\n  Pjlrd45iE: \"framer-v-x576g5\",\n  yjwnEEkUQ: \"framer-v-187szua\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"yjwnEEkUQ\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transformTemplate = (_, t) => `${t} rotate(-9deg)`;\nconst transformTemplate1 = (_, t) => `translate(-50%, -50%) ${t}`;\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst QueryData = ({\n  query,\n  children\n}) => {\n  const data = useQueryData(query);\n  return children(data);\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  \"Desktop - XL\": \"fIVMOI_KO\",\n  Desktop: \"yjwnEEkUQ\",\n  Phone: \"ITxySicBx\",\n  Tablet: \"Pjlrd45iE\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"yjwnEEkUQ\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    fLtA2OssGCcLZKXGoS,\n    fisMl_nQfCcLZKXGoS,\n    TmMmcJzT0CcLZKXGoS,\n    idCcLZKXGoS,\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider();\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const isDisplayed = () => {\n    if (baseVariant === \"fIVMOI_KO\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"fIVMOI_KO\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"ITxySicBx\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed3 = () => {\n    if (baseVariant === \"ITxySicBx\") return !isBrowser();\n    return true;\n  };\n  const id = useRouteElementId(\"zvmujWil_\");\n  const ref1 = React.useRef(null);\n  const id1 = useRouteElementId(\"KIH9_k8bo\");\n  const ref2 = React.useRef(null);\n  const id2 = useRouteElementId(\"uKhsEYOW2\");\n  const ref3 = React.useRef(null);\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"yjwnEEkUQ\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-F68JB\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-187szua\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-14vd2ck-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                ITxySicBx: {\n                  variant: \"HAg0v5sJg\"\n                },\n                Pjlrd45iE: {\n                  variant: \"vTRhK41s_\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(NavbarNew, {\n                height: \"100%\",\n                id: \"Hv45hQp7P\",\n                layoutId: \"Hv45hQp7P\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                variant: \"NNVDSqJiE\",\n                width: \"100%\"\n              })\n            })\n          }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1s9drqj hidden-187szua hidden-x576g5 hidden-8k0l51\",\n            \"data-framer-name\": \"Header\",\n            name: \"Header\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-oi7f7h\",\n              \"data-framer-name\": \"img container_blog\",\n              name: \"img container_blog\",\n              children: [/*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1tg326s\",\n                \"data-framer-name\": \"Group 4\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 1038,\n                intrinsicWidth: 1255,\n                name: \"Group 4\",\n                svg: '<svg width=\"1255\" height=\"1038\" viewBox=\"0 0 1255 1038\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g style=\"mix-blend-mode:soft-light\">\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter0_f_19708_8301)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M721.687 133.979C760.281 146.991 786.607 199.084 779.591 239.204C771.851 283.465 692.538 289.187 686.753 333.746C679.469 389.854 765.276 435.696 747.124 489.284C732.447 532.612 664.934 536.841 619.381 532.642C576.855 528.722 553.462 475.822 511.562 467.57C464.74 458.349 403.343 519.677 371.787 483.879C339.117 446.818 400.372 390.337 399.928 340.934C399.633 308.046 364.175 281.212 369.675 248.785C375.218 216.106 404.562 193.572 428.763 170.923C452.343 148.854 476.222 117.987 508.506 118.853C542.07 119.754 556.398 172.87 589.889 175.247C636.605 178.561 677.307 119.017 721.687 133.979Z\" fill=\"#254EFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter1_f_19708_8301)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M774.905 451.757C813.5 464.769 839.825 516.862 832.81 556.982C825.069 601.243 745.756 606.965 739.971 651.524C732.687 707.632 818.495 753.474 800.343 807.062C785.666 850.39 718.153 854.619 672.599 850.42C630.074 846.5 606.681 793.6 564.78 785.348C517.959 776.127 456.562 837.455 425.006 801.657C392.336 764.597 453.591 708.115 453.147 658.712C452.852 625.824 417.394 598.99 422.894 566.563C428.436 533.884 457.781 511.35 481.982 488.701C505.562 466.632 529.441 435.765 561.725 436.631C595.289 437.532 609.616 490.648 643.108 493.025C689.824 496.339 730.526 436.795 774.905 451.757Z\" fill=\"#405CFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter2_f_19708_8301)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M857.366 181.811C895.961 194.823 922.286 246.916 915.27 287.036C907.53 331.297 828.217 337.019 822.432 381.578C815.148 437.685 900.955 483.528 882.804 537.116C868.127 580.444 800.614 584.672 755.06 580.473C712.535 576.554 689.142 523.654 647.241 515.402C600.42 506.181 539.023 567.509 507.466 531.711C474.796 494.65 536.052 438.169 535.608 388.766C535.313 355.878 499.855 329.044 505.355 296.617C510.897 263.938 540.242 241.404 564.443 218.754C588.023 196.686 611.902 165.819 644.186 166.685C677.75 167.586 692.077 220.702 725.569 223.079C772.285 226.393 812.987 166.849 857.366 181.811Z\" fill=\"#1150FF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter3_f_19708_8301)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M506.157 462.288C546.948 476.04 574.773 531.099 567.358 573.503C559.177 620.284 475.348 626.331 469.234 673.428C461.535 732.73 552.228 781.182 533.042 837.821C517.53 883.616 446.173 888.085 398.026 883.647C353.08 879.504 328.354 823.593 284.068 814.871C234.581 805.125 169.689 869.944 136.336 832.109C101.805 792.938 166.548 733.24 166.079 681.025C165.767 646.264 128.291 617.903 134.104 583.63C139.962 549.09 170.977 525.273 196.556 501.334C221.478 478.009 246.717 445.385 280.839 446.3C316.314 447.252 331.457 503.393 366.856 505.904C416.231 509.408 459.251 446.473 506.157 462.288Z\" fill=\"#435DFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter4_f_19708_8301)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1043.77 373.774C1084.56 387.527 1112.38 442.585 1104.97 484.989C1096.79 531.771 1012.96 537.818 1006.85 584.914C999.146 644.216 1089.84 692.669 1070.65 749.307C1055.14 795.102 983.784 799.572 935.637 795.134C890.691 790.991 865.966 735.079 821.68 726.358C772.193 716.611 707.3 781.431 673.947 743.595C639.417 704.424 704.16 644.727 703.691 592.511C703.378 557.751 665.902 529.389 671.715 495.116C677.573 460.576 708.588 436.76 734.167 412.821C759.089 389.496 784.328 356.871 818.45 357.787C853.925 358.739 869.068 414.879 904.467 417.391C953.843 420.894 996.862 357.96 1043.77 373.774Z\" fill=\"#435DFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter5_f_19708_8301)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M823.936 448.503C864.728 462.255 892.552 517.314 885.137 559.718C876.956 606.5 793.127 612.547 787.013 659.643C779.314 718.945 870.007 767.398 850.822 824.036C835.309 869.831 763.952 874.3 715.805 869.862C670.859 865.719 646.134 809.808 601.848 801.086C552.361 791.34 487.468 856.159 454.115 818.324C419.585 779.153 484.328 719.455 483.859 667.24C483.546 632.479 446.07 604.118 451.883 569.845C457.741 535.305 488.756 511.488 514.335 487.549C539.257 464.224 564.496 431.6 598.618 432.515C634.093 433.468 649.236 489.608 684.635 492.119C734.011 495.623 777.03 432.689 823.936 448.503Z\" fill=\"#435DFF\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_19708_8301\" x=\"199.447\" y=\"-43.9065\" width=\"744.019\" height=\"740.561\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19708_8301\"/>\\n</filter>\\n<filter id=\"filter1_f_19708_8301\" x=\"252.666\" y=\"273.872\" width=\"744.019\" height=\"740.561\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19708_8301\"/>\\n</filter>\\n<filter id=\"filter2_f_19708_8301\" x=\"335.127\" y=\"3.92538\" width=\"744.019\" height=\"740.561\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19708_8301\"/>\\n</filter>\\n<filter id=\"filter3_f_19708_8301\" x=\"-36.5507\" y=\"283.539\" width=\"767.847\" height=\"764.193\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19708_8301\"/>\\n</filter>\\n<filter id=\"filter4_f_19708_8301\" x=\"501.061\" y=\"195.026\" width=\"767.847\" height=\"764.193\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19708_8301\"/>\\n</filter>\\n<filter id=\"filter5_f_19708_8301\" x=\"281.229\" y=\"269.754\" width=\"767.847\" height=\"764.193\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19708_8301\"/>\\n</filter>\\n</defs>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1r7kabo\",\n                \"data-framer-name\": \"Group 1321314369\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 50,\n                intrinsicWidth: 50,\n                name: \"Group 1321314369\",\n                svg: '<svg width=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M33.9763 38.3672L33.2633 26.7527C33.2551 26.6201 33.2851 26.4879 33.3498 26.3719L39.0159 16.207C39.0765 16.0983 39.1067 15.9752 39.1033 15.8508C39.1 15.7263 39.0633 15.6051 38.9969 15.4997C38.9306 15.3944 38.8372 15.3088 38.7264 15.252C38.6156 15.1952 38.4916 15.1692 38.3674 15.1768L26.7519 15.8904C26.6196 15.8985 26.4877 15.8688 26.3717 15.8047L16.2068 10.1386C16.0982 10.0779 15.9752 10.0476 15.8508 10.0509C15.7264 10.0541 15.6052 10.0909 15.4999 10.1572C15.3945 10.2234 15.309 10.3169 15.2523 10.4276C15.1956 10.5384 15.1697 10.6624 15.1775 10.7866L15.8927 22.4047C15.9003 22.537 15.8701 22.6688 15.8056 22.7846L10.1395 32.9494C10.0789 33.0582 10.0487 33.1812 10.0521 33.3057C10.0554 33.4301 10.0921 33.5514 10.1585 33.6567C10.2248 33.7621 10.3182 33.8476 10.429 33.9045C10.5398 33.9613 10.6638 33.9873 10.788 33.9797L22.4045 33.2618C22.5371 33.2536 22.6692 33.2837 22.7852 33.3484L32.9495 39.0136C33.058 39.0735 33.1805 39.1033 33.3044 39.0997C33.4282 39.0962 33.5488 39.0595 33.6537 38.9935C33.7586 38.9275 33.8438 38.8346 33.9005 38.7244C33.9573 38.6143 33.9834 38.4909 33.9763 38.3672Z\" fill=\"#FFFF29\"/>\\n<path d=\"M34.7589 38.3188L34.0474 26.7298L39.7006 16.5889C39.8297 16.3573 39.894 16.0953 39.887 15.8304C39.8799 15.5654 39.8017 15.3072 39.6604 15.0829C39.5192 14.8586 39.3203 14.6764 39.0844 14.5554C38.8485 14.4345 38.5845 14.3792 38.3199 14.3955L26.731 15.1069L16.5891 9.45426C16.3576 9.32521 16.0956 9.26084 15.8306 9.26791C15.5657 9.27498 15.3075 9.35322 15.0831 9.49443C14.8588 9.63564 14.6766 9.83461 14.5557 10.0705C14.4347 10.3063 14.3795 10.5704 14.3957 10.835L15.1072 22.4239L9.45452 32.5657C9.32547 32.7973 9.2611 33.0593 9.26817 33.3243C9.27524 33.5892 9.35348 33.8474 9.49469 34.0717C9.6359 34.2961 9.83487 34.4783 10.0707 34.5992C10.3066 34.7202 10.5707 34.7754 10.8352 34.7592L22.4236 34.0469L32.5655 39.6995C32.797 39.8285 33.059 39.8929 33.324 39.8858C33.5889 39.8788 33.8471 39.8005 34.0714 39.6593C34.2958 39.5181 34.478 39.3191 34.5989 39.0833C34.7199 38.8474 34.7751 38.5833 34.7589 38.3188ZM33.1866 38.2508L23.1652 32.6643C22.9185 32.5267 22.6375 32.4628 22.3556 32.4802L10.9041 33.1864L16.4897 23.1655C16.6277 22.919 16.6916 22.6378 16.6738 22.3559L15.9711 10.9022L25.9928 16.4873C26.2394 16.6253 26.5205 16.6892 26.8025 16.6714L38.2527 15.9708L32.667 25.9917C32.5298 26.2385 32.4659 26.5194 32.4829 26.8014L33.1866 38.2508Z\" fill=\"#050505\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-11ckbtf\",\n                \"data-framer-name\": \"Group 13445\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 23,\n                intrinsicWidth: 32,\n                name: \"Group 13445\",\n                svg: '<svg width=\"32\" height=\"23\" viewBox=\"0 0 32 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.8831 9.10465L17.4791 7.33159C17.4174 7.31137 17.3567 7.27208 17.3043 7.2184L12.7106 2.5169C12.6615 2.46662 12.605 2.42893 12.5472 2.40778C12.4894 2.38662 12.4324 2.38279 12.3821 2.39668C12.3318 2.41056 12.29 2.44166 12.2613 2.4867C12.2325 2.53175 12.2178 2.58909 12.2186 2.6527L12.299 8.59998C12.2999 8.66772 12.2833 8.7283 12.251 8.77465L9.40288 12.8255C9.37238 12.8688 9.35566 12.9248 9.35449 12.9877C9.35332 13.0506 9.36773 13.118 9.39622 13.1829C9.4247 13.2478 9.46621 13.3078 9.51637 13.3565C9.56653 13.4052 9.6235 13.4409 9.68129 13.4598L15.0869 15.2324C15.1485 15.2529 15.209 15.2922 15.2613 15.3457L19.855 20.0472C19.9041 20.0975 19.9606 20.1352 20.0184 20.1563C20.0762 20.1775 20.1332 20.1813 20.1836 20.1674C20.2339 20.1535 20.2756 20.1224 20.3043 20.0774C20.3331 20.0324 20.3478 19.975 20.347 19.9114L20.2647 13.9629C20.2637 13.895 20.2805 13.8343 20.313 13.7881L23.1608 9.73734C23.1909 9.69403 23.2074 9.63812 23.2084 9.57546C23.2095 9.51279 23.195 9.44566 23.1667 9.38105C23.1383 9.31643 23.097 9.25671 23.0472 9.2081C22.9973 9.15948 22.9406 9.12376 22.8831 9.10465Z\" fill=\"#FFFF29\"/>\\n<path d=\"M22.8773 8.70392L17.4852 6.93475L12.9023 2.24406C12.7976 2.13697 12.6775 2.05669 12.5544 2.01163C12.4313 1.96657 12.3098 1.9584 12.2027 1.98797C12.0956 2.01754 12.0067 2.08376 11.9455 2.17969C11.8843 2.27561 11.853 2.39771 11.8548 2.53318L11.9348 8.4668L9.0933 12.5086C9.02843 12.6009 8.99291 12.7203 8.99047 12.8543C8.98803 12.9882 9.01876 13.1319 9.07943 13.2701C9.1401 13.4083 9.22848 13.5361 9.3353 13.6399C9.44212 13.7437 9.56345 13.8198 9.68655 13.8602L15.0786 15.6294L19.662 20.3199C19.7666 20.427 19.8868 20.5073 20.0099 20.5524C20.1329 20.5974 20.2544 20.6056 20.3615 20.576C20.4687 20.5465 20.5575 20.4802 20.6187 20.3843C20.6799 20.2884 20.7112 20.1663 20.7094 20.0308L20.6291 14.0973L23.4705 10.0555C23.5354 9.96323 23.5709 9.84384 23.5734 9.70986C23.5758 9.57587 23.5451 9.43224 23.4844 9.29401C23.4237 9.15578 23.3353 9.02805 23.2285 8.92423C23.1217 8.82041 23.0004 8.74431 22.8773 8.70392ZM22.8118 9.47875L20.0036 13.4724C19.9345 13.5707 19.8987 13.6997 19.9007 13.8441L19.9812 19.7079L15.4526 15.073C15.3411 14.9587 15.2121 14.8752 15.0809 14.8324L9.75172 13.0836L12.5593 9.08959C12.6286 8.99142 12.6643 8.86238 12.6622 8.71792L12.5843 2.85574L17.1129 7.4906C17.2245 7.6046 17.3534 7.68811 17.4846 7.73129L22.8118 9.47875Z\" fill=\"#050505\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-9ul5l8\",\n                \"data-framer-name\": \"Asset 25\",\n                name: \"Asset 25\",\n                transformTemplate: transformTemplate\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  sizes: \"1920px\",\n                  src: new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png\").href} 1920w`\n                },\n                className: \"framer-1btenw9\",\n                \"data-framer-name\": \"New Project (1) 1\",\n                name: \"New Project (1) 1\"\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1fpt27\",\n                \"data-framer-name\": \"Frame 1321314522\",\n                name: \"Frame 1321314522\",\n                transformTemplate: transformTemplate1,\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--framer-font-size\": \"50px\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7TWFpc29uIE5ldWUgRXh0ZW5kZWQtODAw\",\n                          \"--framer-font-family\": '\"Maison Neue Extended\"',\n                          \"--framer-font-size\": \"50px\",\n                          \"--framer-font-weight\": \"800\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: \"Resources\"\n                      })\n                    })\n                  }),\n                  className: \"framer-1rarr5a\",\n                  \"data-framer-name\": \"Resources\",\n                  fonts: [\"GF;Maison Neue Extended-800\"],\n                  name: \"Resources\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsxs(React.Fragment, {\n                    children: [/*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--framer-font-size\": \"16px\",\n                        \"--framer-line-height\": \"24px\",\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7TWFpc29uIE5ldWUtcmVndWxhcg==\",\n                          \"--framer-font-family\": '\"Maison Neue\"',\n                          \"--framer-font-size\": \"16px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: \"Freebies and templates to help you get your work and financial life \"\n                      })\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--framer-font-size\": \"16px\",\n                        \"--framer-line-height\": \"24px\",\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7TWFpc29uIE5ldWUtcmVndWxhcg==\",\n                          \"--framer-font-family\": '\"Maison Neue\"',\n                          \"--framer-font-size\": \"16px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: \"in check.\"\n                      })\n                    })]\n                  }),\n                  className: \"framer-1zoxwm\",\n                  \"data-framer-name\": \"Freebies and templates to help you get your work and financial life in check.\",\n                  fonts: [\"GF;Maison Neue-regular\"],\n                  name: \"Freebies and templates to help you get your work and financial life in check.\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  sizes: \"2922px\",\n                  src: new URL(\"https://framerusercontent.com/images/z6m72MVG8297AMpkykDivatUeIg.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/z6m72MVG8297AMpkykDivatUeIg.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/z6m72MVG8297AMpkykDivatUeIg.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/z6m72MVG8297AMpkykDivatUeIg.png?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/z6m72MVG8297AMpkykDivatUeIg.png\").href} 2922w`\n                },\n                className: \"framer-gacxcl\",\n                \"data-framer-name\": \"Group 1321314375\",\n                name: \"Group 1321314375\"\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1916hs8\",\n                \"data-framer-name\": \"Asset 26\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 68,\n                intrinsicWidth: 68,\n                name: \"Asset 26\",\n                svg: '<svg width=\"68\" height=\"68\" viewBox=\"0 0 68 68\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_19708_8346)\">\\n<path d=\"M61.2334 40.4928C59.6262 47.272 55.5574 53.2121 49.8168 57.16C44.0761 61.1078 37.0733 62.7816 30.168 61.8564C23.2626 60.9313 16.9474 57.4732 12.4483 52.1535C7.94933 46.8338 5.58756 40.0322 5.82156 33.069C6.05556 26.1059 8.86863 19.4781 13.7146 14.4725C18.5606 9.46687 25.0938 6.44055 32.0457 5.98108C38.9976 5.52161 45.8722 7.66179 51.3348 11.9861C56.7975 16.3104 60.4584 22.5103 61.6067 29.3821C62.2283 33.0732 62.1014 36.8517 61.2334 40.4928Z\" fill=\"#FFFF29\"/>\\n<path d=\"M58.9421 18.1739C55.8287 13.2741 51.3412 9.39979 46.0395 7.0347C40.7379 4.66961 34.8571 3.91848 29.1312 4.87507C23.4053 5.83165 18.088 8.45359 13.843 12.4136C9.59806 16.3735 6.61353 21.4961 5.26197 27.1418C3.66774 33.8074 4.44138 40.8199 7.4503 46.9775C10.4592 53.1352 15.5161 58.0547 21.7543 60.893C27.9925 63.7312 35.0236 64.3115 41.6427 62.5343C48.2618 60.7572 54.0568 56.7333 58.0345 51.1522C61.4461 46.3678 63.3546 40.6753 63.5162 34.8014C63.6779 28.9275 62.0854 23.1386 58.9421 18.1739ZM61.2335 40.493C59.6264 47.2722 55.5575 53.2123 49.8169 57.1601C44.0762 61.108 37.0735 62.7818 30.1681 61.8566C23.2627 60.9315 16.9475 57.4734 12.4485 52.1537C7.94945 46.834 5.58768 40.0324 5.82168 33.0692C6.05568 26.1061 8.86876 19.4783 13.7148 14.4727C18.5608 9.46707 25.0939 6.44074 32.0458 5.98127C38.9977 5.52181 45.8723 7.66198 51.335 11.9863C56.7976 16.3106 60.4585 22.5105 61.6069 29.3823C62.2285 33.0734 62.1015 36.8519 61.2335 40.493Z\" fill=\"black\"/>\\n<path d=\"M52.0105 32.1796C51.0267 32.3426 50.0183 32.1088 49.2067 31.5293C48.395 30.9499 47.8463 30.0722 47.681 29.0887L46.1617 29.3425C46.3727 30.5942 47.0251 31.7289 48.0008 32.541C48.9764 33.353 50.2106 33.7888 51.4798 33.7692C52.0112 38.0158 50.8972 42.3047 48.3662 45.7558C45.6667 49.4477 41.6297 51.9366 37.1187 52.6903C32.6076 53.4439 27.9808 52.4024 24.2278 49.7885C20.7128 47.3472 18.2652 43.6534 17.387 39.4649C18.5938 39.071 19.6195 38.2577 20.2782 37.1726C20.9368 36.0874 21.1849 34.8022 20.9774 33.5499L19.4591 33.8035C19.6235 34.7876 19.3903 35.7968 18.8106 36.6089C18.231 37.421 17.3525 37.9696 16.3684 38.1341C15.3843 38.2985 14.3752 38.0652 13.563 37.4856C12.7509 36.906 12.2023 36.0275 12.0379 35.0433L10.5195 35.297C10.7314 36.5539 11.3884 37.6926 12.3704 38.5051C13.3524 39.3177 14.594 39.7498 15.8684 39.7226C16.8144 44.3176 19.4912 48.3728 23.3445 51.0488C27.428 53.8949 32.4635 55.0292 37.3729 54.209C42.2823 53.3888 46.6756 50.6793 49.6122 46.6605C52.3858 42.877 53.5986 38.1721 52.9998 33.5193C54.2138 33.131 55.2477 32.3188 55.9123 31.2311C56.5769 30.1434 56.828 28.8529 56.6196 27.5954L55.1012 27.849C55.2646 28.833 55.0309 29.8416 54.4514 30.6535C53.872 31.4653 52.9942 32.0142 52.0105 32.1796Z\" fill=\"black\"/>\\n<path d=\"M27.7457 16.7713L26.7842 16.9319C25.8312 17.0911 25.1877 17.9928 25.3469 18.9458L27.5583 32.1828C27.7175 33.1358 28.6191 33.7793 29.5721 33.6201L30.5337 33.4594C31.4867 33.3002 32.1302 32.3986 31.9709 31.4456L29.7595 18.2086C29.6003 17.2556 28.6987 16.6121 27.7457 16.7713Z\" fill=\"black\"/>\\n<path d=\"M35.2711 15.5142L34.3095 15.6749C33.3565 15.8341 32.7131 16.7357 32.8723 17.6887L35.0837 30.9257C35.2429 31.8787 36.1445 32.5222 37.0975 32.363L38.0591 32.2023C39.0121 32.0431 39.6555 31.1415 39.4963 30.1885L37.2849 16.9515C37.1257 15.9985 36.2241 15.355 35.2711 15.5142Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_19708_8346\">\\n<rect width=\"59.0657\" height=\"59.0657\" fill=\"white\" transform=\"translate(0 9.73291) rotate(-9.48443)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                withExternalLayout: true\n              })]\n            })\n          }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-sfr4pv hidden-185bbct\",\n            \"data-framer-name\": \"Header\",\n            name: \"Header\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-2hmmwn\",\n              \"data-framer-name\": \"img container_blog\",\n              name: \"img container_blog\",\n              children: [/*#__PURE__*/_jsx(SVG, {\n                className: \"framer-3hh9jo\",\n                \"data-framer-name\": \"Group 4\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 1038,\n                intrinsicWidth: 1255,\n                name: \"Group 4\",\n                svg: '<svg width=\"1255\" height=\"1038\" viewBox=\"0 0 1255 1038\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g style=\"mix-blend-mode:soft-light\">\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter0_f_19862_31963)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M721.687 133.979C760.281 146.991 786.607 199.084 779.591 239.204C771.851 283.465 692.538 289.187 686.753 333.746C679.469 389.854 765.276 435.696 747.124 489.284C732.447 532.612 664.934 536.841 619.381 532.642C576.855 528.722 553.462 475.822 511.562 467.57C464.74 458.349 403.343 519.677 371.787 483.879C339.117 446.818 400.372 390.337 399.928 340.934C399.633 308.046 364.175 281.212 369.675 248.785C375.218 216.106 404.562 193.572 428.763 170.923C452.343 148.854 476.222 117.987 508.506 118.853C542.07 119.754 556.398 172.87 589.889 175.247C636.605 178.561 677.307 119.017 721.687 133.979Z\" fill=\"#254EFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter1_f_19862_31963)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M774.905 451.757C813.5 464.769 839.825 516.862 832.81 556.982C825.069 601.243 745.756 606.965 739.971 651.524C732.687 707.632 818.495 753.474 800.343 807.062C785.666 850.39 718.153 854.619 672.599 850.42C630.074 846.5 606.681 793.6 564.78 785.348C517.959 776.127 456.562 837.455 425.006 801.657C392.336 764.597 453.591 708.115 453.147 658.712C452.852 625.824 417.394 598.99 422.894 566.563C428.436 533.884 457.781 511.35 481.982 488.701C505.562 466.632 529.441 435.765 561.725 436.631C595.289 437.532 609.616 490.648 643.108 493.025C689.824 496.339 730.526 436.795 774.905 451.757Z\" fill=\"#405CFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter2_f_19862_31963)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M857.366 181.811C895.961 194.823 922.286 246.916 915.27 287.036C907.53 331.297 828.217 337.019 822.432 381.578C815.148 437.685 900.955 483.528 882.804 537.116C868.127 580.444 800.614 584.672 755.06 580.473C712.535 576.554 689.142 523.654 647.241 515.402C600.42 506.181 539.023 567.509 507.466 531.711C474.796 494.65 536.052 438.169 535.608 388.766C535.313 355.878 499.855 329.044 505.355 296.617C510.897 263.938 540.242 241.404 564.443 218.754C588.023 196.686 611.902 165.819 644.186 166.685C677.75 167.586 692.077 220.702 725.569 223.079C772.285 226.393 812.987 166.849 857.366 181.811Z\" fill=\"#1150FF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter3_f_19862_31963)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M506.157 462.288C546.948 476.04 574.773 531.099 567.358 573.503C559.177 620.284 475.348 626.331 469.234 673.428C461.535 732.73 552.228 781.182 533.042 837.821C517.53 883.616 446.173 888.085 398.026 883.647C353.08 879.504 328.354 823.593 284.068 814.871C234.581 805.125 169.689 869.944 136.336 832.109C101.805 792.938 166.548 733.24 166.079 681.025C165.767 646.264 128.291 617.903 134.104 583.63C139.962 549.09 170.977 525.273 196.556 501.334C221.478 478.009 246.717 445.385 280.839 446.3C316.314 447.252 331.457 503.393 366.856 505.904C416.231 509.408 459.251 446.473 506.157 462.288Z\" fill=\"#435DFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter4_f_19862_31963)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1043.77 373.774C1084.56 387.527 1112.38 442.585 1104.97 484.989C1096.79 531.771 1012.96 537.818 1006.85 584.914C999.146 644.216 1089.84 692.669 1070.65 749.307C1055.14 795.102 983.784 799.572 935.637 795.134C890.691 790.991 865.966 735.079 821.68 726.358C772.193 716.611 707.3 781.431 673.947 743.595C639.417 704.424 704.16 644.727 703.691 592.511C703.378 557.751 665.902 529.389 671.715 495.116C677.573 460.576 708.588 436.76 734.167 412.821C759.089 389.496 784.328 356.871 818.45 357.787C853.925 358.739 869.068 414.879 904.467 417.391C953.843 420.894 996.862 357.96 1043.77 373.774Z\" fill=\"#435DFF\"/>\\n</g>\\n<g style=\"mix-blend-mode:overlay\" filter=\"url(#filter5_f_19862_31963)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M823.936 448.503C864.728 462.255 892.552 517.314 885.137 559.718C876.956 606.5 793.127 612.547 787.013 659.643C779.314 718.945 870.007 767.398 850.822 824.036C835.309 869.831 763.952 874.3 715.805 869.862C670.859 865.719 646.134 809.808 601.848 801.086C552.361 791.34 487.468 856.159 454.115 818.324C419.585 779.153 484.328 719.455 483.859 667.24C483.546 632.479 446.07 604.118 451.883 569.845C457.741 535.305 488.756 511.488 514.335 487.549C539.257 464.224 564.496 431.6 598.618 432.515C634.093 433.468 649.236 489.608 684.635 492.119C734.011 495.623 777.03 432.689 823.936 448.503Z\" fill=\"#435DFF\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_19862_31963\" x=\"199.447\" y=\"-43.9065\" width=\"744.019\" height=\"740.561\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19862_31963\"/>\\n</filter>\\n<filter id=\"filter1_f_19862_31963\" x=\"252.666\" y=\"273.872\" width=\"744.019\" height=\"740.561\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19862_31963\"/>\\n</filter>\\n<filter id=\"filter2_f_19862_31963\" x=\"335.127\" y=\"3.92538\" width=\"744.019\" height=\"740.561\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19862_31963\"/>\\n</filter>\\n<filter id=\"filter3_f_19862_31963\" x=\"-36.5507\" y=\"283.539\" width=\"767.847\" height=\"764.193\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19862_31963\"/>\\n</filter>\\n<filter id=\"filter4_f_19862_31963\" x=\"501.061\" y=\"195.026\" width=\"767.847\" height=\"764.193\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19862_31963\"/>\\n</filter>\\n<filter id=\"filter5_f_19862_31963\" x=\"281.229\" y=\"269.754\" width=\"767.847\" height=\"764.193\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"81.371\" result=\"effect1_foregroundBlur_19862_31963\"/>\\n</filter>\\n</defs>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1u7shr3\",\n                \"data-framer-name\": \"Group 1321314369\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 50,\n                intrinsicWidth: 50,\n                name: \"Group 1321314369\",\n                svg: '<svg width=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M33.9763 38.3672L33.2633 26.7527C33.2551 26.6201 33.2851 26.4879 33.3498 26.3719L39.0159 16.207C39.0765 16.0983 39.1067 15.9752 39.1033 15.8508C39.1 15.7263 39.0633 15.6051 38.9969 15.4997C38.9306 15.3944 38.8372 15.3088 38.7264 15.252C38.6156 15.1952 38.4916 15.1692 38.3674 15.1768L26.7519 15.8904C26.6196 15.8985 26.4877 15.8688 26.3717 15.8047L16.2068 10.1386C16.0982 10.0779 15.9752 10.0476 15.8508 10.0509C15.7264 10.0541 15.6052 10.0909 15.4999 10.1572C15.3945 10.2234 15.309 10.3169 15.2523 10.4276C15.1956 10.5384 15.1697 10.6624 15.1775 10.7866L15.8927 22.4047C15.9003 22.537 15.8701 22.6688 15.8056 22.7846L10.1395 32.9494C10.0789 33.0582 10.0487 33.1812 10.0521 33.3057C10.0554 33.4301 10.0921 33.5514 10.1585 33.6567C10.2248 33.7621 10.3182 33.8476 10.429 33.9045C10.5398 33.9613 10.6638 33.9873 10.788 33.9797L22.4045 33.2618C22.5371 33.2536 22.6692 33.2837 22.7852 33.3484L32.9495 39.0136C33.058 39.0735 33.1805 39.1033 33.3044 39.0997C33.4282 39.0962 33.5488 39.0595 33.6537 38.9935C33.7586 38.9275 33.8438 38.8346 33.9005 38.7244C33.9573 38.6143 33.9834 38.4909 33.9763 38.3672Z\" fill=\"#FFFF29\"/>\\n<path d=\"M34.7589 38.3188L34.0474 26.7298L39.7006 16.5889C39.8297 16.3573 39.894 16.0953 39.887 15.8304C39.8799 15.5654 39.8017 15.3072 39.6604 15.0829C39.5192 14.8586 39.3203 14.6764 39.0844 14.5554C38.8485 14.4345 38.5845 14.3792 38.3199 14.3955L26.731 15.1069L16.5891 9.45426C16.3576 9.32521 16.0956 9.26084 15.8306 9.26791C15.5657 9.27498 15.3075 9.35322 15.0831 9.49443C14.8588 9.63564 14.6766 9.83461 14.5557 10.0705C14.4347 10.3063 14.3795 10.5704 14.3957 10.835L15.1072 22.4239L9.45452 32.5657C9.32547 32.7973 9.2611 33.0593 9.26817 33.3243C9.27524 33.5892 9.35348 33.8474 9.49469 34.0717C9.6359 34.2961 9.83487 34.4783 10.0707 34.5992C10.3066 34.7202 10.5707 34.7754 10.8352 34.7592L22.4236 34.0469L32.5655 39.6995C32.797 39.8285 33.059 39.8929 33.324 39.8858C33.5889 39.8788 33.8471 39.8005 34.0714 39.6593C34.2958 39.5181 34.478 39.3191 34.5989 39.0833C34.7199 38.8474 34.7751 38.5833 34.7589 38.3188ZM33.1866 38.2508L23.1652 32.6643C22.9185 32.5267 22.6375 32.4628 22.3556 32.4802L10.9041 33.1864L16.4897 23.1655C16.6277 22.919 16.6916 22.6378 16.6738 22.3559L15.9711 10.9022L25.9928 16.4873C26.2394 16.6253 26.5205 16.6892 26.8025 16.6714L38.2527 15.9708L32.667 25.9917C32.5298 26.2385 32.4659 26.5194 32.4829 26.8014L33.1866 38.2508Z\" fill=\"#050505\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-glr5mj\",\n                \"data-framer-name\": \"Group 13445\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 24,\n                intrinsicWidth: 26,\n                name: \"Group 13445\",\n                svg: '<svg width=\"26\" height=\"24\" viewBox=\"0 0 26 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M21.1447 9.72401L15.4037 8.32494C15.3381 8.30899 15.2774 8.27424 15.2289 8.22483L10.9722 3.89733C10.9267 3.85105 10.8704 3.8176 10.8095 3.80049C10.7485 3.78337 10.685 3.78323 10.6256 3.80006C10.5662 3.8169 10.5131 3.85009 10.4719 3.89617C10.4308 3.94225 10.403 3.99952 10.3915 4.06196L9.3211 9.8997C9.3089 9.9662 9.27833 10.0268 9.23297 10.0744L5.23399 14.2348C5.19119 14.2792 5.16143 14.3353 5.14783 14.3972C5.13423 14.459 5.13731 14.5244 5.15672 14.5863C5.17614 14.6483 5.21119 14.7045 5.25818 14.7492C5.30517 14.7939 5.36238 14.8254 5.42378 14.8403L11.1668 16.2388C11.2321 16.255 11.2926 16.2898 11.3411 16.339L15.5978 20.6665C15.6433 20.7128 15.6995 20.7463 15.7605 20.7634C15.8215 20.7805 15.885 20.7806 15.9444 20.7638C16.0038 20.747 16.0568 20.7138 16.098 20.6677C16.1392 20.6216 16.167 20.5644 16.1784 20.5019L17.2469 14.663C17.2591 14.5964 17.2899 14.5357 17.3355 14.4883L21.334 10.328C21.3764 10.2835 21.4059 10.2276 21.4193 10.1659C21.4327 10.1043 21.4295 10.0392 21.4102 9.97757C21.3909 9.91589 21.356 9.85983 21.3093 9.81524C21.2626 9.77064 21.2058 9.73914 21.1447 9.72401Z\" fill=\"#FFFF29\"/>\\n<path d=\"M21.2162 9.3308L15.4879 7.9348L11.2412 3.61724C11.1443 3.51867 11.0246 3.44743 10.8948 3.41097C10.7649 3.37451 10.6297 3.37419 10.5032 3.41004C10.3768 3.44588 10.2638 3.51657 10.1761 3.6147C10.0885 3.71283 10.0293 3.83477 10.005 3.96774L8.93674 9.79208L4.94711 13.9432C4.85602 14.0379 4.79271 14.1575 4.76381 14.2893C4.73491 14.4211 4.74148 14.5602 4.78284 14.6922C4.8242 14.8241 4.89882 14.944 4.99888 15.0392C5.09893 15.1344 5.22074 15.2015 5.35152 15.2334L11.0799 16.6294L15.327 20.9468C15.4239 21.0454 15.5436 21.1166 15.6735 21.1531C15.8033 21.1895 15.9386 21.1899 16.065 21.154C16.1914 21.1182 16.3044 21.0475 16.3921 20.9493C16.4797 20.8512 16.5389 20.7293 16.5633 20.5963L17.631 14.7721L21.6206 10.621C21.7117 10.5262 21.775 10.4067 21.8039 10.2749C21.8328 10.1431 21.8262 10.004 21.7849 9.87201C21.7435 9.74006 21.6689 9.62018 21.5689 9.52496C21.4688 9.42973 21.347 9.36267 21.2162 9.3308ZM20.9912 10.0962L17.0485 14.1978C16.9514 14.2988 16.886 14.4278 16.86 14.5695L15.806 20.3253L11.6096 16.0591C11.5065 15.9539 11.3774 15.88 11.238 15.8462L5.57651 14.4663L9.51862 10.3643C9.61588 10.2635 9.68131 10.1344 9.70707 9.99264L10.7637 4.23836L14.96 8.50451C15.0634 8.60943 15.1924 8.68328 15.3317 8.71738L20.9912 10.0962Z\" fill=\"#050505\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1ed9jdv\",\n                \"data-framer-name\": \"Asset 25\",\n                name: \"Asset 25\",\n                transformTemplate: transformTemplate\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  sizes: \"1920px\",\n                  src: new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/Vu39lMjeVZyktS0VgXMnFV9Uos.png\").href} 1920w`\n                },\n                className: \"framer-1oq4vpu\",\n                \"data-framer-name\": \"New Project (1) 1\",\n                name: \"New Project (1) 1\"\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-10iki1e\",\n                \"data-framer-name\": \"Frame 1321314522\",\n                name: \"Frame 1321314522\",\n                transformTemplate: transformTemplate1,\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--framer-font-size\": \"50px\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7TWFpc29uIE5ldWUgRXh0ZW5kZWQtODAw\",\n                          \"--framer-font-family\": '\"Maison Neue Extended\"',\n                          \"--framer-font-size\": \"50px\",\n                          \"--framer-font-weight\": \"800\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: \"Resources\"\n                      })\n                    })\n                  }),\n                  className: \"framer-1p78ep\",\n                  \"data-framer-name\": \"Resources\",\n                  fonts: [\"GF;Maison Neue Extended-800\"],\n                  name: \"Resources\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsxs(React.Fragment, {\n                    children: [/*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--framer-font-size\": \"16px\",\n                        \"--framer-line-height\": \"24px\",\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7TWFpc29uIE5ldWUtcmVndWxhcg==\",\n                          \"--framer-font-family\": '\"Maison Neue\"',\n                          \"--framer-font-size\": \"16px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: \"Freebies and templates to help you get your work and financial life \"\n                      })\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--framer-font-size\": \"16px\",\n                        \"--framer-line-height\": \"24px\",\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7TWFpc29uIE5ldWUtcmVndWxhcg==\",\n                          \"--framer-font-family\": '\"Maison Neue\"',\n                          \"--framer-font-size\": \"16px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: \"in check.\"\n                      })\n                    })]\n                  }),\n                  className: \"framer-f7tls6\",\n                  \"data-framer-name\": \"Freebies and templates to help you get your work and financial life in check.\",\n                  fonts: [\"GF;Maison Neue-regular\"],\n                  name: \"Freebies and templates to help you get your work and financial life in check.\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1rwph13\",\n                \"data-framer-name\": \"Group 1321314111\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 774,\n                intrinsicWidth: 750,\n                name: \"Group 1321314111\",\n                svg: '<svg width=\"750\" height=\"774\" viewBox=\"0 0 750 774\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.2\">\\n<g filter=\"url(#filter0_f_19862_32002)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M727.828 171.875C735.361 203.51 732.117 239.484 704.358 269.232C690.424 284.165 673.398 293.343 654.195 295.884C635.912 298.302 618.727 294.303 604.197 288.668C577.926 278.479 551.072 258.948 528.895 242.82C527.647 241.912 526.414 241.015 525.197 240.131C499.732 221.644 479.399 207.445 461.702 200.965C453.492 197.959 448.173 197.56 444.837 197.982C442.171 198.32 438.855 199.367 434.379 203.635C429.614 208.18 429.208 210.871 429.081 212.239C428.859 214.625 429.31 219.57 433.359 228.205C442.047 246.734 460.053 268.054 483.065 294.731C483.73 295.501 484.4 296.278 485.075 297.06C505.395 320.601 530.05 349.164 543.164 377.61C550.249 392.978 555.574 411.51 553.135 431.526C550.571 452.563 539.998 470.688 523.478 485.246C507.431 499.388 488.593 507.312 467.898 507.014C448.354 506.733 431.343 499.16 417.794 490.655C395.54 476.687 373.572 453.95 355.276 435.014C352.49 432.131 349.789 429.335 347.186 426.673C324.531 403.504 307.35 388.127 292.573 382.131C286.41 379.63 282.435 379.568 279.359 380.264C276.105 381 270.036 383.467 261.333 392.501C252.455 401.716 249.901 408.131 249.137 411.702C248.432 415 248.603 418.822 250.902 424.366C256.518 437.912 270.989 453.535 293.439 474.122C296.388 476.826 299.533 479.661 302.801 482.607C320.797 498.831 342.539 518.432 356.001 538.208C364.479 550.663 372.516 566.979 372.862 586.253C373.232 606.78 364.821 624.943 350.959 639.945C337.25 654.781 320.514 664.244 301.43 667.075C283.14 669.788 266.018 665.919 251.6 660.292C224.983 649.905 198.39 629.543 177.054 613.205C176.409 612.711 175.768 612.221 175.132 611.734C150.774 593.093 132.096 579.105 116.095 572.661C108.764 569.709 104.801 569.589 103.088 569.803C102.224 569.911 100.288 570.169 96.7887 573.807C92.8924 577.858 92.002 580.761 91.7106 582.75C91.3533 585.188 91.5257 589.279 93.9429 595.634C99.1352 609.286 111.865 626.148 130.133 644.038C147.775 661.315 167.806 676.895 183.771 688.328C191.677 693.99 198.418 698.516 203.135 701.596C205.489 703.134 207.33 704.305 208.548 705.071C208.826 705.246 209.071 705.399 209.282 705.531C209.534 705.689 209.738 705.815 209.892 705.91L210.077 706.024L210.186 706.092L210.225 706.116C210.22 706.113 224.676 726.474 210.705 749.427C198.393 771.402 172.086 768.732 172.077 768.727L172.057 768.715L172.004 768.682L171.845 768.585C171.717 768.506 171.543 768.399 171.325 768.264C170.889 767.995 170.278 767.615 169.506 767.129C167.963 766.158 165.772 764.762 163.044 762.981C157.597 759.424 149.975 754.304 141.083 747.936C123.452 735.31 100.148 717.293 78.8343 696.42C58.147 676.16 36.3008 650.319 25.415 621.698C19.7931 606.917 16.5509 589.979 19.1682 572.119C21.8514 553.81 30.3249 537.146 43.9465 522.983C57.9647 508.408 74.9228 499.44 93.9807 497.054C112.19 494.774 129.18 498.892 143.483 504.652C169.68 515.201 195.928 535.309 217.112 551.536C217.98 552.201 218.839 552.859 219.689 553.51C244.009 572.121 262.546 585.861 278.254 591.992C285.402 594.781 289.145 594.778 290.673 594.551L290.685 594.549C291.429 594.439 293.461 594.138 297.11 590.189C298.452 588.736 299.129 587.748 299.452 587.175C299.19 586.208 298.308 583.747 295.393 579.464C287.353 567.653 273.783 555.334 255.56 538.792C251.858 535.432 247.965 531.898 243.887 528.158C222.994 508.999 195.926 483.197 183.176 452.449C176.291 435.846 173.072 416.804 177.441 396.371C181.752 376.211 192.736 358.03 208.532 341.633C224.503 325.056 242.64 313.402 263.177 308.755C283.891 304.067 303.29 307.358 320.137 314.192C351.377 326.867 378.755 354.09 399.607 375.414C402.689 378.567 405.661 381.624 408.534 384.579C427.846 404.446 442.696 419.722 456.772 428.557C464.128 433.175 467.863 433.689 468.954 433.705C469.349 433.71 469.701 433.671 470.299 433.433C470.983 433.16 472.57 432.385 475.003 430.24C479.974 425.859 480.263 423.435 480.351 422.7L480.356 422.657C480.563 420.954 480.409 416.608 476.581 408.305C468.306 390.354 450.618 369.363 427.549 342.62C426.893 341.86 426.232 341.094 425.566 340.322C405.184 316.709 380.439 288.04 366.977 259.332C359.732 243.879 354.225 225.424 356.077 205.466C358.023 184.49 367.72 165.893 383.78 150.577C398.857 136.199 416.437 127.674 435.636 125.245C454.167 122.901 471.685 126.543 486.911 132.118C515.774 142.686 544.405 163.474 567.516 180.253L568.27 180.801C594.124 199.571 613.859 213.777 630.707 220.311C638.476 223.324 642.705 223.448 644.58 223.2C645.536 223.073 647.412 222.794 650.754 219.213C657.546 211.933 659.944 203.303 656.505 188.858C652.703 172.89 642.276 153.818 627.513 133.956C613.12 114.591 596.468 96.9337 583.144 83.9313C576.542 77.489 570.895 72.3226 566.947 68.8084C564.976 67.0538 563.436 65.7184 562.423 64.8493C561.917 64.415 561.543 64.0978 561.313 63.9037C561.198 63.8066 561.119 63.7404 561.077 63.7057L561.056 63.6878C561.061 63.6922 542.017 50.4467 565.437 22.2446C588.857 -5.95752 607.914 7.29903 607.922 7.30555L607.99 7.36186C608.027 7.39311 608.075 7.43261 608.132 7.48029C608.246 7.57565 608.398 7.7037 608.588 7.86373C608.967 8.18372 609.495 8.63179 610.16 9.20192C611.489 10.3418 613.366 11.972 615.694 14.0445C620.345 18.1845 626.827 24.1179 634.349 31.4583C649.273 46.0211 668.845 66.66 686.356 90.2199C703.499 113.283 720.658 141.764 727.828 171.875ZM299.714 586.564C299.728 586.562 299.709 586.66 299.613 586.865C299.652 586.669 299.7 586.566 299.714 586.564Z\" fill=\"white\"/>\\n</g>\\n<path d=\"M191.155 737.423C191.155 737.423 0.297405 621.249 70.369 548.395C140.44 475.542 254.524 690.297 324.036 615.067C393.877 539.483 136.238 469.514 234.934 367.067C333.629 264.621 417.372 529.892 499.242 457.743C585.604 381.635 325.777 256.55 409.081 177.107C487.291 102.522 608.455 318.278 677.557 244.223C746.66 170.168 584.489 35.4956 584.489 35.4956\" stroke=\"white\" stroke-width=\"73.3172\" stroke-linecap=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_19862_32002\" x=\"7.77417\" y=\"-6.28662\" width=\"734.028\" height=\"785.592\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"5.23694\" result=\"effect1_foregroundBlur_19862_32002\"/>\\n</filter>\\n</defs>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1gksxm3\",\n                \"data-framer-name\": \"Group 13440\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 74,\n                intrinsicWidth: 74,\n                name: \"Group 13440\",\n                svg: '<svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M62.259 27.3489L43.5913 23.7581C43.378 23.7177 43.1809 23.6164 43.024 23.4664L29.2427 10.3724C29.0952 10.2323 28.9128 10.1345 28.7145 10.0892C28.5162 10.0439 28.3094 10.0528 28.1158 10.115C27.9221 10.1771 27.7488 10.2902 27.6139 10.4424C27.4789 10.5945 27.3875 10.7802 27.349 10.9799L23.7581 29.6476C23.7177 29.8609 23.6164 30.058 23.4664 30.2149L10.3724 43.9962C10.2324 44.1437 10.1346 44.3261 10.0893 44.5244C10.044 44.7227 10.0529 44.9295 10.115 45.1231C10.1771 45.3168 10.2902 45.4901 10.4424 45.625C10.5946 45.76 10.7803 45.8514 10.98 45.8899L29.6497 49.4872C29.863 49.5276 30.0601 49.6289 30.217 49.7789L43.9983 62.8729C44.1458 63.0129 44.3282 63.1107 44.5265 63.156C44.7248 63.2013 44.9316 63.1924 45.1252 63.1303C45.3189 63.0681 45.4922 62.9551 45.6272 62.8029C45.7621 62.6507 45.8536 62.465 45.892 62.2653L49.4872 43.5892C49.5276 43.3759 49.6289 43.1788 49.7789 43.0219L62.8729 29.2406C63.0125 29.0926 63.1097 28.9099 63.1543 28.7115C63.1989 28.513 63.1893 28.3063 63.1265 28.1128C63.0638 27.9194 62.9501 27.7464 62.7974 27.612C62.6448 27.4776 62.4588 27.3867 62.259 27.3489Z\" fill=\"#FFFF29\"/>\\n<path d=\"M62.5 26.0916L43.8741 22.5102L30.1227 9.4436C29.8088 9.14532 29.4204 8.93702 28.9983 8.84054C28.5761 8.74406 28.1358 8.76296 27.7234 8.89525C27.3111 9.02754 26.942 9.26835 26.6548 9.59243C26.3676 9.9165 26.1728 10.3119 26.091 10.7371L22.5097 29.363L9.44464 43.1139C9.14593 43.4278 8.93727 43.8164 8.84057 44.2388C8.74387 44.6612 8.76271 45.1018 8.89509 45.5144C9.02747 45.927 9.26852 46.2964 9.59291 46.5837C9.91731 46.871 10.3131 47.0656 10.7387 47.1472L29.3646 50.7285L43.1138 63.7941C43.4278 64.0924 43.8162 64.3007 44.2383 64.3971C44.6605 64.4936 45.1008 64.4747 45.5131 64.3424C45.9254 64.2101 46.2946 63.9693 46.5818 63.6453C46.869 63.3212 47.0637 62.9258 47.1455 62.5006L50.7285 43.8741L63.794 30.1249C64.0927 29.811 64.3014 29.4224 64.3981 29C64.4948 28.5776 64.476 28.1369 64.3436 27.7243C64.2112 27.3117 63.9702 26.9424 63.6458 26.6551C63.3214 26.3678 62.9256 26.1731 62.5 26.0916ZM61.7467 28.5575L48.8464 42.1411C48.5279 42.4752 48.3125 42.894 48.2261 43.3474L44.6869 61.7537L31.0976 48.8464C30.7631 48.528 30.3443 48.3121 29.8908 48.2245L11.484 44.6838L24.3939 31.0972C24.7123 30.7626 24.9282 30.3438 25.0158 29.8903L28.5549 11.484L42.142 24.3955C42.4775 24.7136 42.8974 24.9286 43.3516 25.0148L61.7467 28.5575Z\" fill=\"#050505\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1v3rh31\",\n                \"data-framer-name\": \"Asset 26\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 68,\n                intrinsicWidth: 68,\n                name: \"Asset 26\",\n                svg: '<svg width=\"68\" height=\"68\" viewBox=\"0 0 68 68\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_19862_32008)\">\\n<path d=\"M61.2334 40.4927C59.6262 47.2719 55.5574 53.212 49.8168 57.1598C44.0761 61.1076 37.0733 62.7815 30.168 61.8563C23.2626 60.9312 16.9474 57.4731 12.4483 52.1534C7.94933 46.8337 5.58756 40.0321 5.82156 33.0689C6.05556 26.1058 8.86863 19.478 13.7146 14.4724C18.5606 9.46675 25.0938 6.44043 32.0457 5.98096C38.9976 5.52149 45.8722 7.66166 51.3348 11.986C56.7975 16.3103 60.4584 22.5102 61.6067 29.3819C62.2283 33.0731 62.1014 36.8516 61.2334 40.4927Z\" fill=\"#FFFF29\"/>\\n<path d=\"M58.9421 18.1737C55.8287 13.2739 51.3412 9.39967 46.0395 7.03458C40.7379 4.66949 34.8571 3.91836 29.1312 4.87495C23.4053 5.83153 18.088 8.45346 13.843 12.4134C9.59806 16.3734 6.61353 21.496 5.26197 27.1417C3.66774 33.8072 4.44138 40.8197 7.4503 46.9774C10.4592 53.1351 15.5161 58.0546 21.7543 60.8929C27.9925 63.7311 35.0236 64.3114 41.6427 62.5342C48.2618 60.7571 54.0568 56.7332 58.0345 51.1521C61.4461 46.3677 63.3546 40.6752 63.5162 34.8013C63.6779 28.9273 62.0854 23.1385 58.9421 18.1737ZM61.2335 40.4929C59.6264 47.2721 55.5575 53.2122 49.8169 57.16C44.0762 61.1078 37.0735 62.7817 30.1681 61.8565C23.2627 60.9314 16.9475 57.4733 12.4485 52.1536C7.94945 46.8339 5.58768 40.0322 5.82168 33.0691C6.05568 26.106 8.86876 19.4782 13.7148 14.4726C18.5608 9.46694 25.0939 6.44062 32.0458 5.98115C38.9977 5.52169 45.8723 7.66186 51.335 11.9862C56.7976 16.3105 60.4585 22.5104 61.6069 29.3821C62.2285 33.0733 62.1015 36.8518 61.2335 40.4929Z\" fill=\"black\"/>\\n<path d=\"M52.0105 32.1794C51.0267 32.3425 50.0183 32.1086 49.2067 31.5292C48.395 30.9498 47.8463 30.072 47.681 29.0886L46.1617 29.3424C46.3727 30.5941 47.0251 31.7288 48.0008 32.5408C48.9764 33.3529 50.2106 33.7887 51.4798 33.7691C52.0112 38.0157 50.8972 42.3046 48.3662 45.7557C45.6667 49.4476 41.6297 51.9365 37.1187 52.6902C32.6076 53.4438 27.9808 52.4023 24.2278 49.7884C20.7128 47.3471 18.2652 43.6533 17.387 39.4648C18.5938 39.0709 19.6195 38.2576 20.2782 37.1725C20.9368 36.0873 21.1849 34.8021 20.9774 33.5497L19.4591 33.8034C19.6235 34.7875 19.3903 35.7966 18.8106 36.6088C18.231 37.4209 17.3525 37.9695 16.3684 38.1339C15.3843 38.2983 14.3752 38.0651 13.563 37.4855C12.7509 36.9058 12.2023 36.0273 12.0379 35.0432L10.5195 35.2969C10.7314 36.5538 11.3884 37.6925 12.3704 38.505C13.3524 39.3175 14.594 39.7497 15.8684 39.7224C16.8144 44.3174 19.4912 48.3727 23.3445 51.0487C27.428 53.8947 32.4635 55.0291 37.3729 54.2089C42.2823 53.3887 46.6756 50.6792 49.6122 46.6603C52.3858 42.8769 53.5986 38.1719 52.9998 33.5191C54.2138 33.1308 55.2477 32.3186 55.9123 31.231C56.5769 30.1433 56.828 28.8528 56.6196 27.5953L55.1012 27.8489C55.2646 28.8329 55.0309 29.8415 54.4514 30.6533C53.872 31.4652 52.9942 32.0141 52.0105 32.1794Z\" fill=\"black\"/>\\n<path d=\"M27.7457 16.7712L26.7842 16.9318C25.8312 17.091 25.1877 17.9927 25.3469 18.9456L27.5583 32.1827C27.7175 33.1357 28.6191 33.7791 29.5721 33.6199L30.5337 33.4593C31.4867 33.3001 32.1302 32.3985 31.9709 31.4455L29.7595 18.2085C29.6003 17.2555 28.6987 16.612 27.7457 16.7712Z\" fill=\"black\"/>\\n<path d=\"M35.2711 15.5141L34.3095 15.6747C33.3565 15.8339 32.7131 16.7356 32.8723 17.6886L35.0837 30.9256C35.2429 31.8786 36.1445 32.5221 37.0975 32.3629L38.0591 32.2022C39.0121 32.043 39.6555 31.1414 39.4963 30.1884L37.2849 16.9514C37.1257 15.9984 36.2241 15.3549 35.2711 15.5141Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_19862_32008\">\\n<rect width=\"59.0657\" height=\"59.0657\" fill=\"white\" transform=\"translate(0 9.73279) rotate(-9.48443)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                withExternalLayout: true\n              })]\n            })\n          }), isDisplayed2() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1e5fd1n hidden-187szua hidden-x576g5 hidden-185bbct\",\n            \"data-framer-name\": \"Features\",\n            name: \"Features\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1ip7sm3\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  ITxySicBx: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 778,\n                      intrinsicWidth: 1080,\n                      pixelHeight: 778,\n                      pixelWidth: 1080,\n                      sizes: \"calc(100vw - 80px)\",\n                      src: new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png\").href} 1080w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 778,\n                    intrinsicWidth: 1080,\n                    pixelHeight: 778,\n                    pixelWidth: 1080,\n                    src: new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png\").href} 1080w`\n                  },\n                  className: \"framer-un75e\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\"\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-i9vplk\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      className: \"framer-styles-preset-606apn\",\n                      \"data-styles-preset\": \"AFUYOcShc\",\n                      children: \"First Year Guide\"\n                    })\n                  }),\n                  className: \"framer-xckezn\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-15t5u0c\",\n                      \"data-styles-preset\": \"yyS1bid0L\",\n                      children: \"Everything you need to know about setting up your new business. Get tips and battle-tested advice to help you promote your new business. Learn more about how to hire without the headaches.\"\n                    })\n                  }),\n                  className: \"framer-m98x9u\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-a7xgt6-container\",\n                  children: /*#__PURE__*/_jsx(ButtonFeaturedResource, {\n                    height: \"100%\",\n                    id: \"NOXkfOg3p\",\n                    layoutId: \"NOXkfOg3p\",\n                    title: \"Get It Now\",\n                    variant: \"HKiFMAqbP\",\n                    width: \"100%\"\n                  })\n                })]\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-19tov3b\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1oxtuvu\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      className: \"framer-styles-preset-606apn\",\n                      \"data-styles-preset\": \"AFUYOcShc\",\n                      children: \"Freelancer Notion Pack\"\n                    })\n                  }),\n                  className: \"framer-r5cgfh\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsxs(React.Fragment, {\n                    children: [/*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-15t5u0c\",\n                      \"data-styles-preset\": \"yyS1bid0L\",\n                      children: \"All the boring documents you need to run your side hustle, so you don't have to worry about it. A dashboard built specifically for running your side hustles with efficiency.\"\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-15t5u0c\",\n                      \"data-styles-preset\": \"yyS1bid0L\",\n                      children: /*#__PURE__*/_jsx(\"br\", {\n                        className: \"trailing-break\"\n                      })\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-15t5u0c\",\n                      \"data-styles-preset\": \"yyS1bid0L\",\n                      children: \"The tools you need to run your side hustle effectively, stay organized, and earn more money.\"\n                    })]\n                  }),\n                  className: \"framer-13ghzo0\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-g8k7b8-container\",\n                  children: /*#__PURE__*/_jsx(ButtonFeaturedResource, {\n                    height: \"100%\",\n                    id: \"fqSO4S7qy\",\n                    layoutId: \"fqSO4S7qy\",\n                    title: \"Get It Now\",\n                    variant: \"HjuDHPZ2q\",\n                    width: \"100%\"\n                  })\n                })]\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  ITxySicBx: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 778,\n                      intrinsicWidth: 1080,\n                      pixelHeight: 778,\n                      pixelWidth: 1080,\n                      sizes: \"calc(100vw - 80px)\",\n                      src: new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href} 1080w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 778,\n                    intrinsicWidth: 1080,\n                    pixelHeight: 778,\n                    pixelWidth: 1080,\n                    src: new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href} 1080w`\n                  },\n                  className: \"framer-1c8x5uq\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\"\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-dsc8pd\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  ITxySicBx: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 778,\n                      intrinsicWidth: 1080,\n                      loading: \"lazy\",\n                      pixelHeight: 778,\n                      pixelWidth: 1080,\n                      sizes: \"calc(100vw - 80px)\",\n                      src: new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href} 1080w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 778,\n                    intrinsicWidth: 1080,\n                    pixelHeight: 778,\n                    pixelWidth: 1080,\n                    src: new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href} 1080w`\n                  },\n                  className: \"framer-17m05fb\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\"\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1yxuai7\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      className: \"framer-styles-preset-606apn\",\n                      \"data-styles-preset\": \"AFUYOcShc\",\n                      children: \"Resource Database\"\n                    })\n                  }),\n                  className: \"framer-13gf8yl\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsxs(React.Fragment, {\n                    children: [/*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-15t5u0c\",\n                      \"data-styles-preset\": \"yyS1bid0L\",\n                      children: \"Find over. 100 pre-vetted resources, search or filter by categories like sales, product, mindset, & more.\"\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-15t5u0c\",\n                      \"data-styles-preset\": \"yyS1bid0L\",\n                      children: /*#__PURE__*/_jsx(\"br\", {\n                        className: \"trailing-break\"\n                      })\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-15t5u0c\",\n                      \"data-styles-preset\": \"yyS1bid0L\",\n                      children: \"We strongly believe you deserve to make money doing what you love. These resources make that possible.\"\n                    })]\n                  }),\n                  className: \"framer-jlc7vu\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-1huoxiy-container\",\n                  children: /*#__PURE__*/_jsx(ButtonFeaturedResource, {\n                    height: \"100%\",\n                    id: \"YaI7ziZlv\",\n                    layoutId: \"YaI7ziZlv\",\n                    title: \"Get It Now\",\n                    variant: \"ZqGnhW_Gm\",\n                    width: \"100%\"\n                  })\n                })]\n              })]\n            })]\n          }), isDisplayed3() && /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1xestgg-container hidden-8k0l51\",\n            children: /*#__PURE__*/_jsx(Slideshow, {\n              alignment: \"center\",\n              arrowOptions: {\n                arrowFill: \"rgba(0, 0, 0, 0.2)\",\n                arrowGap: 10,\n                arrowPadding: 20,\n                arrowPaddingBottom: 0,\n                arrowPaddingLeft: 0,\n                arrowPaddingRight: 0,\n                arrowPaddingTop: 0,\n                arrowPosition: \"auto\",\n                arrowRadius: 40,\n                arrowShouldFadeIn: false,\n                arrowShouldSpace: true,\n                arrowSize: 40,\n                showMouseControls: true\n              },\n              autoPlayControl: false,\n              borderRadius: 0,\n              direction: \"left\",\n              dragControl: true,\n              effectsOptions: {\n                effectsHover: true,\n                effectsOpacity: 1,\n                effectsPerspective: 1200,\n                effectsRotate: 0,\n                effectsScale: 1\n              },\n              fadeOptions: {\n                fadeAlpha: 0,\n                fadeContent: false,\n                fadeInset: 0,\n                fadeWidth: 25,\n                overflow: false\n              },\n              gap: 10,\n              height: \"100%\",\n              id: \"gIFrBNY7e\",\n              intervalControl: 1.5,\n              itemAmount: 1,\n              layoutId: \"gIFrBNY7e\",\n              padding: 0,\n              paddingBottom: 0,\n              paddingLeft: 0,\n              paddingPerSide: false,\n              paddingRight: 0,\n              paddingTop: 0,\n              progressOptions: {\n                dotsActiveOpacity: 1,\n                dotsBackground: \"rgba(0, 0, 0, 0.2)\",\n                dotsBlur: 0,\n                dotsFill: \"rgb(255, 255, 255)\",\n                dotsGap: 10,\n                dotsInset: 10,\n                dotSize: 10,\n                dotsOpacity: .5,\n                dotsPadding: 10,\n                dotsRadius: 50,\n                showProgressDots: true\n              },\n              slots: [/*#__PURE__*/_jsx(motion.div, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 1380,\n                  intrinsicWidth: 2880,\n                  pixelHeight: 1380,\n                  pixelWidth: 2880,\n                  sizes: \"1200px\",\n                  src: new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href} 2880w`\n                },\n                className: \"framer-24ulrq\",\n                \"data-framer-name\": \"Ultimate Guide\",\n                name: \"Ultimate Guide\",\n                children: /*#__PURE__*/_jsxs(motion.div, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 1380,\n                    intrinsicWidth: 2880,\n                    pixelHeight: 1380,\n                    pixelWidth: 2880,\n                    sizes: \"1200px\",\n                    src: new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href} 2880w`\n                  },\n                  className: \"framer-9wg1sv\",\n                  \"data-framer-name\": \"Ultimate Guide\",\n                  name: \"Ultimate Guide\",\n                  children: [/*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-1nx14k4\",\n                    \"data-framer-name\": \"Image\",\n                    name: \"Image\",\n                    children: /*#__PURE__*/_jsx(Image, {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 778,\n                        intrinsicWidth: 1080,\n                        pixelHeight: 778,\n                        pixelWidth: 1080,\n                        sizes: \"420px\",\n                        src: new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/30F3VTJtXjpe2axFCiWHwKywk4.png\").href} 1080w`\n                      },\n                      className: \"framer-1771fdx\"\n                    })\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-1e21fu7\",\n                    id: id,\n                    ref: ref1,\n                    children: /*#__PURE__*/_jsxs(motion.div, {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 1380,\n                        intrinsicWidth: 2880,\n                        pixelHeight: 1380,\n                        pixelWidth: 2880,\n                        sizes: \"330px\",\n                        src: new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href} 2880w`\n                      },\n                      className: \"framer-1uvt62q\",\n                      \"data-framer-name\": \"Content\",\n                      name: \"Content\",\n                      children: [/*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            className: \"framer-styles-preset-606apn\",\n                            \"data-styles-preset\": \"AFUYOcShc\",\n                            children: \"First Year Guide\"\n                          })\n                        }),\n                        className: \"framer-q3i0a3\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-15t5u0c\",\n                            \"data-styles-preset\": \"yyS1bid0L\",\n                            children: \"Everything you need to know about setting up your new business. \"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-15t5u0c\",\n                            \"data-styles-preset\": \"yyS1bid0L\",\n                            children: /*#__PURE__*/_jsx(\"br\", {\n                              className: \"trailing-break\"\n                            })\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-15t5u0c\",\n                            \"data-styles-preset\": \"yyS1bid0L\",\n                            children: \"Get tips and battle-tested advice to help you promote your new business. Learn more about how to hire without the headaches.\"\n                          })]\n                        }),\n                        className: \"framer-k9uzja\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(Container, {\n                        className: \"framer-1by1oj-container\",\n                        children: /*#__PURE__*/_jsx(ButtonFeaturedResource, {\n                          height: \"100%\",\n                          id: \"JbDzf9jLL\",\n                          layoutId: \"JbDzf9jLL\",\n                          title: \"Get It Now\",\n                          variant: \"HKiFMAqbP\",\n                          width: \"100%\"\n                        })\n                      })]\n                    })\n                  })]\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 1380,\n                  intrinsicWidth: 2880,\n                  pixelHeight: 1380,\n                  pixelWidth: 2880,\n                  sizes: \"1200px\",\n                  src: new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href} 2880w`\n                },\n                className: \"framer-1l71751\",\n                \"data-framer-name\": \"Resource Database\",\n                name: \"Resource Database\",\n                children: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-34pry3\",\n                  id: id1,\n                  ref: ref2,\n                  children: /*#__PURE__*/_jsxs(motion.div, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1380,\n                      intrinsicWidth: 2880,\n                      pixelHeight: 1380,\n                      pixelWidth: 2880,\n                      sizes: \"330px\",\n                      src: new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href} 2880w`\n                    },\n                    className: \"framer-1gkug1z\",\n                    \"data-framer-name\": \"Content\",\n                    name: \"Content\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          className: \"framer-styles-preset-606apn\",\n                          \"data-styles-preset\": \"AFUYOcShc\",\n                          children: \"Resource Database\"\n                        })\n                      }),\n                      className: \"framer-iaml92\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: \"Find over. 100 pre-vetted resources, search or filter by categories like sales, product, mindset, & more.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: /*#__PURE__*/_jsx(\"br\", {\n                            className: \"trailing-break\"\n                          })\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: \"We strongly believe you deserve to make money doing what you love. These resources make that possible.\"\n                        })]\n                      }),\n                      className: \"framer-85rv7s\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-3tvqd5-container\",\n                      children: /*#__PURE__*/_jsx(ButtonFeaturedResource, {\n                        height: \"100%\",\n                        id: \"SkwMoxSSp\",\n                        layoutId: \"SkwMoxSSp\",\n                        title: \"Get It Now\",\n                        variant: \"ZqGnhW_Gm\",\n                        width: \"100%\"\n                      })\n                    })]\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1vljhyj\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\",\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 778,\n                      intrinsicWidth: 1080,\n                      pixelHeight: 778,\n                      pixelWidth: 1080,\n                      sizes: \"449.1667px\",\n                      src: new URL(\"https://framerusercontent.com/images/APIrkcUiO5tHlyQZD7Nqc75go4.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/APIrkcUiO5tHlyQZD7Nqc75go4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/APIrkcUiO5tHlyQZD7Nqc75go4.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/APIrkcUiO5tHlyQZD7Nqc75go4.png\").href} 1080w`\n                    },\n                    className: \"framer-16r42ak\"\n                  })\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 1380,\n                  intrinsicWidth: 2880,\n                  pixelHeight: 1380,\n                  pixelWidth: 2880,\n                  sizes: \"1200px\",\n                  src: new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href} 2880w`\n                },\n                className: \"framer-uhg1wd\",\n                \"data-framer-name\": \"Freelance Notion \",\n                name: \"Freelance Notion \",\n                children: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1jnpr59\",\n                  id: id2,\n                  ref: ref3,\n                  children: /*#__PURE__*/_jsxs(motion.div, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1380,\n                      intrinsicWidth: 2880,\n                      pixelHeight: 1380,\n                      pixelWidth: 2880,\n                      sizes: \"330px\",\n                      src: new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/2OBUT8LCge3KG0T2ZrNOQ5W1rd8.jpg\").href} 2880w`\n                    },\n                    className: \"framer-1m7meyl\",\n                    \"data-framer-name\": \"Content\",\n                    name: \"Content\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          className: \"framer-styles-preset-606apn\",\n                          \"data-styles-preset\": \"AFUYOcShc\",\n                          children: \"Freelancer Notion Pack\"\n                        })\n                      }),\n                      className: \"framer-1u6wa5h\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: \"All the boring documents you need to run your side hustle, so you don't have to worry about it.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: /*#__PURE__*/_jsx(\"br\", {\n                            className: \"trailing-break\"\n                          })\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: \"A dashboard built specifically for running your side hustles with efficiency.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: /*#__PURE__*/_jsx(\"br\", {\n                            className: \"trailing-break\"\n                          })\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-15t5u0c\",\n                          \"data-styles-preset\": \"yyS1bid0L\",\n                          children: \"The tools you need to run your side hustle effectively, stay organized, and earn more money.\"\n                        })]\n                      }),\n                      className: \"framer-14arnye\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-ty7rqd-container\",\n                      children: /*#__PURE__*/_jsx(ButtonFeaturedResource, {\n                        height: \"100%\",\n                        id: \"S3DPAEOoK\",\n                        layoutId: \"S3DPAEOoK\",\n                        title: \"Get It Now\",\n                        variant: \"HjuDHPZ2q\",\n                        width: \"100%\"\n                      })\n                    })]\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-8eov1s\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\",\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 778,\n                      intrinsicWidth: 1080,\n                      pixelHeight: 778,\n                      pixelWidth: 1080,\n                      sizes: \"449.1667px\",\n                      src: new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/KtE3hwfToyXOxUv9A4U3BORPIk.png\").href} 1080w`\n                    },\n                    className: \"framer-142ym5g\"\n                  })\n                })]\n              })],\n              startFrom: 0,\n              style: {\n                height: \"100%\",\n                width: \"100%\"\n              },\n              transitionControl: {\n                damping: 40,\n                stiffness: 200,\n                type: \"spring\"\n              },\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-cecfjb\",\n            \"data-framer-name\": \"Addl Resources\",\n            name: \"Addl Resources\",\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"h1\", {\n                  className: \"framer-styles-preset-606apn\",\n                  \"data-styles-preset\": \"AFUYOcShc\",\n                  children: \"More Resources\"\n                })\n              }),\n              className: \"framer-mpv2m3\",\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-d2mfji\",\n              children: /*#__PURE__*/_jsx(QueryData, {\n                query: {\n                  from: {\n                    data: Resources,\n                    locale: activeLocale,\n                    type: \"Collection\"\n                  },\n                  orderBy: [{\n                    direction: \"desc\",\n                    name: \"index\",\n                    type: \"Identifier\"\n                  }],\n                  select: [{\n                    name: \"fLtA2OssG\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"fisMl_nQf\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"TmMmcJzT0\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"id\",\n                    type: \"Identifier\"\n                  }]\n                },\n                children: collection => collection.map(({\n                  fLtA2OssG: fLtA2OssGCcLZKXGoS,\n                  fisMl_nQf: fisMl_nQfCcLZKXGoS,\n                  TmMmcJzT0: TmMmcJzT0CcLZKXGoS,\n                  id: idCcLZKXGoS\n                }, i) => /*#__PURE__*/_jsx(LayoutGroup, {\n                  id: `CcLZKXGoS-${idCcLZKXGoS}`,\n                  children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                    value: {\n                      fisMl_nQf: fisMl_nQfCcLZKXGoS\n                    },\n                    children: /*#__PURE__*/_jsxs(motion.div, {\n                      className: \"framer-1uetqnh\",\n                      children: [/*#__PURE__*/_jsx(Link, {\n                        href: {\n                          pathVariables: {\n                            fisMl_nQf: fisMl_nQfCcLZKXGoS\n                          },\n                          webPageId: \"Ra6JrHs5C\"\n                        },\n                        openInNewTab: true,\n                        children: /*#__PURE__*/_jsx(Image, {\n                          as: \"a\",\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            loading: \"lazy\",\n                            ...toResponsiveImage(fLtA2OssGCcLZKXGoS)\n                          },\n                          className: \"framer-wni6i5 framer-huxkvw\"\n                        })\n                      }), /*#__PURE__*/_jsxs(motion.div, {\n                        className: \"framer-1248zte\",\n                        \"data-framer-name\": \"Post\",\n                        name: \"Post\",\n                        children: [/*#__PURE__*/_jsx(motion.div, {\n                          className: \"framer-1utujcs\"\n                        }), /*#__PURE__*/_jsx(RichText, {\n                          __fromCanvasComponent: true,\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h2\", {\n                              className: \"framer-styles-preset-fxir6n\",\n                              \"data-styles-preset\": \"OMMle4QQK\",\n                              style: {\n                                \"--framer-text-alignment\": \"center\"\n                              },\n                              children: \"Freelancer's Ultimate Guide to Managing Your Finances\"\n                            })\n                          }),\n                          className: \"framer-1nylue5\",\n                          \"data-framer-name\": \"Title\",\n                          name: \"Title\",\n                          text: TmMmcJzT0CcLZKXGoS,\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })]\n                      })]\n                    })\n                  })\n                }, idCcLZKXGoS))\n              })\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1oii1hs-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                ITxySicBx: {\n                  variant: \"aXMz1UnFz\"\n                },\n                Pjlrd45iE: {\n                  variant: \"YhOStTlKI\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(FooterLt, {\n                height: \"100%\",\n                id: \"tzPM28SeB\",\n                layoutId: \"tzPM28SeB\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"jkjwMVPGs\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-F68JB [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName} { background: white; }`, \".framer-F68JB .framer-huxkvw { display: block; }\", \".framer-F68JB .framer-187szua { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-F68JB .framer-14vd2ck-container { flex: none; height: 84px; position: relative; width: 100%; }\", \".framer-F68JB .framer-1s9drqj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1920px; }\", \".framer-F68JB .framer-oi7f7h { background-color: #006eff; flex: none; height: 224px; overflow: hidden; position: relative; width: 1920px; }\", \".framer-F68JB .framer-1tg326s, .framer-F68JB .framer-3hh9jo { flex: none; height: 1038px; left: 1329px; position: absolute; top: -242px; width: 1255px; }\", \".framer-F68JB .framer-1r7kabo, .framer-F68JB .framer-1u7shr3 { flex: none; height: 50px; left: 1791px; position: absolute; top: 229px; width: 50px; }\", \".framer-F68JB .framer-11ckbtf { flex: none; height: 23px; left: 1048px; position: absolute; top: 219px; width: 32px; }\", \".framer-F68JB .framer-9ul5l8, .framer-F68JB .framer-1ed9jdv { flex: none; height: 40px; left: 1324px; overflow: hidden; position: absolute; top: 66px; transform: rotate(-9deg); width: 40px; }\", \".framer-F68JB .framer-1btenw9, .framer-F68JB .framer-1oq4vpu { aspect-ratio: 6.037735849056604 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 318px); left: 0px; mix-blend-mode: overlay; opacity: 0.2; position: absolute; top: 0px; width: 1920px; }\", \".framer-F68JB .framer-165cbbi, .framer-F68JB .framer-daxxpz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 57px); left: 367px; overflow: visible; position: absolute; top: 84px; width: 57px; }\", \".framer-F68JB .framer-1fpt27, .framer-F68JB .framer-10iki1e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\", \".framer-F68JB .framer-1rarr5a, .framer-F68JB .framer-1p78ep { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-F68JB .framer-1zoxwm, .framer-F68JB .framer-f7tls6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 544px; word-break: break-word; word-wrap: break-word; }\", \".framer-F68JB .framer-gacxcl { flex: none; height: 1066px; left: -338px; position: absolute; top: -270px; width: 152%; }\", \".framer-F68JB .framer-1916hs8 { flex: none; height: 68px; left: 1189px; position: absolute; top: 23px; width: 68px; }\", \".framer-F68JB .framer-sfr4pv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-F68JB .framer-2hmmwn { background-color: #006eff; flex: none; height: 224px; overflow: hidden; position: relative; width: 100%; }\", \".framer-F68JB .framer-glr5mj { flex: none; height: 24px; left: 1051px; position: absolute; top: 218px; width: 26px; }\", \".framer-F68JB .framer-1rwph13 { flex: none; height: 774px; left: 742px; position: absolute; top: -181px; width: 750px; }\", \".framer-F68JB .framer-1gksxm3 { flex: none; height: 74px; left: 255px; position: absolute; top: 104px; width: 74px; }\", \".framer-F68JB .framer-1v3rh31 { flex: none; height: 68px; left: 862px; position: absolute; top: 29px; width: 68px; }\", \".framer-F68JB .framer-1e5fd1n { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-F68JB .framer-1ip7sm3 { align-content: center; align-items: center; background-color: #0099ff; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\", \".framer-F68JB .framer-un75e, .framer-F68JB .framer-1c8x5uq, .framer-F68JB .framer-17m05fb { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 150px); overflow: hidden; position: relative; width: 100%; will-change: transform; }\", \".framer-F68JB .framer-i9vplk, .framer-F68JB .framer-1yxuai7 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-F68JB .framer-xckezn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-F68JB .framer-m98x9u { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 317px; word-break: break-word; word-wrap: break-word; }\", \".framer-F68JB .framer-a7xgt6-container, .framer-F68JB .framer-g8k7b8-container, .framer-F68JB .framer-1huoxiy-container, .framer-F68JB .framer-1by1oj-container, .framer-F68JB .framer-3tvqd5-container, .framer-F68JB .framer-ty7rqd-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-F68JB .framer-19tov3b { align-content: center; align-items: center; background-color: #ed6c52; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\", \".framer-F68JB .framer-1oxtuvu { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 90%; }\", \".framer-F68JB .framer-r5cgfh, .framer-F68JB .framer-13gf8yl, .framer-F68JB .framer-q3i0a3, .framer-F68JB .framer-iaml92, .framer-F68JB .framer-1u6wa5h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-F68JB .framer-13ghzo0, .framer-F68JB .framer-jlc7vu, .framer-F68JB .framer-k9uzja, .framer-F68JB .framer-85rv7s, .framer-F68JB .framer-14arnye { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-F68JB .framer-dsc8pd { align-content: center; align-items: center; background-color: #83d683; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\", \".framer-F68JB .framer-1xestgg-container { flex: none; height: 606px; position: relative; width: 100%; }\", \".framer-F68JB .framer-24ulrq, .framer-F68JB .framer-1l71751, .framer-F68JB .framer-uhg1wd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-F68JB .framer-9wg1sv, .framer-F68JB .framer-o9673t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-F68JB .framer-1nx14k4 { align-content: center; align-items: center; background-color: #0099ff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 874px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 50%; }\", \".framer-F68JB .framer-1771fdx { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 45%; position: relative; width: 70%; }\", \".framer-F68JB .framer-1e21fu7, .framer-F68JB .framer-34pry3, .framer-F68JB .framer-1jnpr59 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 874px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 50%; }\", \".framer-F68JB .framer-1uvt62q, .framer-F68JB .framer-1gkug1z, .framer-F68JB .framer-1m7meyl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px 0px 0px 0px; position: relative; width: 55%; }\", \".framer-F68JB .framer-1vljhyj { align-content: center; align-items: center; background-color: #83d683; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 874px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 50%; }\", \".framer-F68JB .framer-16r42ak, .framer-F68JB .framer-142ym5g { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 45%; position: relative; width: 75%; }\", \".framer-F68JB .framer-8eov1s { align-content: center; align-items: center; background-color: #ed6b52; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 874px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 50%; }\", \".framer-F68JB .framer-1mbxd3g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 810px; }\", \".framer-F68JB .framer-qyyl6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 615px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-F68JB .framer-cecfjb { align-content: center; align-items: center; background-color: #f7f7f7; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 170px 40px 170px 40px; position: relative; width: 100%; }\", \".framer-F68JB .framer-mpv2m3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\", \".framer-F68JB .framer-d2mfji { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 75%; }\", \".framer-F68JB .framer-1uetqnh { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-F68JB .framer-wni6i5 { aspect-ratio: 0.9146341463414634 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: var(--framer-aspect-ratio-supported, 278px); position: relative; text-decoration: none; width: 100%; }\", \".framer-F68JB .framer-1248zte { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-F68JB .framer-1utujcs { background-color: #555ace; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\", \".framer-F68JB .framer-1nylue5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-F68JB .framer-1oii1hs-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-F68JB .framer-187szua, .framer-F68JB .framer-1s9drqj, .framer-F68JB .framer-1fpt27, .framer-F68JB .framer-sfr4pv, .framer-F68JB .framer-10iki1e, .framer-F68JB .framer-1e5fd1n, .framer-F68JB .framer-1ip7sm3, .framer-F68JB .framer-i9vplk, .framer-F68JB .framer-19tov3b, .framer-F68JB .framer-1oxtuvu, .framer-F68JB .framer-dsc8pd, .framer-F68JB .framer-1yxuai7, .framer-F68JB .framer-24ulrq, .framer-F68JB .framer-9wg1sv, .framer-F68JB .framer-1nx14k4, .framer-F68JB .framer-1e21fu7, .framer-F68JB .framer-1uvt62q, .framer-F68JB .framer-1l71751, .framer-F68JB .framer-34pry3, .framer-F68JB .framer-1gkug1z, .framer-F68JB .framer-1vljhyj, .framer-F68JB .framer-uhg1wd, .framer-F68JB .framer-1jnpr59, .framer-F68JB .framer-1m7meyl, .framer-F68JB .framer-8eov1s, .framer-F68JB .framer-o9673t, .framer-F68JB .framer-1mbxd3g, .framer-F68JB .framer-qyyl6, .framer-F68JB .framer-cecfjb, .framer-F68JB .framer-1uetqnh, .framer-F68JB .framer-1248zte { gap: 0px; } .framer-F68JB .framer-187szua > *, .framer-F68JB .framer-1s9drqj > *, .framer-F68JB .framer-sfr4pv > *, .framer-F68JB .framer-1e5fd1n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-F68JB .framer-187szua > :first-child, .framer-F68JB .framer-1s9drqj > :first-child, .framer-F68JB .framer-1fpt27 > :first-child, .framer-F68JB .framer-sfr4pv > :first-child, .framer-F68JB .framer-10iki1e > :first-child, .framer-F68JB .framer-1e5fd1n > :first-child, .framer-F68JB .framer-i9vplk > :first-child, .framer-F68JB .framer-1oxtuvu > :first-child, .framer-F68JB .framer-1yxuai7 > :first-child, .framer-F68JB .framer-1nx14k4 > :first-child, .framer-F68JB .framer-1uvt62q > :first-child, .framer-F68JB .framer-1gkug1z > :first-child, .framer-F68JB .framer-1vljhyj > :first-child, .framer-F68JB .framer-1m7meyl > :first-child, .framer-F68JB .framer-8eov1s > :first-child, .framer-F68JB .framer-cecfjb > :first-child, .framer-F68JB .framer-1248zte > :first-child { margin-top: 0px; } .framer-F68JB .framer-187szua > :last-child, .framer-F68JB .framer-1s9drqj > :last-child, .framer-F68JB .framer-1fpt27 > :last-child, .framer-F68JB .framer-sfr4pv > :last-child, .framer-F68JB .framer-10iki1e > :last-child, .framer-F68JB .framer-1e5fd1n > :last-child, .framer-F68JB .framer-i9vplk > :last-child, .framer-F68JB .framer-1oxtuvu > :last-child, .framer-F68JB .framer-1yxuai7 > :last-child, .framer-F68JB .framer-1nx14k4 > :last-child, .framer-F68JB .framer-1uvt62q > :last-child, .framer-F68JB .framer-1gkug1z > :last-child, .framer-F68JB .framer-1vljhyj > :last-child, .framer-F68JB .framer-1m7meyl > :last-child, .framer-F68JB .framer-8eov1s > :last-child, .framer-F68JB .framer-cecfjb > :last-child, .framer-F68JB .framer-1248zte > :last-child { margin-bottom: 0px; } .framer-F68JB .framer-1fpt27 > *, .framer-F68JB .framer-10iki1e > *, .framer-F68JB .framer-i9vplk > *, .framer-F68JB .framer-1oxtuvu > *, .framer-F68JB .framer-1yxuai7 > *, .framer-F68JB .framer-1nx14k4 > *, .framer-F68JB .framer-1uvt62q > *, .framer-F68JB .framer-1gkug1z > *, .framer-F68JB .framer-1vljhyj > *, .framer-F68JB .framer-1m7meyl > *, .framer-F68JB .framer-8eov1s > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-F68JB .framer-1ip7sm3 > *, .framer-F68JB .framer-1e21fu7 > *, .framer-F68JB .framer-34pry3 > *, .framer-F68JB .framer-1jnpr59 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-F68JB .framer-1ip7sm3 > :first-child, .framer-F68JB .framer-19tov3b > :first-child, .framer-F68JB .framer-dsc8pd > :first-child, .framer-F68JB .framer-24ulrq > :first-child, .framer-F68JB .framer-9wg1sv > :first-child, .framer-F68JB .framer-1e21fu7 > :first-child, .framer-F68JB .framer-1l71751 > :first-child, .framer-F68JB .framer-34pry3 > :first-child, .framer-F68JB .framer-uhg1wd > :first-child, .framer-F68JB .framer-1jnpr59 > :first-child, .framer-F68JB .framer-o9673t > :first-child, .framer-F68JB .framer-1mbxd3g > :first-child, .framer-F68JB .framer-qyyl6 > :first-child, .framer-F68JB .framer-1uetqnh > :first-child { margin-left: 0px; } .framer-F68JB .framer-1ip7sm3 > :last-child, .framer-F68JB .framer-19tov3b > :last-child, .framer-F68JB .framer-dsc8pd > :last-child, .framer-F68JB .framer-24ulrq > :last-child, .framer-F68JB .framer-9wg1sv > :last-child, .framer-F68JB .framer-1e21fu7 > :last-child, .framer-F68JB .framer-1l71751 > :last-child, .framer-F68JB .framer-34pry3 > :last-child, .framer-F68JB .framer-uhg1wd > :last-child, .framer-F68JB .framer-1jnpr59 > :last-child, .framer-F68JB .framer-o9673t > :last-child, .framer-F68JB .framer-1mbxd3g > :last-child, .framer-F68JB .framer-qyyl6 > :last-child, .framer-F68JB .framer-1uetqnh > :last-child { margin-right: 0px; } .framer-F68JB .framer-19tov3b > *, .framer-F68JB .framer-dsc8pd > *, .framer-F68JB .framer-1uetqnh > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-F68JB .framer-24ulrq > *, .framer-F68JB .framer-9wg1sv > *, .framer-F68JB .framer-1l71751 > *, .framer-F68JB .framer-uhg1wd > *, .framer-F68JB .framer-o9673t > *, .framer-F68JB .framer-1mbxd3g > *, .framer-F68JB .framer-qyyl6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-F68JB .framer-cecfjb > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-F68JB .framer-1248zte > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\", \"@media (min-width: 1200px) and (max-width: 1919px) { .framer-F68JB .hidden-187szua { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-F68JB .hidden-x576g5 { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-F68JB .framer-187szua { width: 810px; } .framer-F68JB .framer-10iki1e { width: 544px; } .framer-F68JB .framer-1p78ep { white-space: pre-wrap; width: 51%; word-break: break-word; word-wrap: break-word; } .framer-F68JB .framer-1gksxm3 { bottom: 0px; left: 705px; top: unset; } .framer-F68JB .framer-d2mfji { width: 85%; } .framer-F68JB .framer-wni6i5 { height: var(--framer-aspect-ratio-supported, 318px); } .framer-F68JB .framer-1248zte { min-width: 95%; }}`, `@media (max-width: 809px) { .framer-F68JB .hidden-8k0l51 { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-F68JB .framer-187szua { width: 390px; } .framer-F68JB .framer-14vd2ck-container { order: 0; } .framer-F68JB .framer-sfr4pv { order: 2; } .framer-F68JB .framer-f7tls6 { width: 278px; } .framer-F68JB .framer-1e5fd1n { order: 3; } .framer-F68JB .framer-un75e, .framer-F68JB .framer-17m05fb { height: var(--framer-aspect-ratio-supported, 233px); } .framer-F68JB .framer-1oxtuvu { order: 1; } .framer-F68JB .framer-1c8x5uq { height: var(--framer-aspect-ratio-supported, 233px); order: 0; } .framer-F68JB .framer-cecfjb { order: 8; padding: 100px 40px 50px 40px; } .framer-F68JB .framer-d2mfji { width: 95%; } .framer-F68JB .framer-wni6i5 { height: var(--framer-aspect-ratio-supported, 322px); } .framer-F68JB .framer-1248zte { min-width: 95%; } .framer-F68JB .framer-1oii1hs-container { order: 9; }}`, `@media (min-width: 1920px) { .framer-F68JB .hidden-185bbct { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-F68JB .framer-187szua { width: 1920px; } .framer-F68JB .framer-14vd2ck-container { height: 97px; width: 100%; } .framer-F68JB .framer-wni6i5 { height: var(--framer-aspect-ratio-supported, 268px); }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicHeight 3013\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Pjlrd45iE\":{\"layout\":[\"fixed\",\"auto\"]},\"ITxySicBx\":{\"layout\":[\"fixed\",\"auto\"]},\"fIVMOI_KO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      */\nconst FramerxNygxhJof = withCSS(Component, css, \"framer-F68JB\");\nexport default FramerxNygxhJof;\nFramerxNygxhJof.displayName = \"Resources\";\nFramerxNygxhJof.defaultProps = {\n  height: 3013,\n  width: 1200\n};\naddFonts(FramerxNygxhJof, [...NavbarNewFonts, ...ButtonFeaturedResourceFonts, ...SlideshowFonts, ...FooterLtFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerxNygxhJof\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerIntrinsicHeight\": \"3013\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pjlrd45iE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ITxySicBx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fIVMOI_KO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "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", "l", "cubicBezier", "__rest", "t", "r", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "n", "createGeneratorEasing", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "t", "n", "dispatchViewEvent", "se", "o", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "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", "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", "ref1", "ref2", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "DwVL0SjdE", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "css", "Framerx3yCJ38u3", "withCSS", "x3yCJ38u3_default", "addPropertyControls", "ControlType", "addFonts", "NavbarNewFonts", "getFonts", "LdRYMOTWl_default", "ButtonFeaturedResourceFonts", "x3yCJ38u3_default", "SlideshowFonts", "Slideshow", "FooterLtFonts", "DNvXS6rAp_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "transformTemplate", "_", "t", "transformTemplate1", "toResponsiveImage", "value", "QueryData", "query", "children", "data", "useQueryData", "metadata", "xNygxhJof_default", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "fLtA2OssGCcLZKXGoS", "fisMl_nQfCcLZKXGoS", "TmMmcJzT0CcLZKXGoS", "idCcLZKXGoS", "restProps", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useRouteElementId", "ref1", "pe", "id1", "ref2", "id2", "ref3", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "LdRYMOTWl_default", "SVG", "Image2", "RichText", "x", "x3yCJ38u3_default", "Slideshow", "s0d3YxVei_default", "collection", "i", "PathVariablesContext", "Link", "DNvXS6rAp_default", "css", "FramerxNygxhJof", "withCSS", "addFonts", "NavbarNewFonts", "ButtonFeaturedResourceFonts", "SlideshowFonts", "FooterLtFonts", "fonts", "__FramerMetadata__"]
}
