{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js", "ssg:https://framerusercontent.com/modules/Xve2b4g8AqYLXattC5Wx/gb73DJlBo2jrBmMkQrNn/RkyVrPm0Z.js", "ssg:https://framerusercontent.com/modules/WZ6aFyD6uIlM1gGbqzbB/6OQzc14eTHHAWNkfY2D2/naEzYNhJy.js", "ssg:https://framerusercontent.com/modules/KrdU4iWq5vzngjk5jRoI/lPeNEPgIt5La45iAGumE/Xqxb9l8xn.js", "ssg:https://framerusercontent.com/modules/Ls0CqWZuqtZYBPQyUwLg/aC0kbVN4njhAjty115Wg/H94k2vyaz.js", "ssg:https://framerusercontent.com/modules/5m5T83nj9MHBuf3bIpb4/B0c0pNRNlFRt5dlEy0Tg/nwV_u2afL.js", "ssg:https://framerusercontent.com/modules/Hm2Wl2BtJ5KpqOhhEkoE/95sO4rDSL2FNeqPnfjjp/wB8C5Akr1.js", "ssg:https://framerusercontent.com/modules/u9XGULIP05qLUt62pGat/WMekIiF4dpOAheOZxQeb/Uiky32D_w.js", "ssg:https://framerusercontent.com/modules/9GDSQoiv2R8dXsM9vxta/m9iL3wz1SVPa4YvuXrjK/Ck67tyJ4O.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches);},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}/*const findNextItem = (delta: 1 | -1, target: number) => {\n        if (!scrollInfo.current) return\n        const { current } = scrollInfo.current\n        const { children } = carouselRef.current\n        let scrollTarget\n\n        let i = delta === 1 ? 0 : children.length - 1\n        while (scrollTarget === undefined) {\n            const item = children[i]\n\n            const start = axis ? item.offsetLeft : item.offsetTop\n            const length = axis ? item.offsetWidth : item.offsetHeight\n            const end = start + length\n\n            const threshold = 0.05\n            if (delta === 1) {\n                const visibility = progress(start, end, target)\n                if (visibility < 1 - threshold) {\n                    scrollTarget = start\n                } else if (i === children.length - 1) {\n                    scrollTarget = end\n                }\n            } else if (delta === -1) {\n                const visibility = progress(start, end, target)\n                if (visibility > threshold) {\n                    scrollTarget = end\n                } else if (i === 0) {\n                    scrollTarget = start\n                }\n            }\n\n            i += delta\n        }\n\n        return scrollTarget\n    }*/const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=(page,adjustment=0)=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;const totalLen=scrollLength/(numPages-1);goto(page*totalLen+adjustment*totalLen);};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));let adjustment=0;if(snap&&(snapEdge===\"start\"||snapEdge===\"end\")&&delta>=1)adjustment=.4// this ensures it doesn't snap back to previous page*/\n    ;gotoPage(currentPage+delta,adjustment);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>startTransition(()=>gotoPage(i)),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>/*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...child.props?.style,...childStyle}})}))}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[isMouseDevice&&/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),isMouseDevice&&/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{if(!scrollInfo.current?.scrollLength){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=scrollInfo.current?.scrollLength/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={AsYUkNILN:{hover:true}};const cycleOrder=[\"AsYUkNILN\",\"NurstJVzK\"];const serializationHash=\"framer-14mAU\";const variantClassNames={AsYUkNILN:\"framer-v-51jhpz\",NurstJVzK:\"framer-v-1io3g6a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"AsYUkNILN\",\"Variant 2\":\"NurstJVzK\"};const getProps=({amount,height,id,tap,width,...props})=>{return{...props,L2jYlFilL:amount??props.L2jYlFilL??\"3-4\",osYcAc2dm:tap??props.osYcAc2dm,variant:humanReadableVariantMap[props.variant]??props.variant??\"AsYUkNILN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,L2jYlFilL,osYcAc2dm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AsYUkNILN\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap6kfhjt=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(osYcAc2dm){const res=await osYcAc2dm(...args);if(res===false)return false;}setVariant(\"AsYUkNILN\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-51jhpz\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AsYUkNILN\",onTap:onTap6kfhjt,ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{\"AsYUkNILN-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},NurstJVzK:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}},...addPropertyOverrides({\"AsYUkNILN-hover\":{\"data-framer-name\":undefined},NurstJVzK:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"3-4\"})}),className:\"framer-113zd9d\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"k47sWUuDn\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},text:L2jYlFilL,variants:{\"AsYUkNILN-hover\":{\"--extracted-r6o4lv\":\"rgb(170, 170, 170)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"AsYUkNILN-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(170, 170, 170))\"},children:\"3-4\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-14mAU.framer-eezgz6, .framer-14mAU .framer-eezgz6 { display: block; }\",\".framer-14mAU.framer-51jhpz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 50px; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; width: 75px; }\",\".framer-14mAU .framer-113zd9d { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-14mAU.framer-51jhpz { gap: 0px; } .framer-14mAU.framer-51jhpz > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-14mAU.framer-51jhpz > :first-child { margin-left: 0px; } .framer-14mAU.framer-51jhpz > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 75\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NurstJVzK\":{\"layout\":[\"fixed\",\"fixed\"]},\"CjdGRDPHf\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"L2jYlFilL\":\"amount\",\"osYcAc2dm\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRkyVrPm0Z=withCSS(Component,css,\"framer-14mAU\");export default FramerRkyVrPm0Z;FramerRkyVrPm0Z.displayName=\"Program Sselector\";FramerRkyVrPm0Z.defaultProps={height:50,width:75};addPropertyControls(FramerRkyVrPm0Z,{variant:{options:[\"AsYUkNILN\",\"NurstJVzK\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},L2jYlFilL:{defaultValue:\"3-4\",displayTextArea:false,title:\"Amount\",type:ControlType.String},osYcAc2dm:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerRkyVrPm0Z,[{explicitInter:true,fonts:[{family:\"Geometria ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/l4Z76jYHbs8Io6oUiirNpYy5Ec.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRkyVrPm0Z\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"75\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"50\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NurstJVzK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CjdGRDPHf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"L2jYlFilL\\\":\\\"amount\\\",\\\"osYcAc2dm\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RkyVrPm0Z.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"b9o2L5NZl\",\"ydjXnX1fj\",\"auHG3T2Z8\"];const serializationHash=\"framer-jBoiY\";const variantClassNames={auHG3T2Z8:\"framer-v-bjiyd5\",b9o2L5NZl:\"framer-v-6sywy0\",ydjXnX1fj:\"framer-v-d88ozr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Dive in\":\"b9o2L5NZl\",Explore:\"ydjXnX1fj\",Master:\"auHG3T2Z8\"};const getProps=({height,id,tag,width,...props})=>{return{...props,J9ETqXecx:tag??props.J9ETqXecx??\"tag\",variant:humanReadableVariantMap[props.variant]??props.variant??\"b9o2L5NZl\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,J9ETqXecx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"b9o2L5NZl\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6sywy0\",className,classNames),\"data-framer-name\":\"Dive in\",layoutDependency:layoutDependency,layoutId:\"b9o2L5NZl\",ref:refBinding,style:{backgroundColor:\"rgb(143, 206, 249)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,...style},variants:{auHG3T2Z8:{backgroundColor:\"rgb(76, 229, 214)\"},ydjXnX1fj:{backgroundColor:\"rgb(252, 172, 205)\"}},...addPropertyOverrides({auHG3T2Z8:{\"data-framer-name\":\"Master\"},ydjXnX1fj:{\"data-framer-name\":\"Explore\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"tag\"})}),className:\"framer-1vdccz\",\"data-framer-name\":\"Dive in\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"SEeGhN9cW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:J9ETqXecx,verticalAlignment:\"center\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jBoiY.framer-1sr927q, .framer-jBoiY .framer-1sr927q { display: block; }\",\".framer-jBoiY.framer-6sywy0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 15px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 45px; }\",\".framer-jBoiY .framer-1vdccz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 36px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jBoiY.framer-6sywy0 { gap: 0px; } .framer-jBoiY.framer-6sywy0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jBoiY.framer-6sywy0 > :first-child { margin-left: 0px; } .framer-jBoiY.framer-6sywy0 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 15\n * @framerIntrinsicWidth 45\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ydjXnX1fj\":{\"layout\":[\"fixed\",\"fixed\"]},\"auHG3T2Z8\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"J9ETqXecx\":\"tag\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernaEzYNhJy=withCSS(Component,css,\"framer-jBoiY\");export default FramernaEzYNhJy;FramernaEzYNhJy.displayName=\"Program Tag\";FramernaEzYNhJy.defaultProps={height:15,width:45};addPropertyControls(FramernaEzYNhJy,{variant:{options:[\"b9o2L5NZl\",\"ydjXnX1fj\",\"auHG3T2Z8\"],optionTitles:[\"Dive in\",\"Explore\",\"Master\"],title:\"Variant\",type:ControlType.Enum},J9ETqXecx:{defaultValue:\"tag\",displayTextArea:false,title:\"Tag\",type:ControlType.String}});addFonts(FramernaEzYNhJy,[{explicitInter:true,fonts:[{family:\"Geometria ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/l4Z76jYHbs8Io6oUiirNpYy5Ec.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernaEzYNhJy\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"15\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ydjXnX1fj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"auHG3T2Z8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"J9ETqXecx\\\":\\\"tag\\\"}\",\"framerIntrinsicWidth\":\"45\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./naEzYNhJy.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ProgramTag from\"https://framerusercontent.com/modules/WZ6aFyD6uIlM1gGbqzbB/6OQzc14eTHHAWNkfY2D2/naEzYNhJy.js\";const ProgramTagFonts=getFonts(ProgramTag);const cycleOrder=[\"gpcl_yHp0\",\"q4bv_VKZK\",\"Td5czp7WN\"];const serializationHash=\"framer-f8hJ2\";const variantClassNames={gpcl_yHp0:\"framer-v-1o222eq\",q4bv_VKZK:\"framer-v-v8bwra\",Td5czp7WN:\"framer-v-1t14v0j\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"dive in\":\"gpcl_yHp0\",explore:\"q4bv_VKZK\",master:\"Td5czp7WN\"};const getProps=({height,id,text,width,...props})=>{return{...props,MoV8V8ava:text??props.MoV8V8ava??\"Know number names and count forward to 10\",variant:humanReadableVariantMap[props.variant]??props.variant??\"gpcl_yHp0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,MoV8V8ava,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gpcl_yHp0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1o222eq\",className,classNames),\"data-framer-name\":\"dive in\",layoutDependency:layoutDependency,layoutId:\"gpcl_yHp0\",ref:refBinding,style:{...style},...addPropertyOverrides({q4bv_VKZK:{\"data-framer-name\":\"explore\"},Td5czp7WN:{\"data-framer-name\":\"master\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,width:\"45px\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z2ybpi-container\",layoutDependency:layoutDependency,layoutId:\"GBWzAeDzn-container\",nodeId:\"GBWzAeDzn\",rendersWithMotion:true,scopeId:\"Xqxb9l8xn\",children:/*#__PURE__*/_jsx(ProgramTag,{height:\"100%\",id:\"GBWzAeDzn\",J9ETqXecx:\"Dive in\",layoutId:\"GBWzAeDzn\",style:{height:\"100%\",width:\"100%\"},variant:\"b9o2L5NZl\",width:\"100%\",...addPropertyOverrides({q4bv_VKZK:{J9ETqXecx:\"Explore\",variant:\"ydjXnX1fj\"},Td5czp7WN:{J9ETqXecx:\"Master\",variant:\"auHG3T2Z8\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xh9yi9\",\"data-framer-name\":\"Frame 2156\",layoutDependency:layoutDependency,layoutId:\"xrtNE1e_U\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Know number names and count forward to 10\"})}),className:\"framer-zng5o0\",\"data-framer-name\":\"Numbers up to 20 on the number linedfbcvbsxvbsvb cvb adfbsdfbafdbsadfbsdfbsfvbsfvb\",fonts:[\"CUSTOM;Geometria Bold\"],layoutDependency:layoutDependency,layoutId:\"imZWrgTz1\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},text:MoV8V8ava,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f8hJ2.framer-1nk2isa, .framer-f8hJ2 .framer-1nk2isa { display: block; }\",\".framer-f8hJ2.framer-1o222eq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-f8hJ2 .framer-z2ybpi-container { flex: none; height: 15px; position: relative; width: 45px; }\",\".framer-f8hJ2 .framer-1xh9yi9 { 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: 2px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-f8hJ2 .framer-zng5o0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 155px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f8hJ2.framer-1o222eq, .framer-f8hJ2 .framer-1xh9yi9 { gap: 0px; } .framer-f8hJ2.framer-1o222eq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-f8hJ2.framer-1o222eq > :first-child { margin-left: 0px; } .framer-f8hJ2.framer-1o222eq > :last-child { margin-right: 0px; } .framer-f8hJ2 .framer-1xh9yi9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-f8hJ2 .framer-1xh9yi9 > :first-child { margin-top: 0px; } .framer-f8hJ2 .framer-1xh9yi9 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 210\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"q4bv_VKZK\":{\"layout\":[\"auto\",\"auto\"]},\"Td5czp7WN\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"MoV8V8ava\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXqxb9l8xn=withCSS(Component,css,\"framer-f8hJ2\");export default FramerXqxb9l8xn;FramerXqxb9l8xn.displayName=\"Program Item\";FramerXqxb9l8xn.defaultProps={height:26,width:210};addPropertyControls(FramerXqxb9l8xn,{variant:{options:[\"gpcl_yHp0\",\"q4bv_VKZK\",\"Td5czp7WN\"],optionTitles:[\"dive in\",\"explore\",\"master\"],title:\"Variant\",type:ControlType.Enum},MoV8V8ava:{defaultValue:\"Know number names and count forward to 10\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerXqxb9l8xn,[{explicitInter:true,fonts:[{family:\"Geometria Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/JWLCFptsSzU8UZ1zQSrm83LkXk.otf\"}]},...ProgramTagFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXqxb9l8xn\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"26\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"MoV8V8ava\\\":\\\"text\\\"}\",\"framerIntrinsicWidth\":\"210\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q4bv_VKZK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Td5czp7WN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Xqxb9l8xn.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js\";import Selector from\"https://framerusercontent.com/modules/Xve2b4g8AqYLXattC5Wx/gb73DJlBo2jrBmMkQrNn/RkyVrPm0Z.js\";import ProgramItem from\"https://framerusercontent.com/modules/KrdU4iWq5vzngjk5jRoI/lPeNEPgIt5La45iAGumE/Xqxb9l8xn.js\";const SelectorFonts=getFonts(Selector);const ProgramItemFonts=getFonts(ProgramItem);const CarouselFonts=getFonts(Carousel);const cycleOrder=[\"bLSvOcYZl\",\"spNQhlLsZ\",\"wucLPBYJk\",\"QV0cmu4QM\"];const serializationHash=\"framer-Is1lW\";const variantClassNames={bLSvOcYZl:\"framer-v-i2hkvn\",QV0cmu4QM:\"framer-v-bxhklv\",spNQhlLsZ:\"framer-v-1pfzuaa\",wucLPBYJk:\"framer-v-v3j5el\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bLSvOcYZl\",\"Variant 2\":\"spNQhlLsZ\",\"Variant 3\":\"wucLPBYJk\",\"Variant 4\":\"QV0cmu4QM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"bLSvOcYZl\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bLSvOcYZl\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const osYcAc2dm1dcri1g=activeVariantCallback(async(...args)=>{setVariant(\"bLSvOcYZl\");});const osYcAc2dm1x6eg5=activeVariantCallback(async(...args)=>{setVariant(\"spNQhlLsZ\");});const osYcAc2dm1wpvi7j=activeVariantCallback(async(...args)=>{setVariant(\"wucLPBYJk\");});const osYcAc2dm1ut0hlo=activeVariantCallback(async(...args)=>{setVariant(\"QV0cmu4QM\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"spNQhlLsZ\",\"wucLPBYJk\",\"QV0cmu4QM\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"spNQhlLsZ\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"wucLPBYJk\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"QV0cmu4QM\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-i2hkvn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bLSvOcYZl\",ref:refBinding,style:{...style},...addPropertyOverrides({QV0cmu4QM:{\"data-framer-name\":\"Variant 4\"},spNQhlLsZ:{\"data-framer-name\":\"Variant 2\"},wucLPBYJk:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vfz3dk\",layoutDependency:layoutDependency,layoutId:\"UGONZDc9E\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uzdwmp\",layoutDependency:layoutDependency,layoutId:\"DknlmjbkR\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4vje4e\",\"data-framer-name\":\"but\",layoutDependency:layoutDependency,layoutId:\"oY1Yx6exU\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,...addPropertyOverrides({spNQhlLsZ:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||767)-0-330)/2)+25+0+25+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cc1zvv-container\",layoutDependency:layoutDependency,layoutId:\"o9vOPy8ai-container\",nodeId:\"o9vOPy8ai\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Selector,{height:\"100%\",id:\"o9vOPy8ai\",L2jYlFilL:\"3-4\",layoutId:\"o9vOPy8ai\",osYcAc2dm:osYcAc2dm1dcri1g,style:{height:\"100%\",width:\"100%\"},variant:\"NurstJVzK\",width:\"100%\",...addPropertyOverrides({QV0cmu4QM:{variant:\"AsYUkNILN\"},spNQhlLsZ:{variant:\"AsYUkNILN\"},wucLPBYJk:{variant:\"AsYUkNILN\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,...addPropertyOverrides({spNQhlLsZ:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||767)-0-330)/2)+25+0+25+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qbeoxn-container\",layoutDependency:layoutDependency,layoutId:\"Tkgbh5Qjz-container\",nodeId:\"Tkgbh5Qjz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Selector,{height:\"100%\",id:\"Tkgbh5Qjz\",L2jYlFilL:\"4-5\",layoutId:\"Tkgbh5Qjz\",osYcAc2dm:osYcAc2dm1x6eg5,style:{height:\"100%\",width:\"100%\"},variant:\"AsYUkNILN\",width:\"100%\",...addPropertyOverrides({spNQhlLsZ:{variant:\"NurstJVzK\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,...addPropertyOverrides({spNQhlLsZ:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||767)-0-330)/2)+25+0+25+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pnpzyv-container\",layoutDependency:layoutDependency,layoutId:\"U75Gga8O3-container\",nodeId:\"U75Gga8O3\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Selector,{height:\"100%\",id:\"U75Gga8O3\",L2jYlFilL:\"5-6\",layoutId:\"U75Gga8O3\",osYcAc2dm:osYcAc2dm1wpvi7j,style:{height:\"100%\",width:\"100%\"},variant:\"AsYUkNILN\",width:\"100%\",...addPropertyOverrides({wucLPBYJk:{variant:\"NurstJVzK\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,...addPropertyOverrides({spNQhlLsZ:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||767)-0-330)/2)+25+0+25+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15bagiy-container\",layoutDependency:layoutDependency,layoutId:\"m_Bqp0v7z-container\",nodeId:\"m_Bqp0v7z\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Selector,{height:\"100%\",id:\"m_Bqp0v7z\",L2jYlFilL:\"6-7\",layoutId:\"m_Bqp0v7z\",osYcAc2dm:osYcAc2dm1ut0hlo,style:{height:\"100%\",width:\"100%\"},variant:\"AsYUkNILN\",width:\"100%\",...addPropertyOverrides({QV0cmu4QM:{variant:\"NurstJVzK\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hox1db\",layoutDependency:layoutDependency,layoutId:\"sOTLZ5IVT\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-40zrku-container\",\"data-framer-name\":\"3-4 carusel\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"EnIRchmFN-container\",name:\"3-4 carusel\",nodeId:\"EnIRchmFN\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:25,height:\"100%\",id:\"EnIRchmFN\",layoutId:\"EnIRchmFN\",name:\"3-4 carusel\",padding:0,paddingBottom:0,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:true},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d8frg3\",\"data-framer-name\":\"3-4 num\",layoutDependency:layoutDependency,layoutId:\"LZaXo0H84\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Numbers & Counting\"})}),className:\"framer-1vxuzoj\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"mSC5gRmsq\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-up31sw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"aeohp6zlI-container\",nodeId:\"aeohp6zlI\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"aeohp6zlI\",layoutId:\"aeohp6zlI\",MoV8V8ava:\"Know number names and count forward to 10\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16p52i2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"A8YqTLvKI-container\",nodeId:\"A8YqTLvKI\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"A8YqTLvKI\",layoutId:\"A8YqTLvKI\",MoV8V8ava:\"Count to tell the number of objects (up to 10)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19gk6qq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Oq0dyeyN0-container\",nodeId:\"Oq0dyeyN0\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Oq0dyeyN0\",layoutId:\"Oq0dyeyN0\",MoV8V8ava:\"Patterns in quantities\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pyisx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"M4jPkhdhz-container\",nodeId:\"M4jPkhdhz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"M4jPkhdhz\",layoutId:\"M4jPkhdhz\",MoV8V8ava:\"Introduction to number line\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z3awdx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Jg8BSkkro-container\",nodeId:\"Jg8BSkkro\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Jg8BSkkro\",layoutId:\"Jg8BSkkro\",MoV8V8ava:\"Understand number 0\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ihmogi-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"x0G_q2P5x-container\",nodeId:\"x0G_q2P5x\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"x0G_q2P5x\",layoutId:\"x0G_q2P5x\",MoV8V8ava:\"Ordinal numbers (up to tenth)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13jwced-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fSpJWMYHW-container\",nodeId:\"fSpJWMYHW\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"fSpJWMYHW\",layoutId:\"fSpJWMYHW\",MoV8V8ava:\"Compare upto 10 objects (understand more, less, equal)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hyg8ih-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"XNPukUaBz-container\",nodeId:\"XNPukUaBz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"XNPukUaBz\",layoutId:\"XNPukUaBz\",MoV8V8ava:\"Add and subtract with objects within 10\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bolah0-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Bv1ERVVGs-container\",nodeId:\"Bv1ERVVGs\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Bv1ERVVGs\",layoutId:\"Bv1ERVVGs\",MoV8V8ava:\"Introduction to word problems on addition and subtraction using pictures \",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tm0xqa-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sMi0_ucC9-container\",nodeId:\"sMi0_ucC9\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"sMi0_ucC9\",layoutId:\"sMi0_ucC9\",MoV8V8ava:\"Skip-counting by 2s with pictures\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v0jtl-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QlsdtP1G0-container\",nodeId:\"QlsdtP1G0\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"QlsdtP1G0\",layoutId:\"QlsdtP1G0\",MoV8V8ava:\"Divide objects into 2 equal groups\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lv0sap-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OzvIVCI28-container\",nodeId:\"OzvIVCI28\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"OzvIVCI28\",layoutId:\"OzvIVCI28\",MoV8V8ava:\"Identify halves\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2aqy13-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Xc7nQ0AFi-container\",nodeId:\"Xc7nQ0AFi\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Xc7nQ0AFi\",layoutId:\"Xc7nQ0AFi\",MoV8V8ava:\"Subitize up to 5\",variant:\"gpcl_yHp0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v728cw\",\"data-framer-name\":\"3-4 geom\",layoutDependency:layoutDependency,layoutId:\"AcNKe82uG\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Geometry\"})}),className:\"framer-17g4kym\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"n14IRBcfR\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17mojyi-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gSMCF0fza-container\",nodeId:\"gSMCF0fza\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"gSMCF0fza\",layoutId:\"gSMCF0fza\",MoV8V8ava:\"Use spatial language \",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y7k9h2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"B5CTG17Jz-container\",nodeId:\"B5CTG17Jz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"B5CTG17Jz\",layoutId:\"B5CTG17Jz\",MoV8V8ava:\"Recognize and name flat shapes \",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oivj9s-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"zS1FF_ZPs-container\",nodeId:\"zS1FF_ZPs\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"zS1FF_ZPs\",layoutId:\"zS1FF_ZPs\",MoV8V8ava:\"Identify basic flat shapes in a drawing and real-life objects\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12qb5zc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Yg90jNUG6-container\",nodeId:\"Yg90jNUG6\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Yg90jNUG6\",layoutId:\"Yg90jNUG6\",MoV8V8ava:\"Recognize rotated shapes\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lin1fu-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"k2VWPXyFD-container\",nodeId:\"k2VWPXyFD\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"k2VWPXyFD\",layoutId:\"k2VWPXyFD\",MoV8V8ava:\"See symmetry in shapes and objects\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lqy4id-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"wZLVK4U6u-container\",nodeId:\"wZLVK4U6u\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"wZLVK4U6u\",layoutId:\"wZLVK4U6u\",MoV8V8ava:\"Visually compare height and length of objects\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w3gibx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Px74o2Car-container\",nodeId:\"Px74o2Car\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Px74o2Car\",layoutId:\"Px74o2Car\",MoV8V8ava:\"Measure the length of an object with smaller objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l51wfc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uVRckgT3t-container\",nodeId:\"uVRckgT3t\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"uVRckgT3t\",layoutId:\"uVRckgT3t\",MoV8V8ava:\"3D shapes: sphere, cube, cone, cylinder\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1potoxw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"iq5D7Tz8E-container\",nodeId:\"iq5D7Tz8E\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"iq5D7Tz8E\",layoutId:\"iq5D7Tz8E\",MoV8V8ava:\"See shapes in everyday objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cyvphv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"KloHhLlpG-container\",nodeId:\"KloHhLlpG\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"KloHhLlpG\",layoutId:\"KloHhLlpG\",MoV8V8ava:\"Match an object to its shadow\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qrjw3y-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mzBR3K0TD-container\",nodeId:\"mzBR3K0TD\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"mzBR3K0TD\",layoutId:\"mzBR3K0TD\",MoV8V8ava:\"Cut flat shapes into 2 parts, construct flat shapes from 2 parts\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15jlnlt-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Lb0tLataK-container\",nodeId:\"Lb0tLataK\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Lb0tLataK\",layoutId:\"Lb0tLataK\",MoV8V8ava:\"Explore folding and unfolding \",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p6jj0r-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"yjiBjiprC-container\",nodeId:\"yjiBjiprC\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"yjiBjiprC\",layoutId:\"yjiBjiprC\",MoV8V8ava:\"Simple visual patterns\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1je1r91-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fPVDHX9QO-container\",nodeId:\"fPVDHX9QO\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"fPVDHX9QO\",layoutId:\"fPVDHX9QO\",MoV8V8ava:\"2-3 step mazes\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-150rriz\",\"data-framer-name\":\"3-4 logic\",layoutDependency:layoutDependency,layoutId:\"gT1NPszMp\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Logic\"})}),className:\"framer-13qc48n\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"pBaPhJtEy\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wd5bm8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZxyqQgZAb-container\",nodeId:\"ZxyqQgZAb\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ZxyqQgZAb\",layoutId:\"ZxyqQgZAb\",MoV8V8ava:\"Sort objects by color, size and shape\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iieyul-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"jbAkrQazb-container\",nodeId:\"jbAkrQazb\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"jbAkrQazb\",layoutId:\"jbAkrQazb\",MoV8V8ava:\"Color, size and shape patterns\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ucid5g-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"A_oow9o1b-container\",nodeId:\"A_oow9o1b\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"A_oow9o1b\",layoutId:\"A_oow9o1b\",MoV8V8ava:\"Visual patterns with two attributes (color and shape, shape and size, etc)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-li7i1k-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"XsC10hipw-container\",nodeId:\"XsC10hipw\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"XsC10hipw\",layoutId:\"XsC10hipw\",MoV8V8ava:\"Find all objects that satisfy the condition (find all birds in red hats)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1twlads-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"a6ESjSsmc-container\",nodeId:\"a6ESjSsmc\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"a6ESjSsmc\",layoutId:\"a6ESjSsmc\",MoV8V8ava:\"Same and different sets of objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7dt32k-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Q3L70FaQh-container\",nodeId:\"Q3L70FaQh\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Q3L70FaQh\",layoutId:\"Q3L70FaQh\",MoV8V8ava:\"Make sets of objects \u201Cdifferent\u201D or \u201Cthe same\u201D \",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cbvdci-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"VgJXcyZmz-container\",nodeId:\"VgJXcyZmz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"VgJXcyZmz\",layoutId:\"VgJXcyZmz\",MoV8V8ava:\"Find objects that are in \u201Call\u201D sets, in \u201Conly one\u201D set\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k09tlt-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Ux41fayvn-container\",nodeId:\"Ux41fayvn\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Ux41fayvn\",layoutId:\"Ux41fayvn\",MoV8V8ava:\"Understand verbal instruction and follow it\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9k7r0n-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ByrcHpmzg-container\",nodeId:\"ByrcHpmzg\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ByrcHpmzg\",layoutId:\"ByrcHpmzg\",MoV8V8ava:\"Understand \u201CAND\u201D operation (Find my shape. It is green AND a circle)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u9iesh-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QsfBQHZRp-container\",nodeId:\"QsfBQHZRp\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"QsfBQHZRp\",layoutId:\"QsfBQHZRp\",MoV8V8ava:\"Understand \u201CNOT\u201D operation (Find my shape. It is NOT a circle)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c2299w-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mJHkZUFtC-container\",nodeId:\"mJHkZUFtC\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"mJHkZUFtC\",layoutId:\"mJHkZUFtC\",MoV8V8ava:\"Tell if a trivial statement is true (I have 3 heads. Is it true?)\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r4jksi\",\"data-framer-name\":\"3-4 algo\",layoutDependency:layoutDependency,layoutId:\"M4L8J3btY\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Algorithms \"})}),className:\"framer-xxg71c\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"RSa_FVYJd\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8gwka2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Q6AHrW46e-container\",nodeId:\"Q6AHrW46e\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Q6AHrW46e\",layoutId:\"Q6AHrW46e\",MoV8V8ava:\"Apply simple operations to different objects and find the result (change color, put triangle on top, etc)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pqd8pc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"n3QeZVtqt-container\",nodeId:\"n3QeZVtqt\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"n3QeZVtqt\",layoutId:\"n3QeZVtqt\",MoV8V8ava:\"Arrange events in chronological order\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ln6os7-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sogJxDuiv-container\",nodeId:\"sogJxDuiv\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"sogJxDuiv\",layoutId:\"sogJxDuiv\",MoV8V8ava:\"Understand and follow a simple algorithm (instruction)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6c35y1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"scYdVXP8c-container\",nodeId:\"scYdVXP8c\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"scYdVXP8c\",layoutId:\"scYdVXP8c\",MoV8V8ava:\"Build 2-3 step programs\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-butloy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SfsVxBwsG-container\",nodeId:\"SfsVxBwsG\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"SfsVxBwsG\",layoutId:\"SfsVxBwsG\",MoV8V8ava:\"Introduction to coordinates on the grid using real-life examples\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]})],snapObject:{fluid:false,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zt8yxm-container\",\"data-framer-name\":\"4-5 carusel\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RzXE80Jnl-container\",name:\"4-5 carusel\",nodeId:\"RzXE80Jnl\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:25,height:\"100%\",id:\"RzXE80Jnl\",layoutId:\"RzXE80Jnl\",name:\"4-5 carusel\",padding:0,paddingBottom:0,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:true},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nadh58\",\"data-framer-name\":\"4-5  num\",layoutDependency:layoutDependency,layoutId:\"RRMJqCeJt\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Numbers & Counting\"})}),className:\"framer-gkw1ob\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"DMSU6lVCA\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-peek8u-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"zssXkv4gG-container\",nodeId:\"zssXkv4gG\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"zssXkv4gG\",layoutId:\"zssXkv4gG\",MoV8V8ava:\"Numbers up to 20 on the number line\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16geody-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"LrqMn_I0V-container\",nodeId:\"LrqMn_I0V\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"LrqMn_I0V\",layoutId:\"LrqMn_I0V\",MoV8V8ava:\"Subitize up to 10\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iokcpl-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"P5rjkbV22-container\",nodeId:\"P5rjkbV22\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"P5rjkbV22\",layoutId:\"P5rjkbV22\",MoV8V8ava:\"Place value. Numbers up to 20 as tens and ones\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vzwsy3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"p4Ihrl_Ws-container\",nodeId:\"p4Ihrl_Ws\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"p4Ihrl_Ws\",layoutId:\"p4Ihrl_Ws\",MoV8V8ava:\"Numbers 10, 20, 30 etc. as several tens\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-152nlcc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"cJWgxCHoN-container\",nodeId:\"cJWgxCHoN\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"cJWgxCHoN\",layoutId:\"cJWgxCHoN\",MoV8V8ava:\"Compare in a mixed group of objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19cpwh8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"U1ruUjOrC-container\",nodeId:\"U1ruUjOrC\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"U1ruUjOrC\",layoutId:\"U1ruUjOrC\",MoV8V8ava:\"Compare numbers up to 10\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4zby6c-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Ypg_rfhpw-container\",nodeId:\"Ypg_rfhpw\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Ypg_rfhpw\",layoutId:\"Ypg_rfhpw\",MoV8V8ava:\"Add and subtract within 10 with numbers\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gcshdw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"aI6uGzb9L-container\",nodeId:\"aI6uGzb9L\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"aI6uGzb9L\",layoutId:\"aI6uGzb9L\",MoV8V8ava:\"Add and subtract within 20 with objects and base-10 blocks\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oj6asf-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"V6XWFZgQt-container\",nodeId:\"V6XWFZgQt\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"V6XWFZgQt\",layoutId:\"V6XWFZgQt\",MoV8V8ava:\"Use number line to add and subtract\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6mouj5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"EOyUsmMtr-container\",nodeId:\"EOyUsmMtr\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"EOyUsmMtr\",layoutId:\"EOyUsmMtr\",MoV8V8ava:\"Addition strategies for number up to 20\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qqbqo1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"GQaaAUnXj-container\",nodeId:\"GQaaAUnXj\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"GQaaAUnXj\",layoutId:\"GQaaAUnXj\",MoV8V8ava:\"Model addition and subtraction word problems with objects (upto 10)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s3vq3v-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZoZY8b1Y6-container\",nodeId:\"ZoZY8b1Y6\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ZoZY8b1Y6\",layoutId:\"ZoZY8b1Y6\",MoV8V8ava:\"Introduction to equations with weighting on scales\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rjvd76-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oXXbY98p2-container\",nodeId:\"oXXbY98p2\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"oXXbY98p2\",layoutId:\"oXXbY98p2\",MoV8V8ava:\"Skip-count by 2s, 5s and 10s with visual aid\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14kayay-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"kGGPlRxxL-container\",nodeId:\"kGGPlRxxL\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"kGGPlRxxL\",layoutId:\"kGGPlRxxL\",MoV8V8ava:\"Multiplication & division by 2 with visual aid\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jkgrhd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"MaExNR7r_-container\",nodeId:\"MaExNR7r_\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"MaExNR7r_\",layoutId:\"MaExNR7r_\",MoV8V8ava:\"Building number intuition (estimation)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tguwvf-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Leh_D3SVV-container\",nodeId:\"Leh_D3SVV\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Leh_D3SVV\",layoutId:\"Leh_D3SVV\",MoV8V8ava:\"Growing patterns\",variant:\"gpcl_yHp0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dkcs0m\",\"data-framer-name\":\"4-5 geom\",layoutDependency:layoutDependency,layoutId:\"zWIWatvua\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Geometry\"})}),className:\"framer-sr70sa\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"OQ5DLP3kb\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1383lxq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ANq_7b51u-container\",nodeId:\"ANq_7b51u\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ANq_7b51u\",layoutId:\"ANq_7b51u\",MoV8V8ava:\"Use spatial language (on, under, behind, top, bottom, etc) to describe relative position \",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mzygq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"GaWjMT0WC-container\",nodeId:\"GaWjMT0WC\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"GaWjMT0WC\",layoutId:\"GaWjMT0WC\",MoV8V8ava:\"Left and right hands. Show objects on the left and on the right.\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pux1gw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ppNF4T8CM-container\",nodeId:\"ppNF4T8CM\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ppNF4T8CM\",layoutId:\"ppNF4T8CM\",MoV8V8ava:\"Recognize and name flat shapes\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xfx03g-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xHZ_lvDok-container\",nodeId:\"xHZ_lvDok\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"xHZ_lvDok\",layoutId:\"xHZ_lvDok\",MoV8V8ava:\"Explore angles and sides in flat shapes\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-enq5vd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Bn9X0rrUK-container\",nodeId:\"Bn9X0rrUK\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Bn9X0rrUK\",layoutId:\"Bn9X0rrUK\",MoV8V8ava:\"See symmetry in shapes and objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lqifim-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SDTPe2ybJ-container\",nodeId:\"SDTPe2ybJ\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"SDTPe2ybJ\",layoutId:\"SDTPe2ybJ\",MoV8V8ava:\"Make a shape symmetrical \",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1skhkbv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"EtQ2ddiZ9-container\",nodeId:\"EtQ2ddiZ9\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"EtQ2ddiZ9\",layoutId:\"EtQ2ddiZ9\",MoV8V8ava:\"Measure the length or height of an object\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xaa98e-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tf5DtNex8-container\",nodeId:\"tf5DtNex8\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"tf5DtNex8\",layoutId:\"tf5DtNex8\",MoV8V8ava:\"3D shapes: sphere, cube, cone, cylinder\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9q95xb-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rDDRyzsDP-container\",nodeId:\"rDDRyzsDP\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"rDDRyzsDP\",layoutId:\"rDDRyzsDP\",MoV8V8ava:\"Explore how 3D shapes look from above and from the sides\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gotcc6-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"zBPefmnhF-container\",nodeId:\"zBPefmnhF\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"zBPefmnhF\",layoutId:\"zBPefmnhF\",MoV8V8ava:\"3D shapes built from cubes\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-27hs0o-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ejodCfs2j-container\",nodeId:\"ejodCfs2j\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ejodCfs2j\",layoutId:\"ejodCfs2j\",MoV8V8ava:\"Cut flat shapes into 3 parts, construct flat shapes from 3 parts\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y5xvyq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OamnIhy5F-container\",nodeId:\"OamnIhy5F\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"OamnIhy5F\",layoutId:\"OamnIhy5F\",MoV8V8ava:\"Mentally join and overlap flat shapes\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dqaylq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"HXp8FxhY1-container\",nodeId:\"HXp8FxhY1\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"HXp8FxhY1\",layoutId:\"HXp8FxhY1\",MoV8V8ava:\"Mental folding and rotation\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pljjgg-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"eeVWmMyrf-container\",nodeId:\"eeVWmMyrf\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"eeVWmMyrf\",layoutId:\"eeVWmMyrf\",MoV8V8ava:\"Complete visual patterns\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w2y8e3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"pHaywP9Kr-container\",nodeId:\"pHaywP9Kr\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"pHaywP9Kr\",layoutId:\"pHaywP9Kr\",MoV8V8ava:\"Solve mazes with 3-5 turns\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vq6b75-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"DcmTwCiYa-container\",nodeId:\"DcmTwCiYa\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"DcmTwCiYa\",layoutId:\"DcmTwCiYa\",MoV8V8ava:\"Visually compare area and perimeter\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zh1hpo\",\"data-framer-name\":\"4-5 logic\",layoutDependency:layoutDependency,layoutId:\"HnqWWG4SK\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Logic\"})}),className:\"framer-lecpr4\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"W0cPt2Lwj\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17zcg3z-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nRgl_CHLI-container\",nodeId:\"nRgl_CHLI\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"nRgl_CHLI\",layoutId:\"nRgl_CHLI\",MoV8V8ava:\"Sort objects by category and count number of objects in each category\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9ekakt-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"GIhzjrCy3-container\",nodeId:\"GIhzjrCy3\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"GIhzjrCy3\",layoutId:\"GIhzjrCy3\",MoV8V8ava:\"Visual patterns with two attributes (color and shape, shape and size, etc)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3i64om-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sceJAeyxo-container\",nodeId:\"sceJAeyxo\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"sceJAeyxo\",layoutId:\"sceJAeyxo\",MoV8V8ava:\"Patterns with beads\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vqelxh-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nfJ32whCs-container\",nodeId:\"nfJ32whCs\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"nfJ32whCs\",layoutId:\"nfJ32whCs\",MoV8V8ava:\"Growing patterns with objects\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7aaj8x-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"UN2lWXMP2-container\",nodeId:\"UN2lWXMP2\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"UN2lWXMP2\",layoutId:\"UN2lWXMP2\",MoV8V8ava:\"Serial reasoning and reasoning by analogy\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xfw4v7-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oNXAAS13A-container\",nodeId:\"oNXAAS13A\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"oNXAAS13A\",layoutId:\"oNXAAS13A\",MoV8V8ava:\"Odd one out\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gh252c-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ElyYiNU5j-container\",nodeId:\"ElyYiNU5j\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ElyYiNU5j\",layoutId:\"ElyYiNU5j\",MoV8V8ava:\"Continue the sequence to satisfy a given condition (make all fish a different color)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7t8lxp-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"HEqTBEJZp-container\",nodeId:\"HEqTBEJZp\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"HEqTBEJZp\",layoutId:\"HEqTBEJZp\",MoV8V8ava:\"Complete the sequence changing only one attribute at a time (shape, color or size)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12ebxkj-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"XKHTjTSYR-container\",nodeId:\"XKHTjTSYR\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"XKHTjTSYR\",layoutId:\"XKHTjTSYR\",MoV8V8ava:\"Make sets of objects \u201Cdifferent\u201D or \u201Cthe same\u201D \",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-aqbpok-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"d8xRO5hHZ-container\",nodeId:\"d8xRO5hHZ\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"d8xRO5hHZ\",layoutId:\"d8xRO5hHZ\",MoV8V8ava:\"Sort objects with tables and schemes based on their attributes\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15lq5u0-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"XhZWzJxJT-container\",nodeId:\"XhZWzJxJT\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"XhZWzJxJT\",layoutId:\"XhZWzJxJT\",MoV8V8ava:\"Understand instruction with AND and NOT (Find my shape. It is green and not a circle)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-oxfibq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"PA22exfsy-container\",nodeId:\"PA22exfsy\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"PA22exfsy\",layoutId:\"PA22exfsy\",MoV8V8ava:\"Tell if a trivial statement is TRUE (2+1=4. Is it true?)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u90r0a-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sIvyJRSwW-container\",nodeId:\"sIvyJRSwW\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"sIvyJRSwW\",layoutId:\"sIvyJRSwW\",MoV8V8ava:\"Logic puzzles with one step (Alice is taller than Bob. Bob is taller than Eric. Who is taller: Alice or Eric?.)\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fjnvxe\",\"data-framer-name\":\"4-5 algo\",layoutDependency:layoutDependency,layoutId:\"V367B1q4D\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Algorithms\"})}),className:\"framer-dmp2b9\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"mlFkGbdEi\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mz1ioq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"C_DMoFSC6-container\",nodeId:\"C_DMoFSC6\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"C_DMoFSC6\",layoutId:\"C_DMoFSC6\",MoV8V8ava:\"Apply given operations to various objects and find the result (change color, put triangle on top, sort by size, etc)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12risvc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xfJfwnjiq-container\",nodeId:\"xfJfwnjiq\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"xfJfwnjiq\",layoutId:\"xfJfwnjiq\",MoV8V8ava:\"Reverse simple operations (All blue objects were colored red. Find the initial picture)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vfgkl9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"G8XiqiMXF-container\",nodeId:\"G8XiqiMXF\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"G8XiqiMXF\",layoutId:\"G8XiqiMXF\",MoV8V8ava:\"Arrange events in chronological order\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pxn8rh-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tjH8Kxkaf-container\",nodeId:\"tjH8Kxkaf\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"tjH8Kxkaf\",layoutId:\"tjH8Kxkaf\",MoV8V8ava:\"Understand and follow a simple algorithm (instruction)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xk800-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"LwuTFOTbv-container\",nodeId:\"LwuTFOTbv\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"LwuTFOTbv\",layoutId:\"LwuTFOTbv\",MoV8V8ava:\"Build 2-3 step programs\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o8mbwy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"FP5_qcEj7-container\",nodeId:\"FP5_qcEj7\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"FP5_qcEj7\",layoutId:\"FP5_qcEj7\",MoV8V8ava:\"Introduction to [IF..ELSE] statement\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5lh614-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"e74TLWei3-container\",nodeId:\"e74TLWei3\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"e74TLWei3\",layoutId:\"e74TLWei3\",MoV8V8ava:\"Introduction to block diagrams\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-buo8sv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mKbBIKH30-container\",nodeId:\"mKbBIKH30\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"mKbBIKH30\",layoutId:\"mKbBIKH30\",MoV8V8ava:\"Introduction to coordinates on the grid using real-life examples\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]})],snapObject:{fluid:false,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jonniw-container\",\"data-framer-name\":\"5-6 carusel\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"MWQevMsuz-container\",name:\"5-6 carusel\",nodeId:\"MWQevMsuz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:25,height:\"100%\",id:\"MWQevMsuz\",layoutId:\"MWQevMsuz\",name:\"5-6 carusel\",padding:0,paddingBottom:0,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:true},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dr8epk\",\"data-framer-name\":\"5-6 num\",layoutDependency:layoutDependency,layoutId:\"mO15I1esA\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Numbers & Counting\"})}),className:\"framer-1pcq51r\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"MgOn9ITuQ\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5cewiu-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SEUJMjkSd-container\",nodeId:\"SEUJMjkSd\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"SEUJMjkSd\",layoutId:\"SEUJMjkSd\",MoV8V8ava:\"Numbers up to 30 on the number line\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sflyc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"zQ3s1AKCL-container\",nodeId:\"zQ3s1AKCL\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"zQ3s1AKCL\",layoutId:\"zQ3s1AKCL\",MoV8V8ava:\"Subitize by grouping objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1w3h8hp-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"woG58hd74-container\",nodeId:\"woG58hd74\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"woG58hd74\",layoutId:\"woG58hd74\",MoV8V8ava:\"Build number intuition with estimation (10 vs 100)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-euphm5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rJVXVCEdF-container\",nodeId:\"rJVXVCEdF\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"rJVXVCEdF\",layoutId:\"rJVXVCEdF\",MoV8V8ava:\"Place value. Numbers upto 20 as tens and ones\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c24t2m-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"w7FSdkAuZ-container\",nodeId:\"w7FSdkAuZ\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"w7FSdkAuZ\",layoutId:\"w7FSdkAuZ\",MoV8V8ava:\"2-digit numbers as tens and ones with objects and base-10 blocks\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-131yl68-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SmoKD4XiY-container\",nodeId:\"SmoKD4XiY\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"SmoKD4XiY\",layoutId:\"SmoKD4XiY\",MoV8V8ava:\"Compare 2-digit numbers using visual representation\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-761iti-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hbkTxRCaO-container\",nodeId:\"hbkTxRCaO\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"hbkTxRCaO\",layoutId:\"hbkTxRCaO\",MoV8V8ava:\"Add and subtract within 20 with number line\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-669x77-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oDJk2hikh-container\",nodeId:\"oDJk2hikh\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"oDJk2hikh\",layoutId:\"oDJk2hikh\",MoV8V8ava:\"Add and subtract within 20 with numbers\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8050fj-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Bk0P451LQ-container\",nodeId:\"Bk0P451LQ\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Bk0P451LQ\",layoutId:\"Bk0P451LQ\",MoV8V8ava:\"Use addition and subtraction strategies for numbers up to 20\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bzfax5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xRFfIhCvK-container\",nodeId:\"xRFfIhCvK\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"xRFfIhCvK\",layoutId:\"xRFfIhCvK\",MoV8V8ava:\"Visually add 2-digit numbers with base-10 blocks and objects\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sqxk8q-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"W7zYIXGyn-container\",nodeId:\"W7zYIXGyn\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"W7zYIXGyn\",layoutId:\"W7zYIXGyn\",MoV8V8ava:\"Model addition and subtraction word problems with objects (upto 20)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hcvrau-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"S52bexbYU-container\",nodeId:\"S52bexbYU\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"S52bexbYU\",layoutId:\"S52bexbYU\",MoV8V8ava:\"Model addition and subtraction word problems with number line\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q15951-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"pJrgIHJBb-container\",nodeId:\"pJrgIHJBb\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"pJrgIHJBb\",layoutId:\"pJrgIHJBb\",MoV8V8ava:\"Solve equations represented as weighting problems with scales \",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pvlh72-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"YyYdlq3DI-container\",nodeId:\"YyYdlq3DI\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"YyYdlq3DI\",layoutId:\"YyYdlq3DI\",MoV8V8ava:\"Skip-counting by 2s, 5s, and 10s\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3yrafg-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"L4_9C5f0W-container\",nodeId:\"L4_9C5f0W\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"L4_9C5f0W\",layoutId:\"L4_9C5f0W\",MoV8V8ava:\"Introduction to multiplication as repeated addition\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pm2moy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SyQiZu5O0-container\",nodeId:\"SyQiZu5O0\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"SyQiZu5O0\",layoutId:\"SyQiZu5O0\",MoV8V8ava:\"Interpret picture graphs\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xhfmmq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"BzTdz96uT-container\",nodeId:\"BzTdz96uT\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"BzTdz96uT\",layoutId:\"BzTdz96uT\",MoV8V8ava:\"Number patterns and number analogies\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u3rcqv\",\"data-framer-name\":\"5-6 geom\",layoutDependency:layoutDependency,layoutId:\"cdOJCD5_D\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Geometry\"})}),className:\"framer-rrm8sk\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"hdGbVjOYK\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i5u519-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gBpgGHeKm-container\",nodeId:\"gBpgGHeKm\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"gBpgGHeKm\",layoutId:\"gBpgGHeKm\",MoV8V8ava:\"Identify and name polygons (quadrilateral, pentagon, etc)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1aelfv2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"shUHUWTee-container\",nodeId:\"shUHUWTee\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"shUHUWTee\",layoutId:\"shUHUWTee\",MoV8V8ava:\"Left and right hands. Show objects on the left and on the right.\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k0nw0d-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"trCuVGv2d-container\",nodeId:\"trCuVGv2d\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"trCuVGv2d\",layoutId:\"trCuVGv2d\",MoV8V8ava:\"Explore angles and sides in flat shapes\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1av14v9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tLi9paFf2-container\",nodeId:\"tLi9paFf2\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"tLi9paFf2\",layoutId:\"tLi9paFf2\",MoV8V8ava:\"See symmetry in shapes and objects, complete shapes to make them symmetrical\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jwycpq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"XjfFXJyaq-container\",nodeId:\"XjfFXJyaq\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"XjfFXJyaq\",layoutId:\"XjfFXJyaq\",MoV8V8ava:\"Explore mirror reflections\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-129gr2s-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"bgO4VqcDl-container\",nodeId:\"bgO4VqcDl\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"bgO4VqcDl\",layoutId:\"bgO4VqcDl\",MoV8V8ava:\"Measure the length or height of an objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-orl0to-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"UL68buHJ7-container\",nodeId:\"UL68buHJ7\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"UL68buHJ7\",layoutId:\"UL68buHJ7\",MoV8V8ava:\"3D shapes: sphere, cube, cone, cylinder\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1thyhre-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"PgABDd8Qd-container\",nodeId:\"PgABDd8Qd\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"PgABDd8Qd\",layoutId:\"PgABDd8Qd\",MoV8V8ava:\"Explore how 3D shapes look from above and from the sides\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rw7rmd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"YgZEVdAAa-container\",nodeId:\"YgZEVdAAa\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"YgZEVdAAa\",layoutId:\"YgZEVdAAa\",MoV8V8ava:\"Interpret a simple map and use it to find objects in the picture or real environment\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fmuvlz-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xQiquq7_A-container\",nodeId:\"xQiquq7_A\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"xQiquq7_A\",layoutId:\"xQiquq7_A\",MoV8V8ava:\"3D shapes built from cubes: find identical, count the number of cubes, etc.\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19a7mfc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"WwQDDbTi3-container\",nodeId:\"WwQDDbTi3\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"WwQDDbTi3\",layoutId:\"WwQDDbTi3\",MoV8V8ava:\"Cut flat shapes into 3 parts, construct flat shapes from 3 parts\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vrko31-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fPGT6wD7t-container\",nodeId:\"fPGT6wD7t\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"fPGT6wD7t\",layoutId:\"fPGT6wD7t\",MoV8V8ava:\"Mentally join and overlap flat shapes\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l73z2l-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fAzuPUOTD-container\",nodeId:\"fAzuPUOTD\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"fAzuPUOTD\",layoutId:\"fAzuPUOTD\",MoV8V8ava:\"Mental folding and rotation\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tnqkmg-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"CRcmCwUx0-container\",nodeId:\"CRcmCwUx0\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"CRcmCwUx0\",layoutId:\"CRcmCwUx0\",MoV8V8ava:\"Complete visual patterns, visual reasoning by analogy\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-x5s0ow-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rzgNEnVzM-container\",nodeId:\"rzgNEnVzM\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"rzgNEnVzM\",layoutId:\"rzgNEnVzM\",MoV8V8ava:\"Solve mazes with 4-6 turns\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1p0h2dx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xqOAn70vo-container\",nodeId:\"xqOAn70vo\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"xqOAn70vo\",layoutId:\"xqOAn70vo\",MoV8V8ava:\"Visually compare area and perimeter of two simple shapes\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7nu4sb-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Kn42jche_-container\",nodeId:\"Kn42jche_\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Kn42jche_\",layoutId:\"Kn42jche_\",MoV8V8ava:\"Visually find area and perimeter of shapes built from squares\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kc4my2\",\"data-framer-name\":\"5-6 logic\",layoutDependency:layoutDependency,layoutId:\"PMuX_97MI\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Logic\"})}),className:\"framer-egjxfm\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"qQxDXECy_\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1duzli2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"qNJRVLxBJ-container\",nodeId:\"qNJRVLxBJ\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"qNJRVLxBJ\",layoutId:\"qNJRVLxBJ\",MoV8V8ava:\"Sort objects by category and count number of objects in each category\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1829sh2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Dfh8p0ZbT-container\",nodeId:\"Dfh8p0ZbT\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Dfh8p0ZbT\",layoutId:\"Dfh8p0ZbT\",MoV8V8ava:\"Sort objects using Venn diagram \",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-198a8ch-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OQBDDMJUU-container\",nodeId:\"OQBDDMJUU\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"OQBDDMJUU\",layoutId:\"OQBDDMJUU\",MoV8V8ava:\"Patterns with beads\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qrw3eq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"qFG2Rmpx6-container\",nodeId:\"qFG2Rmpx6\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"qFG2Rmpx6\",layoutId:\"qFG2Rmpx6\",MoV8V8ava:\"Growing patterns with objects\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16cleir-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nIvEnJA7s-container\",nodeId:\"nIvEnJA7s\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"nIvEnJA7s\",layoutId:\"nIvEnJA7s\",MoV8V8ava:\"Serial reasoning and reasoning by analogy\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eymcnd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"J3dcK_43j-container\",nodeId:\"J3dcK_43j\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"J3dcK_43j\",layoutId:\"J3dcK_43j\",MoV8V8ava:\"Odd one out\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hl507c-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"brOadb7dz-container\",nodeId:\"brOadb7dz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"brOadb7dz\",layoutId:\"brOadb7dz\",MoV8V8ava:\"See simple number patterns\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ppzcz0-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"AptPE8W5a-container\",nodeId:\"AptPE8W5a\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"AptPE8W5a\",layoutId:\"AptPE8W5a\",MoV8V8ava:\"Continue the sequence to satisfy a given condition (make all fish a different size)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bcu3yv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mXGOhaakc-container\",nodeId:\"mXGOhaakc\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"mXGOhaakc\",layoutId:\"mXGOhaakc\",MoV8V8ava:\"Complete the sequence changing only one attribute at a time (shape, color or size)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1upu2sk-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RWjzJabQN-container\",nodeId:\"RWjzJabQN\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"RWjzJabQN\",layoutId:\"RWjzJabQN\",MoV8V8ava:\"Make sets of objects \u201Cdifferent\u201D or \u201Cthe same\u201D \",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15nmh1u-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"S0wK4pF8P-container\",nodeId:\"S0wK4pF8P\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"S0wK4pF8P\",layoutId:\"S0wK4pF8P\",MoV8V8ava:\"Find subsets of a set\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w9z3wv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tOKUo78lU-container\",nodeId:\"tOKUo78lU\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"tOKUo78lU\",layoutId:\"tOKUo78lU\",MoV8V8ava:\"Sort objects with tables and schemes based on their attributes\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lhw5hr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"D0HkIGbyL-container\",nodeId:\"D0HkIGbyL\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"D0HkIGbyL\",layoutId:\"D0HkIGbyL\",MoV8V8ava:\"Understand instruction with AND and NOT (Find my shape. It is green and not a circle).\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bhe6ou-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"vku7uDGPu-container\",nodeId:\"vku7uDGPu\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"vku7uDGPu\",layoutId:\"vku7uDGPu\",MoV8V8ava:\"TRUE and FALSE statements (This shape is green and not a circle. True or false?)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vjxtal-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oU_F_dN9y-container\",nodeId:\"oU_F_dN9y\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"oU_F_dN9y\",layoutId:\"oU_F_dN9y\",MoV8V8ava:\"Logic puzzles with two steps (Alice and Eric live in the houses 1 and 2. Alice doesn\u2019t live in jouse number 2. Who lives where?\",variant:\"gpcl_yHp0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qv89sl\",\"data-framer-name\":\"5-6 algo\",layoutDependency:layoutDependency,layoutId:\"FWVbeN0XD\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Algorithms\"})}),className:\"framer-7k58se\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"EOELPYZ97\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gu0imy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xU83X0xpk-container\",nodeId:\"xU83X0xpk\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"xU83X0xpk\",layoutId:\"xU83X0xpk\",MoV8V8ava:\"Apply given operations to various objects and find the result (change color, put triangle on top, sort by size, etc)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hxlv0m-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"U6UttWc6s-container\",nodeId:\"U6UttWc6s\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"U6UttWc6s\",layoutId:\"U6UttWc6s\",MoV8V8ava:\"Reverse simple operations (All blue objects were colored red. Find the initial picture)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-daj6ny-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oPpJfyEZn-container\",nodeId:\"oPpJfyEZn\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"oPpJfyEZn\",layoutId:\"oPpJfyEZn\",MoV8V8ava:\"Arrange events in chronological order\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kerqb7-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"DhewpeiCg-container\",nodeId:\"DhewpeiCg\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"DhewpeiCg\",layoutId:\"DhewpeiCg\",MoV8V8ava:\"Understand and follow instructions\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nfgsge-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"iIR9ij5fM-container\",nodeId:\"iIR9ij5fM\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"iIR9ij5fM\",layoutId:\"iIR9ij5fM\",MoV8V8ava:\"Build 3-5 step programs\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m1213c-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"KUX2_8Yn3-container\",nodeId:\"KUX2_8Yn3\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"KUX2_8Yn3\",layoutId:\"KUX2_8Yn3\",MoV8V8ava:\"Introduction to loops\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1va8zbd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gG1Q9YDis-container\",nodeId:\"gG1Q9YDis\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"gG1Q9YDis\",layoutId:\"gG1Q9YDis\",MoV8V8ava:\"Understand [IF..ELSE] statement\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bcbuj8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"lwoNoyRhT-container\",nodeId:\"lwoNoyRhT\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"lwoNoyRhT\",layoutId:\"lwoNoyRhT\",MoV8V8ava:\"Introduction to block diagrams\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18h69ga-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rt1HA8Aq_-container\",nodeId:\"rt1HA8Aq_\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"rt1HA8Aq_\",layoutId:\"rt1HA8Aq_\",MoV8V8ava:\"Use coordinates to find location of an object on the grid\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qnrnxa-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"EawuS1s0y-container\",nodeId:\"EawuS1s0y\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"EawuS1s0y\",layoutId:\"EawuS1s0y\",MoV8V8ava:\"Puzzles based on chess moves\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]})],snapObject:{fluid:false,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ikwuj9-container\",\"data-framer-name\":\"6-7 carusel\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LOK90k81Q-container\",name:\"6-7 carusel\",nodeId:\"LOK90k81Q\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:25,height:\"100%\",id:\"LOK90k81Q\",layoutId:\"LOK90k81Q\",name:\"6-7 carusel\",padding:0,paddingBottom:0,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:true},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-191axn5\",\"data-framer-name\":\"6-7 num\",layoutDependency:layoutDependency,layoutId:\"kA4o735jS\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Numbers & Counting\"})}),className:\"framer-47wrrc\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"SGDi_5hE7\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-22ak34-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"MUR9j5AVB-container\",nodeId:\"MUR9j5AVB\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"MUR9j5AVB\",layoutId:\"MUR9j5AVB\",MoV8V8ava:\"Numbers up to 100 on the number line\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1stzgxm-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TdMP_IAPk-container\",nodeId:\"TdMP_IAPk\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"TdMP_IAPk\",layoutId:\"TdMP_IAPk\",MoV8V8ava:\"Use grouping, addition and multiplication to count objects\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d2s17t-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"df2HB0Uhy-container\",nodeId:\"df2HB0Uhy\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"df2HB0Uhy\",layoutId:\"df2HB0Uhy\",MoV8V8ava:\"Build number intuition with estimation (10 vs 50 vs 200)\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xx70b1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Fu6hcHVgI-container\",nodeId:\"Fu6hcHVgI\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Fu6hcHVgI\",layoutId:\"Fu6hcHVgI\",MoV8V8ava:\"Visual representation of 3-digit numbers with base-10 blocks\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9mueuf-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"t6YBQX7px-container\",nodeId:\"t6YBQX7px\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"t6YBQX7px\",layoutId:\"t6YBQX7px\",MoV8V8ava:\"Compare 2-digit numbers\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15852sp-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fLs5zVocP-container\",nodeId:\"fLs5zVocP\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"fLs5zVocP\",layoutId:\"fLs5zVocP\",MoV8V8ava:\"Compare 3-digit numbers using their representation with base-10 blocks\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-is3d64-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tHBvaLt34-container\",nodeId:\"tHBvaLt34\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"tHBvaLt34\",layoutId:\"tHBvaLt34\",MoV8V8ava:\"Add and subtract 2-digit numbers using numbers line and base-10 representation\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-184btp8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"AYfCX0HJd-container\",nodeId:\"AYfCX0HJd\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"AYfCX0HJd\",layoutId:\"AYfCX0HJd\",MoV8V8ava:\"Mentally add and subtract  2-digit numbers\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k2urmu-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gGx_sPjwq-container\",nodeId:\"gGx_sPjwq\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"gGx_sPjwq\",layoutId:\"gGx_sPjwq\",MoV8V8ava:\"Use addition and subtraction strategies for 2-digit numbers\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b7cgjj-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Iy8gM5xVe-container\",nodeId:\"Iy8gM5xVe\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Iy8gM5xVe\",layoutId:\"Iy8gM5xVe\",MoV8V8ava:\"Visually add 3-digit numbers with base-10 blocks or place value disks\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z0pz3g-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"aKqujoQR1-container\",nodeId:\"aKqujoQR1\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"aKqujoQR1\",layoutId:\"aKqujoQR1\",MoV8V8ava:\"Model 2-step word problems with mixed operations\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k6tk9c-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RtSp_gSuj-container\",nodeId:\"RtSp_gSuj\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"RtSp_gSuj\",layoutId:\"RtSp_gSuj\",MoV8V8ava:\"Balance addition and subtraction equations\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hvprsm-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"pK8Gqqi2E-container\",nodeId:\"pK8Gqqi2E\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"pK8Gqqi2E\",layoutId:\"pK8Gqqi2E\",MoV8V8ava:\"System of equations represented as \u201Chead and legs\u201D problems\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19hqu5z-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SlRQzpdAg-container\",nodeId:\"SlRQzpdAg\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"SlRQzpdAg\",layoutId:\"SlRQzpdAg\",MoV8V8ava:\"Multiplication by 2, 5 and 10\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16zw87p-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rrhbLDKoW-container\",nodeId:\"rrhbLDKoW\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"rrhbLDKoW\",layoutId:\"rrhbLDKoW\",MoV8V8ava:\"Multiplication by 3 as (2+1) and by 4 as (5-1)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dwbo1r-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"F5b2_pocP-container\",nodeId:\"F5b2_pocP\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"F5b2_pocP\",layoutId:\"F5b2_pocP\",MoV8V8ava:\"Solve multiplication equations represented with pictures\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q7ohr6-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"CeSGYeoqI-container\",nodeId:\"CeSGYeoqI\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"CeSGYeoqI\",layoutId:\"CeSGYeoqI\",MoV8V8ava:\"Describe colored part of a shape as a fraction\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10epluo-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"IIMvVMVYi-container\",nodeId:\"IIMvVMVYi\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"IIMvVMVYi\",layoutId:\"IIMvVMVYi\",MoV8V8ava:\"Solve put-together and take-apart problems using picture graphs and bar graphs\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jwl7wr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"a9s4DYNFb-container\",nodeId:\"a9s4DYNFb\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"a9s4DYNFb\",layoutId:\"a9s4DYNFb\",MoV8V8ava:\"Introduction to combinatorics: find all possible combinations of objects with visual aid.\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pvv7sb-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"U439mRPoK-container\",nodeId:\"U439mRPoK\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"U439mRPoK\",layoutId:\"U439mRPoK\",MoV8V8ava:\"Number puzzles based on addition, subtraction and multiplication.\",variant:\"gpcl_yHp0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t4r4au\",\"data-framer-name\":\"6-7 geom\",layoutDependency:layoutDependency,layoutId:\"tViUTJ9wE\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Geometry\"})}),className:\"framer-ntpe75\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"VF_kYcv7G\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-102lv8k-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"O2h6N0jKW-container\",nodeId:\"O2h6N0jKW\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"O2h6N0jKW\",layoutId:\"O2h6N0jKW\",MoV8V8ava:\"Use spatial language (on, under, top, bottom, on the right, on the left etc) to describe relative position \",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rcjgcr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"BRhjtwxax-container\",nodeId:\"BRhjtwxax\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"BRhjtwxax\",layoutId:\"BRhjtwxax\",MoV8V8ava:\"Left and right. Understand the relative right and left, show left and right for characters in different orientations\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v0znqa-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"N31GZcPTS-container\",nodeId:\"N31GZcPTS\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"N31GZcPTS\",layoutId:\"N31GZcPTS\",MoV8V8ava:\"Recognize and name rotated flat shapes (circle, triangle, square, rectangle, etc)\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kuf0w9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZHTDUrilq-container\",nodeId:\"ZHTDUrilq\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ZHTDUrilq\",layoutId:\"ZHTDUrilq\",MoV8V8ava:\"Identify and name polygons (quadrilateral, pentagon, etc)\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fnn9lr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"eov0FZFHp-container\",nodeId:\"eov0FZFHp\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"eov0FZFHp\",layoutId:\"eov0FZFHp\",MoV8V8ava:\"Count and compare number or angles and sides in polygons\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7rebwb-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"LvZZNPBGN-container\",nodeId:\"LvZZNPBGN\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"LvZZNPBGN\",layoutId:\"LvZZNPBGN\",MoV8V8ava:\"Composing and decomposing polygons\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-juxrcl-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"KD28AmohG-container\",nodeId:\"KD28AmohG\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"KD28AmohG\",layoutId:\"KD28AmohG\",MoV8V8ava:\"Lines and intersection points\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jetwbl-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nRDF7wE2V-container\",nodeId:\"nRDF7wE2V\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"nRDF7wE2V\",layoutId:\"nRDF7wE2V\",MoV8V8ava:\"Explore symmetry. Find all lines of symmetry.\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bne1ya-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"jD24G4eh1-container\",nodeId:\"jD24G4eh1\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"jD24G4eh1\",layoutId:\"jD24G4eh1\",MoV8V8ava:\"Measure the length or height of an objects with smaller objects or with units\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3nws1t-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"lTCTg3nhU-container\",nodeId:\"lTCTg3nhU\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"lTCTg3nhU\",layoutId:\"lTCTg3nhU\",MoV8V8ava:\"3D shapes: sphere, cube, cone, cylinder\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10uhnl5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"vGjYVI6Jq-container\",nodeId:\"vGjYVI6Jq\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"vGjYVI6Jq\",layoutId:\"vGjYVI6Jq\",MoV8V8ava:\"Vertices, edges and faces in 3D shapes\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xyvt5a-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"K6e1gbTwR-container\",nodeId:\"K6e1gbTwR\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"K6e1gbTwR\",layoutId:\"K6e1gbTwR\",MoV8V8ava:\"Build models of 3D shapes\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e77xja-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"myKyZKzdc-container\",nodeId:\"myKyZKzdc\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"myKyZKzdc\",layoutId:\"myKyZKzdc\",MoV8V8ava:\"Explore projections\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-oi1jkw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"V2VwzkIVg-container\",nodeId:\"V2VwzkIVg\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"V2VwzkIVg\",layoutId:\"V2VwzkIVg\",MoV8V8ava:\"Introduction to coordinate axes\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7vxtg1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Q74kKSKr8-container\",nodeId:\"Q74kKSKr8\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Q74kKSKr8\",layoutId:\"Q74kKSKr8\",MoV8V8ava:\"3D shapes built from cubes: find identical, count the number  of cubes, etc.\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eozjc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RcbV8T9hC-container\",nodeId:\"RcbV8T9hC\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"RcbV8T9hC\",layoutId:\"RcbV8T9hC\",MoV8V8ava:\"Mentally join and overlap flat shapes\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1o2z99a-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ut0dEUwuS-container\",nodeId:\"ut0dEUwuS\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ut0dEUwuS\",layoutId:\"ut0dEUwuS\",MoV8V8ava:\"Mental folding and rotation\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1njoitu-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uN81TFEJE-container\",nodeId:\"uN81TFEJE\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"uN81TFEJE\",layoutId:\"uN81TFEJE\",MoV8V8ava:\"Complete visual patterns, visual reasoning by analogy\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8ow3ro-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"MlI2DFRtc-container\",nodeId:\"MlI2DFRtc\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"MlI2DFRtc\",layoutId:\"MlI2DFRtc\",MoV8V8ava:\"Visually find area and perimeter of shapes built from squares\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-566ycl-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"k3rrvmbrm-container\",nodeId:\"k3rrvmbrm\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"k3rrvmbrm\",layoutId:\"k3rrvmbrm\",MoV8V8ava:\"Calculate area and perimeter of more complex shapes\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qdwear\",\"data-framer-name\":\"6-7 logic\",layoutDependency:layoutDependency,layoutId:\"GrdVI1mnk\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Logic\"})}),className:\"framer-19rj924\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"hGaoQynLT\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-911we9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"bISs_5qjA-container\",nodeId:\"bISs_5qjA\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"bISs_5qjA\",layoutId:\"bISs_5qjA\",MoV8V8ava:\"Sort objects with Venn diagram\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16989r6-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"L6A57OJbT-container\",nodeId:\"L6A57OJbT\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"L6A57OJbT\",layoutId:\"L6A57OJbT\",MoV8V8ava:\"Visual patterns with two and more attributes\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9pzmw9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"GqSI8RoJB-container\",nodeId:\"GqSI8RoJB\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"GqSI8RoJB\",layoutId:\"GqSI8RoJB\",MoV8V8ava:\"Growing patterns with objects and numbers\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6zzb3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"bzrZQHuQi-container\",nodeId:\"bzrZQHuQi\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"bzrZQHuQi\",layoutId:\"bzrZQHuQi\",MoV8V8ava:\"Serial reasoning and reasoning by analogy\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gc9e0e-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"bF3XoaV8b-container\",nodeId:\"bF3XoaV8b\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"bF3XoaV8b\",layoutId:\"bF3XoaV8b\",MoV8V8ava:\"Odd one out\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17ecs8b-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TXWpv_7nc-container\",nodeId:\"TXWpv_7nc\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"TXWpv_7nc\",layoutId:\"TXWpv_7nc\",MoV8V8ava:\"Number patterns based on addition, subtraction and multiplication \",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ik2oiv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"NW8ZThWNa-container\",nodeId:\"NW8ZThWNa\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"NW8ZThWNa\",layoutId:\"NW8ZThWNa\",MoV8V8ava:\"Continue the sequence to satisfy two conditions (complete the sequence so that only 2 shapes are red and only one a circle)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1243344-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"GFj6vOAJG-container\",nodeId:\"GFj6vOAJG\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"GFj6vOAJG\",layoutId:\"GFj6vOAJG\",MoV8V8ava:\"Complete the sequence changing only one attribute at a time (shape, color or size)\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-81ytm1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Odyw0AuLh-container\",nodeId:\"Odyw0AuLh\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Odyw0AuLh\",layoutId:\"Odyw0AuLh\",MoV8V8ava:\"Find intersection of two sets (Which objects are in both sets?)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vkxoah-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"v59ZAoP0D-container\",nodeId:\"v59ZAoP0D\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"v59ZAoP0D\",layoutId:\"v59ZAoP0D\",MoV8V8ava:\"Find a union of two sets (Which objects are at least in one of the sets?)\",variant:\"q4bv_VKZK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uxo741-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"YzubetRS8-container\",nodeId:\"YzubetRS8\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"YzubetRS8\",layoutId:\"YzubetRS8\",MoV8V8ava:\"Logical operators AND and OR\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iiwzb7-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"IL7T6mie0-container\",nodeId:\"IL7T6mie0\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"IL7T6mie0\",layoutId:\"IL7T6mie0\",MoV8V8ava:\"TRUE and FALSE statements (This shape is green and not a circle. True or false?)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ha4x3o-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gt1vrEBTG-container\",nodeId:\"gt1vrEBTG\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"gt1vrEBTG\",layoutId:\"gt1vrEBTG\",MoV8V8ava:\"Check if an \u201Call\u201D - statement is true (All cats are black. True or false?)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11pzg1y-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"MNthWYIfz-container\",nodeId:\"MNthWYIfz\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"MNthWYIfz\",layoutId:\"MNthWYIfz\",MoV8V8ava:\"Check if a \u201Csome\u201D - statement is true (Some cats are black. True or false?)\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rfpame-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oHRLamuIE-container\",nodeId:\"oHRLamuIE\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"oHRLamuIE\",layoutId:\"oHRLamuIE\",MoV8V8ava:\"Logic puzzles with two steps (Alice and Eric live in the houses 1 and 2. Alice doesn\u2019t live in jouse number 2. Who lives where?\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-160rzsx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Wn6Mo6UNt-container\",nodeId:\"Wn6Mo6UNt\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"Wn6Mo6UNt\",layoutId:\"Wn6Mo6UNt\",MoV8V8ava:\"Logic puzzles with false statements (Parrot always lie. It says: I am not green. Which color is it?)\",variant:\"q4bv_VKZK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j505pi\",\"data-framer-name\":\"6-7 algo\",layoutDependency:layoutDependency,layoutId:\"xDVIjsIe2\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Algorithms\"})}),className:\"framer-qwy1g3\",\"data-framer-name\":\"Numbers & Counting\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"VeldLgcBp\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-112b8ug-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OSj_0Rxii-container\",nodeId:\"OSj_0Rxii\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"OSj_0Rxii\",layoutId:\"OSj_0Rxii\",MoV8V8ava:\"Apply given operations to various objects and find the result (change all triangles in the picture to squares, etc)\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1phhiw8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"s5C6enE_v-container\",nodeId:\"s5C6enE_v\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"s5C6enE_v\",layoutId:\"s5C6enE_v\",MoV8V8ava:\"Reverse simple operations (I changed all triangles in the picture to squares. Find all possible variants of initial picture ).\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u0cuj-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"XYbX4EsDY-container\",nodeId:\"XYbX4EsDY\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"XYbX4EsDY\",layoutId:\"XYbX4EsDY\",MoV8V8ava:\"Arrange events in chronological order\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tuqpld-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rHzp7f85p-container\",nodeId:\"rHzp7f85p\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"rHzp7f85p\",layoutId:\"rHzp7f85p\",MoV8V8ava:\"Build 5-8 step programs\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12lrq6q-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xi_4oBrZe-container\",nodeId:\"xi_4oBrZe\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"xi_4oBrZe\",layoutId:\"xi_4oBrZe\",MoV8V8ava:\"Introduction to loops\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-asr0hv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ar10ttqPT-container\",nodeId:\"ar10ttqPT\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ar10ttqPT\",layoutId:\"ar10ttqPT\",MoV8V8ava:\"Use [IF..ELSE] statement\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14j91ss-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"FwqChypt9-container\",nodeId:\"FwqChypt9\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"FwqChypt9\",layoutId:\"FwqChypt9\",MoV8V8ava:\"Understand block diagrams\",variant:\"gpcl_yHp0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vzk184-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"eka4xySAX-container\",nodeId:\"eka4xySAX\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"eka4xySAX\",layoutId:\"eka4xySAX\",MoV8V8ava:\"Use coordinates to find location of an object on the grid\",variant:\"Td5czp7WN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rj4q5g-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZcwN63jlj-container\",nodeId:\"ZcwN63jlj\",rendersWithMotion:true,scopeId:\"H94k2vyaz\",children:/*#__PURE__*/_jsx(ProgramItem,{height:\"100%\",id:\"ZcwN63jlj\",layoutId:\"ZcwN63jlj\",MoV8V8ava:\"Puzzles based on chess moves\",variant:\"Td5czp7WN\",width:\"100%\"})})})]})],snapObject:{fluid:false,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Is1lW.framer-2h4pdj, .framer-Is1lW .framer-2h4pdj { display: block; }\",\".framer-Is1lW.framer-i2hkvn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-Is1lW .framer-1vfz3dk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 25px; position: relative; width: 100%; }\",\".framer-Is1lW .framer-1uzdwmp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 70px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-Is1lW .framer-4vje4e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: min-content; }\",\".framer-Is1lW .framer-1cc1zvv-container, .framer-Is1lW .framer-qbeoxn-container, .framer-Is1lW .framer-1pnpzyv-container, .framer-Is1lW .framer-15bagiy-container { align-self: stretch; flex: none; height: auto; position: relative; width: 23%; }\",\".framer-Is1lW .framer-hox1db { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Is1lW .framer-40zrku-container, .framer-Is1lW .framer-zt8yxm-container, .framer-Is1lW .framer-1jonniw-container, .framer-Is1lW .framer-1ikwuj9-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Is1lW .framer-1d8frg3, .framer-Is1lW .framer-1v728cw, .framer-Is1lW .framer-150rriz, .framer-Is1lW .framer-r4jksi { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 509px; justify-content: flex-start; overflow: hidden; padding: 20px 25px 20px 25px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Is1lW .framer-1vxuzoj, .framer-Is1lW .framer-17g4kym, .framer-Is1lW .framer-13qc48n, .framer-Is1lW .framer-xxg71c, .framer-Is1lW .framer-gkw1ob, .framer-Is1lW .framer-sr70sa, .framer-Is1lW .framer-lecpr4, .framer-Is1lW .framer-dmp2b9, .framer-Is1lW .framer-1pcq51r, .framer-Is1lW .framer-rrm8sk, .framer-Is1lW .framer-egjxfm, .framer-Is1lW .framer-7k58se, .framer-Is1lW .framer-47wrrc, .framer-Is1lW .framer-ntpe75, .framer-Is1lW .framer-19rj924, .framer-Is1lW .framer-qwy1g3 { flex: none; height: 30px; position: relative; white-space: pre-wrap; width: 210px; word-break: break-word; word-wrap: break-word; }\",\".framer-Is1lW .framer-up31sw-container, .framer-Is1lW .framer-16p52i2-container, .framer-Is1lW .framer-19gk6qq-container, .framer-Is1lW .framer-1pyisx-container, .framer-Is1lW .framer-z3awdx-container, .framer-Is1lW .framer-1ihmogi-container, .framer-Is1lW .framer-13jwced-container, .framer-Is1lW .framer-1hyg8ih-container, .framer-Is1lW .framer-bolah0-container, .framer-Is1lW .framer-1tm0xqa-container, .framer-Is1lW .framer-1v0jtl-container, .framer-Is1lW .framer-1lv0sap-container, .framer-Is1lW .framer-2aqy13-container, .framer-Is1lW .framer-17mojyi-container, .framer-Is1lW .framer-1y7k9h2-container, .framer-Is1lW .framer-1oivj9s-container, .framer-Is1lW .framer-12qb5zc-container, .framer-Is1lW .framer-lin1fu-container, .framer-Is1lW .framer-lqy4id-container, .framer-Is1lW .framer-w3gibx-container, .framer-Is1lW .framer-1l51wfc-container, .framer-Is1lW .framer-1potoxw-container, .framer-Is1lW .framer-cyvphv-container, .framer-Is1lW .framer-qrjw3y-container, .framer-Is1lW .framer-15jlnlt-container, .framer-Is1lW .framer-p6jj0r-container, .framer-Is1lW .framer-1je1r91-container, .framer-Is1lW .framer-wd5bm8-container, .framer-Is1lW .framer-iieyul-container, .framer-Is1lW .framer-ucid5g-container, .framer-Is1lW .framer-li7i1k-container, .framer-Is1lW .framer-1twlads-container, .framer-Is1lW .framer-7dt32k-container, .framer-Is1lW .framer-cbvdci-container, .framer-Is1lW .framer-1k09tlt-container, .framer-Is1lW .framer-9k7r0n-container, .framer-Is1lW .framer-1u9iesh-container, .framer-Is1lW .framer-c2299w-container, .framer-Is1lW .framer-8gwka2-container, .framer-Is1lW .framer-1pqd8pc-container, .framer-Is1lW .framer-1ln6os7-container, .framer-Is1lW .framer-6c35y1-container, .framer-Is1lW .framer-butloy-container, .framer-Is1lW .framer-peek8u-container, .framer-Is1lW .framer-16geody-container, .framer-Is1lW .framer-1iokcpl-container, .framer-Is1lW .framer-1vzwsy3-container, .framer-Is1lW .framer-152nlcc-container, .framer-Is1lW .framer-19cpwh8-container, .framer-Is1lW .framer-4zby6c-container, .framer-Is1lW .framer-1gcshdw-container, .framer-Is1lW .framer-1oj6asf-container, .framer-Is1lW .framer-6mouj5-container, .framer-Is1lW .framer-qqbqo1-container, .framer-Is1lW .framer-1s3vq3v-container, .framer-Is1lW .framer-rjvd76-container, .framer-Is1lW .framer-14kayay-container, .framer-Is1lW .framer-jkgrhd-container, .framer-Is1lW .framer-tguwvf-container, .framer-Is1lW .framer-1383lxq-container, .framer-Is1lW .framer-1mzygq-container, .framer-Is1lW .framer-1pux1gw-container, .framer-Is1lW .framer-xfx03g-container, .framer-Is1lW .framer-enq5vd-container, .framer-Is1lW .framer-1lqifim-container, .framer-Is1lW .framer-1skhkbv-container, .framer-Is1lW .framer-1xaa98e-container, .framer-Is1lW .framer-9q95xb-container, .framer-Is1lW .framer-gotcc6-container, .framer-Is1lW .framer-27hs0o-container, .framer-Is1lW .framer-1y5xvyq-container, .framer-Is1lW .framer-dqaylq-container, .framer-Is1lW .framer-1pljjgg-container, .framer-Is1lW .framer-w2y8e3-container, .framer-Is1lW .framer-vq6b75-container, .framer-Is1lW .framer-17zcg3z-container, .framer-Is1lW .framer-9ekakt-container, .framer-Is1lW .framer-3i64om-container, .framer-Is1lW .framer-1vqelxh-container, .framer-Is1lW .framer-7aaj8x-container, .framer-Is1lW .framer-xfw4v7-container, .framer-Is1lW .framer-1gh252c-container, .framer-Is1lW .framer-7t8lxp-container, .framer-Is1lW .framer-12ebxkj-container, .framer-Is1lW .framer-aqbpok-container, .framer-Is1lW .framer-15lq5u0-container, .framer-Is1lW .framer-oxfibq-container, .framer-Is1lW .framer-u90r0a-container, .framer-Is1lW .framer-1mz1ioq-container, .framer-Is1lW .framer-12risvc-container, .framer-Is1lW .framer-vfgkl9-container, .framer-Is1lW .framer-pxn8rh-container, .framer-Is1lW .framer-xk800-container, .framer-Is1lW .framer-o8mbwy-container, .framer-Is1lW .framer-5lh614-container, .framer-Is1lW .framer-buo8sv-container, .framer-Is1lW .framer-5cewiu-container, .framer-Is1lW .framer-sflyc-container, .framer-Is1lW .framer-1w3h8hp-container, .framer-Is1lW .framer-euphm5-container, .framer-Is1lW .framer-1c24t2m-container, .framer-Is1lW .framer-131yl68-container, .framer-Is1lW .framer-761iti-container, .framer-Is1lW .framer-669x77-container, .framer-Is1lW .framer-8050fj-container, .framer-Is1lW .framer-1bzfax5-container, .framer-Is1lW .framer-sqxk8q-container, .framer-Is1lW .framer-1hcvrau-container, .framer-Is1lW .framer-1q15951-container, .framer-Is1lW .framer-1pvlh72-container, .framer-Is1lW .framer-3yrafg-container, .framer-Is1lW .framer-1pm2moy-container, .framer-Is1lW .framer-1xhfmmq-container, .framer-Is1lW .framer-i5u519-container, .framer-Is1lW .framer-1aelfv2-container, .framer-Is1lW .framer-k0nw0d-container, .framer-Is1lW .framer-1av14v9-container, .framer-Is1lW .framer-1jwycpq-container, .framer-Is1lW .framer-129gr2s-container, .framer-Is1lW .framer-orl0to-container, .framer-Is1lW .framer-1thyhre-container, .framer-Is1lW .framer-1rw7rmd-container, .framer-Is1lW .framer-fmuvlz-container, .framer-Is1lW .framer-19a7mfc-container, .framer-Is1lW .framer-1vrko31-container, .framer-Is1lW .framer-l73z2l-container, .framer-Is1lW .framer-tnqkmg-container, .framer-Is1lW .framer-x5s0ow-container, .framer-Is1lW .framer-1p0h2dx-container, .framer-Is1lW .framer-7nu4sb-container, .framer-Is1lW .framer-1duzli2-container, .framer-Is1lW .framer-1829sh2-container, .framer-Is1lW .framer-198a8ch-container, .framer-Is1lW .framer-qrw3eq-container, .framer-Is1lW .framer-16cleir-container, .framer-Is1lW .framer-eymcnd-container, .framer-Is1lW .framer-1hl507c-container, .framer-Is1lW .framer-1ppzcz0-container, .framer-Is1lW .framer-bcu3yv-container, .framer-Is1lW .framer-1upu2sk-container, .framer-Is1lW .framer-15nmh1u-container, .framer-Is1lW .framer-w9z3wv-container, .framer-Is1lW .framer-lhw5hr-container, .framer-Is1lW .framer-bhe6ou-container, .framer-Is1lW .framer-vjxtal-container, .framer-Is1lW .framer-1gu0imy-container, .framer-Is1lW .framer-hxlv0m-container, .framer-Is1lW .framer-daj6ny-container, .framer-Is1lW .framer-1kerqb7-container, .framer-Is1lW .framer-1nfgsge-container, .framer-Is1lW .framer-1m1213c-container, .framer-Is1lW .framer-1va8zbd-container, .framer-Is1lW .framer-1bcbuj8-container, .framer-Is1lW .framer-18h69ga-container, .framer-Is1lW .framer-1qnrnxa-container, .framer-Is1lW .framer-22ak34-container, .framer-Is1lW .framer-1stzgxm-container, .framer-Is1lW .framer-d2s17t-container, .framer-Is1lW .framer-1xx70b1-container, .framer-Is1lW .framer-9mueuf-container, .framer-Is1lW .framer-15852sp-container, .framer-Is1lW .framer-is3d64-container, .framer-Is1lW .framer-184btp8-container, .framer-Is1lW .framer-k2urmu-container, .framer-Is1lW .framer-b7cgjj-container, .framer-Is1lW .framer-z0pz3g-container, .framer-Is1lW .framer-1k6tk9c-container, .framer-Is1lW .framer-1hvprsm-container, .framer-Is1lW .framer-19hqu5z-container, .framer-Is1lW .framer-16zw87p-container, .framer-Is1lW .framer-dwbo1r-container, .framer-Is1lW .framer-1q7ohr6-container, .framer-Is1lW .framer-10epluo-container, .framer-Is1lW .framer-1jwl7wr-container, .framer-Is1lW .framer-1pvv7sb-container, .framer-Is1lW .framer-102lv8k-container, .framer-Is1lW .framer-1rcjgcr-container, .framer-Is1lW .framer-1v0znqa-container, .framer-Is1lW .framer-1kuf0w9-container, .framer-Is1lW .framer-fnn9lr-container, .framer-Is1lW .framer-7rebwb-container, .framer-Is1lW .framer-juxrcl-container, .framer-Is1lW .framer-jetwbl-container, .framer-Is1lW .framer-1bne1ya-container, .framer-Is1lW .framer-3nws1t-container, .framer-Is1lW .framer-10uhnl5-container, .framer-Is1lW .framer-xyvt5a-container, .framer-Is1lW .framer-e77xja-container, .framer-Is1lW .framer-oi1jkw-container, .framer-Is1lW .framer-7vxtg1-container, .framer-Is1lW .framer-eozjc-container, .framer-Is1lW .framer-1o2z99a-container, .framer-Is1lW .framer-1njoitu-container, .framer-Is1lW .framer-8ow3ro-container, .framer-Is1lW .framer-566ycl-container, .framer-Is1lW .framer-911we9-container, .framer-Is1lW .framer-16989r6-container, .framer-Is1lW .framer-9pzmw9-container, .framer-Is1lW .framer-6zzb3-container, .framer-Is1lW .framer-1gc9e0e-container, .framer-Is1lW .framer-17ecs8b-container, .framer-Is1lW .framer-1ik2oiv-container, .framer-Is1lW .framer-1243344-container, .framer-Is1lW .framer-81ytm1-container, .framer-Is1lW .framer-1vkxoah-container, .framer-Is1lW .framer-uxo741-container, .framer-Is1lW .framer-1iiwzb7-container, .framer-Is1lW .framer-1ha4x3o-container, .framer-Is1lW .framer-11pzg1y-container, .framer-Is1lW .framer-1rfpame-container, .framer-Is1lW .framer-160rzsx-container, .framer-Is1lW .framer-112b8ug-container, .framer-Is1lW .framer-1phhiw8-container, .framer-Is1lW .framer-1u0cuj-container, .framer-Is1lW .framer-tuqpld-container, .framer-Is1lW .framer-12lrq6q-container, .framer-Is1lW .framer-asr0hv-container, .framer-Is1lW .framer-14j91ss-container, .framer-Is1lW .framer-1vzk184-container, .framer-Is1lW .framer-rj4q5g-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Is1lW .framer-1nadh58, .framer-Is1lW .framer-191axn5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 25px 20px 25px; position: relative; width: 260px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Is1lW .framer-1dkcs0m, .framer-Is1lW .framer-zh1hpo, .framer-Is1lW .framer-fjnvxe { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 637px; justify-content: flex-start; overflow: hidden; padding: 20px 25px 20px 25px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Is1lW .framer-1dr8epk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 732px; justify-content: flex-start; overflow: hidden; padding: 20px 25px 20px 25px; position: relative; width: 260px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Is1lW .framer-1u3rcqv, .framer-Is1lW .framer-1kc4my2, .framer-Is1lW .framer-qv89sl { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 733px; justify-content: flex-start; overflow: hidden; padding: 20px 25px 20px 25px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Is1lW .framer-t4r4au, .framer-Is1lW .framer-qdwear, .framer-Is1lW .framer-1j505pi { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 864px; justify-content: flex-start; overflow: hidden; padding: 20px 25px 20px 25px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Is1lW.framer-i2hkvn, .framer-Is1lW .framer-1vfz3dk, .framer-Is1lW .framer-1uzdwmp, .framer-Is1lW .framer-4vje4e, .framer-Is1lW .framer-hox1db, .framer-Is1lW .framer-1d8frg3, .framer-Is1lW .framer-1v728cw, .framer-Is1lW .framer-150rriz, .framer-Is1lW .framer-r4jksi, .framer-Is1lW .framer-1nadh58, .framer-Is1lW .framer-1dkcs0m, .framer-Is1lW .framer-zh1hpo, .framer-Is1lW .framer-fjnvxe, .framer-Is1lW .framer-1dr8epk, .framer-Is1lW .framer-1u3rcqv, .framer-Is1lW .framer-1kc4my2, .framer-Is1lW .framer-qv89sl, .framer-Is1lW .framer-191axn5, .framer-Is1lW .framer-t4r4au, .framer-Is1lW .framer-qdwear, .framer-Is1lW .framer-1j505pi { gap: 0px; } .framer-Is1lW.framer-i2hkvn > *, .framer-Is1lW .framer-1vfz3dk > *, .framer-Is1lW .framer-1d8frg3 > *, .framer-Is1lW .framer-1v728cw > *, .framer-Is1lW .framer-150rriz > *, .framer-Is1lW .framer-r4jksi > *, .framer-Is1lW .framer-1nadh58 > *, .framer-Is1lW .framer-1dkcs0m > *, .framer-Is1lW .framer-zh1hpo > *, .framer-Is1lW .framer-fjnvxe > *, .framer-Is1lW .framer-1dr8epk > *, .framer-Is1lW .framer-1u3rcqv > *, .framer-Is1lW .framer-1kc4my2 > *, .framer-Is1lW .framer-qv89sl > *, .framer-Is1lW .framer-191axn5 > *, .framer-Is1lW .framer-t4r4au > *, .framer-Is1lW .framer-qdwear > *, .framer-Is1lW .framer-1j505pi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Is1lW.framer-i2hkvn > :first-child, .framer-Is1lW .framer-1vfz3dk > :first-child, .framer-Is1lW .framer-1d8frg3 > :first-child, .framer-Is1lW .framer-1v728cw > :first-child, .framer-Is1lW .framer-150rriz > :first-child, .framer-Is1lW .framer-r4jksi > :first-child, .framer-Is1lW .framer-1nadh58 > :first-child, .framer-Is1lW .framer-1dkcs0m > :first-child, .framer-Is1lW .framer-zh1hpo > :first-child, .framer-Is1lW .framer-fjnvxe > :first-child, .framer-Is1lW .framer-1dr8epk > :first-child, .framer-Is1lW .framer-1u3rcqv > :first-child, .framer-Is1lW .framer-1kc4my2 > :first-child, .framer-Is1lW .framer-qv89sl > :first-child, .framer-Is1lW .framer-191axn5 > :first-child, .framer-Is1lW .framer-t4r4au > :first-child, .framer-Is1lW .framer-qdwear > :first-child, .framer-Is1lW .framer-1j505pi > :first-child { margin-top: 0px; } .framer-Is1lW.framer-i2hkvn > :last-child, .framer-Is1lW .framer-1vfz3dk > :last-child, .framer-Is1lW .framer-1d8frg3 > :last-child, .framer-Is1lW .framer-1v728cw > :last-child, .framer-Is1lW .framer-150rriz > :last-child, .framer-Is1lW .framer-r4jksi > :last-child, .framer-Is1lW .framer-1nadh58 > :last-child, .framer-Is1lW .framer-1dkcs0m > :last-child, .framer-Is1lW .framer-zh1hpo > :last-child, .framer-Is1lW .framer-fjnvxe > :last-child, .framer-Is1lW .framer-1dr8epk > :last-child, .framer-Is1lW .framer-1u3rcqv > :last-child, .framer-Is1lW .framer-1kc4my2 > :last-child, .framer-Is1lW .framer-qv89sl > :last-child, .framer-Is1lW .framer-191axn5 > :last-child, .framer-Is1lW .framer-t4r4au > :last-child, .framer-Is1lW .framer-qdwear > :last-child, .framer-Is1lW .framer-1j505pi > :last-child { margin-bottom: 0px; } .framer-Is1lW .framer-1uzdwmp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Is1lW .framer-1uzdwmp > :first-child, .framer-Is1lW .framer-4vje4e > :first-child, .framer-Is1lW .framer-hox1db > :first-child { margin-left: 0px; } .framer-Is1lW .framer-1uzdwmp > :last-child, .framer-Is1lW .framer-4vje4e > :last-child, .framer-Is1lW .framer-hox1db > :last-child { margin-right: 0px; } .framer-Is1lW .framer-4vje4e > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-Is1lW .framer-hox1db > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-Is1lW.framer-v-1pfzuaa.framer-i2hkvn { align-content: center; align-items: center; flex-direction: row; }\",\".framer-Is1lW.framer-v-1pfzuaa .framer-1vfz3dk { flex: 1 0 0px; width: 1px; }\",\".framer-Is1lW.framer-v-1pfzuaa .framer-hox1db { flex-direction: column; }\",\".framer-Is1lW.framer-v-1pfzuaa .framer-zt8yxm-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Is1lW.framer-v-1pfzuaa.framer-i2hkvn, .framer-Is1lW.framer-v-1pfzuaa .framer-hox1db { gap: 0px; } .framer-Is1lW.framer-v-1pfzuaa.framer-i2hkvn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Is1lW.framer-v-1pfzuaa.framer-i2hkvn > :first-child { margin-left: 0px; } .framer-Is1lW.framer-v-1pfzuaa.framer-i2hkvn > :last-child { margin-right: 0px; } .framer-Is1lW.framer-v-1pfzuaa .framer-hox1db > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Is1lW.framer-v-1pfzuaa .framer-hox1db > :first-child { margin-top: 0px; } .framer-Is1lW.framer-v-1pfzuaa .framer-hox1db > :last-child { margin-bottom: 0px; } }\",\".framer-Is1lW.framer-v-bxhklv .framer-1cc1zvv-container { order: 0; }\",\".framer-Is1lW.framer-v-bxhklv .framer-qbeoxn-container { order: 1; }\",\".framer-Is1lW.framer-v-bxhklv .framer-1pnpzyv-container { order: 2; }\",\".framer-Is1lW.framer-v-bxhklv .framer-15bagiy-container { order: 3; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 639\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"spNQhlLsZ\":{\"layout\":[\"fixed\",\"auto\"]},\"wucLPBYJk\":{\"layout\":[\"fixed\",\"auto\"]},\"QV0cmu4QM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerH94k2vyaz=withCSS(Component,css,\"framer-Is1lW\");export default FramerH94k2vyaz;FramerH94k2vyaz.displayName=\"Program List\";FramerH94k2vyaz.defaultProps={height:639,width:600};addPropertyControls(FramerH94k2vyaz,{variant:{options:[\"bLSvOcYZl\",\"spNQhlLsZ\",\"wucLPBYJk\",\"QV0cmu4QM\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerH94k2vyaz,[{explicitInter:true,fonts:[{family:\"Geometria ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/l4Z76jYHbs8Io6oUiirNpYy5Ec.otf\"}]},...SelectorFonts,...ProgramItemFonts,...CarouselFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH94k2vyaz\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"639\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"spNQhlLsZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wucLPBYJk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QV0cmu4QM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"qvxnbnsST\",\"KlLGDfw2t\",\"Hdl7naKuK\"];const serializationHash=\"framer-2NhqD\";const variantClassNames={Hdl7naKuK:\"framer-v-1fr3144\",KlLGDfw2t:\"framer-v-efo9wd\",qvxnbnsST:\"framer-v-1g36lzf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"qvxnbnsST\",\"Variant 2\":\"KlLGDfw2t\",\"Variant 3\":\"Hdl7naKuK\"};const getProps=({height,id,text,width,...props})=>{return{...props,mtDYOcopi:text??props.mtDYOcopi??\"This is the most beautiful math learning app I have come across so far for my kids! It engages them with the world of mathematics in an innovative, intuitive and imaginative way.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"qvxnbnsST\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,mtDYOcopi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qvxnbnsST\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1g36lzf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"qvxnbnsST\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25,...style},...addPropertyOverrides({Hdl7naKuK:{\"data-framer-name\":\"Variant 3\"},KlLGDfw2t:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1usgddf\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"E2MhPZQJd\",svg:'<svg width=\"120\" height=\"18\" viewBox=\"0 0 120 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.0316 18L10.1836 15.9168L4.33568 17.9932L4.50588 11.7912L0.720703 6.87594L6.67078 5.11951L10.1768 0L13.6829 5.11951L19.633 6.87594L15.8478 11.7912L16.0316 18Z\" fill=\"#F9B067\"/>\\n<path d=\"M40.9418 18L35.0938 15.9168L29.2458 17.9932L29.416 11.7912L25.6309 6.87594L31.5809 5.11951L35.087 0L38.593 5.11951L44.5431 6.87594L40.7579 11.7912L40.9418 18Z\" fill=\"#F9B067\"/>\\n<path d=\"M65.8578 18L60.0098 15.9168L54.1619 17.9932L54.332 11.7912L50.5469 6.87594L56.497 5.11951L60.003 0L63.5091 5.11951L69.4591 6.87594L65.674 11.7912L65.8578 18Z\" fill=\"#F9B067\"/>\\n<path d=\"M90.7679 18L84.92 15.9168L79.072 17.9932L79.2422 11.7912L75.457 6.87594L81.4071 5.11951L84.9132 0L88.4192 5.11951L94.3693 6.87594L90.5841 11.7912L90.7679 18Z\" fill=\"#F9B067\"/>\\n<path d=\"M115.68 18L109.832 15.9168L103.984 17.9932L104.154 11.7912L100.369 6.87594L106.319 5.11951L109.825 0L113.331 5.11951L119.281 6.87594L115.496 11.7912L115.68 18Z\" fill=\"#F9B067\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pjois7\",\"data-framer-name\":\"Frame 2162\",layoutDependency:layoutDependency,layoutId:\"JmKzgisBO\",style:{backgroundColor:\"rgba(105, 165, 217, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"This is the most beautiful math learning app I have come across so far for my kids! It engages them with the world of mathematics in an innovative, intuitive and imaginative way.\"})}),className:\"framer-6v7eh\",\"data-framer-name\":\"This is the most beautiful math learning app I have come across so far for my kids! It engages them with the world of mathematics in an innovative, intuitive and imaginative way.\",fonts:[\"CUSTOM;Geometria Bold\"],layoutDependency:layoutDependency,layoutId:\"HPSHjviLa\",style:{\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},text:mtDYOcopi,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qwfoq9\",\"data-framer-name\":\"Frame 2163\",layoutDependency:layoutDependency,layoutId:\"W7bUF1o5L\",style:{backgroundColor:\"rgba(105, 165, 217, 0)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6pr0rt\",\"data-framer-name\":\"Frame 2165\",layoutDependency:layoutDependency,layoutId:\"gdy6xYahr\",style:{backgroundColor:\"rgba(105, 165, 217, 0)\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:120,intrinsicWidth:120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+170+10+-.5),pixelHeight:120,pixelWidth:120,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/a6EE4BUZLEPO3XXw8fxX2zRXXM.png\"},className:\"framer-1gozxpx\",\"data-framer-name\":\"Screen Shot 2023-09-26 at 20.31.57 1\",layoutDependency:layoutDependency,layoutId:\"bOPHriC8i\",...addPropertyOverrides({Hdl7naKuK:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:120,intrinsicWidth:120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+170+10+-.5),pixelHeight:120,pixelWidth:120,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ufo78e99snK76VQHIF4DRI1wik.png\"}},KlLGDfw2t:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:120,intrinsicWidth:120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+170+10+-.5),pixelHeight:120,pixelWidth:120,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0WdXpTdxA8jlxxbV8WqgwzMIw88.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VvbWV0cmlhLTgwMA==\",\"--framer-font-family\":'\"Geometria\", \"Geometria Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Alex\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VvbWV0cmlhLTcwMA==\",\"--framer-font-family\":'\"Geometria\", \"Geometria Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(33, 33, 33, 0.5))\"},children:\"@seralllas\"})]}),className:\"framer-1xzdhub\",\"data-framer-name\":\"Violetta @asdvasdva\",fonts:[\"GF;Geometria-800\",\"GF;Geometria-700\"],layoutDependency:layoutDependency,layoutId:\"BSJXRDS04\",style:{\"--extracted-2gxw0f\":\"rgba(33, 33, 33, 0.5)\",\"--extracted-r6o4lv\":\"rgb(33, 33, 33)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({Hdl7naKuK:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VvbWV0cmlhLTgwMA==\",\"--framer-font-family\":'\"Geometria\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Mia\"}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7R2VvbWV0cmlhLTcwMA==\",\"--framer-font-family\":'\"Geometria\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(33, 33, 33, 0.5))\",\"--framer-text-transform\":\"lowercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-transform\":\"none\"},children:\"@\"}),\"Cat8888z\"]})]})},KlLGDfw2t:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VvbWV0cmlhLTgwMA==\",\"--framer-font-family\":'\"Geometria\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(33, 33, 33))\"},children:\"Melis\"}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7R2VvbWV0cmlhLTcwMA==\",\"--framer-font-family\":'\"Geometria\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(33, 33, 33, 0.5))\",\"--framer-text-transform\":\"lowercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-transform\":\"none\"},children:\"@\"}),\"PSTASHIO\"]})]})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r82qgo\",\"data-framer-name\":\"Frame 2164\",layoutDependency:layoutDependency,layoutId:\"b54oWQoZv\",style:{backgroundColor:\"rgba(105, 165, 217, 0)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+170+10+0),sizes:\"40px\",src:\"https://framerusercontent.com/images/56WBCbipM4faicBWufhIPzpD3g.png\",srcSet:\"https://framerusercontent.com/images/56WBCbipM4faicBWufhIPzpD3g.png?scale-down-to=512 512w,https://framerusercontent.com/images/56WBCbipM4faicBWufhIPzpD3g.png 530w\"},className:\"framer-10d8fkl\",\"data-framer-name\":\"logo_instagram 1\",layoutDependency:layoutDependency,layoutId:\"jWxXVB01B\",...addPropertyOverrides({KlLGDfw2t:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:120,intrinsicWidth:120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+170+10+0),pixelHeight:120,pixelWidth:120,src:\"https://framerusercontent.com/images/gkLcDawx6xtI41tuPvfR1B7JInI.png\"}}},baseVariant,gestureVariant)})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2NhqD.framer-14itkzh, .framer-2NhqD .framer-14itkzh { display: block; }\",\".framer-2NhqD.framer-1g36lzf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 25px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2NhqD .framer-1usgddf { flex: none; height: 18px; position: relative; width: 120px; }\",\".framer-2NhqD .framer-pjois7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 270px; }\",\".framer-2NhqD .framer-6v7eh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 270px; word-break: break-word; word-wrap: break-word; }\",\".framer-2NhqD .framer-1qwfoq9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 270px; }\",\".framer-2NhqD .framer-6pr0rt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 220px; }\",\".framer-2NhqD .framer-1gozxpx { flex: none; height: 41px; position: relative; width: 41px; }\",\".framer-2NhqD .framer-1xzdhub { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2NhqD .framer-r82qgo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 40px; }\",\".framer-2NhqD .framer-10d8fkl { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2NhqD.framer-1g36lzf, .framer-2NhqD .framer-pjois7, .framer-2NhqD .framer-1qwfoq9, .framer-2NhqD .framer-6pr0rt, .framer-2NhqD .framer-r82qgo { gap: 0px; } .framer-2NhqD.framer-1g36lzf > *, .framer-2NhqD .framer-pjois7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2NhqD.framer-1g36lzf > :first-child, .framer-2NhqD .framer-pjois7 > :first-child { margin-top: 0px; } .framer-2NhqD.framer-1g36lzf > :last-child, .framer-2NhqD .framer-pjois7 > :last-child { margin-bottom: 0px; } .framer-2NhqD .framer-1qwfoq9 > *, .framer-2NhqD .framer-6pr0rt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2NhqD .framer-1qwfoq9 > :first-child, .framer-2NhqD .framer-6pr0rt > :first-child, .framer-2NhqD .framer-r82qgo > :first-child { margin-left: 0px; } .framer-2NhqD .framer-1qwfoq9 > :last-child, .framer-2NhqD .framer-6pr0rt > :last-child, .framer-2NhqD .framer-r82qgo > :last-child { margin-right: 0px; } .framer-2NhqD .framer-r82qgo > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 302.5\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"KlLGDfw2t\":{\"layout\":[\"auto\",\"auto\"]},\"Hdl7naKuK\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"mtDYOcopi\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernwV_u2afL=withCSS(Component,css,\"framer-2NhqD\");export default FramernwV_u2afL;FramernwV_u2afL.displayName=\"Program Reviews\";FramernwV_u2afL.defaultProps={height:302.5,width:320};addPropertyControls(FramernwV_u2afL,{variant:{options:[\"qvxnbnsST\",\"KlLGDfw2t\",\"Hdl7naKuK\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},mtDYOcopi:{defaultValue:\"This is the most beautiful math learning app I have come across so far for my kids! It engages them with the world of mathematics in an innovative, intuitive and imaginative way.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramernwV_u2afL,[{explicitInter:true,fonts:[{family:\"Geometria Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/JWLCFptsSzU8UZ1zQSrm83LkXk.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernwV_u2afL\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"320\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KlLGDfw2t\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Hdl7naKuK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"mtDYOcopi\\\":\\\"text\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"302.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nwV_u2afL.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={c22myZLXT:{hover:true,pressed:true}};const serializationHash=\"framer-DDhGP\";const variantClassNames={c22myZLXT:\"framer-v-1cn4vd9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{return{...props,J8sKsVJhG:link??props.J8sKsVJhG,N5S3FQujK:title??props.N5S3FQujK??\"Start now\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,J8sKsVJhG,N5S3FQujK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"c22myZLXT\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1cn4vd9\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"c22myZLXT\",ref:refBinding,style:{backgroundColor:\"rgb(249, 176, 103)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"c22myZLXT-hover\":{backgroundColor:\"rgb(249, 190, 139)\"},\"c22myZLXT-pressed\":{backgroundColor:\"rgb(226, 147, 79)\"}},...addPropertyOverrides({\"c22myZLXT-hover\":{\"data-framer-name\":undefined},\"c22myZLXT-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:J8sKsVJhG,motionChild:true,nodeId:\"I07ZUVdlT\",openInNewTab:true,scopeId:\"wB8C5Akr1\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qn65kl framer-6np5m8\",\"data-framer-name\":\"state-layer\",layoutDependency:layoutDependency,layoutId:\"I07ZUVdlT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Start now\"})}),className:\"framer-nsbbfa\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"KaB8xJQUd\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:N5S3FQujK,verticalAlignment:\"center\",withExternalLayout:true})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DDhGP.framer-6np5m8, .framer-DDhGP .framer-6np5m8 { display: block; }\",\".framer-DDhGP.framer-1cn4vd9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DDhGP .framer-qn65kl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 1px; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-DDhGP .framer-nsbbfa { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DDhGP.framer-1cn4vd9, .framer-DDhGP .framer-qn65kl { gap: 0px; } .framer-DDhGP.framer-1cn4vd9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DDhGP.framer-1cn4vd9 > :first-child { margin-top: 0px; } .framer-DDhGP.framer-1cn4vd9 > :last-child { margin-bottom: 0px; } .framer-DDhGP .framer-qn65kl > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DDhGP .framer-qn65kl > :first-child { margin-left: 0px; } .framer-DDhGP .framer-qn65kl > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pjvFaN3lf\":{\"layout\":[\"fixed\",\"fixed\"]},\"PCDOq5I5I\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"J8sKsVJhG\":\"link\",\"N5S3FQujK\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwB8C5Akr1=withCSS(Component,css,\"framer-DDhGP\");export default FramerwB8C5Akr1;FramerwB8C5Akr1.displayName=\"Program Fixed button\";FramerwB8C5Akr1.defaultProps={height:50,width:320};addPropertyControls(FramerwB8C5Akr1,{J8sKsVJhG:{title:\"Link\",type:ControlType.Link},N5S3FQujK:{defaultValue:\"Start now\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerwB8C5Akr1,[{explicitInter:true,fonts:[{family:\"Geometria ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/l4Z76jYHbs8Io6oUiirNpYy5Ec.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwB8C5Akr1\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"320\",\"framerIntrinsicHeight\":\"50\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pjvFaN3lf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PCDOq5I5I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"J8sKsVJhG\\\":\\\"link\\\",\\\"N5S3FQujK\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wB8C5Akr1.map", "// Generated by Framer (a793b9c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-ueyue .framer-styles-preset-8venff:not(.rich-text-wrapper), .framer-ueyue .framer-styles-preset-8venff.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #02d3c8; --framer-link-hover-text-decoration: none; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-ueyue\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Program from\"#framer/local/canvasComponent/H94k2vyaz/H94k2vyaz.js\";import Frame2163 from\"#framer/local/canvasComponent/nwV_u2afL/nwV_u2afL.js\";import FixedButton from\"#framer/local/canvasComponent/wB8C5Akr1/wB8C5Akr1.js\";import*as sharedStyle from\"#framer/local/css/Uiky32D_w/Uiky32D_w.js\";import metadataProvider from\"#framer/local/webPageMetadata/Ck67tyJ4O/Ck67tyJ4O.js\";const FixedButtonFonts=getFonts(FixedButton);const ProgramFonts=getFonts(Program);const Frame2163Fonts=getFonts(Frame2163);const breakpoints={osysRnDqF:\"(min-width: 1537px)\",sy_yUcLER:\"(max-width: 1536px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-DBs9C\";const variantClassNames={osysRnDqF:\"framer-v-g6m847\",sy_yUcLER:\"framer-v-pc4hb7\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={backgroundColor:\"rgb(249, 205, 175)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"osysRnDqF\",Phone:\"sy_yUcLER\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"osysRnDqF\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,N5S3FQujKwB8C5Akr1,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"sy_yUcLER\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"sy_yUcLER\")return true;return false;};const elementId=useRouteElementId(\"RXjH2l0ut\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"osysRnDqF\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-g6m847\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"320px\",y:920,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r334dc-container hidden-pc4hb7\",layoutScroll:true,nodeId:\"T1rtGCXwO\",scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(FixedButton,{height:\"100%\",id:\"T1rtGCXwO\",J8sKsVJhG:\"https://click.funexpected.org/47aD/p6tr4wzm\",layoutId:\"T1rtGCXwO\",N5S3FQujK:\"Start now\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-168gcqo\",\"data-framer-name\":\"body darkblue\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16aw1dj\",\"data-framer-name\":\"award\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-muq1f1\",\"data-framer-name\":\"Frame 2133\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"45\" viewBox=\"0 0 25 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.29892 24.0624H5.32312C7.45214 23.8204 8.97632 21.7398 9.26665 19.4414C7.16182 19.1027 5.08118 21.1833 5.29892 24.0624Z\" fill=\"white\"/>\\n<path d=\"M12.0002 11.1432C10.1857 10.0303 7.4518 11.1916 6.55664 13.9738C8.61308 14.5786 10.8147 13.2238 12.0002 11.1432Z\" fill=\"white\"/>\\n<path d=\"M6.19325 29.1189C8.2013 28.4657 9.3142 26.119 9.16904 23.7964C7.01582 23.869 5.39486 26.2883 6.16905 29.1189H6.19325Z\" fill=\"white\"/>\\n<path d=\"M8.05644 33.9334C9.91933 32.9173 10.5 30.3528 9.89514 28.0786C7.8145 28.5625 6.67741 31.2721 8.00805 33.9334H8.05644Z\" fill=\"white\"/>\\n<path d=\"M5.44412 18.9818C7.57314 19.1754 9.48442 17.4334 10.2102 15.1834C8.20217 14.4335 5.75863 16.0786 5.41992 18.9818H5.44412Z\" fill=\"white\"/>\\n<path d=\"M11.4671 32.1672C9.53159 33.0624 8.97514 35.9656 10.8864 38.3366C12.4832 36.9575 12.5074 34.2963 11.4671 32.1672Z\" fill=\"white\"/>\\n<path d=\"M15.507 0.522217C12.7247 0.594797 9.8457 3.44962 9.8457 6.06251C12.4102 5.09477 14.4908 3.08672 15.507 0.522217Z\" fill=\"white\"/>\\n<path d=\"M14.6125 7.48998C13.1125 6.01418 10.1125 6.6674 8.63672 9.2561C10.5238 10.248 12.9673 9.30449 14.6125 7.48998Z\" fill=\"white\"/>\\n<path d=\"M6.72647 34.5866C5.34744 31.9495 3.12165 30.0383 1.04102 30.5463C1.98456 33.9092 4.86358 35.6269 6.72647 34.5866Z\" fill=\"white\"/>\\n<path d=\"M4.7661 29.5061C3.96772 26.6755 2.12902 24.3771 0 24.4739C0.241934 27.9336 2.73386 30.1593 4.7661 29.5061Z\" fill=\"white\"/>\\n<path d=\"M7.35382 8.50603C8.80543 5.91733 9.28929 2.86896 7.74092 1.41736C5.29738 4.17541 5.49093 7.53829 7.35382 8.50603Z\" fill=\"white\"/>\\n<path d=\"M3.84735 24.1832C3.60542 21.28 2.25058 18.6671 0.145758 18.3284C-0.26553 21.788 1.74252 24.4251 3.84735 24.1832Z\" fill=\"white\"/>\\n<path d=\"M9.72646 39.256C7.81518 36.8851 5.22649 35.4335 3.29102 36.3286C4.88778 39.498 8.1297 40.6592 9.72646 39.256Z\" fill=\"white\"/>\\n<path d=\"M3.96716 18.7883C4.30587 15.8851 3.4591 13.0302 1.47524 12.3044C0.386532 15.6431 1.86233 18.6189 3.96716 18.7883Z\" fill=\"white\"/>\\n<path d=\"M5.1537 13.514C6.07305 10.7318 5.85531 7.73182 4.0408 6.59473C2.25049 9.71568 3.12145 12.9334 5.1537 13.514Z\" fill=\"white\"/>\\n<path d=\"M6.2168 41.7719C8.4184 44.5542 11.8297 45.0381 13.1119 43.3687C10.7652 41.4332 7.95872 40.5139 6.2168 41.7719Z\" fill=\"white\"/>\\n<path d=\"M14.0563 42.6674C15.3627 40.9738 14.8547 38.3851 13.4031 36.498C11.7095 37.7561 11.7337 40.7319 14.0563 42.6674Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f1r3h\",\"data-framer-name\":\"Frame 2138\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"EdTech Breakthrough\"})}),className:\"framer-1qqvkqc\",\"data-framer-name\":\"The Webby Award\",fonts:[\"CUSTOM;Geometria ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Best Math Learning Solution\"})}),className:\"framer-h3ly6s\",\"data-framer-name\":\"Best Visual Design\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lnewka\",\"data-framer-name\":\"Frame 2132\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"45\" viewBox=\"0 0 25 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.3105 24.0624H19.2863C17.1572 23.8204 15.6331 21.7398 15.3427 19.4414C17.4476 19.1027 19.5282 21.1833 19.3105 24.0624Z\" fill=\"white\"/>\\n<path d=\"M12.6092 11.1432C14.4237 10.0303 17.1576 11.1916 18.0527 13.9738C15.9963 14.5786 13.7947 13.2238 12.6092 11.1432Z\" fill=\"white\"/>\\n<path d=\"M18.4142 29.1189C16.4061 28.4657 15.2932 26.119 15.4384 23.7964C17.5916 23.869 19.2126 26.2883 18.4384 29.1189H18.4142Z\" fill=\"white\"/>\\n<path d=\"M16.551 33.9334C14.6881 32.9173 14.1075 30.3528 14.7123 28.0786C16.7929 28.5625 17.93 31.2721 16.5994 33.9334H16.551Z\" fill=\"white\"/>\\n<path d=\"M19.1653 18.9818C17.0362 19.1754 15.125 17.4334 14.3992 15.1834C16.4072 14.4335 18.8507 16.0786 19.1895 18.9818H19.1653Z\" fill=\"white\"/>\\n<path d=\"M13.1404 32.1672C15.0758 33.0624 15.6323 35.9656 13.721 38.3366C12.1242 36.9575 12.1 34.2963 13.1404 32.1672Z\" fill=\"white\"/>\\n<path d=\"M9.10046 0.522217C11.8827 0.594797 14.7617 3.44962 14.7617 6.06251C12.1972 5.09477 10.1166 3.08672 9.10046 0.522217Z\" fill=\"white\"/>\\n<path d=\"M9.99493 7.48998C11.4949 6.01418 14.4949 6.6674 15.9707 9.2561C14.0836 10.248 11.6401 9.30449 9.99493 7.48998Z\" fill=\"white\"/>\\n<path d=\"M17.8829 34.5866C19.2619 31.9495 21.4877 30.0383 23.5684 30.5463C22.6248 33.9092 19.7458 35.6269 17.8829 34.5866Z\" fill=\"white\"/>\\n<path d=\"M19.8413 29.5061C20.6397 26.6755 22.4784 24.3771 24.6074 24.4739C24.3655 27.9336 21.8736 30.1593 19.8413 29.5061Z\" fill=\"white\"/>\\n<path d=\"M17.2536 8.50603C15.802 5.91733 15.3181 2.86896 16.8665 1.41736C19.31 4.17541 19.1165 7.53829 17.2536 8.50603Z\" fill=\"white\"/>\\n<path d=\"M20.762 24.1832C21.004 21.28 22.3588 18.6671 24.4636 18.3284C24.8749 21.788 22.8669 24.4251 20.762 24.1832Z\" fill=\"white\"/>\\n<path d=\"M14.8829 39.256C16.7942 36.8851 19.3829 35.4335 21.3184 36.3286C19.7216 39.498 16.4797 40.6592 14.8829 39.256Z\" fill=\"white\"/>\\n<path d=\"M20.6403 18.7883C20.3016 15.8851 21.1483 13.0302 23.1322 12.3044C24.2209 15.6431 22.7451 18.6189 20.6403 18.7883Z\" fill=\"white\"/>\\n<path d=\"M19.4537 13.514C18.5344 10.7318 18.7521 7.73182 20.5666 6.59473C22.3569 9.71568 21.486 12.9334 19.4537 13.514Z\" fill=\"white\"/>\\n<path d=\"M18.3906 41.7719C16.189 44.5542 12.7778 45.0381 11.4955 43.3687C13.8423 41.4332 16.6487 40.5139 18.3906 41.7719Z\" fill=\"white\"/>\\n<path d=\"M10.5511 42.6674C9.24468 40.9738 9.75274 38.3851 11.2043 36.498C12.8979 37.7561 12.8737 40.7319 10.5511 42.6674Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w5jd7x\",\"data-framer-name\":\"award\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-135qdnu\",\"data-framer-name\":\"Frame 2133\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"45\" viewBox=\"0 0 25 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.29892 24.4917H5.32312C7.45214 24.2497 8.97632 22.1691 9.26665 19.8707C7.16182 19.532 5.08118 21.6127 5.29892 24.4917Z\" fill=\"white\"/>\\n<path d=\"M12.0002 11.5725C10.1857 10.4596 7.4518 11.6209 6.55664 14.4031C8.61308 15.008 10.8147 13.6531 12.0002 11.5725Z\" fill=\"white\"/>\\n<path d=\"M6.19325 29.5483C8.2013 28.895 9.3142 26.5483 9.16904 24.2257C7.01582 24.2983 5.39486 26.7176 6.16905 29.5483H6.19325Z\" fill=\"white\"/>\\n<path d=\"M8.05644 34.3627C9.91933 33.3466 10.5 30.7821 9.89514 28.5079C7.8145 28.9918 6.67741 31.7015 8.00805 34.3627H8.05644Z\" fill=\"white\"/>\\n<path d=\"M5.44412 19.4111C7.57314 19.6047 9.48442 17.8628 10.2102 15.6128C8.20217 14.8628 5.75863 16.5079 5.41992 19.4111H5.44412Z\" fill=\"white\"/>\\n<path d=\"M11.4671 32.5966C9.53159 33.4917 8.97514 36.3949 10.8864 38.7659C12.4832 37.3869 12.5074 34.7256 11.4671 32.5966Z\" fill=\"white\"/>\\n<path d=\"M15.507 0.951538C12.7247 1.02412 9.8457 3.87894 9.8457 6.49183C12.4102 5.52409 14.4908 3.51604 15.507 0.951538Z\" fill=\"white\"/>\\n<path d=\"M14.6125 7.9193C13.1125 6.4435 10.1125 7.09672 8.63672 9.68542C10.5238 10.6774 12.9673 9.73381 14.6125 7.9193Z\" fill=\"white\"/>\\n<path d=\"M6.72647 35.016C5.34744 32.3789 3.12165 30.4676 1.04102 30.9757C1.98456 34.3385 4.86358 36.0563 6.72647 35.016Z\" fill=\"white\"/>\\n<path d=\"M4.7661 29.9354C3.96772 27.1048 2.12902 24.8064 0 24.9032C0.241934 28.3629 2.73386 30.5887 4.7661 29.9354Z\" fill=\"white\"/>\\n<path d=\"M7.35382 8.93535C8.80543 6.34666 9.28929 3.29828 7.74092 1.84668C5.29738 4.60473 5.49093 7.96761 7.35382 8.93535Z\" fill=\"white\"/>\\n<path d=\"M3.84735 24.6125C3.60542 21.7093 2.25058 19.0964 0.145758 18.7577C-0.26553 22.2173 1.74252 24.8544 3.84735 24.6125Z\" fill=\"white\"/>\\n<path d=\"M9.72646 39.6853C7.81518 37.3144 5.22649 35.8628 3.29102 36.7579C4.88778 39.9273 8.1297 41.0886 9.72646 39.6853Z\" fill=\"white\"/>\\n<path d=\"M3.96716 19.2176C4.30587 16.3144 3.4591 13.4596 1.47524 12.7338C0.386532 16.0725 1.86233 19.0482 3.96716 19.2176Z\" fill=\"white\"/>\\n<path d=\"M5.1537 13.9434C6.07305 11.1611 5.85531 8.16114 4.0408 7.02405C2.25049 10.145 3.12145 13.3627 5.1537 13.9434Z\" fill=\"white\"/>\\n<path d=\"M6.2168 42.2013C8.4184 44.9835 11.8297 45.4674 13.1119 43.798C10.7652 41.8626 7.95872 40.9432 6.2168 42.2013Z\" fill=\"white\"/>\\n<path d=\"M14.0563 43.0966C15.3627 41.403 14.8547 38.8143 13.4031 36.9272C11.7095 38.1853 11.7337 41.1611 14.0563 43.0966Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b2vh63\",\"data-framer-name\":\"Frame 2138\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Kidscreen Award\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2VvbWV0cmlhLTgwMA==\",\"--framer-font-family\":'\"Geometria\", \"Geometria Placeholder\", sans-serif',\"--framer-font-weight\":\"800\"},children:\" \"})]})}),className:\"framer-1yg1bqa\",\"data-framer-name\":\"The Webby Award\",fonts:[\"CUSTOM;Geometria ExtraBold\",\"GF;Geometria-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Best Educational App\"})}),className:\"framer-1kghnag\",\"data-framer-name\":\"Best Visual Design\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vsosov\",\"data-framer-name\":\"Frame 2132\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"45\" viewBox=\"0 0 25 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.3105 24.4917H19.2863C17.1572 24.2497 15.6331 22.1691 15.3427 19.8707C17.4476 19.532 19.5282 21.6127 19.3105 24.4917Z\" fill=\"white\"/>\\n<path d=\"M12.6092 11.5725C14.4237 10.4596 17.1576 11.6209 18.0527 14.4031C15.9963 15.008 13.7947 13.6531 12.6092 11.5725Z\" fill=\"white\"/>\\n<path d=\"M18.4142 29.5483C16.4061 28.895 15.2932 26.5483 15.4384 24.2257C17.5916 24.2983 19.2126 26.7176 18.4384 29.5483H18.4142Z\" fill=\"white\"/>\\n<path d=\"M16.551 34.3627C14.6881 33.3466 14.1075 30.7821 14.7123 28.5079C16.7929 28.9918 17.93 31.7015 16.5994 34.3627H16.551Z\" fill=\"white\"/>\\n<path d=\"M19.1653 19.4111C17.0362 19.6047 15.125 17.8628 14.3992 15.6128C16.4072 14.8628 18.8507 16.5079 19.1895 19.4111H19.1653Z\" fill=\"white\"/>\\n<path d=\"M13.1404 32.5966C15.0758 33.4917 15.6323 36.3949 13.721 38.7659C12.1242 37.3869 12.1 34.7256 13.1404 32.5966Z\" fill=\"white\"/>\\n<path d=\"M9.10046 0.951538C11.8827 1.02412 14.7617 3.87894 14.7617 6.49183C12.1972 5.52409 10.1166 3.51604 9.10046 0.951538Z\" fill=\"white\"/>\\n<path d=\"M9.99493 7.9193C11.4949 6.4435 14.4949 7.09672 15.9707 9.68542C14.0836 10.6774 11.6401 9.73381 9.99493 7.9193Z\" fill=\"white\"/>\\n<path d=\"M17.8829 35.016C19.2619 32.3789 21.4877 30.4676 23.5684 30.9757C22.6248 34.3385 19.7458 36.0563 17.8829 35.016Z\" fill=\"white\"/>\\n<path d=\"M19.8413 29.9354C20.6397 27.1048 22.4784 24.8064 24.6074 24.9032C24.3655 28.3629 21.8736 30.5887 19.8413 29.9354Z\" fill=\"white\"/>\\n<path d=\"M17.2536 8.93535C15.802 6.34666 15.3181 3.29828 16.8665 1.84668C19.31 4.60473 19.1165 7.96761 17.2536 8.93535Z\" fill=\"white\"/>\\n<path d=\"M20.762 24.6125C21.004 21.7093 22.3588 19.0964 24.4636 18.7577C24.8749 22.2173 22.8669 24.8544 20.762 24.6125Z\" fill=\"white\"/>\\n<path d=\"M14.8829 39.6853C16.7942 37.3144 19.3829 35.8628 21.3184 36.7579C19.7216 39.9273 16.4797 41.0886 14.8829 39.6853Z\" fill=\"white\"/>\\n<path d=\"M20.6403 19.2176C20.3016 16.3144 21.1483 13.4596 23.1322 12.7338C24.2209 16.0725 22.7451 19.0482 20.6403 19.2176Z\" fill=\"white\"/>\\n<path d=\"M19.4537 13.9434C18.5344 11.1611 18.7521 8.16114 20.5666 7.02405C22.3569 10.145 21.486 13.3627 19.4537 13.9434Z\" fill=\"white\"/>\\n<path d=\"M18.3906 42.2013C16.189 44.9835 12.7778 45.4674 11.4955 43.798C13.8423 41.8626 16.6487 40.9432 18.3906 42.2013Z\" fill=\"white\"/>\\n<path d=\"M10.5511 43.0966C9.24468 41.403 9.75274 38.8143 11.2043 36.9272C12.8979 38.1853 12.8737 41.1611 10.5511 43.0966Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17bg6iv\",\"data-framer-name\":\"award\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1m8vxb7\",\"data-framer-name\":\"Frame 2133\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"45\" viewBox=\"0 0 25 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.29892 23.921H5.32312C7.45214 23.6791 8.97632 21.5984 9.26665 19.3001C7.16182 18.9613 5.08118 21.042 5.29892 23.921Z\" fill=\"white\"/>\\n<path d=\"M12.0002 11.0018C10.1857 9.88892 7.4518 11.0502 6.55664 13.8324C8.61308 14.4373 10.8147 13.0825 12.0002 11.0018Z\" fill=\"white\"/>\\n<path d=\"M6.19325 28.9776C8.2013 28.3244 9.3142 25.9776 9.16904 23.655C7.01582 23.7276 5.39486 26.147 6.16905 28.9776H6.19325Z\" fill=\"white\"/>\\n<path d=\"M8.05644 33.7921C9.91933 32.7759 10.5 30.2114 9.89514 27.9373C7.8145 28.4211 6.67741 31.1308 8.00805 33.7921H8.05644Z\" fill=\"white\"/>\\n<path d=\"M5.44412 18.8405C7.57314 19.034 9.48442 17.2921 10.2102 15.0421C8.20217 14.2921 5.75863 15.9372 5.41992 18.8405H5.44412Z\" fill=\"white\"/>\\n<path d=\"M11.4671 32.0259C9.53159 32.921 8.97514 35.8242 10.8864 38.1952C12.4832 36.8162 12.5074 34.1549 11.4671 32.0259Z\" fill=\"white\"/>\\n<path d=\"M15.507 0.380859C12.7247 0.45344 9.8457 3.30826 9.8457 5.92115C12.4102 4.95342 14.4908 2.94536 15.507 0.380859Z\" fill=\"white\"/>\\n<path d=\"M14.6125 7.34862C13.1125 5.87282 10.1125 6.52605 8.63672 9.11474C10.5238 10.1067 12.9673 9.16313 14.6125 7.34862Z\" fill=\"white\"/>\\n<path d=\"M6.72647 34.4453C5.34744 31.8082 3.12165 29.8969 1.04102 30.405C1.98456 33.7679 4.86358 35.4856 6.72647 34.4453Z\" fill=\"white\"/>\\n<path d=\"M4.7661 29.3648C3.96772 26.5341 2.12902 24.2358 0 24.3325C0.241934 27.7922 2.73386 30.018 4.7661 29.3648Z\" fill=\"white\"/>\\n<path d=\"M7.35382 8.36467C8.80543 5.77598 9.28929 2.72761 7.74092 1.276C5.29738 4.03405 5.49093 7.39694 7.35382 8.36467Z\" fill=\"white\"/>\\n<path d=\"M3.84735 24.0418C3.60542 21.1386 2.25058 18.5257 0.145758 18.187C-0.26553 21.6467 1.74252 24.2838 3.84735 24.0418Z\" fill=\"white\"/>\\n<path d=\"M9.72646 39.1147C7.81518 36.7437 5.22649 35.2921 3.29102 36.1873C4.88778 39.3566 8.1297 40.5179 9.72646 39.1147Z\" fill=\"white\"/>\\n<path d=\"M3.96716 18.6469C4.30587 15.7437 3.4591 12.8889 1.47524 12.1631C0.386532 15.5018 1.86233 18.4776 3.96716 18.6469Z\" fill=\"white\"/>\\n<path d=\"M5.1537 13.3727C6.07305 10.5904 5.85531 7.59046 4.0408 6.45337C2.25049 9.57432 3.12145 12.792 5.1537 13.3727Z\" fill=\"white\"/>\\n<path d=\"M6.2168 41.6306C8.4184 44.4128 11.8297 44.8967 13.1119 43.2274C10.7652 41.2919 7.95872 40.3725 6.2168 41.6306Z\" fill=\"white\"/>\\n<path d=\"M14.0563 42.526C15.3627 40.8325 14.8547 38.2438 13.4031 36.3567C11.7095 37.6147 11.7337 40.5905 14.0563 42.526Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11gjzlv\",\"data-framer-name\":\"Frame 2138\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Webby Award\"})}),className:\"framer-h3odjo\",\"data-framer-name\":\"The Webby Award\",fonts:[\"CUSTOM;Geometria ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Best Visual Design\"})}),className:\"framer-1o01tfq\",\"data-framer-name\":\"Best Visual Design\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7j8g52\",\"data-framer-name\":\"Frame 2132\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"45\" viewBox=\"0 0 25 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.3105 23.921H19.2863C17.1572 23.6791 15.6331 21.5984 15.3427 19.3001C17.4476 18.9613 19.5282 21.042 19.3105 23.921Z\" fill=\"white\"/>\\n<path d=\"M12.6092 11.0018C14.4237 9.88892 17.1576 11.0502 18.0527 13.8324C15.9963 14.4373 13.7947 13.0825 12.6092 11.0018Z\" fill=\"white\"/>\\n<path d=\"M18.4142 28.9776C16.4061 28.3244 15.2932 25.9776 15.4384 23.655C17.5916 23.7276 19.2126 26.147 18.4384 28.9776H18.4142Z\" fill=\"white\"/>\\n<path d=\"M16.551 33.7921C14.6881 32.7759 14.1075 30.2114 14.7123 27.9373C16.7929 28.4211 17.93 31.1308 16.5994 33.7921H16.551Z\" fill=\"white\"/>\\n<path d=\"M19.1653 18.8405C17.0362 19.034 15.125 17.2921 14.3992 15.0421C16.4072 14.2921 18.8507 15.9372 19.1895 18.8405H19.1653Z\" fill=\"white\"/>\\n<path d=\"M13.1404 32.0259C15.0758 32.921 15.6323 35.8242 13.721 38.1952C12.1242 36.8162 12.1 34.1549 13.1404 32.0259Z\" fill=\"white\"/>\\n<path d=\"M9.10046 0.380859C11.8827 0.45344 14.7617 3.30826 14.7617 5.92115C12.1972 4.95342 10.1166 2.94536 9.10046 0.380859Z\" fill=\"white\"/>\\n<path d=\"M9.99493 7.34862C11.4949 5.87282 14.4949 6.52605 15.9707 9.11474C14.0836 10.1067 11.6401 9.16313 9.99493 7.34862Z\" fill=\"white\"/>\\n<path d=\"M17.8829 34.4453C19.2619 31.8082 21.4877 29.8969 23.5684 30.405C22.6248 33.7679 19.7458 35.4856 17.8829 34.4453Z\" fill=\"white\"/>\\n<path d=\"M19.8413 29.3648C20.6397 26.5341 22.4784 24.2358 24.6074 24.3325C24.3655 27.7922 21.8736 30.018 19.8413 29.3648Z\" fill=\"white\"/>\\n<path d=\"M17.2536 8.36467C15.802 5.77598 15.3181 2.72761 16.8665 1.276C19.31 4.03405 19.1165 7.39694 17.2536 8.36467Z\" fill=\"white\"/>\\n<path d=\"M20.762 24.0418C21.004 21.1386 22.3588 18.5257 24.4636 18.187C24.8749 21.6467 22.8669 24.2838 20.762 24.0418Z\" fill=\"white\"/>\\n<path d=\"M14.8829 39.1147C16.7942 36.7437 19.3829 35.2921 21.3184 36.1873C19.7216 39.3566 16.4797 40.5179 14.8829 39.1147Z\" fill=\"white\"/>\\n<path d=\"M20.6403 18.6469C20.3016 15.7437 21.1483 12.8889 23.1322 12.1631C24.2209 15.5018 22.7451 18.4776 20.6403 18.6469Z\" fill=\"white\"/>\\n<path d=\"M19.4537 13.3727C18.5344 10.5904 18.7521 7.59046 20.5666 6.45337C22.3569 9.57432 21.486 12.792 19.4537 13.3727Z\" fill=\"white\"/>\\n<path d=\"M18.3906 41.6306C16.189 44.4128 12.7778 44.8967 11.4955 43.2274C13.8423 41.2919 16.6487 40.3725 18.3906 41.6306Z\" fill=\"white\"/>\\n<path d=\"M10.5511 42.526C9.24468 40.8325 9.75274 38.2438 11.2043 36.3567C12.8979 37.6147 12.8737 40.5905 10.5511 42.526Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-to64o7\",\"data-framer-name\":\"small text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sy_yUcLER:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBSZWd1bGFy\",\"--framer-font-family\":'\"Geometria Regular\", \"Geometria Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"billed quarterly after the 7-day trial unless canceled beforehand. Learn more about our cancellation and refund policies \",/*#__PURE__*/_jsx(Link,{href:\"https://funexpectedapps.com/help_en#\",motionChild:true,nodeId:\"gtKkn099T\",openInNewTab:true,scopeId:\"Ck67tyJ4O\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8venff\",\"data-styles-preset\":\"Uiky32D_w\",children:\"here\"})})]})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBSZWd1bGFy\",\"--framer-font-family\":'\"Geometria Regular\", \"Geometria Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"billed quarterly after trial unless cancelled beforehand. Learn more about our cancellation and refund policies \",/*#__PURE__*/_jsx(Link,{href:\"https://funexpectedapps.com/help_en#\",motionChild:true,nodeId:\"gtKkn099T\",openInNewTab:true,scopeId:\"Ck67tyJ4O\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8venff\",\"data-styles-preset\":\"Uiky32D_w\",children:\"here\"})})]})})})}),className:\"framer-fsztxn\",\"data-framer-name\":\"billed quarterly after trial unless cancelled beforehand Learn more about cancellation and refund police in\",fonts:[\"CUSTOM;Geometria Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:\"https://click.funexpected.org/47aD/p6tr4wzm\",motionChild:true,nodeId:\"w9Xn6XZv9\",openInNewTab:true,scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ccfuds hidden-g6m847 framer-21786x\",\"data-framer-name\":\"button\",whileTap:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Start now\"})}),className:\"framer-pwq0s\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria ExtraBold\"],text:N5S3FQujKwB8C5Akr1,verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lr9avt\",\"data-framer-name\":\"price\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kb5tg1\",\"data-framer-name\":\"Frame 2144\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kjzr4t\",\"data-framer-name\":\"Frame 2139\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Price \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"today\"})]}),className:\"framer-f6dggw\",\"data-framer-name\":\"Price today\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cl3w1\",\"data-framer-name\":\"Frame 2142\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"$0.00\"})}),className:\"framer-3e5jza\",\"data-framer-name\":\"$0.99\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-srqk1j\",\"data-framer-name\":\"Frame 2145\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bkugbk\",\"data-framer-name\":\"Frame 2139\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Price\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"after trial\"})]}),className:\"framer-hy27l5\",\"data-framer-name\":\"Price after trial\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f143ji\",\"data-framer-name\":\"Frame 2142\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sy_yUcLER:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"3-month plan\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"$29.99* \u2013 just $0.33/day \"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"3-month plan\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"$29.99* \u2013 just $2.49/week \"})]}),className:\"framer-10fu7me\",\"data-framer-name\":\"3 months plan $29.99* just $2.49/week\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yd49mc\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"You get 7 days \"}),\"to see how Funexpected uses its science-backed innovative approach to create lasting results\"]})}),className:\"framer-17fb18y\",\"data-framer-name\":\"You will have 7 days to see how Funexpected uses its science-backed innovative approach to create lasting results.\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tl1swi\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Start learning\",/*#__PURE__*/_jsx(\"br\",{}),\"for free\"]})}),className:\"framer-1qz14vm\",\"data-framer-name\":\"Start your learning now\",fonts:[\"CUSTOM;Geometria ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sx5np\",\"data-framer-name\":\"logo header\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yyk0up\",\"data-framer-name\":\"funexpected\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-q12j7f\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:180,svg:'<svg width=\"180\" height=\"18\" viewBox=\"0 0 180 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M133.832 15.3977C132.878 16.4682 130.811 17.242 128.651 17.242C123.719 17.242 120.31 13.9626 120.31 8.99992C120.31 4.42313 123.152 0.757812 128.628 0.757812C130.741 0.757812 132.536 1.487 133.49 2.41981L131.877 5.15231C131.014 4.62869 130.128 4.17295 128.628 4.17295C126.173 4.17295 124.174 5.85822 124.174 8.99992C124.174 11.8236 126.129 13.8269 128.991 13.8269C130.128 13.8269 131.378 13.4623 132.445 12.6652L133.832 15.3977ZM92.7418 16.9691V1.03179C93.1489 1.03179 93.9487 1.02238 94.8138 1.01221C95.8323 1.00023 96.9413 0.987185 97.6059 0.987185C102.447 0.987185 104.036 3.51412 104.036 6.26989C104.036 9.11681 101.831 11.6205 98.1498 11.6205C97.8091 11.6205 96.9459 11.6205 96.3768 11.5526V16.9711H92.7418V16.9691ZM96.3768 4.44693V8.08897C96.8994 8.15685 97.513 8.20339 98.0356 8.20339C98.9899 8.20339 100.173 7.7942 100.173 6.24468C100.173 4.83286 99.2628 4.40039 97.9679 4.40039C97.6569 4.40039 97.3938 4.41032 97.0394 4.42369C96.8512 4.43079 96.6373 4.43886 96.3768 4.44693ZM34.6141 0.992481V4.30678C34.6141 9.89202 30.7274 13.7571 25.7433 13.7571C20.7592 13.7571 16.8725 9.89202 16.8725 4.30678V0.992481H13.0691V3.73856C13.0691 11.9962 18.4984 17.1994 25.7433 17.1994C32.9882 17.1994 38.4175 11.9962 38.4175 3.73856V0.992481H34.6141ZM0 1.03117H9.20372V4.44632H3.63504V7.81685H8.52046V11.232H3.63504V16.9704H0V1.03117ZM70.8232 1.03117H61.393H61.3911V16.9685H71.0497V13.5534H65.0281V10.6618H70.1419V7.24669H65.0281V4.44632H70.8232V1.03117ZM53.3158 16.9685L45.7709 7.40572V16.9685H42.3623V1.03117H45.2715L52.8164 10.6405V1.03117H56.225V16.9685H53.3158ZM89.521 16.9685L84.2252 8.84081L89.3158 1.03117H85.044L81.9528 6.15486L78.7262 1.03117H74.4544L79.4966 8.84081L74.2027 16.9685H78.4746L81.8386 11.6179L85.2491 16.9685H89.521ZM116.859 1.03117H107.429H107.427V16.9685H117.086V13.5534H111.064V10.6618H116.178V7.24669H111.064V4.44632H116.859V1.03117ZM148.789 1.03117H135.607V4.44632H140.381V16.9685H144.016V4.44632H148.789V1.03117ZM152.075 1.03117H161.505V4.44632H155.71V7.24669H160.824V10.6618H155.71V13.5534H161.732V16.9685H152.073V1.03117H152.075ZM166.366 1.03135H166.046V16.9687H166.433C167.306 16.9687 168.367 16.984 169.271 16.9971C169.943 17.0068 170.529 17.0152 170.887 17.0152C176.955 17.0152 180 13.3266 180 8.86426C180 4.62879 177.431 0.963477 171.069 0.963477C170.518 0.963477 169.474 0.982348 168.487 1.00019C167.602 1.01619 166.763 1.03135 166.366 1.03135ZM169.683 13.5535V4.44649C170.136 4.37862 170.638 4.37862 171.023 4.37862C173.978 4.37862 176.137 5.92619 176.137 8.86426C176.137 11.8915 174.137 13.6001 171.001 13.6001C170.479 13.6001 170.161 13.6001 169.683 13.5535Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r10ul4\",\"data-framer-name\":\"body green\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lz7zci\",\"data-framer-name\":\"Rectangle 2288\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:221,intrinsicWidth:789,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869+1818-1617+1617-150),pixelHeight:221,pixelWidth:789,positionX:\"center\",positionY:\"center\",sizes:\"408px\",src:\"https://framerusercontent.com/images/jlyuWYcnNmCAj3dHnuvYgEdl6wA.jpg\",srcSet:\"https://framerusercontent.com/images/jlyuWYcnNmCAj3dHnuvYgEdl6wA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jlyuWYcnNmCAj3dHnuvYgEdl6wA.jpg 789w\"},className:\"framer-15phnbg\",\"data-framer-name\":\"flowers 1\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a3scu8\",\"data-framer-name\":\"3 step\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ab2ui4\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Provides progress reports to parents and kids\"})}),className:\"framer-spdle4\",\"data-framer-name\":\"\u043E\u0442\u0447\u0435\u0442 \u043F\u043E \u043F\u0440\u043E\u0433\u0433\u0440\u0435\u0441\u0441\u0443 \u0434\u043B\u044F \u0434\u0435\u0442\u0435\u0439 \u0438 \u0432\u0437\u0440\u043E\u0441\u043B\u044B\u0445\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s9a67a\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869+1818-332+10+0),src:\"https://framerusercontent.com/images/IzxlZUVTo29Dvmgkg8opij4ic.jpg\"},className:\"framer-nn20ld\",\"data-framer-name\":\"stats\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-116xrg7\",\"data-framer-name\":\"2 step\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qfdniw\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Works through weak points, supports and motivates\"})}),className:\"framer-if802x\",\"data-framer-name\":\"Works through weak and strong points, supports and cheeers\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14b2h1e\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869+1818-532+10+0),src:\"https://framerusercontent.com/images/y3rSSAcCvzIPV1f0IiO77FavI.jpg\"},className:\"framer-6gx5qf\",\"data-framer-name\":\"cheer\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n698d0\",\"data-framer-name\":\"1 step\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9hkrvv\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Picks topics,\\xa0 formats and tasks for the course\"})}),className:\"framer-ut9hsr\",\"data-framer-name\":\"Picks the formats and exercises \u0432 \u043A\u0443\u0440\u0441\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11yfbns\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869+1818-722+10+0),src:\"https://framerusercontent.com/images/Lm1J63Puqv9uJJC2JwJp0kEEQ.jpg\"},className:\"framer-2jufg6\",\"data-framer-name\":\"format\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10ub0ap\",\"data-framer-name\":\"about\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Based on your child\u2019s program, your personal digital tutor:\"})}),className:\"framer-xn6n3e\",\"data-framer-name\":\"You will have 7 days to see how Funexpected uses its science-backed innovative approach to create lasting results.\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jx3dt6\",\"data-framer-name\":\"header how\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"How it works\"})}),className:\"framer-woz9ff\",\"data-framer-name\":\"Start your learning now\",fonts:[\"CUSTOM;Geometria ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10jt2pw\",\"data-framer-name\":\"numbers\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2du10r\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hsb1ab\",\"data-framer-name\":\"state-layer\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"6 difficulty levels\"})}),className:\"framer-1xsnvty\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1djgm7o\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-bjdbv2\",\"data-framer-name\":\"state-layer\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"10 learning formats\"})}),className:\"framer-7irs2r\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dxwj6b\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-218a49\",\"data-framer-name\":\"state-layer\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"15-min lessons\"})}),className:\"framer-1vlt4ni\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-awijno\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c2hcz9\",\"data-framer-name\":\"state-layer\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"50+ topics\"})}),className:\"framer-186m6e5\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17y4d6o\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12pis8a\",\"data-framer-name\":\"state-layer\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"10 000+ tasks\"})}),className:\"framer-1ondasc\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mkgt21\",\"data-framer-name\":\"program header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c6lsu4\",\"data-framer-name\":\"Group\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mzo3yh\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:51,intrinsicWidth:330,svg:'<svg width=\"330\" height=\"51\" viewBox=\"0 0 330 51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0.599976L14.2 25.6L0 50.6H67.4V0.599976H0Z\" fill=\"#F2F1F1\"/>\\n<path d=\"M330 50.6L315.8 25.6L330 0.599976H262.6V50.6H330Z\" fill=\"#F2F1F1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-47bpid\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:50,intrinsicWidth:280,svg:'<svg width=\"280\" height=\"50\" viewBox=\"0 0 280 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M280 0H0V50H280V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(52, 183, 120)\"},children:\"Your program\"})}),className:\"framer-jbn6k1\",\"data-framer-name\":\"Your program: 3-4 Basic\",fonts:[\"CUSTOM;Geometria ExtraBold\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:657,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869+274+0+69.6),pixelHeight:657,pixelWidth:800,sizes:\"360px\",src:\"https://framerusercontent.com/images/4Wr3PhAotKyhiveaBaQH7TflVb4.jpg\",srcSet:\"https://framerusercontent.com/images/4Wr3PhAotKyhiveaBaQH7TflVb4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4Wr3PhAotKyhiveaBaQH7TflVb4.jpg 800w\"},className:\"framer-1sn54g4\",\"data-framer-name\":\"about 1\"})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:312,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869+34),pixelHeight:312,pixelWidth:800,sizes:\"547px\",src:\"https://framerusercontent.com/images/Ri7mPKSaucDGMi0Cw0T4grWU.jpg\",srcSet:\"https://framerusercontent.com/images/Ri7mPKSaucDGMi0Cw0T4grWU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ri7mPKSaucDGMi0Cw0T4grWU.jpg 800w\"},className:\"framer-1wvora4\",\"data-framer-name\":\"today-girl 3\",transformTemplate:transformTemplate1})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p9koit\",\"data-framer-name\":\"body gray\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pilqn8\",\"data-framer-name\":\"gap\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2tp64p\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ww3hke\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r10kk5\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:[\"Explore the program for\",/*#__PURE__*/_jsx(\"br\",{}),\"your age\"]})}),className:\"framer-14wdimb\",\"data-framer-name\":\"Start your learning now\",fonts:[\"CUSTOM;Geometria ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-esfsv4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sy_yUcLER:{width:`max(${componentViewport?.width||\"100vw\"}, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:639,width:\"600px\",y:(componentViewport?.y||0)+0+2687+0+90+0+227+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fu1exo-container\",nodeId:\"zlm_w1QEa\",scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(Program,{height:\"100%\",id:\"zlm_w1QEa\",layoutId:\"zlm_w1QEa\",style:{width:\"100%\"},variant:\"bLSvOcYZl\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xwfgci\",\"data-framer-name\":\"body gray\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kifws3\",\"data-framer-name\":\"payment block\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4w2bnp hidden-g6m847\",\"data-framer-name\":\"small text\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v4uq5f hidden-g6m847\",\"data-framer-name\":\"price\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2zvsnp\",\"data-framer-name\":\"Frame 2144\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hwl03z\",\"data-framer-name\":\"Frame 2139\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Price \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"today\"})]}),className:\"framer-15skbc1\",\"data-framer-name\":\"Price today\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zkinxu\",\"data-framer-name\":\"Frame 2142\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"$0.00\"})}),className:\"framer-1mpiyhm\",\"data-framer-name\":\"$0.99\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sm3xoj\",\"data-framer-name\":\"Frame 2145\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9r4yaw\",\"data-framer-name\":\"Frame 2139\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Price\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"after trial\"})]}),className:\"framer-2dzd8f\",\"data-framer-name\":\"Price after trial\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mof4yl\",\"data-framer-name\":\"Frame 2142\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"3-month plan\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"$29.99* \u2013 just $0.33/day \"})]}),className:\"framer-5ix55l\",\"data-framer-name\":\"3 months plan $29.99* just $2.49/week\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBSZWd1bGFy\",\"--framer-font-family\":'\"Geometria Regular\", \"Geometria Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"billed quarterly after the 7-day trial unless canceled beforehand. Learn more about our cancellation and refund policies \",/*#__PURE__*/_jsx(Link,{href:\"https://funexpectedapps.com/help_en#\",motionChild:true,nodeId:\"oIWkrCeUi\",openInNewTab:true,scopeId:\"Ck67tyJ4O\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8venff\",\"data-styles-preset\":\"Uiky32D_w\",children:\"here\"})})]})})})}),className:\"framer-z143us\",\"data-framer-name\":\"billed quarterly after trial unless cancelled beforehand Learn more about cancellation and refund police in\",fonts:[\"CUSTOM;Geometria Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://click.funexpected.org/47aD/p6tr4wzm\",motionChild:true,nodeId:\"DFMo57uLI\",openInNewTab:true,scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2m7ufu framer-21786x\",\"data-framer-name\":\"button\",whileTap:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Start now\"})}),className:\"framer-1vy92r9\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria ExtraBold\"],text:N5S3FQujKwB8C5Akr1,verticalAlignment:\"center\",withExternalLayout:true})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fzg1hi hidden-g6m847\",\"data-framer-name\":\"gap\"}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1afn66r hidden-g6m847\",\"data-framer-name\":\"gap\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1obtjht\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3utw97\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-21pne7\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"What parents and teachers say\"})}),className:\"framer-vil0xn\",\"data-framer-name\":\"Start your learning now\",fonts:[\"CUSTOM;Geometria ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sy_yUcLER:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:420,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3643+0+502+0+257),pixelHeight:420,pixelWidth:800,sizes:\"375px\",src:\"https://framerusercontent.com/images/7ovl2fXebOmj8mTK4zNbVCeqChI.jpg\",srcSet:\"https://framerusercontent.com/images/7ovl2fXebOmj8mTK4zNbVCeqChI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7ovl2fXebOmj8mTK4zNbVCeqChI.jpg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:420,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3643+0+90+0+257),pixelHeight:420,pixelWidth:800,sizes:\"375px\",src:\"https://framerusercontent.com/images/7ovl2fXebOmj8mTK4zNbVCeqChI.jpg\",srcSet:\"https://framerusercontent.com/images/7ovl2fXebOmj8mTK4zNbVCeqChI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7ovl2fXebOmj8mTK4zNbVCeqChI.jpg 800w\"},className:\"framer-15u6y5c\",\"data-framer-name\":\"reviews2\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ccrp55\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sy_yUcLER:{y:(componentViewport?.y||0)+0+3643+0+502+0+483+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,y:(componentViewport?.y||0)+0+3643+0+90+0+483+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uyh2qo-container\",nodeId:\"Dj_q3KzCP\",scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(Frame2163,{height:\"100%\",id:\"Dj_q3KzCP\",layoutId:\"Dj_q3KzCP\",mtDYOcopi:\"The challenges start off easy, and when you begin completing each creative game you\u2019ll find your mind challenged even by the simplest test. \",variant:\"qvxnbnsST\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sy_yUcLER:{y:(componentViewport?.y||0)+0+3643+0+502+0+483+0+327}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,y:(componentViewport?.y||0)+0+3643+0+90+0+483+0+332,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fxt0l2-container\",nodeId:\"ppVs1HEFj\",scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(Frame2163,{height:\"100%\",id:\"ppVs1HEFj\",layoutId:\"ppVs1HEFj\",mtDYOcopi:\"It feels like you\u2019re delving into a beautiful cartoon full of mini-stories, teaching math \u2014 what's not to love? Five years old, regularly chooses this one.\",variant:\"Hdl7naKuK\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sy_yUcLER:{y:(componentViewport?.y||0)+0+3643+0+502+0+483+0+654}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,y:(componentViewport?.y||0)+0+3643+0+90+0+483+0+664,children:/*#__PURE__*/_jsx(Container,{className:\"framer-355zmg-container\",nodeId:\"bw6CtRDHM\",scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(Frame2163,{height:\"100%\",id:\"bw6CtRDHM\",layoutId:\"bw6CtRDHM\",mtDYOcopi:\"My math hating 5 yo loves this app and has improved a lot in school. Thanks to this app now he doesn't hate math that much.\",variant:\"KlLGDfw2t\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d3xwn5 hidden-g6m847\",\"data-framer-name\":\"payment block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r973zl\",\"data-framer-name\":\"small text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w3rrqk\",\"data-framer-name\":\"price\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-436qzo\",\"data-framer-name\":\"Frame 2144\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oryyph\",\"data-framer-name\":\"Frame 2139\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Price \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"today\"})]}),className:\"framer-3wp58a\",\"data-framer-name\":\"Price today\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f2qydg\",\"data-framer-name\":\"Frame 2142\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"$0.00\"})}),className:\"framer-16fzoaf\",\"data-framer-name\":\"$0.99\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-52konr\",\"data-framer-name\":\"Frame 2145\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7o1046\",\"data-framer-name\":\"Frame 2139\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Price\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"after trial\"})]}),className:\"framer-9fe33b\",\"data-framer-name\":\"Price after trial\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1chs80s\",\"data-framer-name\":\"Frame 2142\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"3-month plan\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBCb2xk\",\"--framer-font-family\":'\"Geometria Bold\", \"Geometria Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(249, 205, 175)\"},children:\"$29.99* \u2013 just $0.33/day \"})]}),className:\"framer-w5sjbj\",\"data-framer-name\":\"3 months plan $29.99* just $2.49/week\",fonts:[\"CUSTOM;Geometria Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBSZWd1bGFy\",\"--framer-font-family\":'\"Geometria Regular\", \"Geometria Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"billed quarterly after the 7-day trial unless canceled beforehand. Learn more about our cancellation and refund policies \",/*#__PURE__*/_jsx(Link,{href:\"https://funexpectedapps.com/help_en#\",motionChild:true,nodeId:\"i2520g6hT\",openInNewTab:true,scopeId:\"Ck67tyJ4O\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8venff\",\"data-styles-preset\":\"Uiky32D_w\",children:\"here\"})})]})})})}),className:\"framer-je8mec\",\"data-framer-name\":\"billed quarterly after trial unless cancelled beforehand Learn more about cancellation and refund police in\",fonts:[\"CUSTOM;Geometria Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://click.funexpected.org/47aD/p6tr4wzm\",motionChild:true,nodeId:\"Zp42wrfw7\",openInNewTab:true,scopeId:\"Ck67tyJ4O\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-79ugxr framer-21786x\",\"data-framer-name\":\"button\",whileTap:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb21ldHJpYSBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Geometria ExtraBold\", \"Geometria ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Start now\"})}),className:\"framer-1pgv0tw\",\"data-framer-name\":\"label-text\",fonts:[\"CUSTOM;Geometria ExtraBold\"],text:N5S3FQujKwB8C5Akr1,verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sdw6zw\",\"data-framer-name\":\"gap\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t5h4k7\",\"data-framer-name\":\"gap\"})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-17juiwn hidden-pc4hb7\",\"data-framer-name\":\"gap\"})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DBs9C.framer-21786x, .framer-DBs9C .framer-21786x { display: block; }\",\".framer-DBs9C.framer-g6m847 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1537px; }\",\".framer-DBs9C .framer-r334dc-container { bottom: 30px; flex: none; height: 50px; left: calc(50.03253090435916% - 320px / 2); position: fixed; width: 320px; z-index: 1; }\",\".framer-DBs9C .framer-168gcqo { background-color: #351a86; flex: none; height: 869px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DBs9C .framer-16aw1dj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 53px; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 806px; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-muq1f1, .framer-DBs9C .framer-1lnewka, .framer-DBs9C .framer-135qdnu, .framer-DBs9C .framer-vsosov, .framer-DBs9C .framer-1m8vxb7, .framer-DBs9C .framer-7j8g52 { flex: none; height: 45px; position: relative; width: 25px; }\",\".framer-DBs9C .framer-f1r3h, .framer-DBs9C .framer-b2vh63, .framer-DBs9C .framer-11gjzlv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 41px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DBs9C .framer-1qqvkqc, .framer-DBs9C .framer-1yg1bqa, .framer-DBs9C .framer-h3odjo, .framer-DBs9C .framer-3e5jza, .framer-DBs9C .framer-10fu7me, .framer-DBs9C .framer-1xsnvty, .framer-DBs9C .framer-7irs2r, .framer-DBs9C .framer-1vlt4ni, .framer-DBs9C .framer-186m6e5, .framer-DBs9C .framer-1ondasc, .framer-DBs9C .framer-1mpiyhm, .framer-DBs9C .framer-5ix55l, .framer-DBs9C .framer-16fzoaf, .framer-DBs9C .framer-w5sjbj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DBs9C .framer-h3ly6s, .framer-DBs9C .framer-1kghnag, .framer-DBs9C .framer-1o01tfq { flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre; width: auto; }\",\".framer-DBs9C .framer-w5jd7x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 53px; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 744px; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-17bg6iv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 53px; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 682px; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-to64o7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 558px; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-fsztxn, .framer-DBs9C .framer-z143us, .framer-DBs9C .framer-je8mec { flex: none; height: auto; opacity: 0.3; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-DBs9C .framer-ccfuds { align-content: center; align-items: center; background-color: #f9b067; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 50px; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: 320px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-DBs9C .framer-pwq0s, .framer-DBs9C .framer-1vy92r9, .framer-DBs9C .framer-1pgv0tw { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-DBs9C .framer-1lr9avt { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 20px 25px 20px 25px; position: absolute; top: 364px; transform: translateX(-50%); width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBs9C .framer-kb5tg1, .framer-DBs9C .framer-srqk1j, .framer-DBs9C .framer-2zvsnp, .framer-DBs9C .framer-sm3xoj, .framer-DBs9C .framer-436qzo, .framer-DBs9C .framer-52konr { 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; position: relative; width: min-content; }\",\".framer-DBs9C .framer-1kjzr4t, .framer-DBs9C .framer-1bkugbk, .framer-DBs9C .framer-hwl03z, .framer-DBs9C .framer-9r4yaw, .framer-DBs9C .framer-1oryyph, .framer-DBs9C .framer-7o1046 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 85px; }\",\".framer-DBs9C .framer-f6dggw, .framer-DBs9C .framer-hy27l5, .framer-DBs9C .framer-15skbc1, .framer-DBs9C .framer-2dzd8f, .framer-DBs9C .framer-3wp58a, .framer-DBs9C .framer-9fe33b { flex: none; height: auto; opacity: 0.3; position: relative; white-space: pre; width: auto; }\",\".framer-DBs9C .framer-cl3w1, .framer-DBs9C .framer-1f143ji, .framer-DBs9C .framer-zkinxu, .framer-DBs9C .framer-1mof4yl, .framer-DBs9C .framer-1f2qydg, .framer-DBs9C .framer-1chs80s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 185px; }\",\".framer-DBs9C .framer-yd49mc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; top: 202px; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-17fb18y, .framer-DBs9C .framer-1qz14vm, .framer-DBs9C .framer-woz9ff, .framer-DBs9C .framer-14wdimb, .framer-DBs9C .framer-vil0xn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-DBs9C .framer-1tl1swi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; top: 80px; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-sx5np { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; left: calc(50.00000000000002% - 220px / 2); overflow: hidden; padding: 10px; position: absolute; top: 0px; width: 220px; }\",\".framer-DBs9C .framer-1yyk0up { aspect-ratio: 10.919538673817396 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: visible; position: relative; width: 180px; }\",\".framer-DBs9C .framer-q12j7f { flex: none; height: 18px; left: 0px; position: absolute; top: -1px; width: 180px; }\",\".framer-DBs9C .framer-r10ul4 { background-color: #351a86; flex: none; height: 1818px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DBs9C .framer-lz7zci { background-color: #34b778; bottom: 0px; flex: none; height: 1617px; left: 0px; position: absolute; right: 0px; }\",\".framer-DBs9C .framer-15phnbg { aspect-ratio: 3.743119266055046 / 1; bottom: 41px; flex: none; height: var(--framer-aspect-ratio-supported, 109px); left: 50%; position: absolute; transform: translateX(-50%); width: 408px; }\",\".framer-DBs9C .framer-a3scu8 { align-content: flex-start; align-items: flex-start; bottom: 152px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; transform: translateX(-50%); width: 320px; }\",\".framer-DBs9C .framer-ab2ui4, .framer-DBs9C .framer-qfdniw, .framer-DBs9C .framer-9hkrvv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: min-content; }\",\".framer-DBs9C .framer-spdle4, .framer-DBs9C .framer-if802x, .framer-DBs9C .framer-ut9hsr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 160px; word-break: break-word; word-wrap: break-word; }\",\".framer-DBs9C .framer-1s9a67a, .framer-DBs9C .framer-14b2h1e, .framer-DBs9C .framer-11yfbns { align-content: flex-start; align-items: flex-start; background-color: rgba(255, 255, 255, 0.1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 150px; }\",\".framer-DBs9C .framer-nn20ld, .framer-DBs9C .framer-6gx5qf, .framer-DBs9C .framer-2jufg6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); position: relative; width: 150px; }\",\".framer-DBs9C .framer-116xrg7 { align-content: flex-start; align-items: flex-start; bottom: 352px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-n698d0 { align-content: flex-start; align-items: flex-start; bottom: 542px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-10ub0ap { align-content: flex-start; align-items: flex-start; bottom: 736px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-xn6n3e { flex: none; height: auto; opacity: 0.9; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-DBs9C .framer-jx3dt6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; top: 53%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-DBs9C .framer-10jt2pw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 10px 0px 10px 0px; position: absolute; top: 650px; transform: translateX(-50%); width: 320px; }\",\".framer-DBs9C .framer-2du10r, .framer-DBs9C .framer-1djgm7o, .framer-DBs9C .framer-dxwj6b, .framer-DBs9C .framer-awijno, .framer-DBs9C .framer-17y4d6o { align-content: center; align-items: center; background-color: #45ca87; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBs9C .framer-1hsb1ab, .framer-DBs9C .framer-bjdbv2, .framer-DBs9C .framer-218a49, .framer-DBs9C .framer-c2hcz9, .framer-DBs9C .framer-12pis8a { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 1px; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; width: 100%; }\",\".framer-DBs9C .framer-1mkgt21 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 274px; transform: translateX(-50%); width: min-content; }\",\".framer-DBs9C .framer-c6lsu4 { flex: none; height: 60px; overflow: visible; position: relative; width: 330px; }\",\".framer-DBs9C .framer-1mzo3yh { flex: none; height: 51px; left: 0px; position: absolute; top: 9px; width: 330px; }\",\".framer-DBs9C .framer-47bpid { bottom: 10px; flex: none; left: 25px; position: absolute; right: 25px; top: 0px; }\",\".framer-DBs9C .framer-jbn6k1 { flex: none; height: 50px; left: calc(50.00000000000002% - 280px / 2); position: absolute; top: 0px; white-space: pre-wrap; width: 280px; word-break: break-word; word-wrap: break-word; }\",\".framer-DBs9C .framer-1sn54g4 { aspect-ratio: 1.2186495379475186 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 295px); position: relative; width: 360px; }\",\".framer-DBs9C .framer-1wvora4 { aspect-ratio: 2.55607476635514 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 214px); left: 46%; position: absolute; top: 34px; transform: translateX(-50%); width: 547px; }\",\".framer-DBs9C .framer-1p9koit { align-content: center; align-items: center; background-color: #f1f1f1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1537px; }\",\".framer-DBs9C .framer-1pilqn8, .framer-DBs9C .framer-kifws3 { flex: none; height: 90px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DBs9C .framer-2tp64p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DBs9C .framer-1ww3hke, .framer-DBs9C .framer-3utw97 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1537px; }\",\".framer-DBs9C .framer-r10kk5, .framer-DBs9C .framer-21pne7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: min-content; }\",\".framer-DBs9C .framer-esfsv4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-around; padding: 0px; position: relative; width: 600px; }\",\".framer-DBs9C .framer-1fu1exo-container { flex: none; height: auto; position: relative; width: 600px; }\",\".framer-DBs9C .framer-xwfgci { align-content: center; align-items: center; background-color: #f1f1f1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DBs9C .framer-4w2bnp { align-content: center; align-items: center; background-color: #351a86; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 30px 0px 30px 0px; position: absolute; top: 194px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBs9C .framer-1v4uq5f, .framer-DBs9C .framer-1w3rrqk { align-content: center; align-items: center; background-color: #351a86; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 25px 20px 25px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBs9C .framer-2m7ufu, .framer-DBs9C .framer-79ugxr { align-content: center; align-items: center; background-color: #f9b067; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 50px; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: 280px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-DBs9C .framer-1fzg1hi { flex: none; height: 30px; left: calc(63.84615384615386% - 1fr / 2); overflow: hidden; position: absolute; top: calc(18.01169590643277% - 30px / 2); width: 1fr; }\",\".framer-DBs9C .framer-1afn66r { flex: none; height: 60px; left: calc(50.00000000000002% - 200fr / 2); overflow: hidden; position: absolute; top: calc(107.3110285006196% - 60px / 2); width: 200fr; }\",\".framer-DBs9C .framer-1obtjht { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DBs9C .framer-15u6y5c { aspect-ratio: 1.9108280254777068 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 196px); overflow: visible; position: relative; width: 375px; }\",\".framer-DBs9C .framer-1ccrp55 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1537px; }\",\".framer-DBs9C .framer-1uyh2qo-container, .framer-DBs9C .framer-fxt0l2-container, .framer-DBs9C .framer-355zmg-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DBs9C .framer-d3xwn5 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-DBs9C .framer-r973zl { align-content: center; align-items: center; background-color: #351a86; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 0px 30px 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBs9C .framer-1sdw6zw { flex: none; height: 30px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DBs9C .framer-1t5h4k7 { flex: none; height: 60px; overflow: hidden; position: relative; width: 20000%; }\",\".framer-DBs9C .framer-17juiwn { flex: none; height: 120px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DBs9C.framer-g6m847, .framer-DBs9C .framer-16aw1dj, .framer-DBs9C .framer-f1r3h, .framer-DBs9C .framer-w5jd7x, .framer-DBs9C .framer-b2vh63, .framer-DBs9C .framer-17bg6iv, .framer-DBs9C .framer-11gjzlv, .framer-DBs9C .framer-to64o7, .framer-DBs9C .framer-ccfuds, .framer-DBs9C .framer-1lr9avt, .framer-DBs9C .framer-kb5tg1, .framer-DBs9C .framer-1kjzr4t, .framer-DBs9C .framer-cl3w1, .framer-DBs9C .framer-srqk1j, .framer-DBs9C .framer-1bkugbk, .framer-DBs9C .framer-1f143ji, .framer-DBs9C .framer-yd49mc, .framer-DBs9C .framer-1tl1swi, .framer-DBs9C .framer-sx5np, .framer-DBs9C .framer-a3scu8, .framer-DBs9C .framer-ab2ui4, .framer-DBs9C .framer-1s9a67a, .framer-DBs9C .framer-116xrg7, .framer-DBs9C .framer-qfdniw, .framer-DBs9C .framer-14b2h1e, .framer-DBs9C .framer-n698d0, .framer-DBs9C .framer-9hkrvv, .framer-DBs9C .framer-11yfbns, .framer-DBs9C .framer-10ub0ap, .framer-DBs9C .framer-jx3dt6, .framer-DBs9C .framer-10jt2pw, .framer-DBs9C .framer-2du10r, .framer-DBs9C .framer-1hsb1ab, .framer-DBs9C .framer-1djgm7o, .framer-DBs9C .framer-bjdbv2, .framer-DBs9C .framer-dxwj6b, .framer-DBs9C .framer-218a49, .framer-DBs9C .framer-awijno, .framer-DBs9C .framer-c2hcz9, .framer-DBs9C .framer-17y4d6o, .framer-DBs9C .framer-12pis8a, .framer-DBs9C .framer-1mkgt21, .framer-DBs9C .framer-1p9koit, .framer-DBs9C .framer-2tp64p, .framer-DBs9C .framer-1ww3hke, .framer-DBs9C .framer-r10kk5, .framer-DBs9C .framer-xwfgci, .framer-DBs9C .framer-4w2bnp, .framer-DBs9C .framer-1v4uq5f, .framer-DBs9C .framer-2zvsnp, .framer-DBs9C .framer-hwl03z, .framer-DBs9C .framer-zkinxu, .framer-DBs9C .framer-sm3xoj, .framer-DBs9C .framer-9r4yaw, .framer-DBs9C .framer-1mof4yl, .framer-DBs9C .framer-2m7ufu, .framer-DBs9C .framer-1obtjht, .framer-DBs9C .framer-3utw97, .framer-DBs9C .framer-21pne7, .framer-DBs9C .framer-1ccrp55, .framer-DBs9C .framer-d3xwn5, .framer-DBs9C .framer-r973zl, .framer-DBs9C .framer-1w3rrqk, .framer-DBs9C .framer-436qzo, .framer-DBs9C .framer-1oryyph, .framer-DBs9C .framer-1f2qydg, .framer-DBs9C .framer-52konr, .framer-DBs9C .framer-7o1046, .framer-DBs9C .framer-1chs80s, .framer-DBs9C .framer-79ugxr { gap: 0px; } .framer-DBs9C.framer-g6m847 > *, .framer-DBs9C .framer-f1r3h > *, .framer-DBs9C .framer-b2vh63 > *, .framer-DBs9C .framer-11gjzlv > *, .framer-DBs9C .framer-1p9koit > *, .framer-DBs9C .framer-2tp64p > *, .framer-DBs9C .framer-xwfgci > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DBs9C.framer-g6m847 > :first-child, .framer-DBs9C .framer-f1r3h > :first-child, .framer-DBs9C .framer-b2vh63 > :first-child, .framer-DBs9C .framer-11gjzlv > :first-child, .framer-DBs9C .framer-1lr9avt > :first-child, .framer-DBs9C .framer-2du10r > :first-child, .framer-DBs9C .framer-1djgm7o > :first-child, .framer-DBs9C .framer-dxwj6b > :first-child, .framer-DBs9C .framer-awijno > :first-child, .framer-DBs9C .framer-17y4d6o > :first-child, .framer-DBs9C .framer-1mkgt21 > :first-child, .framer-DBs9C .framer-1p9koit > :first-child, .framer-DBs9C .framer-2tp64p > :first-child, .framer-DBs9C .framer-xwfgci > :first-child, .framer-DBs9C .framer-4w2bnp > :first-child, .framer-DBs9C .framer-1v4uq5f > :first-child, .framer-DBs9C .framer-1obtjht > :first-child, .framer-DBs9C .framer-1ccrp55 > :first-child, .framer-DBs9C .framer-d3xwn5 > :first-child, .framer-DBs9C .framer-r973zl > :first-child, .framer-DBs9C .framer-1w3rrqk > :first-child { margin-top: 0px; } .framer-DBs9C.framer-g6m847 > :last-child, .framer-DBs9C .framer-f1r3h > :last-child, .framer-DBs9C .framer-b2vh63 > :last-child, .framer-DBs9C .framer-11gjzlv > :last-child, .framer-DBs9C .framer-1lr9avt > :last-child, .framer-DBs9C .framer-2du10r > :last-child, .framer-DBs9C .framer-1djgm7o > :last-child, .framer-DBs9C .framer-dxwj6b > :last-child, .framer-DBs9C .framer-awijno > :last-child, .framer-DBs9C .framer-17y4d6o > :last-child, .framer-DBs9C .framer-1mkgt21 > :last-child, .framer-DBs9C .framer-1p9koit > :last-child, .framer-DBs9C .framer-2tp64p > :last-child, .framer-DBs9C .framer-xwfgci > :last-child, .framer-DBs9C .framer-4w2bnp > :last-child, .framer-DBs9C .framer-1v4uq5f > :last-child, .framer-DBs9C .framer-1obtjht > :last-child, .framer-DBs9C .framer-1ccrp55 > :last-child, .framer-DBs9C .framer-d3xwn5 > :last-child, .framer-DBs9C .framer-r973zl > :last-child, .framer-DBs9C .framer-1w3rrqk > :last-child { margin-bottom: 0px; } .framer-DBs9C .framer-16aw1dj > *, .framer-DBs9C .framer-w5jd7x > *, .framer-DBs9C .framer-17bg6iv > *, .framer-DBs9C .framer-to64o7 > *, .framer-DBs9C .framer-kb5tg1 > *, .framer-DBs9C .framer-srqk1j > *, .framer-DBs9C .framer-1ww3hke > *, .framer-DBs9C .framer-2zvsnp > *, .framer-DBs9C .framer-sm3xoj > *, .framer-DBs9C .framer-3utw97 > *, .framer-DBs9C .framer-436qzo > *, .framer-DBs9C .framer-52konr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DBs9C .framer-16aw1dj > :first-child, .framer-DBs9C .framer-w5jd7x > :first-child, .framer-DBs9C .framer-17bg6iv > :first-child, .framer-DBs9C .framer-to64o7 > :first-child, .framer-DBs9C .framer-ccfuds > :first-child, .framer-DBs9C .framer-kb5tg1 > :first-child, .framer-DBs9C .framer-1kjzr4t > :first-child, .framer-DBs9C .framer-cl3w1 > :first-child, .framer-DBs9C .framer-srqk1j > :first-child, .framer-DBs9C .framer-1bkugbk > :first-child, .framer-DBs9C .framer-1f143ji > :first-child, .framer-DBs9C .framer-yd49mc > :first-child, .framer-DBs9C .framer-1tl1swi > :first-child, .framer-DBs9C .framer-sx5np > :first-child, .framer-DBs9C .framer-a3scu8 > :first-child, .framer-DBs9C .framer-ab2ui4 > :first-child, .framer-DBs9C .framer-1s9a67a > :first-child, .framer-DBs9C .framer-116xrg7 > :first-child, .framer-DBs9C .framer-qfdniw > :first-child, .framer-DBs9C .framer-14b2h1e > :first-child, .framer-DBs9C .framer-n698d0 > :first-child, .framer-DBs9C .framer-9hkrvv > :first-child, .framer-DBs9C .framer-11yfbns > :first-child, .framer-DBs9C .framer-10ub0ap > :first-child, .framer-DBs9C .framer-jx3dt6 > :first-child, .framer-DBs9C .framer-10jt2pw > :first-child, .framer-DBs9C .framer-1hsb1ab > :first-child, .framer-DBs9C .framer-bjdbv2 > :first-child, .framer-DBs9C .framer-218a49 > :first-child, .framer-DBs9C .framer-c2hcz9 > :first-child, .framer-DBs9C .framer-12pis8a > :first-child, .framer-DBs9C .framer-1ww3hke > :first-child, .framer-DBs9C .framer-r10kk5 > :first-child, .framer-DBs9C .framer-2zvsnp > :first-child, .framer-DBs9C .framer-hwl03z > :first-child, .framer-DBs9C .framer-zkinxu > :first-child, .framer-DBs9C .framer-sm3xoj > :first-child, .framer-DBs9C .framer-9r4yaw > :first-child, .framer-DBs9C .framer-1mof4yl > :first-child, .framer-DBs9C .framer-2m7ufu > :first-child, .framer-DBs9C .framer-3utw97 > :first-child, .framer-DBs9C .framer-21pne7 > :first-child, .framer-DBs9C .framer-436qzo > :first-child, .framer-DBs9C .framer-1oryyph > :first-child, .framer-DBs9C .framer-1f2qydg > :first-child, .framer-DBs9C .framer-52konr > :first-child, .framer-DBs9C .framer-7o1046 > :first-child, .framer-DBs9C .framer-1chs80s > :first-child, .framer-DBs9C .framer-79ugxr > :first-child { margin-left: 0px; } .framer-DBs9C .framer-16aw1dj > :last-child, .framer-DBs9C .framer-w5jd7x > :last-child, .framer-DBs9C .framer-17bg6iv > :last-child, .framer-DBs9C .framer-to64o7 > :last-child, .framer-DBs9C .framer-ccfuds > :last-child, .framer-DBs9C .framer-kb5tg1 > :last-child, .framer-DBs9C .framer-1kjzr4t > :last-child, .framer-DBs9C .framer-cl3w1 > :last-child, .framer-DBs9C .framer-srqk1j > :last-child, .framer-DBs9C .framer-1bkugbk > :last-child, .framer-DBs9C .framer-1f143ji > :last-child, .framer-DBs9C .framer-yd49mc > :last-child, .framer-DBs9C .framer-1tl1swi > :last-child, .framer-DBs9C .framer-sx5np > :last-child, .framer-DBs9C .framer-a3scu8 > :last-child, .framer-DBs9C .framer-ab2ui4 > :last-child, .framer-DBs9C .framer-1s9a67a > :last-child, .framer-DBs9C .framer-116xrg7 > :last-child, .framer-DBs9C .framer-qfdniw > :last-child, .framer-DBs9C .framer-14b2h1e > :last-child, .framer-DBs9C .framer-n698d0 > :last-child, .framer-DBs9C .framer-9hkrvv > :last-child, .framer-DBs9C .framer-11yfbns > :last-child, .framer-DBs9C .framer-10ub0ap > :last-child, .framer-DBs9C .framer-jx3dt6 > :last-child, .framer-DBs9C .framer-10jt2pw > :last-child, .framer-DBs9C .framer-1hsb1ab > :last-child, .framer-DBs9C .framer-bjdbv2 > :last-child, .framer-DBs9C .framer-218a49 > :last-child, .framer-DBs9C .framer-c2hcz9 > :last-child, .framer-DBs9C .framer-12pis8a > :last-child, .framer-DBs9C .framer-1ww3hke > :last-child, .framer-DBs9C .framer-r10kk5 > :last-child, .framer-DBs9C .framer-2zvsnp > :last-child, .framer-DBs9C .framer-hwl03z > :last-child, .framer-DBs9C .framer-zkinxu > :last-child, .framer-DBs9C .framer-sm3xoj > :last-child, .framer-DBs9C .framer-9r4yaw > :last-child, .framer-DBs9C .framer-1mof4yl > :last-child, .framer-DBs9C .framer-2m7ufu > :last-child, .framer-DBs9C .framer-3utw97 > :last-child, .framer-DBs9C .framer-21pne7 > :last-child, .framer-DBs9C .framer-436qzo > :last-child, .framer-DBs9C .framer-1oryyph > :last-child, .framer-DBs9C .framer-1f2qydg > :last-child, .framer-DBs9C .framer-52konr > :last-child, .framer-DBs9C .framer-7o1046 > :last-child, .framer-DBs9C .framer-1chs80s > :last-child, .framer-DBs9C .framer-79ugxr > :last-child { margin-right: 0px; } .framer-DBs9C .framer-ccfuds > *, .framer-DBs9C .framer-1hsb1ab > *, .framer-DBs9C .framer-bjdbv2 > *, .framer-DBs9C .framer-218a49 > *, .framer-DBs9C .framer-c2hcz9 > *, .framer-DBs9C .framer-12pis8a > *, .framer-DBs9C .framer-2m7ufu > *, .framer-DBs9C .framer-79ugxr > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DBs9C .framer-1lr9avt > *, .framer-DBs9C .framer-1mkgt21 > *, .framer-DBs9C .framer-1v4uq5f > *, .framer-DBs9C .framer-d3xwn5 > *, .framer-DBs9C .framer-1w3rrqk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DBs9C .framer-1kjzr4t > *, .framer-DBs9C .framer-cl3w1 > *, .framer-DBs9C .framer-1bkugbk > *, .framer-DBs9C .framer-1f143ji > *, .framer-DBs9C .framer-yd49mc > *, .framer-DBs9C .framer-1tl1swi > *, .framer-DBs9C .framer-sx5np > *, .framer-DBs9C .framer-a3scu8 > *, .framer-DBs9C .framer-ab2ui4 > *, .framer-DBs9C .framer-1s9a67a > *, .framer-DBs9C .framer-116xrg7 > *, .framer-DBs9C .framer-qfdniw > *, .framer-DBs9C .framer-14b2h1e > *, .framer-DBs9C .framer-n698d0 > *, .framer-DBs9C .framer-9hkrvv > *, .framer-DBs9C .framer-11yfbns > *, .framer-DBs9C .framer-10ub0ap > *, .framer-DBs9C .framer-jx3dt6 > *, .framer-DBs9C .framer-10jt2pw > *, .framer-DBs9C .framer-r10kk5 > *, .framer-DBs9C .framer-hwl03z > *, .framer-DBs9C .framer-zkinxu > *, .framer-DBs9C .framer-9r4yaw > *, .framer-DBs9C .framer-1mof4yl > *, .framer-DBs9C .framer-21pne7 > *, .framer-DBs9C .framer-1oryyph > *, .framer-DBs9C .framer-1f2qydg > *, .framer-DBs9C .framer-7o1046 > *, .framer-DBs9C .framer-1chs80s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DBs9C .framer-2du10r > *, .framer-DBs9C .framer-1djgm7o > *, .framer-DBs9C .framer-dxwj6b > *, .framer-DBs9C .framer-awijno > *, .framer-DBs9C .framer-17y4d6o > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DBs9C .framer-4w2bnp > *, .framer-DBs9C .framer-r973zl > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DBs9C .framer-1obtjht > *, .framer-DBs9C .framer-1ccrp55 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",...sharedStyle.css,\"@media (max-width: 1536px) { .framer-DBs9C.framer-g6m847 { width: 390px; } .framer-DBs9C .framer-168gcqo, .framer-DBs9C .framer-z143us, .framer-DBs9C .framer-fxt0l2-container, .framer-DBs9C .framer-r973zl { order: 1; } .framer-DBs9C .framer-to64o7 { flex-direction: column; gap: 20px; } .framer-DBs9C .framer-r10ul4, .framer-DBs9C .framer-2m7ufu, .framer-DBs9C .framer-355zmg-container, .framer-DBs9C .framer-1t5h4k7 { order: 2; } .framer-DBs9C .framer-1p9koit { order: 3; width: 100%; } .framer-DBs9C .framer-2tp64p, .framer-DBs9C .framer-1ww3hke, .framer-DBs9C .framer-3utw97 { width: 100%; } .framer-DBs9C .framer-r10kk5, .framer-DBs9C .framer-1fu1exo-container { flex: 1 0 0px; width: 1px; } .framer-DBs9C .framer-esfsv4 { gap: 0px; justify-content: flex-start; width: 100%; } .framer-DBs9C .framer-xwfgci { order: 4; } .framer-DBs9C .framer-kifws3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 0; padding: 0px; } .framer-DBs9C .framer-4w2bnp { left: unset; order: 1; position: relative; top: unset; } .framer-DBs9C .framer-1v4uq5f, .framer-DBs9C .framer-1uyh2qo-container, .framer-DBs9C .framer-1sdw6zw { order: 0; } .framer-DBs9C .framer-1fzg1hi { left: unset; order: 0; position: relative; top: unset; width: 100%; } .framer-DBs9C .framer-1afn66r { left: unset; order: 2; position: relative; top: unset; width: 20000%; } .framer-DBs9C .framer-1obtjht { order: 1; width: 100%; } .framer-DBs9C .framer-1ccrp55 { flex-wrap: wrap; gap: 25px; width: 100%; } .framer-DBs9C .framer-d3xwn5 { align-self: unset; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DBs9C .framer-to64o7, .framer-DBs9C .framer-esfsv4, .framer-DBs9C .framer-kifws3, .framer-DBs9C .framer-1ccrp55 { gap: 0px; } .framer-DBs9C .framer-to64o7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DBs9C .framer-to64o7 > :first-child, .framer-DBs9C .framer-kifws3 > :first-child, .framer-DBs9C .framer-1ccrp55 > :first-child { margin-top: 0px; } .framer-DBs9C .framer-to64o7 > :last-child, .framer-DBs9C .framer-kifws3 > :last-child, .framer-DBs9C .framer-1ccrp55 > :last-child { margin-bottom: 0px; } .framer-DBs9C .framer-esfsv4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DBs9C .framer-esfsv4 > :first-child { margin-left: 0px; } .framer-DBs9C .framer-esfsv4 > :last-child { margin-right: 0px; } .framer-DBs9C .framer-kifws3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DBs9C .framer-1ccrp55 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5007\n * @framerIntrinsicWidth 1537\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sy_yUcLER\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"RXjH2l0ut\":{\"pattern\":\":RXjH2l0ut\",\"name\":\"logo\"}}\n * @framerResponsiveScreen\n */const FramerCk67tyJ4O=withCSS(Component,css,\"framer-DBs9C\");export default FramerCk67tyJ4O;FramerCk67tyJ4O.displayName=\"Progam\";FramerCk67tyJ4O.defaultProps={height:5007,width:1537};addFonts(FramerCk67tyJ4O,[{explicitInter:true,fonts:[{family:\"Geometria ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/l4Z76jYHbs8Io6oUiirNpYy5Ec.otf\"},{family:\"Geometria Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/JWLCFptsSzU8UZ1zQSrm83LkXk.otf\"},{family:\"Geometria Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/gtlJZnpUwdwJfWh5BDixD5FW79k.otf\"}]},...FixedButtonFonts,...ProgramFonts,...Frame2163Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCk67tyJ4O\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sy_yUcLER\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"RXjH2l0ut\\\":{\\\"pattern\\\":\\\":RXjH2l0ut\\\",\\\"name\\\":\\\"logo\\\"}}\",\"framerIntrinsicHeight\":\"5007\",\"framerIntrinsicWidth\":\"1537\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "n", "isNumber", "t", "isEasingList", "wrap", "e", "n", "o", "getEasingForSegment", "mix", "noopReturn", "t", "progress", "e", "n", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isString", "t", "e", "velocityPerSecond", "calcBezier", "t", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "n", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "r", "a", "velocityPerSecond", "n", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "i", "h", "u", "d", "f", "l", "g", "glide", "c", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "Z", "createAxisInfo", "createScrollInfo", "X", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Y", "J", "resolveEdge", "isString", "isNumber", "Q", "resolveOffset", "ee", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "clamp", "t", "e", "n", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "adjustment", "totalLen", "gotoDelta", "delta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "Z", "u", "motion", "child", "index", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "amount", "height", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "L2jYlFilL", "osYcAc2dm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6kfhjt", "args", "scopingClassNames", "cx", "LayoutGroup", "RichText", "css", "FramerRkyVrPm0Z", "withCSS", "RkyVrPm0Z_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tag", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "J9ETqXecx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText", "css", "FramernaEzYNhJy", "withCSS", "naEzYNhJy_default", "addPropertyControls", "ControlType", "addFonts", "ProgramTagFonts", "getFonts", "naEzYNhJy_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MoV8V8ava", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "css", "FramerXqxb9l8xn", "withCSS", "Xqxb9l8xn_default", "addPropertyControls", "ControlType", "addFonts", "SelectorFonts", "getFonts", "RkyVrPm0Z_default", "ProgramItemFonts", "Xqxb9l8xn_default", "CarouselFonts", "Carousel", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "osYcAc2dm1dcri1g", "args", "osYcAc2dm1x6eg5", "osYcAc2dm1wpvi7j", "osYcAc2dm1ut0hlo", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "css", "FramerH94k2vyaz", "withCSS", "H94k2vyaz_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "mtDYOcopi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramernwV_u2afL", "withCSS", "nwV_u2afL_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "J8sKsVJhG", "N5S3FQujK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText", "css", "FramerwB8C5Akr1", "withCSS", "wB8C5Akr1_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "FixedButtonFonts", "getFonts", "wB8C5Akr1_default", "ProgramFonts", "H94k2vyaz_default", "Frame2163Fonts", "nwV_u2afL_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "N5S3FQujKwB8C5Akr1", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "SVG", "RichText", "x", "PropertyOverrides2", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "FramerCk67tyJ4O", "withCSS", "Ck67tyJ4O_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
